{"id":35,"date":"2011-07-15T15:50:59","date_gmt":"2011-07-15T13:50:59","guid":{"rendered":"http:\/\/jojo-server.dyndns.org\/jojo\/?p=35"},"modified":"2021-08-23T22:04:49","modified_gmt":"2021-08-23T20:04:49","slug":"test","status":"publish","type":"post","link":"https:\/\/www.terhaak.de\/jojo\/?p=35","title":{"rendered":"split .flac files by .cue file"},"content":{"rendered":"<p>Got a large .flac file, but your mp3 player do not understand .cue files? So just split the file quickly and easily with cuetools and shnsplit.<\/p>\n<p>first yo need to install the tools, on ubuntu-terminal type:<\/p>\n<pre class=\"brush: bash; gutter: true\">sudo apt-get install cuetools shntool<\/pre>\n<p>you also need &#8222;flac&#8220;:<\/p>\n<pre class=\"brush: bash; gutter: true\">sudo apt-get install flac<\/pre>\n<p>now all yo have to do is navigating (with cd command) to the location of your .flac and .cue file and typing in:<\/p>\n<pre class=\"brush: bash; gutter: true\">cuebreakpoints *.cue | shnsplit -o flac *.flac ;<\/pre>\n<p>cuebreakpoints reports the track breakpoints written in the .cue file. The pipe (|) redirects the output of cuebreakpoints to the input of shnsplit, which finally splits the .flac file.&nbsp; -o specifies the output format (here flac, by default wav). By default the splitted tracks are named &#8222;split-track01.flac&#8220; , &#8220; split-track02.flac&#8220; , &#8230; . You can change this by adding the -a option.<\/p>\n<p>for copying the cue-tags (artist&#8217;s name etc &#8230;)&nbsp; type in:<\/p>\n<pre class=\"brush: bash; gutter: true\">cuetag *.cue split-track*.flac ;<\/pre>\n<p>ref: <a title=\"http:\/\/www.webupd8.org\" href=\"http:\/\/www.webupd8.org\/2009\/04\/split-ape-and-flac-files-in-ubuntu-and.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.webupd8.org\/2009\/04\/split-ape-and-flac-files-in-ubuntu-and.html<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Got a large .flac file, but your mp3 player do not understand .cue files? So just split the file quickly and easily with cuetools and shnsplit. first yo need to install the tools, on ubuntu-terminal type: sudo apt-get install cuetools &hellip; <a href=\"https:\/\/www.terhaak.de\/jojo\/?p=35\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[7,6],"class_list":["post-35","post","type-post","status-publish","format-standard","hentry","category-linux","tag-cue","tag-flac"],"_links":{"self":[{"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=\/wp\/v2\/posts\/35","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=35"}],"version-history":[{"count":10,"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=\/wp\/v2\/posts\/35\/revisions"}],"predecessor-version":[{"id":525,"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=\/wp\/v2\/posts\/35\/revisions\/525"}],"wp:attachment":[{"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.terhaak.de\/jojo\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}