From aac4e8c72db3e73da432aaf77e6d2a1db28356f6 Mon Sep 17 00:00:00 2001 From: Nathan Thomas Date: Tue, 17 Aug 2021 10:45:26 -0700 Subject: [PATCH] Add metadata.exclude key --- rip/config.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"