update
This commit is contained in:
parent
6273c4e466
commit
8c08947fc7
@ -93,8 +93,8 @@ def UpdateYAML(configFile, MovieListFinal):
|
||||
|
||||
currentYamlCollections = []
|
||||
|
||||
for movies in currentYaml['collections']:
|
||||
currentYamlCollections.append(movies)
|
||||
for movie in currentYaml['collections']:
|
||||
currentYamlCollections.append(movie)
|
||||
|
||||
for collection in MovieListFinal:
|
||||
if collection.MovieTMDbCollectionName not in currentYamlCollections:
|
||||
|
@ -5,6 +5,6 @@ class Config(object):
|
||||
tmdbImgUrl = 'https://image.tmdb.org/t/p/w500'
|
||||
plexBaseUrl = 'https://plex.rouggy.com'
|
||||
plexToken = 'VeQQwtf-sNtWWLwzCEih'
|
||||
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml'
|
||||
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/Movies.yml'
|
||||
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/assets/Movies.yml'
|
||||
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/assets/Movies.yml'
|
||||
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'
|
||||
|
Loading…
x
Reference in New Issue
Block a user