move auto-organize to plugin

This commit is contained in:
Luke Pulverenti 2017-07-27 01:18:39 -04:00
parent 546c5c1dad
commit 9623af14e6
27 changed files with 22 additions and 289 deletions

View file

@ -1,44 +1,9 @@
<div id="libraryFileOrganizerLogPage" data-role="page" class="page type-interior organizePage withTabs fullWidthContent" data-helpurl="https://github.com/MediaBrowser/Wiki/wiki/Auto-Organize">
<div id="libraryFileOrganizerLogPage" data-role="page" class="page type-interior organizePage fullWidthContent libraryFileOrganizerLogPage">
<div>
<div class="content-primary">
<div>
<div style="text-align:right;" class="organizeTaskPanel hide">
<button is="emby-button" type="button" class="btnClearLog raised button-cancel">
<i class="md-icon">clear_all</i><span>${ButtonClear}</span>
</button>
<button is="emby-button" type="button" class="btnOrganize raised button-cancel"><i class="md-icon">check</i><span>${ButtonOrganize}</span></button>
<progress max="100" min="0" style="width:100px;" class="organizeProgress"></progress>
</div>
<div class="listTopPaging">
</div>
<div class="autoorganizetable">
<table class="tblOrganizationResults table" style="border-collapse:collapse;">
<thead>
<tr style="text-align: left;">
<th data-priority="1"></th>
<th data-priority="2">${HeaderDate}</th>
<th data-priority="1">${HeaderSource}</th>
<th data-priority="3">${HeaderDestination}</th>
<th data-priority="1"></th>
</tr>
</thead>
<tbody class="resultBody"></tbody>
</table>
</div>
<br />
<div style="text-align: right;vertical-align:middle;" class="legend">
<div style="display: inline-block; height: 10px; width: 10px; background: green;margin-right:1px;"></div>
<span>${LabelCompleted}</span>
<div style="display: inline-block; height: 10px; width: 10px; background: red; margin-left: 1em;margin-right:1px;"></div>
<span>${LabelFailed}</span>
<div style="display: inline-block; height: 10px; width: 10px; background: blue; margin-left: 1em;margin-right:1px;"></div>
<span>${LabelSkipped}</span>
</div>
<div class="listBottomPaging">
</div>
</div>
<h2>Auto-Organize is now a plugin. Please install the Auto-Organize plugin using the Emby plugin catalog.</h2>
<h2>After installation, you can still come back to this menu to manage Auto-Organize. Happy organizing!</h2>
</div>
</div>
</div>