840 B
Scan mappe og brug alle (max 20)
python dj_teaser.py --tracks-dir ./tracks --select all --mode rollcall --teaser 60 --bars 2
Vælg specifikke tracks (1-based index)
python dj_teaser.py --tracks-dir ./tracks --select 1,2,3,7,9 --teaser 60 --bars 2
Range + mix
python dj_teaser.py --tracks-dir ./tracks --select 1-4,7,10-12 --teaser 60 --bars 2
Output: ./out/album_teaser.wav + ./out/teaser_report.jsonScan mappe og brug alle (max 20)
python dj_teaser.py --tracks-dir ./tracks --select all --mode rollcall --teaser 60 --bars 2
Vælg specifikke tracks (1-based index)
python dj_teaser.py --tracks-dir ./tracks --select 1,2,3,7,9 --teaser 60 --bars 2
Range + mix
python dj_teaser.py --tracks-dir ./tracks --select 1-4,7,10-12 --teaser 60 --bars 2
Output: ./out/album_teaser.wav + ./out/teaser_report.json