Mailing List archive

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

[vdr] Re: ANNOUNCE: Media Detection 0.0.8 (vdr-vdrcd-0.0.8)



Sascha Volkenandt schrieb:
Hello list,

A new version of this plugin is available on my website (if you want to know what it's good for, look there too):

http://www.magoa.net/linux/index.php?view=vdrcd

CHANGES since 0.0.7
- added autonavigation for avi(mplayer)-cds (thanks to Herbert Attenberger)
- added support for cds containing ogg-files (thanks to Herbert Attenberger)
- updated all those capital-letter files ;)

This version only incorporates a patch sent to me by Herbert Attenberger, plus some updated related to it. Be aware that this PlugIn doesn't compile with VDR < 1.1.32!!

I'd like to use this to point out that I appreciate all patches of this kind, and I will reject nothing before I checked it. Especially if you speak any languages besides English and German, some patches against i18n.c would be very nice, too ;)).

Greetings,
Sascha Volkenandt


...and here's the spontaneous one-line patch, which enables the detection of PhotoCDs and starts the appropriate plugin ;-)


diff -uP vdrcd-0.0.8/vdrcd.c vdrcd-0.0.8-pcd/vdrcd.c
--- vdrcd-0.0.8/vdrcd.c Fri May 23 12:28:54 2003
+++ vdrcd-0.0.8-pcd/vdrcd.c Fri May 23 21:26:19 2003
@@ -47,6 +47,7 @@
{ "video_ts", "dvd", false, State, true },
{ "vcd", "vcd", false, State, true },
{ "svcd", "vcd", false, State, true },
+ { "photo_cd", "pcd", false, State, true },
{ "001.vdr", NULL, true, State, false },
{ "001.vdr", NULL, false, Find, false },
{ "*.mp3", "mp3", false, Find, false },



Have fun,
Thomas



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



Home | Main Index | Thread Index