reels-app/scripts
Sebastjan Artič 7a72ec1443 Critical rule: chorus must contain title words
Bug: 'Ansambel Saša Avsenika - CVETELE SO MALINE' picked clip from
'Naj veter zdaj ponese moje sanje...' (which is the VERSE/BRIDGE),
not the actual chorus 'Cvetele so maline, ko rekla je vse mine...'

The actual chorus literally contains the song title 'cvetele so maline'
at 125-145s, but Claude picked an earlier section that sounded chorus-like
but didn't match the title.

Fix: add explicit rule to Claude prompt that 'chorus MUST contain
words from the song title'. Provide concrete examples:
- Cvetele So Maline → chorus contains 'cvetele so maline'
- Žena Me Tepe → chorus contains 'žena me tepe'
- Pa Pa → chorus contains 'pa pa'

Also added to common-mistakes list. This makes the chorus selection
much more reliable for songs where the title is the chorus hook.
2026-04-29 19:02:41 +00:00
..
acr_recognize.py MXF/MPG broadcast format support: handle multichannel audio properly 2026-04-29 14:38:48 +00:00
analyze.py Critical rule: chorus must contain title words 2026-04-29 19:02:41 +00:00
clip.py Upgrade default Whisper model: small/medium → large-v3 for much better Slovenian/Slavic transcription accuracy 2026-04-29 08:20:18 +00:00
find_chorus.py Find chorus: weight repetitive short phrases (like 'Ohne dich x5') as strong chorus signal 2026-04-28 16:57:45 +00:00
reframe.py MXF/MPG broadcast format support: handle multichannel audio properly 2026-04-29 14:38:48 +00:00
subtitle.py Upgrade default Whisper model: small/medium → large-v3 for much better Slovenian/Slavic transcription accuracy 2026-04-29 08:20:18 +00:00
yt_download.py Add cookies support to yt_download.py for YouTube bot detection bypass 2026-04-28 15:47:59 +00:00