music-manager/INSTALL.md
2025-10-02 17:38:03 +02:00

506 B

Quick Install & Test

1. Install uv

curl -LsSf https://astral.sh/uv/install.sh | sh

2. Setup project

cd music-manager uv venv source .venv/bin/activate uv pip install -e . uv pip install spotdl

3. Set Spotify credentials (optional)

export SPOTIFY_CLIENT_ID="your_id" export SPOTIFY_CLIENT_SECRET="your_secret"

4. Test organize

music-organize ~/Downloads/test-music ~/Music/Organized --dry-run

5. Test autopop

mkdir -p "~/Music/Test/Daft Punk/Discovery" music-autopop ~/Music/Test --dry-run