PlexAutoCollectionUpdater/config/config.py
2022-11-21 16:19:30 +07:00

10 lines
457 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.com'
plexToken = 'VeQQwtf-sNtWWLwzCEih'
PlexAutoCollectionConfigFilePath = '/opt/Plex-Meta-Manager/config/Movies.yml'
PlexAutoCollectionConfigFileImagesPath = '/opt/Plex-Meta-Manager/config/assets'