https://bugs.gpodder.org/show_bug.cgi?id=585
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] 2010-03-13 12:57:36 GMT --- > converters.add_converter( 'm4a', 'mplayer', '-really-quiet -nolirc -ao > pcm:file=/dev/stdout "%s"') Are you sure? I took a look to the code some weeks ago and if I remember correctly, the conversions opnly take place if you have configured that your device doesn't support OGG. My device supports it, so conversion will not be triggered. Also, the conversion is only to mp3 and tags are lost in the process. By the way, I think that the proper application to convert would be using faad (maybe mplayer as a fallback) I haven't tested it but you can try... converters.add_converter( 'm4a', 'faad', '-q -o /dev/stdout "%s"') I only have taken a look to the code, I haven't make any test, so I may be wrong. By the way, since the configuration dialog is being rewritten, is there a posibility to have a more configurable dialog with what formats do the player support (maybe even video formats) and the preferable format to do conversions? I would prefer to transcode to ogg instead mp3. -- 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
