move setting up 1 level
This commit is contained in:
parent
ed5d73de4b
commit
ca30244290
|
@ -1112,11 +1112,6 @@
|
|||
<translation>Set how many seconds before the end of an episode the Next Episode button should appear. Set to 0 to disable.</translation>
|
||||
<extracomment>Settings Menu - Description for option</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Choose your preferred audio codecs when transcoding.</source>
|
||||
<translation>Choose your preferred audio codecs when transcoding.</translation>
|
||||
<extracomment>Settings Menu - Description for option</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Preferred Audio Codec</source>
|
||||
<translation>Preferred Audio Codec</translation>
|
||||
|
@ -1132,11 +1127,6 @@
|
|||
<translation>Use system settings</translation>
|
||||
<extracomment>User Setting - Option title</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Audio Codec Support</source>
|
||||
<translation>Audio Codec Support</translation>
|
||||
<extracomment>Settings Menu - Title of option</extracomment>
|
||||
</message>
|
||||
<message>
|
||||
<source>Direct playing</source>
|
||||
<translation>Direct playing</translation>
|
||||
|
|
|
@ -16,41 +16,6 @@
|
|||
"title": "Playback",
|
||||
"description": "Settings relating to playback and supported codec and media types.",
|
||||
"children": [
|
||||
{
|
||||
"title": "Audio Codec Support",
|
||||
"description": "Choose your preferred audio codecs when transcoding.",
|
||||
"children": [
|
||||
{
|
||||
"title": "Preferred Audio Codec",
|
||||
"description": "Use the selected audio codec for transcodes. If the device or stream does not support it, a fallback codec will be used.",
|
||||
"settingName": "playback.preferredAudioCodec",
|
||||
"type": "radio",
|
||||
"default": "auto",
|
||||
"options": [
|
||||
{
|
||||
"title": "Use system settings",
|
||||
"id": "auto"
|
||||
},
|
||||
{
|
||||
"title": "AAC",
|
||||
"id": "aac"
|
||||
},
|
||||
{
|
||||
"title": "DD (AC3)",
|
||||
"id": "ac3"
|
||||
},
|
||||
{
|
||||
"title": "DD+ (EAC3)",
|
||||
"id": "eac3"
|
||||
},
|
||||
{
|
||||
"title": "DTS",
|
||||
"id": "dts"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Bitrate Limit",
|
||||
"description": "Configure the maximum playback bitrate.",
|
||||
|
@ -209,6 +174,35 @@
|
|||
"type": "integer",
|
||||
"default": "30"
|
||||
},
|
||||
{
|
||||
"title": "Preferred Audio Codec",
|
||||
"description": "Use the selected audio codec for transcodes. If the device or stream does not support it, a fallback codec will be used.",
|
||||
"settingName": "playback.preferredAudioCodec",
|
||||
"type": "radio",
|
||||
"default": "auto",
|
||||
"options": [
|
||||
{
|
||||
"title": "Use system settings",
|
||||
"id": "auto"
|
||||
},
|
||||
{
|
||||
"title": "AAC",
|
||||
"id": "aac"
|
||||
},
|
||||
{
|
||||
"title": "DD (AC3)",
|
||||
"id": "ac3"
|
||||
},
|
||||
{
|
||||
"title": "DD+ (EAC3)",
|
||||
"id": "eac3"
|
||||
},
|
||||
{
|
||||
"title": "DTS",
|
||||
"id": "dts"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Text Subtitles Only",
|
||||
"description": "Only display text subtitles to minimize transcoding.",
|
||||
|
|
Loading…
Reference in New Issue
Block a user