Skip to content

Commit 699e0a1

Browse files
committed
fixup! add documentation for write_metadata option
1 parent 29f55f9 commit 699e0a1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ New features:
1111

1212
- :doc:`plugins/lastgenre`: Add a ``--pretend`` option to preview genre changes
1313
without storing or writing them.
14-
- :doc:`plugins/convert`: Add a config option to disable writing metadata to converted files.
14+
- :doc:`plugins/convert`: Add a config option to disable writing metadata to
15+
converted files.
1516
- :doc:`plugins/discogs`: New config option `strip_disambiguation` to toggle
1617
stripping discogs numeric disambiguation on artist and label fields.
1718

docs/plugins/convert.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ The available options are:
9797
- **embed**: Embed album art in converted items. Default: ``yes``.
9898
- **id3v23**: Can be used to override the global ``id3v23`` option. Default:
9999
``inherit``.
100-
- **write_metadata**: Can be used to disable writing metadata to converted files. Default:
101-
``true``.
100+
- **write_metadata**: Can be used to disable writing metadata to converted
101+
files. Default: ``true``.
102102
- **max_bitrate**: By default, the plugin does not transcode files that are
103103
already in the destination format. This option instead also transcodes files
104104
with high bitrates, even if they are already in the same format as the output.

0 commit comments

Comments
 (0)