2016-07-05 22:13:26 -07:00
|
|
|
|
<div id="dlnaSettingsPage" data-role="page" class="page type-interior withTabs" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Play%20to" data-require="jqmlistview,scripts/dlnasettings,paper-input,paper-checkbox,emby-button">
|
2014-03-10 10:38:53 -07:00
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<div data-role="content">
|
|
|
|
|
<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
|
|
|
|
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox type="checkbox" id="chkEnablePlayTo">${LabelEnableDlnaPlayTo}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableDlnaPlayToHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox type="checkbox" id="chkEnableDlnaDebugLogging">${LabelEnableDlnaDebugLogging}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableDlnaDebugLoggingHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<paper-input type="number" id="txtClientDiscoveryInterval" min="1" max="300" label="${LabelEnableDlnaClientDiscoveryInterval}"></paper-input>
|
|
|
|
|
<div class="fieldDescription">${LabelEnableDlnaClientDiscoveryIntervalHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2016-03-27 20:37:33 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox id="chkEnableServer">${LabelEnableDlnaServer}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableDlnaServerHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox id="chkBlastAliveMessages">${LabelEnableBlastAliveMessages}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableBlastAliveMessagesHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<paper-input type="number" id="txtBlastInterval" min="1" max="300" label="${LabelBlastMessageInterval}"></paper-input>
|
|
|
|
|
<div class="fieldDescription">${LabelBlastMessageIntervalHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<label for="selectUser" class="selectLabel">${LabelDefaultUser}</label>
|
|
|
|
|
<select id="selectUser" data-mini="true"></select>
|
|
|
|
|
<div class="fieldDescription">${LabelDefaultUserHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<paper-checkbox id="chkEnableMovieFolders">${LabelEnableEnhancedMovies}</paper-checkbox>
|
|
|
|
|
<div class="fieldDescription paperCheckboxFieldDescription">${LabelEnableEnhancedMoviesHelp}</div>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
|
|
|
|
<li>
|
2016-07-23 11:43:07 -07:00
|
|
|
|
<button is="emby-button" type="submit" class="raised submit block">
|
|
|
|
|
<i class="md-icon">check</i><span>${ButtonSave}</span>
|
|
|
|
|
</button>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</form>
|
2014-03-10 10:38:53 -07:00
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2016-03-15 22:33:31 -07:00
|
|
|
|
</div>
|