mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Add audio channel substitutions
This commit is contained in:
parent
7244b15821
commit
2794a4b550
4 changed files with 29 additions and 14 deletions
|
@ -56,6 +56,15 @@ MEDIA_FLAGS_VIDEO = {'avc1': 'h264',
|
|||
'wmv3': 'wmvhd'
|
||||
}
|
||||
|
||||
AUDIO_CHANNELS = {'1': 'Mono',
|
||||
'2': 'Stereo',
|
||||
'3': '2.1',
|
||||
'4': '3.1',
|
||||
'6': '5.1',
|
||||
'7': '6.1',
|
||||
'8': '7.1'
|
||||
}
|
||||
|
||||
QUALITY_PROFILES = {'20000': '20 Mbps 1080p',
|
||||
'12000': '12 Mbps 1080p',
|
||||
'10000': '10 Mbps 1080p',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue