mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
fixup! add documentation for write_metadata option
This commit is contained in:
parent
29f55f9911
commit
699e0a1272
2 changed files with 4 additions and 3 deletions
|
|
@ -11,7 +11,8 @@ New features:
|
|||
|
||||
- :doc:`plugins/lastgenre`: Add a ``--pretend`` option to preview genre changes
|
||||
without storing or writing them.
|
||||
- :doc:`plugins/convert`: Add a config option to disable writing metadata to converted files.
|
||||
- :doc:`plugins/convert`: Add a config option to disable writing metadata to
|
||||
converted files.
|
||||
- :doc:`plugins/discogs`: New config option `strip_disambiguation` to toggle
|
||||
stripping discogs numeric disambiguation on artist and label fields.
|
||||
|
||||
|
|
|
|||
|
|
@ -97,8 +97,8 @@ The available options are:
|
|||
- **embed**: Embed album art in converted items. Default: ``yes``.
|
||||
- **id3v23**: Can be used to override the global ``id3v23`` option. Default:
|
||||
``inherit``.
|
||||
- **write_metadata**: Can be used to disable writing metadata to converted files. Default:
|
||||
``true``.
|
||||
- **write_metadata**: Can be used to disable writing metadata to converted
|
||||
files. Default: ``true``.
|
||||
- **max_bitrate**: By default, the plugin does not transcode files that are
|
||||
already in the destination format. This option instead also transcodes files
|
||||
with high bitrates, even if they are already in the same format as the output.
|
||||
|
|
|
|||
Loading…
Reference in a new issue