mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Expand video quality bitrate selection
25/30/35 Mbps
This commit is contained in:
parent
c56f9a005c
commit
69afc98638
2 changed files with 3 additions and 1 deletions
|
@ -293,6 +293,9 @@ class PlayUtils():
|
||||||
'13': 16700,
|
'13': 16700,
|
||||||
'14': 18200,
|
'14': 18200,
|
||||||
'15': 20000,
|
'15': 20000,
|
||||||
|
'16': 25000,
|
||||||
|
'17': 30000,
|
||||||
|
'18': 35000,
|
||||||
'16': 40000,
|
'16': 40000,
|
||||||
'17': 100000,
|
'17': 100000,
|
||||||
'18': 1000000
|
'18': 1000000
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
<setting id="resumeJumpBack" type="slider" label="30521" default="10" range="0,1,120" option="int" />
|
<setting id="resumeJumpBack" type="slider" label="30521" default="10" range="0,1,120" option="int" />
|
||||||
<setting type="sep" />
|
<setting type="sep" />
|
||||||
<setting id="playFromStream" type="bool" label="30002" default="true" />
|
<setting id="playFromStream" type="bool" label="30002" default="true" />
|
||||||
<setting id="videoBitrate" type="enum" label="30160" values="664 Kbps SD|996 Kbps HD|1.3 Mbps HD|2.0 Mbps HD|3.2 Mbps HD|4.7 Mbps HD|6.2 Mbps HD|7.7 Mbps HD|9.2 Mbps HD|10.7 Mbps HD|12.2 Mbps HD|13.7 Mbps HD|15.2 Mbps HD|16.7 Mbps HD|18.2 Mbps HD|20.0 Mbps HD|40.0 Mbps HD|100.0 Mbps HD [default]|1000.0 Mbps HD" visible="true" default="17" subsetting="true" />
|
|
||||||
<setting id="enableExternalSubs" type="bool" label="Enable external subs for direct stream" default="true" />
|
<setting id="enableExternalSubs" type="bool" label="Enable external subs for direct stream" default="true" />
|
||||||
<setting id="downloadExternalSubs" type="bool" label="Download external subs" visible="eq(-1,true)" default="true" subsetting="true" />
|
<setting id="downloadExternalSubs" type="bool" label="Download external subs" visible="eq(-1,true)" default="true" subsetting="true" />
|
||||||
<setting id="transcodeH265" type="enum" label="30522" default="0" values="Disabled|480p(and higher)|720p(and higher)|1080p" />
|
<setting id="transcodeH265" type="enum" label="30522" default="0" values="Disabled|480p(and higher)|720p(and higher)|1080p" />
|
||||||
|
|
Loading…
Reference in a new issue