You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 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 |
32
38
| extensions.tagging.genre\_tag | Podcast | Value for the Genre tag | all |
33
39
| extensions.tagging.always\_remove\_tags | true/**false**| Remove all tags instead of creating/adding tag information | 3.5.0 and newer |
34
-
| extensions.tagging.auto\_embed\_coverart | true/**false**| Embed channel cover art in file | git master branch |
35
40
| extensions.tagging.set\_artist\_to\_album |**True**/False | Set the Artist tag to the same as the existing Album tag | git master branch |
36
41
| extensions.tagging.set\_version | 4 | Sets the id3 version which will be written | git master branch |
37
42
| 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 |
38
43
| extensions.tagging.remove\_before\_modify |**True**/False | Delete all existing tags prior to writing new tags | git master branch |
44
+
| extensions.tagging.embed\_coverart | true/**false**| Embed cover art in file | git master branch |
45
+
| extensions.tagging.prefer\_channel\_coverart | true/**false**| Prefer embedding the channel coverart if available over the episode coverart | git master branch |
46
+
| extensions.tagging.normalize\_coverart |**true**/false | Normalize the coverart to the desired size and file type before embedding it | git master branch |
47
+
| extensions.tagging.episode\_coverart\_size | 500 | Desired size (in pixels) of coverart. Only used if normalize\_coverart is True | git master branch |
48
+
| extensions.tagging.episode\_coverart\_filetype | 0 (JPEG) | Desired filetype of coverart. integer value, maps to 0=JPEG, 1=PNG. Only used if normalize\_coverart is True | git master branch |
39
49
| extensions.tagging.write\_title |**True**/False | Write the title field | git master branch |
40
50
| extensions.tagging.write\_album |**True**/False | Write the album field | git master branch |
41
51
| extensions.tagging.write\_subtitle | True/**False**| Write the subtitle field | git master branch |
0 commit comments