Files
DJ_Teaser_Clipper/V_3
Thomas abf2109171 First Upload
All Files
2026-01-29 10:48:02 +01:00
..
2026-01-29 10:48:02 +01:00
2026-01-29 10:48:02 +01:00
2026-01-29 10:48:02 +01:00
2026-01-29 10:48:02 +01:00

Install (til v3)

python -m venv .venv

source .venv/bin/activate

pip install -U pip

pip install numpy librosa soundfile

# ffmpeg skal være installeret

🎛️ Kommandoer (til dine 14 old school trance tracks)

Rollcall (alle 14, DJ flip, harmonic ordering on)

python dj_teaser_v3.py --tracks-dir ./tracks --select all --teaser 60 --bars 2 --preroll-bars 1 --avoid-intro 30 --harmonic

Best-of mini-mix vibe (8 tracks, 4 bars)

python dj_teaser_v3.py --tracks-dir ./tracks --select auto --auto-n 8 --teaser 75 --bars 4 --preroll-bars 1 --avoid-intro 30 --harmonic

💡 V3 tweaks jeg typisk bruger til trance

--avoid-intro 30 eller 45 (lange trance intros)

--bars 2 hvis alle skal med (rollcall)

--bars 4 hvis du vil have mere “rigtig” trance-feel

--preroll-bars 1 giver DJ-lead-in (får overgangen til at føles naturlig)

--harmonic næsten altid “on” til trance 👌

Hvordan du bruger det i praksis

Byg teaser med v3:

python dj_teaser_v3.py --tracks-dir ./tracks --select all --teaser 60 --bars 2 --preroll-bars 1 --avoid-intro 30 --harmonic

Generér repo-ting + promo med din Llama 3.1:

pip install requests

python ollama_assets.py --report ./out/teaser_report.json --ollama http://192.168.2.60:11434 --model llama3.1:8b-instruct-q4_0 --artist DjGulvBasS --genre "old school trance"

🎛️ Små tips (trance)

Hvis cut føles “for tidligt”: sænk --avoid-intro eller sæt --preroll-bars 0

Hvis du vil have mere “rigtig trance”: brug --bars 4 og vælg --select auto --auto-n 8

Hvis key detection virker off på enkelte tracks: det er normalt (pads + noise + modulations). Camelot er “best effort” her.