unixusers / wefunk-cue-grabber

creates cue sheets from shows of WEFUNK RADIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wefunk-cue-grabber

creates cue sheets from shows of WEFUNK RADIO

Dependencies

  • python-lxml

Use cue-sheets with mp3splt

for f in $(find -name "*.mp3")
do
mp3splt -o "@b/@N - @p - @t" -c $(basename $f .mp3).cue $f
done

About

creates cue sheets from shows of WEFUNK RADIO


Languages

Language:Python 100.0%