add(metadata) search also for narrator if same title

This commit is contained in:
Steppenstreuner
2026-08-28 17:32:26 +02:00
parent 077b75bbb4
commit 9791469017
9 changed files with 64 additions and 4 deletions
+3 -1
View File
@@ -46,6 +46,7 @@
</label>
<label>Titel <input name="title" required /></label>
<label>Autor(en) <input name="authors" /></label>
<label>Sprecher <input name="narrator" /></label>
<label>Serie <input name="series" /></label>
<label>Band <input name="volume" type="number" min="0" /></label>
<label
@@ -180,7 +181,8 @@
<button type="submit">Anlegen</button>
</form>
<p class="muted">
Platzhalter: {Author} {Authors} {Title} {Year} {Series} {Volume}
Platzhalter: {Author} {Authors} {Narrator} {Title} {Year} {Series}
{Volume}
</p>
</section>
</main>