Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: [Announce] dvdselect 0.1
> -----Original Message-----
> From: vdr-bounce@linuxtv.org [mailto:vdr-bounce@linuxtv.org] On Behalf
Of
> Torsten Kunkel
> Sent: 06 December 2003 01:08
> To: vdr@linuxtv.org
> Subject: [vdr] [Announce] dvdselect 0.1
>
> Hello,
>
> surfing to http://vdr.sjur.de you can find a little Plugin called
> dvdselect, this plugin makes it easier to mound dvd-images for the
> dvd-plugin.
>
> If you are interested you may take a look on it.
>
> Torsten
Hi,
I have been meaning to turn my script that does similar into a plugin
but, as you have already made a start....
I'd like to make a couple of suggestions to make this plugin more useful
(to me at least :-) ).
I don't use ISO images since I discovered that it is possible to mount a
directory containing the raw video_ts structure directly. It would be
very useful if these directories were picked up as well as ISO images.
I've already modified a copy of your plugin to test the theory and it
works well, it only requires a few minor modifications that you may wish
to include in your next release:
I changed the FINDCMD by removing the "-type" filter and allow for
multiple patterns and use the -"printf" to select the appropriate parts
from the results. I use the find command as follows:
#define ISOEXT "*.iso"
#define TSDIR "video_ts"
#define FINDCMD "cd '%s' && find '%s' -follow -iname '%s' -printf
'%%p\n' -o -iname '%s' -printf '%%h\n' 2> /dev/null"
...
asprintf(&cmd, FINDCMD, config.ImageDir, config.ImageDir, ISOEXT,
TSDIR);
Additionally it would be good if there was a mount and play option that
would mount the image then go straight into the dvd plugin or mplayer
and begin playing the selection.
Keep up the good work,
Graham.
--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.
Home |
Main Index |
Thread Index