diff --git a/locale/en_US/translations.ts b/locale/en_US/translations.ts index 04f23b3e..a8928a51 100644 --- a/locale/en_US/translations.ts +++ b/locale/en_US/translations.ts @@ -675,13 +675,13 @@ Settings Menu - Title for option - 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. - 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. + Go directly to the episode list if a TV series has only one season. + Go directly to the episode list if a TV series has only one season. Settings Menu - Description for option - If enabled, images of unwatched episodes will be blurred. - If enabled, images of unwatched episodes will be blurred. + Blur images of unwatched episodes. + Blur images of unwatched episodes. Design Elements @@ -708,8 +708,8 @@ Settings Menu - Title for option - Cinema Mode brings the theater experience straight to your living room with the ability to play custom intros before the main feature. - Cinema Mode brings the theater experience straight to your living room with the ability to play custom intros before the main feature. + Bring the theater experience straight to your living room with the ability to play custom intros before the main feature. + Bring the theater experience straight to your living room with the ability to play custom intros before the main feature. Settings Menu - Description for option @@ -718,8 +718,8 @@ Option Title in user setting screen - Hides all clocks in Jellyfin. Jellyfin will need to be closed and reopened for change to take effect. - Hides all clocks in Jellyfin. Jellyfin will need to be closed and reopened for change to take effect. + Hide all clocks in Jellyfin. Jellyfin will need to be closed and reopened for changes to take effect. + Hide all clocks in Jellyfin. Jellyfin will need to be closed and reopened for changes to take effect. Settings Menu - Description for option @@ -1007,36 +1007,36 @@ Disable Community Rating for Episodes - 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. - 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. + Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode. + Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode. + + + Configure the maximum playback bitrate. + Configure the maximum playback bitrate. Biographical information for this person is not currently available. Biographical information for this person is not currently available. - Playback Bitrate Limits - Playback Bitrate Limits + Enable Limit + Enable Limit - Set limits for how high playback bitrates are allowed to be. - Set limits for how high playback bitrates are allowed to be. + Enable or disable the 'Maximum Bitrate' setting. + Enable or disable the 'Maximum Bitrate' setting. - Limits Enabled - Limits Enabled + Bitrate Limit + Bitrate Limit - If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting. - If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting. + Maximum Bitrate + Maximum Bitrate - Playback Bitrate Limit - Playback Bitrate Limit - - - Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications. - Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications. + Set the maximum bitrate in Mbps. Set to 0 to use Roku's specifications. This setting must be enabled to take effect. + Set the maximum bitrate in Mbps. Set to 0 to use Roku's specifications. This setting must be enabled to take effect. Libraries diff --git a/settings/settings.json b/settings/settings.json index e9abf7f2..efdf13c4 100644 --- a/settings/settings.json +++ b/settings/settings.json @@ -3,9 +3,29 @@ "title": "Playback", "description": "Settings relating to playback and supported codec and media types.", "children": [ + { + "title": "Bitrate Limit", + "description": "Configure the maximum playback bitrate.", + "children": [ + { + "title": "Enable Limit", + "description": "Enable or disable the 'Maximum Bitrate' setting.", + "settingName": "playback.bitrate.maxlimited", + "type": "bool", + "default": "true" + }, + { + "title": "Maximum Bitrate", + "description": "Set the maximum bitrate in Mbps. Set to 0 to use Roku's specifications. This setting must be enabled to take effect.", + "settingName": "playback.bitrate.limit", + "type": "integer", + "default": "0" + } + ] + }, { "title": "Codec Support", - "description": "Enable or disable Direct Play support for certain codecs", + "description": "Enable or disable Direct Play support for certain codecs.", "children": [ { "title": "AV1", @@ -30,26 +50,6 @@ } ] }, - { - "title": "Playback Bitrate Limits", - "description": "Set limits for how high playback bitrates are allowed to be.", - "children": [ - { - "title": "Limits Enabled", - "description": "If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.", - "settingName": "playback.bitrate.maxlimited", - "type": "bool", - "default": "true" - }, - { - "title": "Playback Bitrate Limit", - "description": "Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.", - "settingName": "playback.bitrate.limit", - "type": "integer", - "default": "0" - } - ] - }, { "title": "Profile Level Support", "description": "Attempt Direct Play of potentially unsupported profile levels", @@ -72,7 +72,7 @@ }, { "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.", + "description": "Bring the theater experience straight to your living room with the ability to play custom intros before the main feature.", "settingName": "playback.cinemamode", "type": "bool", "default": "false" @@ -110,7 +110,7 @@ "children": [ { "title": "Hide Clock", - "description": "Hides all clocks in Jellyfin. Jellyfin will need to be closed and reopened for change to take effect.", + "description": "Hide all clocks in Jellyfin. Jellyfin will need to be closed and reopened for changes to take effect.", "settingName": "ui.design.hideclock", "type": "bool", "default": "false" @@ -232,14 +232,14 @@ "children": [ { "title": "Blur Unwatched Episodes", - "description": "If enabled, images of unwatched episodes will be blurred.", + "description": "Blur images of unwatched episodes.", "settingName": "ui.tvshows.blurunwatched", "type": "bool", "default": "false" }, { "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.", + "description": "Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode.", "settingName": "ui.tvshows.disableCommunityRating", "type": "bool", "default": "false"