Use strict album-title-artist existence matching and add exists/missing result filter

This commit is contained in:
J0Z1L 2026-02-28 11:33:59 +01:00
parent a42e5e2542
commit b021df31b4
3 changed files with 114 additions and 11 deletions

View file

@ -55,6 +55,11 @@
<option value="track">Tracks</option>
<option value="artist">Interpreten</option>
</select>
<select id="existsFilter">
<option value="all">Alle</option>
<option value="exists">Nur vorhanden</option>
<option value="missing">Nur nicht vorhanden</option>
</select>
<input id="query" placeholder="Album oder Artist eingeben" />
<button id="searchBtn">Suchen</button>
</div>