1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-03-05 13:21:25 -05:00

New: Add MovieCollectionThe Naming Token (#11145)

This commit is contained in:
Erik Frantz
2025-09-23 16:39:25 -05:00
committed by GitHub
parent e7bddaeedd
commit f28691e48d
3 changed files with 96 additions and 0 deletions

View File

@@ -114,6 +114,11 @@ const movieTokens = [
example: 'The Movie Collection',
footNotes: '1',
},
{
token: '{Movie CollectionThe}',
example: 'Movie Collection, The',
footNotes: '1',
},
{ token: '{Movie Certification}', example: 'R' },
{ token: '{Release Year}', example: '2009' },
];