PlexAutoCollectionUpdater/config/config.py

10 lines
465 B
Python
Raw Normal View History

2021-12-06 21:02:14 +07:00
class Config(object):
tmdbApiKey = '41d05b7a36ba961740f7c05cc4ef634b'
tmdbLanguage = 'fr-FR'
tmdbApiUrl = 'https://api.themoviedb.org/3/search/'
2021-12-07 15:18:13 +07:00
tmdbImgUrl = 'https://image.tmdb.org/t/p/w500'
2021-12-06 21:02:14 +07:00
plexBaseUrl = 'https://plex.rouggy.ovh'
plexToken = 'VeQQwtf-sNtWWLwzCEih'
2021-12-08 17:24:29 +07:00
PlexAutoCollectionConfigFilePath = '/opt/Plex-Auto-Collections/config/config.yml'
2021-12-08 21:12:34 +07:00
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Auto-Collections/config/images'