<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tmb.dj/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ludjer</id>
	<title>TMB Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tmb.dj/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ludjer"/>
	<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/Special:Contributions/Ludjer"/>
	<updated>2026-05-30T10:08:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.1</generator>
	<entry>
		<id>https://wiki.tmb.dj/index.php?title=Cue_sheet&amp;diff=4062</id>
		<title>Cue sheet</title>
		<link rel="alternate" type="text/html" href="https://wiki.tmb.dj/index.php?title=Cue_sheet&amp;diff=4062"/>
		<updated>2008-10-30T13:31:14Z</updated>

		<summary type="html">&lt;p&gt;Ludjer: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Cue sheets''' are used to provide index information for a large audio file. Cue sheets have the file extension &amp;quot;.cue&amp;quot;, and are simple plain text files. &lt;br /&gt;
&lt;br /&gt;
Cue sheets are especially useful for DJ mixes where the resulting audio file is one long [[mp3]]. With a tracklist a cue sheet can be created that will allow you to access the tracks very easily. Remember though: cue sheets only work with compatible software.&lt;br /&gt;
&lt;br /&gt;
= Playing Cue sheets =&lt;br /&gt;
&lt;br /&gt;
Cue sheets are only useful if you can play them! Here is a list of compatible software players:&lt;br /&gt;
&lt;br /&gt;
* [[Foobar2000]] has native support for cue sheets (Windows)&lt;br /&gt;
* [[Winamp]]&lt;br /&gt;
* [http://www.mplayerhq.hu/ MPlayer] (Windows/Linux)&lt;br /&gt;
* [http://mpesch3.de1.cc/1by1.html 1by1 player] (Windows)&lt;br /&gt;
* [http://amarok.kde.org/wiki/Download Amarok] (Linux)&lt;br /&gt;
&lt;br /&gt;
== Winamp Plugins ==&lt;br /&gt;
* [http://etono.cplusplus.se/cueplay/downloads.xml Cue Player] Plugin for Winamp (Windows)&lt;br /&gt;
* [http://guerillasoft.co.uk/mp3cue/index.html mp3cue] Plugin for Winamp (Windows)&lt;br /&gt;
* [http://brianvictor.tripod.com/mp3cue.htm#download mp3cue] Plugin for Winamp with XMMS (Linux)&lt;br /&gt;
&lt;br /&gt;
For the plugins all you have to do is have the cue and the mp3 file in the same folder and ideally with the same filename: &lt;br /&gt;
* for most players just drag the cue sheet inside the main or playlist window, and it works just fine&lt;br /&gt;
* for the '''mp3cue''' plugin it's different - here you drag the mp3 file inside the Winamp window and the cue will open in a separate window.&lt;br /&gt;
&lt;br /&gt;
All plugins will show up the track name, and at the end of each track it will keep on playing without any gaps at the end of song, coz it will keep on going smoothly throughout the whole mix, coz you gotta remember its playing one mp3.&lt;br /&gt;
&lt;br /&gt;
= Splitting Cue Sheets =&lt;br /&gt;
&lt;br /&gt;
You can split a long audio file into smaller audio files by using a cue splitter&lt;br /&gt;
* [http://www.medieval.it/content/view/28/70/ Medieval CUE Splitter]&lt;br /&gt;
= Creating Cue sheets =&lt;br /&gt;
&lt;br /&gt;
To understand the make-up of a cue sheet please see the [http://wiki.hydrogenaudio.org/index.php?title=Cue_sheet Hydrogenaudio.org Cue Sheet wiki].&lt;br /&gt;
&lt;br /&gt;
Cue sheets are just text files with the file extension set as '''.cue'''. Thus, one of the easiest ways to create a cue sheet is to use a text editor like Notepad and create a template:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
REM GENRE Dubstep/IDM/Electronica&lt;br /&gt;
REM DATE 2008&lt;br /&gt;
REM COMMENT Excellent&lt;br /&gt;
TITLE &amp;quot;Electronic Explorations - 001 - Milanese&amp;quot;&lt;br /&gt;
FILE &amp;quot;ElectronicExplorations_001_Milanese.mp3&amp;quot; WAVE&lt;br /&gt;
  TRACK 01 AUDIO&lt;br /&gt;
    TITLE &amp;quot;Intro&amp;quot;&lt;br /&gt;
    PERFORMER &amp;quot;Electronic Explorations&amp;quot;&lt;br /&gt;
    INDEX 01 00:00:00&lt;br /&gt;
  TRACK 02 AUDIO&lt;br /&gt;
    TITLE &amp;quot;Sneak Up&amp;quot;&lt;br /&gt;
    PERFORMER &amp;quot;215 T.F.K.&amp;quot;&lt;br /&gt;
    INDEX 01 00:33:36&lt;br /&gt;
  TRACK 03 AUDIO&lt;br /&gt;
    TITLE &amp;quot;Three Drops (Original Mix)&amp;quot;&lt;br /&gt;
    PERFORMER &amp;quot;October&amp;quot;&lt;br /&gt;
    INDEX 01 04:02:39&lt;br /&gt;
  TRACK 04 AUDIO&lt;br /&gt;
    TITLE &amp;quot;Sissy Spacek (Ruff)&amp;quot;&lt;br /&gt;
    PERFORMER &amp;quot;Bong-Ra&amp;quot;&lt;br /&gt;
    INDEX 01 06:28:56&lt;br /&gt;
  TRACK 05 AUDIO&lt;br /&gt;
    TITLE &amp;quot;Miserere&amp;quot;&lt;br /&gt;
    PERFORMER &amp;quot;Quark Ruckspin and Planas&amp;quot;&lt;br /&gt;
    INDEX 01 10:40:37&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All you have to do is then amend the '''FILE''' and '''TITLE''' at the top of the cue sheet as appropriate. Also, amend the individual '''TRACK''' '''TITLE''' and '''PERFORMER''' and '''INDEX''' values.&lt;br /&gt;
&lt;br /&gt;
== Guide To Making A Cue Sheet Work ==&lt;br /&gt;
&lt;br /&gt;
The following is a step-by-step guide to help the uninitiated make use of a cue sheet (on Windows):&lt;br /&gt;
&lt;br /&gt;
#On your Windows PC go to ''My Computer'' &amp;gt; ''Tools'' &amp;gt; ''Folder Options'' &amp;gt; ''View'' &amp;gt; untick ''Hide extensions for known file types''. &lt;br /&gt;
#:*This will allow you to view the entire filename (e.g. ''my-mix.cue'') and will make things easier in the following steps.&lt;br /&gt;
#If someone has detailed the contents of a cue sheet and you want to make a cue sheet from that then simply copy all the text and paste into a text file:&lt;br /&gt;
#:*Open up ''Notepad'', paste the text into it and '''save as''' ''filename.cue'' (remember to ensure the filename extension is '''.cue''').&lt;br /&gt;
#::*If you didn't do the above correctly, don't worry. Simply navigate to where you saved the cue sheet and edit the filename in Windows Exploring. Just replace the '''.txt''' with '''.cue'''.&lt;br /&gt;
#:::*Try to always name the cue sheet the same as the mp3 (with the exception of the extension). For example: ''my-mix.mp3'' and ''my-mix.cue''. This is because a lot of audio software players that support cue sheets also require the same filename for the audio file and cue sheet.&lt;br /&gt;
#It's very likely that cue sheets will not be associated with any program, especially not an audio software player. &lt;br /&gt;
##[[Foobar2000]] allows you to associate many audio file types within it's program:&lt;br /&gt;
##::*''File'' &amp;gt; ''Preferences'' &amp;gt; ''File Types''&lt;br /&gt;
##Another way to associate cue sheets with an audio software player that supports cue sheets is as follows:&lt;br /&gt;
##::*''right-click the cue sheet'' &amp;gt; ''Properties'' &amp;gt; ''Change...'' button &amp;gt; select the program you wish to use. Now whenever you double click the cue sheet it will load into the audio player.&lt;br /&gt;
&lt;br /&gt;
== Cue Sheet Creation Tools ==&lt;br /&gt;
&lt;br /&gt;
You can always use tools such as CueMaster, to edit &amp;amp; create cue sheets, here are the links for that:&lt;br /&gt;
* [http://qed.qproject.org/ Liveset cue-sheet editor]&lt;br /&gt;
* [http://cuemaster.host.sk/download.php cue master - cues from CDDB/FreeDB entries]&lt;br /&gt;
* [http://www.stutenandy.de/cue.php cue generator]&lt;br /&gt;
* [http://www.cue.frontleft.com/ cuesheet compiler]&lt;br /&gt;
* [http://www.cuegen.tracklistings.net/ another cue generator]&lt;br /&gt;
* [http://koti.mbnet.fi/lindmik/cues/?p1=cuemaker cue maker]&lt;br /&gt;
* [http://xmcd2cue.sourceforge.net/ convert CD descriptions into cues]&lt;br /&gt;
* [http://www.milosoftware.com/cdwave/ CD Wave], instructions for creating cue sheets with [[CD Wave]]&lt;br /&gt;
Most cue sites with cue sheet generators also allow the upload of cues in this way building cue-sheet collections.&lt;br /&gt;
&lt;br /&gt;
= Finding Cue sheets =&lt;br /&gt;
&lt;br /&gt;
Here are some good websites to help ya search for cue sheets: &lt;br /&gt;
* [http://www.regeert.nl/cuesheet/ Cue Sheet Heaven]&lt;br /&gt;
* [http://www.trainspotted.org/ Trainspotted] &lt;br /&gt;
* [http://www.spandel.nl/ Spandel]&lt;br /&gt;
* [http://lindmik.sjoholm.dk/cues/?page=cues lindmiks cuesite]&lt;br /&gt;
* [http://music.anuga.se/v2/search/ anugas cuesite]&lt;br /&gt;
&lt;br /&gt;
= Burning Cue sheets to an audio CD =&lt;br /&gt;
&lt;br /&gt;
* [[Burrrn]]&lt;br /&gt;
* [http://www.imgburn.com/ ImgBurn]&lt;br /&gt;
&lt;br /&gt;
= Looking for tracklistings (as a precondition for preparing cues) =&lt;br /&gt;
&lt;br /&gt;
Sometimes you will find a few cues as well...&lt;br /&gt;
* [http://www.freedb.org/ FreeDB]&lt;br /&gt;
* [http://www.tracklistings.net/index1.php Tracklistings.net]&lt;br /&gt;
* [http://www.essentialmix.nu/ Essential Mix Tracklistings]&lt;br /&gt;
* [http://tranceaddict.com/forums3/forumdisplay.php?s=&amp;amp;forumid=6 TranceAddict tracklistings]&lt;br /&gt;
* [http://hybridized.org Tracklistings Progressive/Breaks]&lt;br /&gt;
* And check for more on our [[Links]] page as well.&lt;br /&gt;
&lt;br /&gt;
= Misc =&lt;br /&gt;
[[CUE_Tools]]&lt;br /&gt;
&lt;br /&gt;
Also check the Wikipedia entry for more info on the cue-sheet syntax and for some info about using cue-sheets with CD images [http://en.wikipedia.org/wiki/Cue_sheet_%28computing%29]!&lt;/div&gt;</summary>
		<author><name>Ludjer</name></author>
		
	</entry>
</feed>