Example #1
0
def collection(): return user.initialize_dict('searches', [])

def toggle(q):
Example #2
0
def queue():           return user.initialize_dict('downloads',        [])
def history():         return user.initialize_dict('download_history', [])
Example #3
0
 def __init__(self):
     super(PlexDictStore, self).__init__()
     self._store = user.initialize_dict('cache', {})
Example #4
0
def history():         return user.initialize_dict('download_history', [])
def avoid_flv():       return plex.user_prefs()['avoid_flv_downloading']
Example #5
0
def collection():
    return user.initialize_dict("favorites2", {})