Skip to content

Commit

Permalink
Update channel resolution setting text
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Mar 5, 2024
1 parent 420ff05 commit 8443b5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
13 changes: 6 additions & 7 deletions src/components/metadataEditor/metadataEditor.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,14 @@ <h3 class="formDialogHeaderTitle">
</div>
</div>
<div id="fldHeight" class="selectContainer hide">
<select is="emby-select" id="selectHeight" label="${LabelHeight}">
<select is="emby-select" id="selectHeight" label="${MediaInfoResolution}">
<option value="0"></option>
<option>480</option>
<option>576</option>
<option>720</option>
<option>1080</option>
<option>2160</option>
<option value="480">${ChannelResolutionSD}</option>
<option value="576">${ChannelResolutionSDPAL}</option>
<option value="720">${ChannelResolutionHD}</option>
<option value="1080">${ChannelResolutionFullHD}</option>
<option value="2160">${ChannelResolutionUHD4K}</option>
</select>
<div class="fieldDescription">${ChannelHeightHelp}</div>
</div>
<div class="inlineForm">
<div id="fldOriginalAspectRatio" class="inputContainer hide">
Expand Down
7 changes: 5 additions & 2 deletions src/strings/en-us.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,11 @@
"Categories": "Categories",
"ChangingMetadataImageSettingsNewContent": "Changes to metadata or artwork downloading settings will only apply to new content added to your library. To apply the changes to existing titles, you'll need to refresh their metadata manually.",
"ChannelAccessHelp": "Select the channels to share with this user. Administrators will be able to edit all channels using the metadata manager.",
"ChannelHeightHelp": "Set height of video received on this channel. 720 or greater will mark this channel as HD.",
"ChannelResolutionSD": "SD",
"ChannelResolutionSDPAL": "SD (PAL)",
"ChannelResolutionHD": "HD",
"ChannelResolutionFullHD": "Full HD",
"ChannelResolutionUHD4K": "UHD (4K)",
"ChannelNameOnly": "Channel {0} only",
"ChannelNumber": "Channel number",
"Channels": "Channels",
Expand Down Expand Up @@ -649,7 +653,6 @@
"LabelHardwareAccelerationType": "Hardware acceleration",
"LabelHardwareAccelerationTypeHelp": "Hardware acceleration requires additional configuration.",
"LabelHardwareEncoding": "Hardware encoding",
"LabelHeight": "Height",
"LabelHomeNetworkQuality": "Home network quality",
"LabelHomeScreenSectionValue": "Home screen section {0}",
"LabelHttpsPort": "Local HTTPS port number",
Expand Down

0 comments on commit 8443b5d

Please sign in to comment.