A fix is simple: replace `Autodetect by `Mpeg in src/decoder/taglib_plug.ml. It tells taglib that the file is mpeg, whatever its extension. It's a good idea in practice because taglib is (afaik) only used for MP3, like the default mime and extensions suggest. In theory it might be abusive: currently, nothing prevents us from adding ogg mime type to call taglib, but forcing `Mpeg makes this impossible.
Am I missing something? should we adopt this pragmatic solution? David ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
