Hi Romain, The fix here is the modification in src/decoder/taglib_plug.ml, replacing `Autodetect with `Mpeg. So, the problem is really the following: liquidsoap's code correctly detects the file as mp3 and attempts to decode it, but taglib refuses to process it because of its extension.
What's your opinion Romain? Is it really important to use the same taglib decoder for mp3 and other files? I think that mime-based detection is a good idea, and that we should force it on taglib, even if this means that we have to the taglib decoder in two: the mp3 one and the general `Autodetect one. Cheers, -- David ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
