2013-05-21 13:36:26 -07:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<title>${TitleMediaLibrary}</title>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2015-06-07 18:23:56 -07:00
|
|
|
|
<div id="librarySettingsPage" data-role="page" class="page type-interior mediaLibraryPage" data-require="scripts/librarysettings">
|
2013-05-21 13:36:26 -07:00
|
|
|
|
|
|
|
|
|
<div data-role="content">
|
|
|
|
|
<div class="content-primary">
|
|
|
|
|
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
|
2014-04-07 21:17:18 -07:00
|
|
|
|
<a href="library.html" data-role="button">${TabFolders}</a>
|
|
|
|
|
<a href="librarypathmapping.html" data-role="button">${TabPathSubstitution}</a>
|
2014-04-03 15:50:04 -07:00
|
|
|
|
<a href="#" data-role="button" class="ui-btn-active">${TabAdvanced}</a>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
</div>
|
|
|
|
|
|
2015-06-07 18:23:56 -07:00
|
|
|
|
<form class="librarySettingsForm">
|
2013-05-21 13:36:26 -07:00
|
|
|
|
|
2015-01-09 22:53:35 -07:00
|
|
|
|
<div data-role="collapsible">
|
|
|
|
|
<h2>${HeaderAudio}</h2>
|
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="chkEnableAudioArchiveFiles">${OptionDetectArchiveFilesAsMedia}</label>
|
|
|
|
|
<input type="checkbox" id="chkEnableAudioArchiveFiles" />
|
|
|
|
|
<div class="fieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="collapsible">
|
|
|
|
|
<h2>${HeaderVideo}</h2>
|
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="chkEnableVideoArchiveFiles">${OptionDetectArchiveFilesAsMedia}</label>
|
|
|
|
|
<input type="checkbox" id="chkEnableVideoArchiveFiles" />
|
|
|
|
|
<div class="fieldDescription">${OptionDetectArchiveFilesAsMediaHelp}</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div data-role="collapsible">
|
|
|
|
|
<h2>${HeaderTV}</h2>
|
|
|
|
|
<div>
|
|
|
|
|
<br />
|
|
|
|
|
<div>
|
|
|
|
|
<label for="txtSeasonZeroName">${LabelSeasonZeroDisplayName}</label>
|
|
|
|
|
<input type="text" id="txtSeasonZeroName" name="txtSeasonZeroName" required="required" />
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<br />
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<ul data-role="listview" class="ulForm">
|
2015-10-03 11:13:53 -07:00
|
|
|
|
<li class="fldLibraryMonitor hide">
|
2015-06-14 10:55:42 -07:00
|
|
|
|
<label for="selectEnableRealtimeMonitor">${LabelEnableRealtimeMonitor}</label>
|
|
|
|
|
<select id="selectEnableRealtimeMonitor" data-mini="true">
|
|
|
|
|
<option value="Auto">${OptionAuto}</option>
|
|
|
|
|
<option value="Enabled">${OptionYes}</option>
|
|
|
|
|
<option value="Disabled">${OptionNo}</option>
|
|
|
|
|
</select>
|
2014-07-19 21:46:29 -07:00
|
|
|
|
<div class="fieldDescription">
|
|
|
|
|
${LabelEnableRealtimeMonitorHelp}
|
|
|
|
|
</div>
|
|
|
|
|
</li>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
<li>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
<button type="submit" data-role="none" class="clearButton">
|
|
|
|
|
<paper-button raised class="submit block"><iron-icon icon="check"></iron-icon><span>${ButtonSave}</span></paper-button>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
</button>
|
2015-06-25 18:10:56 -07:00
|
|
|
|
|
|
|
|
|
<paper-button raised class="cancel block btnCancel" onclick="history.back();"><iron-icon icon="close"></iron-icon><span>${ButtonCancel}</span></paper-button>
|
2013-05-21 13:36:26 -07:00
|
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|