2022-05-01 10:51:28 +00:00
[
{
"title" : "Playback" ,
"description" : "Settings related to playback and supported codec and media types" ,
"children" : [
{
"title" : "MPEG 2 Support" ,
"description" : "Support direct play of MPEG 2 content (e.g. Live TV). This will prevent transcoding of MPEG 2 content, but uses significantly more bandwidth" ,
"settingName" : "playback.mpeg2" ,
"type" : "bool" ,
"default" : "false"
2022-05-14 08:52:01 +00:00
}
]
} ,
{
"title" : "User Interface" ,
"description" : "Settings relating to how the how the applications looks" ,
"children" : [
2022-06-12 20:36:00 +00:00
{
"title" : "Design Elements" ,
"description" : "Options that alter the design of Jellyfin." ,
"children" : [
{
"title" : "Use Splashscreen as Home Background" ,
"description" : "Use generated splashscreen image as Jellyfin home background. Jellyfin will need to be closed and reopened for change to take affect." ,
"settingName" : "ui.home.splashBackground" ,
"type" : "bool" ,
"default" : "false"
}
]
} ,
2022-05-14 08:52:01 +00:00
{
"title" : "Media Grid" ,
"description" : "Media Grid Options" ,
"children" : [
2022-05-23 06:19:22 +00:00
{
"title" : "Item Count" ,
"description" : "Show item count in the library, and index of selected item." ,
"settingName" : "itemgrid.showItemCount" ,
"type" : "bool" ,
"default" : "false"
} ,
2022-05-14 08:52:01 +00:00
{
"title" : "Item Titles" ,
"description" : "Always show the titles below the poster images. (If disabled, title will be shown under hilighted item only)" ,
"settingName" : "itemgrid.alwaysShowTitles" ,
"type" : "bool" ,
"default" : "false"
2022-06-10 03:16:17 +00:00
} ,
{
2022-06-12 00:15:47 +00:00
"title" : "Return to Top" ,
"description" : "Use the replay button to slowly animate to the first item in the folder. (If disabled, The folder will reset to the first item immediately)" ,
2022-06-10 03:16:17 +00:00
"settingName" : "itemgrid.reset" ,
"type" : "bool" ,
"default" : "true"
2022-05-14 08:52:01 +00:00
}
]
}
2022-05-01 10:51:28 +00:00
]
}
2022-05-14 08:52:01 +00:00
]