https://bugs.gpodder.org/show_bug.cgi?id=585
Caleb Clarke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |et --- Comment #2 from Caleb Clarke <[email protected]> 2010-03-13 10:32:31 GMT --- I believe the following addition to libconverter.py should enable conversion. But I haven't thoroughly tested it due to lack of m4a feeds that interest me (I started this because I thought I came across one, but it turned out to be defunct). Also, the config and sync.py appear to use logic of "convert all formats or none" (presented in the UI as ogg conversion since that's the only format it's currently capable of converting), so some modification there would be necessary for a proper patch. Oh, and there would probably need to be a new "Additional Component" dependency on MPlayer with regard to m4a conversion support. Anyhow, the code: converters.add_converter( 'm4a', 'mplayer', '-really-quiet -nolirc -ao pcm:file=/dev/stdout "%s"') -- 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
