PlexAutoCollectionUpdater/config/config.py
2021-12-15 17:08:00 +01:00

11 lines
556 B
Python

class Config(object):
tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b'
tmdbLanguage = 'fr-FR'
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
tmdbImgUrl = 'https://image.tmdb.org/t/p/w500'
plexBaseUrl = 'https://plex.rouggy.ovh'
plexToken = 'VeQQwtf-sNtWWLwzCEih'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Auto-Collections/config/config.yml'
PlexAutoCollectionConfigFilePath4K = '/opt/Plex-Auto-Collections/config/config-4k.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Auto-Collections/config/images'