Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Several episodes



Hello Nicolas,

On Sat, 31 Jan 2004 tarass@club-internet.fr wrote:
> I recorded 4 episodes in 4 different directories.
> I want to record them on a VHS.
> How can I play them one after another without have to stop the
> magnetoscope ?
Very easy:
  - record somewhere a bit "back" or a logo/intermezzo you want to separate
    the four episodes, name it "blank". Or just leave that out, if you want
    the episodes without any space in between.
  - mkdir -p /video0/AllFour/2004-01-31.00.00.99.99.rec
  - cd /video0/AllFour/2004-01-31.00.00.99.99.rec
  - ln -s /video0/blank/*/001.vdr 001.vdr
  - ln -s /video0/SeriesName/Episode1Name/*/001.vdr 002.vdr
  - ln -s /video0/SeriesName/Episode1Name/*/002.vdr 003.vdr
  - ln -s /video0/blank/*/001.vdr 004.vdr
  - ln -s /video0/SeriesName/Episode2Name/*/001.vdr 005.vdr
  - ln -s /video0/SeriesName/Episode2Name/*/002.vdr 006.vdr
  - ln -s /video0/blank/*/001.vdr 007.vdr
  - ln -s /video0/SeriesName/Episode3Name/*/001.vdr 008.vdr
  - ln -s /video0/SeriesName/Episode3Name/*/002.vdr 009.vdr
  - ln -s /video0/blank/*/001.vdr 010.vdr
  - ln -s /video0/SeriesName/Episode4Name/*/001.vdr 011.vdr
  - ln -s /video0/SeriesName/Episode4Name/*/002.vdr 012.vdr
  - ln -s /video0/blank/*/001.vdr 013.vdr
  - genindex
  - Play "AllFour" and record on the VCR.
  - DO NOT, under *any circumstances*, delete "AllFour" with VDR!!!!!!
    Remove the directory *manually*, *by hand*, with "rm -fR /video0/AllFour.
    I've warned you!!!

Bye,
  _cooper_
______________________________________________________________________________
 LinVDR - The Digital Linux Videorecorder                    http://linvdr.org



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index