diff options
| author | Caine <caine@jihakuz.xyz> | 2026-03-26 22:51:23 +0000 |
|---|---|---|
| committer | Caine <caine@jihakuz.xyz> | 2026-03-26 22:51:23 +0000 |
| commit | 091042cc02a84090b94bb0cd2b38382bbd916aac (patch) | |
| tree | b3c40e2c0a7280c1609733bb0cfba3fef4066f7b | |
| parent | c007b565ae302565ba47807964bdfc1d69722f9e (diff) | |
Initial commit: Radio Susan source (secrets excluded)
| -rw-r--r-- | .gitignore | 39 | ||||
| -rw-r--r-- | secrets.liq.example | 2 |
2 files changed, 8 insertions, 33 deletions
@@ -1,37 +1,10 @@ -# Virtual environment +secrets.liq +config.json venv/ - -# Databases (generated, contain runtime state) +__pycache__/ +*.pyc *.db -*.db-wal -*.db-shm - -# Generated caches & playlists -genre_cache.json -playlist.json +*.log 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 -secrets.liq -ezstream.xml +track_state.json diff --git a/secrets.liq.example b/secrets.liq.example new file mode 100644 index 0000000..43edc4b --- /dev/null +++ b/secrets.liq.example @@ -0,0 +1,2 @@ +# Radio Susan secrets — DO NOT COMMIT +icecast_password = "CHANGE_ME" |
