docs: note that tracks/ supports nested album subdirectories

This commit is contained in:
devilreef 2026-04-30 11:15:28 +06:00
parent 21d214abe9
commit 922f3d9e10
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y
2 changed files with 6 additions and 3 deletions

View file

@ -46,7 +46,7 @@ three docker containers (icecast, liquidsoap, frontend) and a Caddy host service
on the storage box (mounted at `/mnt/trashbox/denpa-radio/library/` on summer):
```
mkdir <station-id>/{tracks,jingles}
mkdir -p <station-id>/{tracks,jingles}
cat > <station-id>/_meta.yml <<EOF
name: My Station
description: short description
@ -54,7 +54,8 @@ color: '#5cae34'
tags: [tag1, tag2]
EOF
# drop audio files into <station-id>/tracks/
# (optional) drop cover.jpg into <station-id>/
# subdirs supported: tracks/Volume Alpha/, tracks/Singles/, etc — Liquidsoap recurses
# (optional) drop cover.jpg into <station-id>/ (NOT inside tracks/ — would fail to decode)
```
then on summer: