Add Library and Transcode Options
This commit is contained in:
parent
cdc94d551d
commit
249a415cee
12 changed files with 134 additions and 20 deletions
|
@ -3,6 +3,8 @@
|
|||
<p>{{if .Library.Enable}}Enabled{{else}}Disabled{{end}}</p>
|
||||
<h2>Files</h2>
|
||||
<form method="POST" action="/scan/{{.Library.ID}}">
|
||||
<label>Full:</label><br />
|
||||
<input type="checkbox" name="full"><br />
|
||||
<input value="Scan" type="submit">
|
||||
</form>
|
||||
<div class="file-list">
|
||||
|
@ -13,6 +15,7 @@
|
|||
<th>Size</th>
|
||||
<th>Status</th>
|
||||
<th>Health</th>
|
||||
<th>Transcode</th>
|
||||
<th>MD5</th>
|
||||
<th>Updated At</th>
|
||||
</tr>
|
||||
|
@ -33,6 +36,9 @@
|
|||
<td>
|
||||
{{ $f.Health }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $f.Transcode }}
|
||||
</td>
|
||||
<td>
|
||||
{{ $f.MD5 }}
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue