docs: note that tracks/ supports nested album subdirectories
This commit is contained in:
parent
21d214abe9
commit
922f3d9e10
2 changed files with 6 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue