mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Add controls for DeinterlaceMethod
Add controls and US-English text for DeinterlaceMethod in encodingsettings. Uses the values referenced here https://github.com/jellyfin/jellyfin/pull/2639
This commit is contained in:
parent
c5bb25809b
commit
c2f248f838
2 changed files with 10 additions and 0 deletions
|
@ -136,6 +136,14 @@
|
||||||
<div class="fieldDescription">${H264CrfHelp}</div>
|
<div class="fieldDescription">${H264CrfHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="selectContainer">
|
||||||
|
<select is="emby-select" id="selectDeinterlaceMethod" label="${LabelDeinterlaceMethod}">
|
||||||
|
<option value="yadif">Yadif</option>
|
||||||
|
<option value="yadif_bob">Yadif Bob</option>
|
||||||
|
</select>
|
||||||
|
<div class="fieldDescription">${DeinterlaceMethodHelp}</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="checkboxContainer checkboxContainer-withDescription">
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
||||||
<label>
|
<label>
|
||||||
<input is="emby-checkbox" type="checkbox" id="chkEnableSubtitleExtraction" />
|
<input is="emby-checkbox" type="checkbox" id="chkEnableSubtitleExtraction" />
|
||||||
|
|
|
@ -174,6 +174,7 @@
|
||||||
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
|
"DefaultErrorMessage": "There was an error processing the request. Please try again later.",
|
||||||
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
|
"DefaultMetadataLangaugeDescription": "These are your defaults and can be customized on a per-library basis.",
|
||||||
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
|
"DefaultSubtitlesHelp": "Subtitles are loaded based on the default and forced flags in the embedded metadata. Language preferences are considered when multiple options are available.",
|
||||||
|
"DeinterlaceMethodHelp": "Select the deinterlacing method to use when transcoding.",
|
||||||
"Delete": "Delete",
|
"Delete": "Delete",
|
||||||
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
|
"DeleteDeviceConfirmation": "Are you sure you wish to delete this device? It will reappear the next time a user signs in with it.",
|
||||||
"DeleteImage": "Delete Image",
|
"DeleteImage": "Delete Image",
|
||||||
|
@ -599,6 +600,7 @@
|
||||||
"LabelDefaultScreen": "Default screen:",
|
"LabelDefaultScreen": "Default screen:",
|
||||||
"LabelDefaultUser": "Default user:",
|
"LabelDefaultUser": "Default user:",
|
||||||
"LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
|
"LabelDefaultUserHelp": "Determines which user library should be displayed on connected devices. This can be overridden for each device using profiles.",
|
||||||
|
"LabelDeinterlaceMethod": "Deinterlacing method:",
|
||||||
"LabelDeviceDescription": "Device description",
|
"LabelDeviceDescription": "Device description",
|
||||||
"LabelDidlMode": "DIDL mode:",
|
"LabelDidlMode": "DIDL mode:",
|
||||||
"LabelDiscNumber": "Disc number:",
|
"LabelDiscNumber": "Disc number:",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue