示例#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", {})