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)



Am Freitag, 23. Mai 2003 23:30 schrieb Sascha Volkenandt:
> At Freitag, 23. Mai 2003 21:35 Thomas Heiligenmann wrote:
> > ...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 },

Wasn't the mp3-plugin able to play .oggs lately ? If so then
          { "*.ogg",      "mp3",     false, Find,  false },
could be added .... and maybe an entry for m3u (?) above mp3 and ogg in case 
it is top down (?)


Steffen


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



Home | Main Index | Thread Index