diff --git a/rip/config.toml b/rip/config.toml index 26ee7cf..98e138f 100644 --- a/rip/config.toml +++ b/rip/config.toml @@ -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"