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

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