commit
2618d66fb6
|
@ -1022,8 +1022,16 @@
|
||||||
<translation>If enabled, the star and community rating for episodes of a TV show will be removed. This is to prevent spoilers of an upcoming good/bad episode.</translation>
|
<translation>If enabled, the star and community rating for episodes of a TV show will be removed. This is to prevent spoilers of an upcoming good/bad episode.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Limit Bitrate</source>
|
<source>Playback Bitrate Limits</source>
|
||||||
<translation>Limit Bitrate</translation>
|
<translation>Playback Bitrate Limits</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Set limits for how high playback bitrates are allowed to be.</source>
|
||||||
|
<translation>Set limits for how high playback bitrates are allowed to be.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Limits Enabled</source>
|
||||||
|
<translation>Limits Enabled</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.</source>
|
<source>If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.</source>
|
||||||
|
@ -1034,8 +1042,8 @@
|
||||||
<translation>Playback Bitrate Limit</translation>
|
<translation>Playback Bitrate Limit</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Max bitrate (MBPS) to use if 'Limit Bitrate' is enabled. Set to 0 to use Roku's specifications.</source>
|
<source>Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.</source>
|
||||||
<translation>Max bitrate (MBPS) to use if 'Limit Bitrate' is enabled. Set to 0 to use Roku's specifications.</translation>
|
<translation>Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Libraries</source>
|
<source>Libraries</source>
|
||||||
|
|
|
@ -65,18 +65,24 @@
|
||||||
"default": "false"
|
"default": "false"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "Limit Bitrate",
|
"title": "Playback Bitrate Limits",
|
||||||
"description": "If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.",
|
"description": "Set limits for how high playback bitrates are allowed to be.",
|
||||||
"settingName": "playback.bitrate.maxlimited",
|
"children": [
|
||||||
"type": "bool",
|
{
|
||||||
"default": "true"
|
"title": "Limits Enabled",
|
||||||
},
|
"description": "If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.",
|
||||||
{
|
"settingName": "playback.bitrate.maxlimited",
|
||||||
"title": "Playback Bitrate Limit",
|
"type": "bool",
|
||||||
"description": "Max bitrate (MBPS) to use if 'Limit Bitrate' is enabled. Set to 0 to use Roku's specifications.",
|
"default": "true"
|
||||||
"settingName": "playback.bitrate.limit",
|
},
|
||||||
"type": "integer",
|
{
|
||||||
"default": "0"
|
"title": "Playback Bitrate Limit",
|
||||||
|
"description": "Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.",
|
||||||
|
"settingName": "playback.bitrate.limit",
|
||||||
|
"type": "integer",
|
||||||
|
"default": "0"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user