Initial commit: Radio Susan scripts, configs, and SFX

This commit is contained in:
Caine
2026-03-07 12:52:55 +00:00
commit 01682c62c2
30 changed files with 2856 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Virtual environment
venv/
# Databases (generated, contain runtime state)
*.db
*.db-wal
*.db-shm
# Generated caches & playlists
genre_cache.json
playlist.json
playlist.m3u
track_state.json
track_history.json
playlists/
# Generated audio (TTS announcements, jingles are regenerated)
announcements/
jingles/
# Logs
*.log
*.log.*
# Python
__pycache__/
*.pyc
# Runtime/cache
.cache/
# Legacy/backup files
*.bak
# Secrets — Icecast password is in radio.liq and track_announce.liq
# These are tracked but the password should be moved to env var eventually