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-12-01 08:34:49 +00:00
{
2022-12-17 17:20:04 +00:00
"title" : "Codec Support" ,
2022-12-26 22:52:40 +00:00
"description" : "Enable or disable Direct Play support for certain codecs" ,
2022-12-17 17:20:04 +00:00
"children" : [
{
"title" : "AV1" ,
"description" : "** EXPERIMENTAL** Support Direct Play of AV1 content if this Roku device supports it." ,
"settingName" : "playback.av1" ,
"type" : "bool" ,
"default" : "false"
} ,
{
"title" : "MPEG-2" ,
"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"
} ,
{
"title" : "MPEG-4" ,
"description" : "Support Direct Play of MPEG-4 content. This may need to be disabled for playback of DIVX encoded video files." ,
"settingName" : "playback.mpeg4" ,
"type" : "bool" ,
"default" : "true"
}
]
2022-07-13 06:51:47 +00:00
} ,
2022-09-04 09:11:08 +00:00
{
2022-12-17 17:20:04 +00:00
"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"
}
]
2022-09-04 09:11:08 +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-12-14 01:47:26 +00:00
} ,
{
2022-12-17 16:35:21 +00:00
"title" : "Text Subtitles Only" ,
2022-12-14 01:47:26 +00:00
"description" : "Only display text subtitles to minimize transcoding." ,
"settingName" : "playback.subs.onlytext" ,
"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
{
2023-01-16 00:49:29 +00:00
"title" : "General" ,
"description" : "Settings relating to the appearance of the Home screen and the program in general." ,
2022-09-04 11:22:08 +00:00
"children" : [
2023-01-16 00:49:29 +00:00
{
2023-01-27 06:06:01 +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" ,
2023-01-16 00:49:29 +00:00
"type" : "bool" ,
"default" : "false"
} ,
2022-09-04 11:22:08 +00:00
{
"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-12-26 22:51:27 +00:00
} ,
2022-12-22 23:02:13 +00:00
{
2023-01-16 00:49:29 +00:00
"title" : "Show What's New Popup" ,
"description" : "Show What's New popup when Jellyfin is updated to a new version." ,
"settingName" : "load.allowwhatsnew" ,
2022-12-22 23:02:13 +00:00
"type" : "bool" ,
2023-01-16 00:49:29 +00:00
"default" : "true"
2023-01-01 14:24:07 +00:00
} ,
2022-07-16 02:28:59 +00:00
{
2023-01-27 06:06:01 +00:00
"title" : "Use Splashscreen as Home Background" ,
"description" : "Use generated splashscreen image as Jellyfin's home background. Jellyfin will need to be closed and reopened for change to take effect." ,
"settingName" : "ui.home.splashBackground" ,
"type" : "bool" ,
"default" : "false"
} ,
{
"title" : "Use Splashscreen as Screensaver" ,
"description" : "Use generated splashscreen image as Jellyfin's screensaver background. Jellyfin will need to be closed and reopened for change to take effect." ,
"settingName" : "ui.screensaver.splashBackground" ,
2022-07-16 02:28:59 +00:00
"type" : "bool" ,
"default" : "false"
2022-06-12 20:36:00 +00:00
}
]
2022-06-18 19:07:07 +00:00
} ,
2022-05-14 08:52:01 +00:00
{
2023-01-16 00:49:29 +00:00
"title" : "Libraries" ,
"description" : "Setting related to the appearance of Library pages." ,
2022-05-14 08:52:01 +00:00
"children" : [
2022-12-30 18:09:27 +00:00
{
2023-01-16 00:49:29 +00:00
"title" : "General" ,
"description" : "Settings relating to the appearance of pages in all Libraries." ,
"children" : [
2022-12-30 18:09:27 +00:00
{
2023-01-16 00:49:29 +00:00
"title" : "Grid View Settings" ,
"description" : "Settings that apply when Grid views are enabled." ,
"children" : [
{
"title" : "Item Count" ,
"description" : "Show item count in the library and index of selected item." ,
"settingName" : "itemgrid.showItemCount" ,
"type" : "bool" ,
"default" : "false"
} ,
{
"title" : "Item Titles" ,
2023-01-16 01:08:19 +00:00
"description" : "Select when to show titles." ,
"settingName" : "itemgrid.gridTitles" ,
"type" : "radio" ,
"default" : "showonhover" ,
"options" : [
{
"title" : "Show On Hover" ,
"id" : "showonhover"
} ,
{
"title" : "Always Show" ,
"id" : "showalways"
} ,
{
"title" : "Always Hide" ,
"id" : "hidealways"
}
]
2023-01-16 00:49:29 +00:00
}
]
2022-12-30 18:09:27 +00:00
} ,
2023-01-16 00:49:29 +00:00
{
"title" : "Hide Taglines" ,
"description" : "Hides tagline text on details pages." ,
"settingName" : "ui.details.hidetagline" ,
"type" : "bool" ,
"default" : "false"
2023-01-27 06:06:01 +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)." ,
"settingName" : "itemgrid.reset" ,
"type" : "bool" ,
"default" : "true"
}
]
} ,
{
"title" : "Movies" ,
"description" : "Settings relating to the appearance of pages in Movie Libraries." ,
"children" : [
{
"title" : "Default View" ,
"description" : "Default view for Movie Libraries." ,
"settingName" : "itemgrid.movieDefaultView" ,
"type" : "radio" ,
"default" : "movies" ,
"options" : [
{
"title" : "Movies (Presentation)" ,
"id" : "Movies"
} ,
{
"title" : "Movies (Grid)" ,
"id" : "MoviesGrid"
}
]
2022-12-30 18:09:27 +00:00
}
]
} ,
{
2023-01-16 00:49:29 +00:00
"title" : "TV Shows" ,
"description" : "Settings relating to the appearance of pages in TV Libraries." ,
"children" : [
2022-12-30 18:09:27 +00:00
{
2023-01-16 00:49:29 +00:00
"title" : "Blur Unwatched Episodes" ,
"description" : "If enabled, images of unwatched episodes will be blurred." ,
"settingName" : "ui.tvshows.blurunwatched" ,
"type" : "bool" ,
"default" : "false"
2022-12-30 18:09:27 +00:00
} ,
{
2023-01-16 00:49:29 +00:00
"title" : "Skip Details for Single Seasons" ,
"description" : "If enabled, selecting a TV series with only one season will go straight to the episode list rather than the show details and season list." ,
"settingName" : "ui.tvshows.goStraightToEpisodeListing" ,
"type" : "bool" ,
"default" : "false"
2022-12-30 18:09:27 +00:00
} ,
{
2023-01-16 00:49:29 +00:00
"title" : "Disable Community Rating for Episodes" ,
"description" : "If enabled, the star and community rating for episodes of a TV show will be removed. This is to prevent spoilers of an upcoming good/bad episode." ,
"settingName" : "ui.tvshows.disableCommunityRating" ,
"type" : "bool" ,
"default" : "false"
2022-12-30 18:09:27 +00:00
}
]
2022-05-14 08:52:01 +00:00
}
]
}
2022-05-01 10:51:28 +00:00
]
}
2022-09-04 11:22:08 +00:00
]