Saturday 23 June 2018

linux - How to split big flac file int tracks and fill the id3 tag?


I have a music album, but whole album is in single flac file and tracks are listed in cue file. So I'd like to split it into tracks, but also fill the id3 tags and name files by track name.



Answer



Install reaquired packages on Debian (Ubuntu):


sudo apt-get install cuetools shntool flac

Split flac file and fill id3 tags:


cuebreakpoints sample.cue | shnsplit -o flac sample.flac
cuetag sample.cue split-track*.flac

Some systems has cuetag.sh instead of cuetag.


No comments:

Post a Comment

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...