LINUX.ORG.RU

История изменений

Исправление kostik87, (текущая версия) :

shntool split -f "file.cue" "file.img" -o 'cust ext=mp3 lame --quiet -b 320 - %f' -t "%n - %t" -d mp3
shntool split -f "file.cue" -o flac "file.img" -t "%n - %t" -d flac

Исходная версия kostik87, :

shntool split -f "file.cue" "file.img" -o 'cust ext=mp3 lame --quiet -b 320 - %f' -t "%n - %t" -d mp3