Add imdb id to renaming options
This commit is contained in:
@@ -19,6 +19,7 @@ rename_options = {
|
||||
'source': 'Source media (Bluray)',
|
||||
'filename': 'Original filename',
|
||||
'original_folder': 'Original foldername',
|
||||
'imdb_id': 'IMDB id (tt0123456)',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
@@ -131,6 +131,7 @@ class Renamer(Plugin):
|
||||
'source': group['meta_data']['source'],
|
||||
'resolution_width': group['meta_data'].get('resolution_width'),
|
||||
'resolution_height': group['meta_data'].get('resolution_height'),
|
||||
'imdb_id': library['identifier'],
|
||||
}
|
||||
|
||||
for file_type in group['files']:
|
||||
|
||||
Reference in New Issue
Block a user