Mailing List archive

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

[vdr] Re: playlist for video?



Uwe Weissbach wrote:
> 
> is there any solution for playing more then one recording
> after another  without starting them manually
> (something like a playlist)
> 
> i.E: if I want to play 6 episodes of "MacGyver"
> (don't laugh -it's for my son...)
> to my VHS recorder I have to wait everytime
> for 40min then start the next
> (maybe adjusting the VHS tape between them etc.)
> 
> I think this could be easier and would be also a nice function
> for using VDR as a machine for video presentation
> (should have a function for looping this playlist then...)
> 
> suggestions ???

Here is an (untested) idea:

create a new recording directory:
   mkdir /video/vhscopy/2002-03-03.03:03.99.99.rec

link existing 00n.vdr files into it:
   cd /video/vhscopy/2002-03-03.03:03.99.99.rec
   ln -s /video/MacGyver/2002-03-01.03:03.99.99.rec/001.vdr 001.vdr
   ln -s /video/MacGyver/2002-03-02.03:03.99.99.rec/001.vdr 002.vdr
   ln -s /video/MacGyver/2002-03-03.03:03.99.99.rec/001.vdr 003.vdr

create a new index for all this using Werners nice new genindex tool:
   genindex


Let me know if this works.

Carsten.



Home | Main Index | Thread Index