Add config to group recently added by grandparent

This commit is contained in:
Jonathan Wong 2015-10-25 13:30:25 -07:00
parent d6b31dc542
commit 4c388f60d6
4 changed files with 29 additions and 8 deletions

View file

@ -138,6 +138,7 @@ _CONFIG_DEFINITIONS = {
'NMA_ON_WATCHED': (int, 'NMA', 0),
'NMA_ON_CREATED': (int, 'NMA', 0),
'NOTIFY_CONSECUTIVE': (int, 'Monitoring', 1),
'NOTIFY_RECENTLY_ADDED_GRANDPARENT': (int, 'Monitoring', 0),
'NOTIFY_WATCHED_PERCENT': (int, 'Monitoring', 85),
'NOTIFY_ON_START_SUBJECT_TEXT': (str, 'Monitoring', 'PlexPy ({server_name})'),
'NOTIFY_ON_START_BODY_TEXT': (str, 'Monitoring', '{user} ({player}) started playing {title}.'),