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
Copy file name to clipboardExpand all lines: docs/extensions/tagging.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ This extension requires python modules `mutagen` and `pillow`.
41
41
| extensions.tagging.set\_version | 4 | Sets the id3 version which will be written | git master branch |
42
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 |
43
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 |
44
+
| extensions.tagging.auto\_embed\_coverart | true/**false**| Embed cover art in file | git master branch |
45
45
| extensions.tagging.prefer\_channel\_coverart | true/**false**| Prefer embedding the channel coverart if available over the episode coverart | git master branch |
46
46
| extensions.tagging.normalize\_coverart |**true**/false | Normalize the coverart to the desired size and file type before embedding it | git master branch |
47
47
| extensions.tagging.episode\_coverart\_size | 500 | Desired size (in pixels) of coverart. Only used if normalize\_coverart is True | git master branch |
0 commit comments