https://bugs.gpodder.org/show_bug.cgi?id=1324
Thomas Perl <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever Confirmed|0 |1 --- Comment #4 from Thomas Perl <[email protected]> 2011-06-25 19:56:05 BST --- (In reply to comment #3) > This is an issue for me too - http://feeds.feedburner.com/OpenMetalcast > contains both an MP3 and Ogg enclosure, yet gPodder only downloads the MP3 one > (which comes first). > > I'm using gPodder 2.14 on Xubuntu 11.04 (Natty). > > With multiple audio enclosures, I would expect gPodder to download them all or > offer a choice of which one(s) to download. With this feed, I'd like to be > able to choose just the Ogg enclosure, but I appreciate that this is a very > specific requirement, so can you update gPodder to download all (audio) > enclosures? You can set preferred mime types using the "mimetype_prefs" configuration option. List mime types that you would like to prefer over other types in this configuration option. I.e. if you want to prefer OGG over any other type, you can set this to "audio/ogg" (or whatever the feed lists as the mimetype for these files). You can have multiple preferences, i.e. "audio/ogg,audio/mpeg", etc. - all the mime types that appear are preferred over non-listed ones, and the ones that appear are ranked based on their position (first has more priority than second, etc..). Having more than one enclosure per item is something that we don't support at the moment, as it's a very rare case, and would make the generic case (one file per item) much more difficult to use (i.e. we would need to provide UI for selecting to download/delete/play the downloaded file for each enclosure. Also, some feeds provide e.g. images as enclosures in addition to audio files, and in this case, the user might not want to care about this. I think the mimetype_prefs option is a good way to fix the issue for the "same content, different format" type of multi-enclosure feeds. -- 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
