mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-24 20:14:42 -04:00
Add metadata.exclude key
This commit is contained in:
parent
e06e017ec9
commit
aac4e8c72d
1 changed files with 4 additions and 1 deletions
|
@ -130,6 +130,9 @@ keep_hires_cover = true
|
|||
set_playlist_to_album = true
|
||||
# Replaces the original track's tracknumber with it's position in the playlist
|
||||
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.
|
||||
[filepaths]
|
||||
|
@ -157,4 +160,4 @@ progress_bar = "dainty"
|
|||
|
||||
[misc]
|
||||
# Metadata to identify this config file. Do not change.
|
||||
version = "1.3"
|
||||
version = "1.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue