Add episode and podcast titles to MP3/OGG tags.
By default, this extension will:
Also available are writing the Subtitle tag and the Comments tag (both with the subtitle field), but the subtitle is often so long that it may cause problems with certain audio players, such as Rockbox players. These are disabled by default.
This extension can optionally embed coverart - note that the coverart will not be standardized in any way, so Rockbox users be wary. This is disabled by default.
This extension can optionally remove all tags instead of doing any of the above. This is disabled by default.
This extension requires python module mutagen
.
setting | value | description | version |
---|---|---|---|
extensions.tagging.strip_album_from_title | true/false | Remove the Album tag from the Title tag if the Title begins with the same string as the Album tag | all |
extensions.tagging.genre_tag | Podcast | Value for the Genre tag | all |
extensions.tagging.always_remove_tags | true/false | Remove all tags instead of creating/adding tag information | 3.5.0 and newer |
extensions.tagging.auto_embed_coverart | true/false | Embed channel cover art in file | git master branch |
extensions.tagging.set_artist_to_album | True/False | Set the Artist tag to the same as the existing Album tag | git master branch |
extensions.tagging.set_version | 4 | Sets the id3 version which will be written | git master branch |
extensions.tagging.modify_tags | True/False | Allow tags to be modified rather than simply added. If set to False, remove_before_modify has no effect | git master branch |
extensions.tagging.remove_before_modify | True/False | Delete all existing tags prior to writing new tags | git master branch |
extensions.tagging.write_title | True/False | Write the title field | git master branch |
extensions.tagging.write_album | True/False | Write the album field | git master branch |
extensions.tagging.write_subtitle | True/False | Write the subtitle field | git master branch |
extensions.tagging.write_comments | True/False | Write the comments field (with the subtitle) | git master branch |
extensions.tagging.write_genre | True/False | Write the genre with the genre_tag setting | git master branch |
extensions.tagging.write_pubdate | True/False | Write the published date | git master branch |
Links:
© 2005-2023 The gPodder Team · Edit this page on GitHub