From listaccount@e-tobi.net Mon Jan 10 10:16:12 2011 From: Tobias Grimm To: vdr@linuxtv.org Subject: Re: [vdr] howto cut recordings with vdr in daemon mode Date: Mon, 10 Jan 2011 10:16:07 +0100 Message-ID: <1294650967.3642.58.camel@tobi-notebook.e-tobi.loc> In-Reply-To: <201101100849.43816.geronimo013@gmx.de> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2185958412279520376==" --===============2185958412279520376== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Am Montag, den 10.01.2011, 08:49 +0100 schrieb Gero: > So how can I cut the recording without having to copy it to a new drive? Take the next step and do: mkdir -p //<*.rec> Then link every file from the original source to <target>/<title>/<*.rec>/. e.g.: http://pastie.org/1390385 (vdrcut source target 00:00:05.00 00:00:10.00) Tobias --===============2185958412279520376==--