Add Limitations section to FAQ
Added a new 'Limitations' section after 'Versions & revisions' using the content from /mnt/Storage/FAQ.txt. Covers prohibited topics, explicit lyrics, customer-provided lyrics, and karaoke-style requests. Bumps version to 0.5.0.
This commit is contained in:
parent
d9566f4158
commit
d7e54809c9
3 changed files with 20 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Theme Song Booth
|
||||
|
||||
**Version:** `v0.4.9`
|
||||
**Version:** `v0.5.0`
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
0.4.9
|
||||
0.5.0
|
||||
|
|
|
|||
|
|
@ -105,6 +105,24 @@
|
|||
<p><strong>What if I change my mind after picking a version?</strong></p>
|
||||
<p>Let the booth operator know right away; if payment has not been finalized, we can usually fix it.</p>
|
||||
|
||||
<h2>Limitations</h2>
|
||||
<p><strong>What limitations are there for topics or lyrics?</strong></p>
|
||||
<p>Trollgorithm is a friendly band and will not produce lyrics that contain any of the following:</p>
|
||||
<ul>
|
||||
<li>Specific acts of violence, self-harm, terrorism, or serious crime against identifiable people.</li>
|
||||
<li>Help create, or refine CSAM or sexual content involving minors.</li>
|
||||
<li>Anything hate-crime related.</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Can I use explicit lyrics?</strong></p>
|
||||
<p>Yes! Trollgorithm believes the occasional use of explicit or crude language is fine, but the booth operator is a stick in the mud and won't allow minors to make music filled with swear words!</p>
|
||||
|
||||
<p><strong>Can you make a song using just lyrics I provide?</strong></p>
|
||||
<p>Yes! Trollgorithm loves to collaborate with song writers! Ask the booth operator for help!</p>
|
||||
|
||||
<p><strong>What if I want to sing and they just play the music?</strong></p>
|
||||
<p>While Trollgorithm is talented, they are also still just Trolls. You would probably get eaten if you were in the recording booth with them.</p>
|
||||
|
||||
<h2>Payment & delivery</h2>
|
||||
<p><strong>How do I pay?</strong></p>
|
||||
<p>We accept payment at the booth through Square, including card, tap, and cash where available.</p>
|
||||
|
|
|
|||
Reference in a new issue