2022-05-01 10:51:28 +00:00
[
{
"title" : "Playback" ,
2022-09-01 07:22:24 +00:00
"description" : "Settings relating to playback and supported codec and media types." ,
2022-05-01 10:51:28 +00:00
"children" : [
{
2022-09-01 07:22:24 +00:00
"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." ,
2022-05-01 10:51:28 +00:00
"settingName" : "playback.mpeg2" ,
"type" : "bool" ,
"default" : "false"
2022-07-04 09:09:16 +00:00
} ,
{
"title" : "Attempt Direct Play (Profile Lvl)" ,
2022-09-01 07:22:24 +00:00
"description" : "Attempt Direct Play for H.264 media with unsupported profile levels (> 4.2) before falling back to transcoding if it fails." ,
2022-07-04 09:09:16 +00:00
"settingName" : "playback.tryDirect.h264ProfileLevel" ,
"type" : "bool" ,
"default" : "true"
2022-07-13 06:51:47 +00:00
} ,
2022-07-09 08:28:15 +00:00
{
2022-09-04 07:58:51 +00:00
"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." ,
2022-07-09 08:28:15 +00:00
"settingName" : "playback.cinemamode" ,
"type" : "bool" ,
"default" : "false"
2022-05-14 08:52:01 +00:00
}
]
} ,
{
"title" : "User Interface" ,
2022-09-01 07:22:24 +00:00
"description" : "Settings relating to how the application looks." ,
2022-05-14 08:52:01 +00:00
"children" : [
2022-09-04 11:22:08 +00:00
{
"title" : "Home Page" ,
"description" : "Options for Home page." ,
"children" : [
{
"title" : "Max Days Next Up" ,
"description" : "Set the maximum amount of days a show should stay in the 'Next Up' list without watching it." ,
"settingName" : "ui.details.maxdaysnextup" ,
"type" : "integer" ,
"default" : "365"
}
]
} ,
2022-06-18 19:07:07 +00:00
{
2022-09-01 07:22:24 +00:00
"title" : "Details Page" ,
2022-09-04 07:58:51 +00:00
"description" : "Options for Details pages." ,
2022-06-18 19:07:07 +00:00
"children" : [
{
"title" : "Hide Taglines" ,
"description" : "Hides tagline text on details pages." ,
"settingName" : "ui.details.hidetagline" ,
"type" : "bool" ,
"default" : "false"
}
]
2022-09-04 11:22:08 +00:00
} ,
{
2022-06-19 22:23:56 +00:00
"title" : "TV Shows" ,
"description" : "Options for TV Shows." ,
"children" : [
{
"title" : "Blur Unwatched Episodes" ,
2022-09-01 07:22:24 +00:00
"description" : "If enabled, images of unwatched episodes will be blurred." ,
2022-06-19 22:23:56 +00:00
"settingName" : "ui.tvshows.blurunwatched" ,
"type" : "bool" ,
"default" : "false"
}
]
2022-09-04 11:22:08 +00:00
} ,
{
2022-06-13 12:43:53 +00:00
"title" : "Screensaver" ,
"description" : "Options for Jellyfin's screensaver." ,
"children" : [
{
"title" : "Use Splashscreen as Screensaver Background" ,
2022-09-01 07:22:24 +00:00
"description" : "Use generated splashscreen image as Jellyfin's screensaver background. Jellyfin will need to be closed and reopened for change to take effect." ,
2022-06-13 12:43:53 +00:00
"settingName" : "ui.screensaver.splashBackground" ,
"type" : "bool" ,
"default" : "false"
}
]
2022-09-04 11:22:08 +00:00
} ,
2022-06-12 20:36:00 +00:00
{
"title" : "Design Elements" ,
"description" : "Options that alter the design of Jellyfin." ,
"children" : [
2022-07-16 02:28:59 +00:00
{
"title" : "Hide Clock" ,
"description" : "Hides all clocks in Jellyfin. Jellyfin will need to be closed and reopened for change to take effect." ,
"settingName" : "ui.design.hideclock" ,
"type" : "bool" ,
"default" : "false"
} ,
2022-06-12 20:36:00 +00:00
{
"title" : "Use Splashscreen as Home Background" ,
2022-09-01 07:22:24 +00:00
"description" : "Use generated splashscreen image as Jellyfin's home background. Jellyfin will need to be closed and reopened for change to take effect." ,
2022-06-12 20:36:00 +00:00
"settingName" : "ui.home.splashBackground" ,
"type" : "bool" ,
"default" : "false"
}
]
2022-06-18 19:07:07 +00:00
} ,
2022-05-14 08:52:01 +00:00
{
"title" : "Media Grid" ,
2022-09-04 07:58:51 +00:00
"description" : "Media Grid options." ,
2022-05-14 08:52:01 +00:00
"children" : [
2022-05-23 06:19:22 +00:00
{
"title" : "Item Count" ,
2022-09-01 07:22:24 +00:00
"description" : "Show item count in the library and index of selected item." ,
2022-05-23 06:19:22 +00:00
"settingName" : "itemgrid.showItemCount" ,
"type" : "bool" ,
"default" : "false"
} ,
2022-05-14 08:52:01 +00:00
{
"title" : "Item Titles" ,
2022-09-01 07:22:24 +00:00
"description" : "Always show the titles below the poster images. (If disabled, the title will be shown under the highlighted item only)." ,
2022-05-14 08:52:01 +00:00
"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" ,
2022-09-01 07:22:24 +00:00
"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-09-04 11:22:08 +00:00
]