35 lines
863 B
Markdown
35 lines
863 B
Markdown
Install (til repo)
|
|
|
|
python -m venv .venv
|
|
|
|
source .venv/bin/activate
|
|
|
|
pip install -U pip
|
|
|
|
pip install numpy librosa soundfile requests
|
|
|
|
\# ffmpeg skal være installeret og i PATH
|
|
|
|
|
|
|
|
🎛️ Kommandoer jeg ville bruge til dine 14 old school trance tracks
|
|
|
|
1\) “Rollcall” (alle 14, DJ-flip)
|
|
|
|
python dj\_teaser\_v2.py --tracks-dir ./tracks --select all --teaser 60 --bars 2 --preroll-bars 1 --avoid-intro 30 --crossfade 0.25
|
|
|
|
|
|
|
|
2\) “Best-of” (mere mini-mix vibe)
|
|
|
|
python dj\_teaser\_v2.py --tracks-dir ./tracks --select auto --auto-n 8 --mode bestof --teaser 75 --bars 4 --preroll-bars 1 --avoid-intro 30 --crossfade 0.25
|
|
|
|
|
|
|
|
3\) Samtidig generér README/promo via din Ollama
|
|
|
|
python dj\_teaser\_v2.py --tracks-dir ./tracks --select auto --auto-n 8 --teaser 75 --bars 4 \\
|
|
|
|
--ollama http://192.168.2.60:11434 --ollama-model qwen2.5:latest --gen-readme
|
|
|