Open ModnarUser opened 3 years ago
successfully tested with a bunch of songs and the following invocations:
./spotrec.py -o ./my_song_dir --skip-intro --audio-codec mp3
./spotrec.py -o ./my_song_dir --skip-intro
./spotrec.py -o ./my_song_dir --skip-intro --audio-codec flac
Added cli flag for setting audio codec (
flac
/mp3
) because I was finding myself converting everything tomp3
anyway ;)