New: Album and Artist Genre Naming Tokens

This commit is contained in:
Qstick 2022-12-25 14:02:48 -06:00
parent f7548f9bb7
commit ec41951ea5
4 changed files with 33 additions and 4 deletions

View file

@ -47,7 +47,9 @@ const artistTokens = [
{ token: '{Artist CleanName}', example: 'Artist Name' },
{ token: '{Artist Disambiguation}', example: 'Disambiguation' }
{ token: '{Artist Disambiguation}', example: 'Disambiguation' },
{ token: '{Artist Genre}', example: 'Pop' }
];
const albumTokens = [
@ -59,7 +61,9 @@ const albumTokens = [
{ token: '{Album Type}', example: 'Album Type' },
{ token: '{Album Disambiguation}', example: 'Disambiguation' }
{ token: '{Album Disambiguation}', example: 'Disambiguation' },
{ token: '{Album Genre}', example: 'Rock' }
];
const mediumTokens = [