This commit is contained in:
Gregory Salaun 2022-11-21 16:20:27 +07:00
parent 4ae4f56f2d
commit c8dc63bd36

View File

@ -6,4 +6,5 @@ class Config(object):
plexBaseUrl = 'https://plex.rouggy.com' plexBaseUrl = 'https://plex.rouggy.com'
plexToken = 'VeQQwtf-sNtWWLwzCEih' plexToken = 'VeQQwtf-sNtWWLwzCEih'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml' PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Meta-Manager/config/Movies.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets' PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'