Metadata Tag Names - nathom/streamrip GitHub Wiki
This is a list of tag names that you can exclude using the metadata.exclude key in the config file
# config.toml, v1.4 or greater
[metadata]
# The following metadata tags won't be applied
exclude = []
titlealbumartistcomposeralbumcomposercommentdescriptionpurchase_datedategroupinglyricsencodercompilationtracktotaltracknumberdiscnumberdisctotal
Example usage:
This will make streamrip skip adding the genre and albumartist tags
[metadata]
# The following metadata tags won't be applied
exclude = ["genre", "albumartist"]