Example #1
0
def speed_limit():     return plex.user_prefs()['download_limit']
def current():         return plex.user_dict()['download_current']
Example #2
0
def avoid_flv_streaming(): return plex.user_prefs()['avoid_flv_streaming']

def attempt_clear(key):
Example #3
0
def avoid_flv():       return plex.user_prefs()['avoid_flv_downloading']
def speed_limit():     return plex.user_prefs()['download_limit']