Add metadata.exclude key

This commit is contained in:
Nathan Thomas 2021-08-17 10:45:26 -07:00
parent e06e017ec9
commit aac4e8c72d

View file

@ -130,6 +130,9 @@ keep_hires_cover = true
set_playlist_to_album = true set_playlist_to_album = true
# Replaces the original track's tracknumber with it's position in the playlist # Replaces the original track's tracknumber with it's position in the playlist
new_playlist_tracknumbers = true new_playlist_tracknumbers = true
# The following metadata tags won't be applied
# See https://github.com/nathom/streamrip/wiki/Metadata-Tag-Names for more info
exclude = []
# Changes the folder and file names generated by streamrip. # Changes the folder and file names generated by streamrip.
[filepaths] [filepaths]
@ -157,4 +160,4 @@ progress_bar = "dainty"
[misc] [misc]
# Metadata to identify this config file. Do not change. # Metadata to identify this config file. Do not change.
version = "1.3" version = "1.4"