Add delete-songs controls to admin request page

Operators can now select Version A and/or Version B in the Upload Songs
section and click 'Delete Selected Songs'. The handler removes the
chosen MP3 files, clears their DB paths, resets customer_approved to
'none', and sets the request status back to 'prompt_ready' so new
songs can be uploaded.

Bumps version to 0.5.1.
This commit is contained in:
Troll (Hermes Agent) 2026-08-05 20:05:20 +00:00
parent d7e54809c9
commit 7eb72e511d
4 changed files with 68 additions and 18 deletions

View file

@ -1,6 +1,6 @@
# Theme Song Booth
**Version:** `v0.5.0`
**Version:** `v0.5.1`
A Flask web application for running a convention booth where visitors request a custom AI-generated theme song. Operators manage the queue from an admin dashboard, generate Suno prompts, upload MP3 previews, collect payment, and deliver final songs by email.