Home » Support » Help and tutorials » Functions and tools » Subtrack Editor
The Subtrack Editor is a tag editor that will help you to apply tags to audio files containing more than one song. By using this tool you are able to search for a particular sub-track within a file comprising multiple songs, or you can view all the sub-tracks that file contains.
You can also skip directly to any particular sub-track when playing the file in Helium Music Manager.
You can manually set the length of each song, or you can import .CUE files to automatically create individual tracks within the file.
Examples when the Subtrack Editor could be used:
Note:
If you have CUE files for your main audio file, creating subtracks is much easier, since you can import CUE files and have Helium Music Manager automatically create the correct number of subtracks as well as setting their length.
CUE files can often be downloaded/found on the Internet.
To start working with the Subtrack Editor, click Edit > Advanced >Edit Subtracks... on the main menu.
The Subtrack Editor can also be started from the Tag Editor by clicking Advanced > Tools > Edit Subtracks. When you click this button the Subtrack Editor will start and load the selected file automatically.
You can also start the Subtrack Editor from the Tag Editor (Advanced) by clicking clicking Advanced > Tools > Edit Subtracks.
The next thing you have to do is to create the subtracks. Click one of the links below to learn about how to create subtracks:
To create subtracks automatically, you need to have the correct CUE file for the main audio file. To import a CUE file, please follow the steps below:
When the CUE file is imported, Helium Music Manager will have created the correct number of subtracks for you. You can see how many subtracks twere created at the top panel.
Each subtrack that have been created will also have the song length set, and sometimes also the artist and title field. (depending on which information that was stored in the CUE file).
Creating subtracks manually requires some more work. Please follow the steps below to learn how you add subtracks manually:
The subtracks editor step will now be shown with the number of subtracks you created.
From this step you can create more subtracks by selecting the Advanced | + Add Track button. Remove a subtrack by selecting the Advanced | - Remove Track button.
To set the song length for a subtrack created manually enter the length in the Length column for each subtrack.
You can also set the song length for a subtrack by playing the file (press the play button if the song is not already playing) then click the Advanced | Time Functions | Calculate length for selected Subtrack. Helium Music Manager will now automatically calculate the song length by taking the current playing time from the player, and subtracting from it the elapsed time for previous subtracks (if any). You can repeat this for each subtrack until you get to the last one when you can click Advanced | Time Functions | Calculate last Subtrack's Length.
To edit the information in the subtracks please follows the steps below:
To "preview" a subtrack, simply click the Play button from the bottom toolbar.
When you press this button the player start (if not already started), and play the file that you are editing. The player will also "jump" into the song, to the selected subtrack.
Apart from the things described above you can also use the following features:
The subtrack format
The format (data structure) used by Helium Music Manager is an XML based format. The subtracks are saved inside the ID3 v2.x tag. You can identify a subtrack tag-frame inside the block with user defined text information frames (TXXX).
A subtrack has the description "#Helium2 MixTag", and it's contents is an XML document with the following structure:
<Tracks> // Main document node
<Track> // Identifies a single track
<Element></Element>
...
<Element></Element>
</Track>
<Track> // Identifies track #2
<Element></Element>
...
<Element></Element>
</Track>
</Tracks> // End document node
Elements can have the following values:
The contents of each element are always stored in text. Rating is stored as a value from 0-255 (in text). Popularity is also stored as a value from 0-255.