Added ts and moved setting for alpha order
This commit is contained in:
parent
1b760a7ce4
commit
8698ec8f0a
|
@ -1098,5 +1098,15 @@
|
|||
<translation>If enabled, the number of unwatched episodes in a series/season will be removed.</translation>
|
||||
<extracomment>Settings Menu - Description for option</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Next Up button duration</source>
|
||||
<translation>Next Up button duration</translation>
|
||||
<extracomment>Settings Menu - Title for option</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Set Next up button duration. Defualt is 30 seconds from the end of the episode. Set to 0 to disable.</source>
|
||||
<translation>Set Next up button duration. Defualt is 30 seconds from the end of the episode. Set to 0 to disable.</translation>
|
||||
<extracomment>Settings Menu - Description for option</extracomment>
|
||||
</message>
|
||||
</context>
|
||||
</TS>
|
||||
|
|
|
@ -37,6 +37,13 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Next Up button duration",
|
||||
"description": "Set Next up button duration. Defualt is 30 seconds from the end of the episode. Set to 0 to disable.",
|
||||
"settingName": "playback.nextupbuttonseconds",
|
||||
"type": "integer",
|
||||
"default": "30"
|
||||
}
|
||||
{
|
||||
"title": "Playback Bitrate Limits",
|
||||
"description": "Set limits for how high playback bitrates are allowed to be.",
|
||||
|
@ -83,13 +90,6 @@
|
|||
"settingName": "playback.subs.onlytext",
|
||||
"type": "bool",
|
||||
"default": "false"
|
||||
},
|
||||
{
|
||||
"title": "Change next up button show duration",
|
||||
"description": "Default is 30 seconds, you can set to 0 to diable the button or set new time in seconds to display the button",
|
||||
"settingName": "playback.nextupbuttonseconds",
|
||||
"type": "integer",
|
||||
"default": "30"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user