Merge pull request #1017 from sevenrats/settings

This commit is contained in:
1hitsong 2023-04-05 16:59:45 -04:00 committed by GitHub
commit d08b828ed7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 49 deletions

View File

@ -675,13 +675,13 @@
<extracomment>Settings Menu - Title for option</extracomment> <extracomment>Settings Menu - Title for option</extracomment>
</message> </message>
<message> <message>
<source>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.</source> <source>Go directly to the episode list if a TV series has only one season.</source>
<translation>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.</translation> <translation>Go directly to the episode list if a TV series has only one season.</translation>
<extracomment>Settings Menu - Description for option</extracomment> <extracomment>Settings Menu - Description for option</extracomment>
</message> </message>
<message> <message>
<source>If enabled, images of unwatched episodes will be blurred.</source> <source>Blur images of unwatched episodes.</source>
<translation>If enabled, images of unwatched episodes will be blurred.</translation> <translation>Blur images of unwatched episodes.</translation>
</message> </message>
<message> <message>
<source>Design Elements</source> <source>Design Elements</source>
@ -708,8 +708,8 @@
<extracomment>Settings Menu - Title for option</extracomment> <extracomment>Settings Menu - Title for option</extracomment>
</message> </message>
<message> <message>
<source>Cinema Mode brings the theater experience straight to your living room with the ability to play custom intros before the main feature.</source> <source>Bring the theater experience straight to your living room with the ability to play custom intros before the main feature.</source>
<translation>Cinema Mode brings the theater experience straight to your living room with the ability to play custom intros before the main feature.</translation> <translation>Bring the theater experience straight to your living room with the ability to play custom intros before the main feature.</translation>
<extracomment>Settings Menu - Description for option</extracomment> <extracomment>Settings Menu - Description for option</extracomment>
</message> </message>
<message> <message>
@ -718,8 +718,8 @@
<extracomment>Option Title in user setting screen</extracomment> <extracomment>Option Title in user setting screen</extracomment>
</message> </message>
<message> <message>
<source>Hides all clocks in Jellyfin. Jellyfin will need to be closed and reopened for change to take effect.</source> <source>Hide all clocks in Jellyfin. Jellyfin will need to be closed and reopened for changes to take effect.</source>
<translation>Hides all clocks in Jellyfin. Jellyfin will need to be closed and reopened for change to take effect.</translation> <translation>Hide all clocks in Jellyfin. Jellyfin will need to be closed and reopened for changes to take effect.</translation>
<extracomment>Settings Menu - Description for option</extracomment> <extracomment>Settings Menu - Description for option</extracomment>
</message> </message>
<message> <message>
@ -1007,36 +1007,36 @@
<translation>Disable Community Rating for Episodes</translation> <translation>Disable Community Rating for Episodes</translation>
</message> </message>
<message> <message>
<source>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.</source> <source>Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode.</source>
<translation>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.</translation> <translation>Hide the star and community rating for episodes of a TV show. This is to prevent spoilers of an upcoming good/bad episode.</translation>
</message>
<message>
<source>Configure the maximum playback bitrate.</source>
<translation>Configure the maximum playback bitrate.</translation>
</message> </message>
<message> <message>
<source>Biographical information for this person is not currently available.</source> <source>Biographical information for this person is not currently available.</source>
<translation>Biographical information for this person is not currently available.</translation> <translation>Biographical information for this person is not currently available.</translation>
</message> </message>
<message> <message>
<source>Playback Bitrate Limits</source> <source>Enable Limit</source>
<translation>Playback Bitrate Limits</translation> <translation>Enable Limit</translation>
</message> </message>
<message> <message>
<source>Set limits for how high playback bitrates are allowed to be.</source> <source>Enable or disable the 'Maximum Bitrate' setting.</source>
<translation>Set limits for how high playback bitrates are allowed to be.</translation> <translation>Enable or disable the 'Maximum Bitrate' setting.</translation>
</message> </message>
<message> <message>
<source>Limits Enabled</source> <source>Bitrate Limit</source>
<translation>Limits Enabled</translation> <translation>Bitrate Limit</translation>
</message> </message>
<message> <message>
<source>If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.</source> <source>Maximum Bitrate</source>
<translation>If enabled, playback bitrates will be limited based on the 'Playback Bitrate Limit' setting.</translation> <translation>Maximum Bitrate</translation>
</message> </message>
<message> <message>
<source>Playback Bitrate Limit</source> <source>Set the maximum bitrate in Mbps. Set to 0 to use Roku's specifications. This setting must be enabled to take effect.</source>
<translation>Playback Bitrate Limit</translation> <translation>Set the maximum bitrate in Mbps. Set to 0 to use Roku's specifications. This setting must be enabled to take effect.</translation>
</message>
<message>
<source>Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.</source>
<translation>Max bitrate (Mbps) allowed if limits are enabled. Set to 0 to use Roku's specifications.</translation>
</message> </message>
<message> <message>
<source>Libraries</source> <source>Libraries</source>

View File

@ -3,9 +3,29 @@
"title": "Playback", "title": "Playback",
"description": "Settings relating to playback and supported codec and media types.", "description": "Settings relating to playback and supported codec and media types.",
"children": [ "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", "title": "Codec Support",
"description": "Enable or disable Direct Play support for certain codecs", "description": "Enable or disable Direct Play support for certain codecs.",
"children": [ "children": [
{ {
"title": "AV1", "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", "title": "Profile Level Support",
"description": "Attempt Direct Play of potentially unsupported profile levels", "description": "Attempt Direct Play of potentially unsupported profile levels",
@ -72,7 +72,7 @@
}, },
{ {
"title": "Cinema Mode", "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", "settingName": "playback.cinemamode",
"type": "bool", "type": "bool",
"default": "false" "default": "false"
@ -110,7 +110,7 @@
"children": [ "children": [
{ {
"title": "Hide Clock", "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", "settingName": "ui.design.hideclock",
"type": "bool", "type": "bool",
"default": "false" "default": "false"
@ -232,14 +232,14 @@
"children": [ "children": [
{ {
"title": "Blur Unwatched Episodes", "title": "Blur Unwatched Episodes",
"description": "If enabled, images of unwatched episodes will be blurred.", "description": "Blur images of unwatched episodes.",
"settingName": "ui.tvshows.blurunwatched", "settingName": "ui.tvshows.blurunwatched",
"type": "bool", "type": "bool",
"default": "false" "default": "false"
}, },
{ {
"title": "Disable Community Rating for Episodes", "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", "settingName": "ui.tvshows.disableCommunityRating",
"type": "bool", "type": "bool",
"default": "false" "default": "false"