https://bugs.gpodder.org/show_bug.cgi?id=585
--- Comment #7 from [email protected] 2010-03-13 17:32:13 GMT --- Created an attachment (id=461) --> (https://bugs.gpodder.org/attachment.cgi?id=461) Multiformat libconverter I have been hacking libconvert.py This version should support comversions from to several formats The calls in sync.py will need to ve changed: if libconverter.converters.has_converter(extension): -> if libconverter.converter.can_convert(extension): local_filename = libconverter.converters.convert(filename, callback=callback_status) -> local_filename = libconverter.converter.convert(filename, callback=callback_status) Also there need to be done the proper changes to allow the selection fo the output format (by default mp3) and to not convert if the player supports the format. But this will need changes in the device configuation dialog. I have tested the module a bit and seems to work (but I haven't tested it inside gpodder) For tag support and that maybe you can take some code or ideas from dir2ogg -- Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes. _______________________________________________ gPodder-Bugs mailing list [email protected] https://lists.berlios.de/mailman/listinfo/gpodder-bugs
