Hi,
What do I need to play vdr recordings that came from a dvd or cd? Thanks Halim
Hi Halim;
What do I need to play vdr recordings that came from a dvd or cd?
Take a look at the vdrcd-plugin: http://linux.kompiliert.net/index.php?view=vdrcd
Greets, Martin
Hi.
Halim Sahin wrote:
What do I need to play vdr recordings that came from a dvd or cd?
A couple lines in commands.conf seems to work quite nicely here: Mount CD/DVD:mount /mnt/cdrom; ln -s /mnt/cdrom /path/to/video/CD ; touch /path/to/video/.update Eject CD/DVD:eject /mnt/cdrom; touch /path/to/video/.update Of course, the second one won't actually work if you're watching or have paused a programme from CD; a svdrpsend.pl hitk stop might be useful if this is a problem... HTH.