Liquidsoap (v2.4.5) container that plays the /cache directory in random order and broadcasts it over HTTP at :8000/radio.mp3 (MP3 192 kbps). mksafe guarantees a continuous stream (silence when the cache is empty). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
204 B
Text
13 lines
204 B
Text
# Fichiers audio et état du cache (ne pas versionner)
|
|
/cache/*
|
|
!/cache/.gitkeep
|
|
|
|
# État de l'ingestion (jalons suivants)
|
|
*.db
|
|
*.db-journal
|
|
*.db-wal
|
|
|
|
# Python (jalons suivants)
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|