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