creating defaults for actions
This commit is contained in:
parent
aac5518ddf
commit
034d772ac0
@ -52,6 +52,15 @@ SELECTOR = ['watched', 'unwatched', 'transcoded', 'rating', 'size']
|
||||
ACTIONS = ['delete', 'move', 'archive', 'optimize', 'show']
|
||||
OPERATORS = ['>', '>=', '<', '<=', '==', '!=']
|
||||
|
||||
MOVEPATH = ''
|
||||
ARCHIVEPATH = ''
|
||||
OPTIMIZEDEFAULT = {'targetTagID': 'Mobile',
|
||||
'deviceProfile': None,
|
||||
'title': None,
|
||||
'target': "",
|
||||
'locationID': -1,
|
||||
'policyUnwatched': 0,
|
||||
'videoQuality': None}
|
||||
|
||||
class Connection:
|
||||
def __init__(self, url=None, apikey=None, verify_ssl=False):
|
||||
|
Loading…
Reference in New Issue
Block a user