Add Library and Transcode Options

This commit is contained in:
Samuel Lorch 2024-06-22 21:01:20 +02:00
parent cdc94d551d
commit 249a415cee
12 changed files with 134 additions and 20 deletions

View file

@ -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>