mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Make Live TV compatibility profiles customizable
This commit is contained in:
parent
143fac6ac6
commit
20360b5786
3 changed files with 54 additions and 0 deletions
|
@ -38,6 +38,11 @@
|
|||
<div class="fieldDescription">${SimultaneousConnectionLimitHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="inputContainer fldFallbackMaxStreamingBitrate hide">
|
||||
<input is="emby-input" type="number" pattern="[0-9]*" required="required" min="0" step="1" class="txtFallbackMaxStreamingBitrate" label="${LabelFallbackMaxStreamingBitrate}" autocomplete="off" value="30" />
|
||||
<div class="fieldDescription">${FallbackMaxStreamingBitrateHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldFavorites hide">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkFavorite" />
|
||||
|
@ -54,6 +59,22 @@
|
|||
<div class="fieldDescription checkboxFieldDescription">${AllowHWTranscodingHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldFmp4Container hide">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkFmp4Container" />
|
||||
<span>${LabelAllowFmp4TranscodingContainer}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${AllowFmp4TranscodingContainerHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldStreamSharing hide">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkStreamSharing" checked />
|
||||
<span>${LabelAllowStreamSharing}</span>
|
||||
</label>
|
||||
<div class="fieldDescription checkboxFieldDescription">${AllowStreamSharingHelp}</div>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer checkboxContainer-withDescription fldStreamLoop hide">
|
||||
<label>
|
||||
<input type="checkbox" is="emby-checkbox" class="chkStreamLoop" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue