Skip to content

Commit 6f5e63d

Browse files
committed
tagging.md: change embed_coverart to auto_embed_coverart
1 parent 6703d26 commit 6f5e63d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extensions/tagging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This extension requires python modules `mutagen` and `pillow`.
4141
| extensions.tagging.set\_version | 4 | Sets the id3 version which will be written | git master branch |
4242
| 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 |
4343
| 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 |
4545
| extensions.tagging.prefer\_channel\_coverart | true/**false** | Prefer embedding the channel coverart if available over the episode coverart | git master branch |
4646
| extensions.tagging.normalize\_coverart | **true**/false | Normalize the coverart to the desired size and file type before embedding it | git master branch |
4747
| 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

Comments
 (0)