mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Add bwdif deinterlace option
This commit is contained in:
parent
3506520896
commit
262bf48e2b
@ -154,6 +154,7 @@
|
|||||||
<select is="emby-select" id="selectDeinterlaceMethod" label="${LabelDeinterlaceMethod}">
|
<select is="emby-select" id="selectDeinterlaceMethod" label="${LabelDeinterlaceMethod}">
|
||||||
<option value="yadif">${Yadif}</option>
|
<option value="yadif">${Yadif}</option>
|
||||||
<option value="yadif_bob">${YadifBob}</option>
|
<option value="yadif_bob">${YadifBob}</option>
|
||||||
|
<option value="bwdif">${Bwdif}</option>
|
||||||
</select>
|
</select>
|
||||||
<div class="fieldDescription">${DeinterlaceMethodHelp}</div>
|
<div class="fieldDescription">${DeinterlaceMethodHelp}</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1475,6 +1475,7 @@
|
|||||||
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
||||||
"YadifBob": "YADIF Bob",
|
"YadifBob": "YADIF Bob",
|
||||||
"Yadif": "YADIF",
|
"Yadif": "YADIF",
|
||||||
|
"Bwdif": "BWDIF",
|
||||||
"Track": "Track",
|
"Track": "Track",
|
||||||
"Season": "Season",
|
"Season": "Season",
|
||||||
"ReleaseGroup": "Release Group",
|
"ReleaseGroup": "Release Group",
|
||||||
|
@ -1546,6 +1546,7 @@
|
|||||||
"XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.",
|
"XmlTvSportsCategoriesHelp": "Programs with these categories will be displayed as sports programs. Separate multiple with '|'.",
|
||||||
"Yadif": "YADIF",
|
"Yadif": "YADIF",
|
||||||
"YadifBob": "YADIF Bob",
|
"YadifBob": "YADIF Bob",
|
||||||
|
"Bwdif": "BWDIF",
|
||||||
"Yes": "Yes",
|
"Yes": "Yes",
|
||||||
"Yesterday": "Yesterday",
|
"Yesterday": "Yesterday",
|
||||||
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
"PathNotFound": "The path could not be found. Please ensure the path is valid and try again.",
|
||||||
|
Loading…
Reference in New Issue
Block a user