Make TMDb and TVmaze lookup optional

This commit is contained in:
JonnyWong16 2017-10-01 12:04:29 -07:00
parent d207d4a508
commit 3c04b04b98
4 changed files with 43 additions and 24 deletions

View file

@ -549,6 +549,8 @@ _CONFIG_DEFINITIONS = {
'TELEGRAM_ON_CONCURRENT': (int, 'Telegram', 0),
'TELEGRAM_ON_NEWDEVICE': (int, 'Telegram', 0),
'THEMOVIEDB_APIKEY': (str, 'General', 'e9a6655bae34bf694a0f3e33338dc28e'),
'THEMOVIEDB_LOOKUP': (int, 'General', 0),
'TVMAZE_LOOKUP': (int, 'General', 0),
'TV_LOGGING_ENABLE': (int, 'Monitoring', 1),
'TV_NOTIFY_ENABLE': (int, 'Monitoring', 0),
'TV_NOTIFY_ON_START': (int, 'Monitoring', 1),