mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
New: Album and Artist Genre Naming Tokens
This commit is contained in:
parent
f7548f9bb7
commit
ec41951ea5
4 changed files with 33 additions and 4 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue