Reorder Playback settings

This commit is contained in:
1hitsong 2023-02-04 11:11:23 -05:00
parent 2618d66fb6
commit db31ea2b32

View File

@ -30,26 +30,6 @@
}
]
},
{
"title": "Profile Level Support",
"description": "Attempt Direct Play of potentially unsupported profile levels",
"children": [
{
"title": "H.264",
"description": "Attempt Direct Play for H.264 media with unsupported profile levels before falling back to transcoding if it fails.",
"settingName": "playback.tryDirect.h264ProfileLevel",
"type": "bool",
"default": "true"
},
{
"title": "HEVC",
"description": "Attempt Direct Play for HEVC media with unsupported profile levels before falling back to trancoding if it fails.",
"settingName": "playback.tryDirect.hevcProfileLevel",
"type": "bool",
"default": "true"
}
]
},
{
"title": "Cinema Mode",
"description": "Cinema Mode brings the theater experience straight to your living room with the ability to play custom intros before the main feature.",
@ -57,13 +37,6 @@
"type": "bool",
"default": "false"
},
{
"title": "Text Subtitles Only",
"description": "Only display text subtitles to minimize transcoding.",
"settingName": "playback.subs.onlytext",
"type": "bool",
"default": "false"
},
{
"title": "Playback Bitrate Limits",
"description": "Set limits for how high playback bitrates are allowed to be.",
@ -83,6 +56,33 @@
"default": "0"
}
]
},
{
"title": "Profile Level Support",
"description": "Attempt Direct Play of potentially unsupported profile levels",
"children": [
{
"title": "H.264",
"description": "Attempt Direct Play for H.264 media with unsupported profile levels before falling back to transcoding if it fails.",
"settingName": "playback.tryDirect.h264ProfileLevel",
"type": "bool",
"default": "true"
},
{
"title": "HEVC",
"description": "Attempt Direct Play for HEVC media with unsupported profile levels before falling back to trancoding if it fails.",
"settingName": "playback.tryDirect.hevcProfileLevel",
"type": "bool",
"default": "true"
}
]
},
{
"title": "Text Subtitles Only",
"description": "Only display text subtitles to minimize transcoding.",
"settingName": "playback.subs.onlytext",
"type": "bool",
"default": "false"
}
]
},