Splitting a mp3 album (mp3+cue) in separate files without recoding
So you have demovibes and you would like to have it with separate tracks so you can skip one?
This is really simple, here is the magic command: (in one line)
You will need the nice mp3splt of course, and it works also for ogg vorbis!
If you want tags, you can extract them from filenames, with easytag for example.
This is really simple, here is the magic command: (in one line)
mp3splt -c demovibes3.cue demovibes3-80mn_scene_music_compilation_mixed_by_willbe.mp3 -d demovibes3 -o @n-@p-@t
You will need the nice mp3splt of course, and it works also for ogg vorbis!
If you want tags, you can extract them from filenames, with easytag for example.
Comments