-
-
Notifications
You must be signed in to change notification settings - Fork 263
Metadata Tag Names
Nathan Thomas edited this page Aug 17, 2021
·
2 revisions
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 = []
title
albumartist
composer
albumcomposer
comment
description
purchase_date
date
grouping
lyrics
encoder
compilation
tracktotal
tracknumber
discnumber
disctotal
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"]