Made the suffixes configurable and added VEVO suffix to remove

This commit is contained in:
Sem Visscher
2021-03-25 20:15:43 +01:00
parent 1355b692b9
commit bffbcb229d
2 changed files with 18 additions and 2 deletions

View File

@ -40,6 +40,7 @@ const defaultConfig = {
api_root: "http://ws.audioscrobbler.com/2.0/",
api_key: "04d76faaac8726e60988e14c105d421a", // api key registered by @semvis123
secret: "a5d2a36fdf64819290f6982481eaffa2",
suffixesToRemove: [' - Topic', 'VEVO'] // removes suffixes of the artist name, for better recognition
}
},
};