2019-04-02 16:12:02 -07:00
|
|
|
<div id="dlnaSettingsPage" data-role="page" class="page type-interior withTabs">
|
2014-03-10 10:38:53 -07:00
|
|
|
|
2017-05-06 12:42:17 -07:00
|
|
|
<div>
|
2016-03-15 22:33:31 -07:00
|
|
|
<div class="content-primary">
|
2014-03-10 10:38:53 -07:00
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
<form class="dlnaSettingsForm">
|
2014-03-10 10:38:53 -07:00
|
|
|
|
2018-09-12 10:26:21 -07:00
|
|
|
<div class="verticalSection">
|
|
|
|
<div class="sectionTitleContainer flex align-items-center">
|
|
|
|
<h2 class="sectionTitle">${TabSettings}</h2>
|
2020-03-11 01:39:08 -07:00
|
|
|
<a is="emby-linkbutton" class="raised button-alt headerHelpButton" target="_blank" href="https://docs.jellyfin.org/general/networking/dlna.html">${Help}</a>
|
2018-09-12 10:26:21 -07:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2016-09-11 14:02:32 -07:00
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkEnablePlayTo" />
|
|
|
|
<span>${LabelEnableDlnaPlayTo}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableDlnaPlayToHelp}</div>
|
2016-08-21 11:40:38 -07:00
|
|
|
</div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkEnableDlnaDebugLogging" />
|
|
|
|
<span>${LabelEnableDlnaDebugLogging}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableDlnaDebugLoggingHelp}</div>
|
2016-08-21 11:40:38 -07:00
|
|
|
</div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
2016-08-21 11:40:38 -07:00
|
|
|
<div class="inputContainer">
|
2018-09-12 10:26:21 -07:00
|
|
|
<input is="emby-input" type="number" id="txtClientDiscoveryInterval" min="1" max="300" label="${LabelEnableDlnaClientDiscoveryInterval}" />
|
2016-08-21 11:40:38 -07:00
|
|
|
<div class="fieldDescription">${LabelEnableDlnaClientDiscoveryIntervalHelp}</div>
|
|
|
|
</div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkEnableServer" />
|
|
|
|
<span>${LabelEnableDlnaServer}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableDlnaServerHelp}</div>
|
2016-08-21 11:40:38 -07:00
|
|
|
</div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
|
|
|
<div class="checkboxContainer checkboxContainer-withDescription">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" is="emby-checkbox" id="chkBlastAliveMessages" />
|
|
|
|
<span>${LabelEnableBlastAliveMessages}</span>
|
|
|
|
</label>
|
|
|
|
<div class="fieldDescription checkboxFieldDescription">${LabelEnableBlastAliveMessagesHelp}</div>
|
2016-08-21 11:40:38 -07:00
|
|
|
</div>
|
2016-09-11 14:02:32 -07:00
|
|
|
|
2016-08-21 11:40:38 -07:00
|
|
|
<div class="inputContainer">
|
2018-09-12 10:26:21 -07:00
|
|
|
<input is="emby-input" type="number" id="txtBlastInterval" min="1" max="3600" label="${LabelBlastMessageInterval}" />
|
2016-08-21 11:40:38 -07:00
|
|
|
<div class="fieldDescription">${LabelBlastMessageIntervalHelp}</div>
|
|
|
|
</div>
|
|
|
|
<div class="selectContainer">
|
|
|
|
<select is="emby-select" id="selectUser" data-mini="true" label="${LabelDefaultUser}"></select>
|
|
|
|
<div class="fieldDescription">${LabelDefaultUserHelp}</div>
|
|
|
|
</div>
|
|
|
|
<div>
|
2016-09-08 23:59:23 -07:00
|
|
|
<button is="emby-button" type="submit" class="raised button-submit block">
|
2016-09-11 14:02:32 -07:00
|
|
|
<span>${ButtonSave}</span>
|
2016-08-21 11:40:38 -07:00
|
|
|
</button>
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
</form>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
2019-12-13 15:26:59 -07:00
|
|
|
</div>
|