stream: interleave a random jingle every two songs

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
nemunaire 2026-07-03 00:17:34 +08:00
commit 3469b2680c
3 changed files with 36 additions and 1 deletions

View file

@ -49,4 +49,5 @@ services:
- "8000:8000" # flux HTTP : http://localhost:8000/radio.mp3
volumes:
- ./cache:/cache:ro # lecture seule : secours + résolution des chemins
- ./jingles:/jingles:ro # jingles intercalés toutes les 2 chansons
restart: unless-stopped