This commit is contained in:
Gregory Salaun 2022-11-22 11:33:54 +07:00
parent 48393ab4d3
commit 7ebdae66ed

View File

@ -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/metadata/Movies.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/metadata/4K-Movies.yml'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/metadata/Movies/Movies.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/metadata/Movies/4K-Movies.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'