mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add detailed stream info to notification options
This commit is contained in:
parent
e272a0eecc
commit
992f0baf93
5 changed files with 240 additions and 53 deletions
|
@ -67,4 +67,19 @@ SCHEDULER_LIST = ['Check GitHub for updates',
|
|||
'Refresh Plex server name',
|
||||
'Backup PlexPy database',
|
||||
'Backup PlexPy config'
|
||||
]
|
||||
]
|
||||
|
||||
QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
||||
'12000': '12 Mbps 1080p',
|
||||
'10000': '10 Mbps 1080p',
|
||||
'8000': '8 Mbps 1080p',
|
||||
'4000': '4 Mbps 720p',
|
||||
'3000': '3 Mbps 720p',
|
||||
'2000': '2 Mbps 720p',
|
||||
'1500': '1.5 Mbps 480p',
|
||||
'720': '720 kbps',
|
||||
'320': '320 kbps',
|
||||
'208': '208 kbps',
|
||||
'96': '96 kbps',
|
||||
'64': '64 kbps'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue