Fix MP3 comment tagging and remove Genre from settings metadata

This commit is contained in:
Troll (Hermes Agent) 2026-08-01 22:35:51 +00:00
parent e0e9d44065
commit 77e23ba52c
3 changed files with 11 additions and 6 deletions

View file

@ -237,10 +237,6 @@
<td>Year</td>
<td><input type="text" id="year" name="year" value="{{ metadata.get('year', '') }}" placeholder="e.g. 2026"></td>
</tr>
<tr>
<td>Genre</td>
<td><input type="text" id="genre" name="genre" value="{{ metadata.get('genre', '') }}" placeholder="e.g. Country Metal"></td>
</tr>
<tr>
<td>Comment</td>
<td><textarea id="comment" name="comment" rows="3" placeholder="e.g. Custom theme song generated at the booth">{{ metadata.get('comment', '') }}</textarea></td>