https://bugs.gpodder.org/show_bug.cgi?id=533

--- Comment #32 from [email protected] 2010-08-11 16:48:47 
BST ---
Created an attachment (id=530)
 --> (https://bugs.gpodder.org/attachment.cgi?id=530)
A cmd_download_complete hook script for fixing tags

Until proper tagging support appears in gPodder, here's a script I use for thus
purpose.  You can hook into the cmd_download_complete variable.

Warning: I customized this script for my use cases.  Your mileage may vary.

* Only handles OGG and MP3
* Requires ‘id3' (ID3 mass tagger), ‘id3v2', ‘mid3v2', ‘vorbiscomment'
* Converts ID3v2.4 to ID3v2.3 (because my hardware MP3 player cannot handle
v2.4) and adds ID3v1
* Removes tags for cover art, track number, and iTunes album name because I've
found all of these to often confuse my MP3 players
* Unconditionally puts channel name into album tag (that's the main sort
criteria of all my players)
* Overwrites title and artist tag only if not already present
* Removes channel name from title tag to make the title shorter (so it better
fits the small screen of my MP3 player)

You can interpret most of these peculiarities as feature requests for
configurable behavior of an eventual gPodder-native tagging feature. :-)

This script is placed into the public domain.

-- 
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

Reply via email to