mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
New: Artist name first character renaming token
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
This commit is contained in:
parent
cb34495e0a
commit
f7548f9bb7
3 changed files with 59 additions and 0 deletions
|
@ -43,6 +43,8 @@ const artistTokens = [
|
|||
|
||||
{ token: '{Artist NameThe}', example: 'Artist Name, The' },
|
||||
|
||||
{ token: '{Artist NameFirstCharacter}', example: 'A' },
|
||||
|
||||
{ token: '{Artist CleanName}', example: 'Artist Name' },
|
||||
|
||||
{ token: '{Artist Disambiguation}', example: 'Disambiguation' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue