<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CUE on nagg.eu</title><link>https://nagg.eu/tags/cue/</link><description>Recent content in CUE on nagg.eu</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 26 Feb 2014 14:08:25 +0000</lastBuildDate><atom:link href="https://nagg.eu/tags/cue/index.xml" rel="self" type="application/rss+xml"/><item><title>FLAC+CUE to multiple tracks</title><link>https://nagg.eu/flac-plus-cue-to-multiple-tracks/</link><pubDate>Wed, 26 Feb 2014 14:08:25 +0000</pubDate><guid>https://nagg.eu/flac-plus-cue-to-multiple-tracks/</guid><description>&lt;p&gt;Let&amp;rsquo;s say we have a big single FLAC file we want to split into multiple files, we are on Fedora and we don&amp;rsquo;t want to use anything but the command line.&lt;br&gt;
First of all:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[root@fedora ~]$ yum install lame ffmpeg shntool cuetools
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;To split the single FLAC file run:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[user@fedora ~]$ shnsplit -o flac -f file_name.cue -t &amp;#34;%n - %p - %t&amp;#34; file_name.flac
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;This will produce n single files, &lt;code&gt;-t&lt;/code&gt; parameter is used to specify file name format (in this case: track_number – performer – track_name).&lt;br&gt;
To copy metadata from CUE to the single files run:&lt;/p&gt;</description></item></channel></rss>