sync the rest of the source models

refactor music download/storage to avoid re-download during reset
add palylist to test server setup
This commit is contained in:
austinried
2025-11-07 15:20:38 +09:00
parent 0e6acbed0f
commit 0c80dbdba5
13 changed files with 451 additions and 149 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -e
rm -rf ./music
docker compose build
docker compose run --rm library-manager music-download.ts

View File

@@ -5,8 +5,6 @@ docker compose build
docker compose down
docker volume rm $(docker compose volumes -q) || true
docker compose run --rm library-manager music-download.ts
docker compose up -d
echo "waiting for library scans..."
sleep 10