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

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