Get an Epic Experience with Premium

Soundtrack

Audio & Video Login to Add Favorites
  • 10 Likes
  • World of Warcraft
  • 1,058 Monthly Downloads
  • Supports: 5.3.0
  • 68,033 Total Downloads
  • Updated 05/25/2013
  • Created 12/09/2006
  • 652 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: Soundtrack 2.4.4 release
or

About Soundtrack

Soundtrack allows you to assign your own music to almost any event in the game.

Introduction

Ever get tired of World of Warcraft's default music? Wish you could inject a little bit of aural life into your game, but on your own terms? Soundtrack is the mod for you! Soundtrack allows you to assign any music you own from your own personal music library to almost any event in the game, including death, getting on your mount, leveling up, entering stealth, and various forms of combat that can distinguish between world mobs, PvP, boss battles, and more! When the event occurs, Soundtrack will play the music you have assigned to that event, almost as if the music were a part of the game itself!
  • PLEASE NOTE: I am not the original author. Morricone was the man behind the project, and as of now we he has yet to return to the project. This is a fan update created in order to fix a small, very limited number of bugs that have been neglected due to Morricone's unexplained absence. -FluffyBearLina
  • Thanks to Morricone for creating Soundtrack in the first place, and to FluffyBearLina for the update back in March 2009. Another huge thanks to Morricone for passing on his baby to me. Hopefully I can improve and keep it going for a while longer. -Lunaqua
  • As per the above, major thanks to Morricone and everyone who's worked on Soundtrack over the years. In Lunaqua's absence, I'll be adding to and maintaining the addon where I can. Long live custom music! -Sciz

Features

  • Play your own mp3s inside the game.
  • Assign music to entire zones or specific sub zones. The default music still plays in zones for which you do not assign music.
  • Assign music when battling various levels of mobs, specific named monsters, or elite mobs. Set a different track to trigger at low enemy health for those intense final moments!
  • Assign music to your pet battles based on battle type, continent, and enemy player or NPC name.
  • A plethora of events that you can assign music: Victory, Flight, Dance, Stealth, Swimming, Level Up, etc.
  • Expose the full World of Warcraft score in your library to assign Blizzard's music to your own events.
  • Can be used as a standard media player. You can create playlists and play them using mini floating playback controls.
  • Interface to assign music to events. See all your tracks, sortable or filterable by track title, album or artist names.
  • Custom events allows you to create your own events through lua scripting. Only for very advanced users with scripting knowledge.

Installation

Soundtrack requires extra installation steps to gather your music information, so please follow these steps:
  • Download and Install: Curse Client or manual install, Soundtrack must be extracted in World of Warcraft/Interface/Addons.
  • Get some MP3s (or Oggs): You can copy your mp3s to Interface\Addons\SoundtrackMusic. You can put your mp3s into subdirectories or subfolders for organization. If you can run GenerateMyLibraryWindows, go to Options > Add mp3 file or Add folder and select what you want. GenerateMyLibraryWindows has Junctions turned on by default (see junctions in FAQ below). This will create a junction to the folder you select (similar to making a shortcut to a folder).
  • Generate your library: You have two choices here: Install Python, a programming language, and run GenerateMyLibrary.py. Or run GenerateMyLibraryWindows.jar and go to Options > Generate My Library. This will create MyTracks.lua inside of the SoundtrackMusic folder. Move it back to \Soundtrack\.
  • Play World of Warcraft: Start up World of Warcraft. When you go to the character screen, open up the Addons and make sure that Soundtrack is checked.

Known Issues

  • Zone and battle music sometimes gets interrupted in instances or battlegrounds. It will come back on once the number of sound effects drops.
  • Dance music does not stop when your character stops dancing. This is because there is currently no way to detect that you have stopped dancing, so the track stops when it reaches its end.

Feature Requests and Bug Reports

Please leave a comment or leave a ticket on CurseForge.

Localization

I am doing the best I can to localize Soundtrack, but there's a lot of lines that need to be translated and I only speak English fluently. If you are multi-lingual and would like to help localize Soundtrack, send me a PM and we can set up a localization plan.

Frequently Asked Questions

  • - Why does my music cut off in the middle of battles or a lot of AOE? World of Warcraft has a limited number of sound channels available for it to use. When all the sound channels fill up, WoW will cut off the music being played by PlayMusic(), which is Soundtrack's music. When the number of sound effects drop, the music will play normally again.
  • - Why does my playlist stop when I close the main window? If you select a playlist from the Playlist tab in the main window, when you close it, the playlist will continue to play. If you leave the tab, the playlist will stop.
  • How do I find out the icon name for a buff or debuff? If the buff or debuff is on you, you can use the following macros. They will tell you the name and icon texture of every buff (or debuff) on your character. For a buff, copy this macro: /script for i=1,40 do name,_,icon = UnitBuff("player", i) if icon then print(name," = ",icon) end end For a debuff, copy this macro: /script for i=1,40 do name,_,icon = UnitDebuff("player", i) if icon then print(name," = ",icon) end end Other sites, such as Wowhead, have the icon name. If you get the icon texture name from there, add "Interface\Icons\" before it and it should work. Capitalization does not matter.
  • - What types of music files are supported? MP3s and, if you run GenerateMyLibraryWindows.jar, Ogg audio files (.ogg). Other formats are not supported by Blizzard. Files with Japanese or other non-ASCII characters in their names can cause problems, so I suggest renaming them. There are a lot of programs to convert various music formats to mp3. I personally use iTunes for that. In iTunes, Edit->Preferences, select the Importing tab, and make sure you Import using: MP3 Encoder. Then you'’ll be able to convert any tracks to an mp3 file.
  • - Why do I need to copy my music to the SoundtrackMusic folder? The only files that can be played by WoW are files placed under the World of Warcraft folder when the game is started. Advanced users might want to try junctions to add a virtual link between Soundtrack's music folder and your music folder. If you run on a Windows machine, you can use GenerateMyLibraryWindows.jar in the Music Manager folder.
  • - How do I transfer my assignments to another machine?
    1. Exit WoW on the target machine.
    2. Copy your Interface/Addons/SoundtrackMusic folder to the target machine. If you only copy partial music files, it will still work, but the events that are missing tracks will be fixed automatically and you will lose the track assignments (since the tracks don’t exist).
    3. Regenerate the library on the target machine. You do this the usual way, by running GenerateMyLibrary.py. You can also copy MyTracks.lua directly if you want to skip this step.
    4. Copy the settings. All of Soundtrack settings are stored in World of Warcraft\WTF\Account\<UserName>\SavedVariables\Soundtrack.lua. So copy this file to the same location on the target machine.
    5. Start WoW on the target machine!
  • - Why do I need to install Python? Because the Blizzard API with which I write the addon does not let me scan your music folder. This limitation is probably to prevent cheats or from addons to screw up your pc files. If this limitation is lifted, I will remove the script. So the only way to feed your list of tracks to the addon is to generate that list outside of the game. I could have written a program in any language, but the reason I picked Python is because the same script works on both Mac and PCs, and you can read the script yourself, in case you are worried about the script's security. The script scans all your mp3s and saves the name, album, artist and track length to MyTracks.lua file, which is loaded in the game. When you install Python, you install an interpreter so that your computer can understand the code, similar to the Java Virtual Machine (that little coffee cup that runs on your task bar when you view something in Java).
  • - What's a junction? A junction is a file that links two directories together as if they were a parent and subfolder. The folder it links to is the subfolder, and the folder the junction is in is the parent folder. Junctions allow GenerateMyLibrary.py to add music in other folders to your in-game library. To create a junction, run Soundtrack_Music_Manager (junctions are enabled on startup) and go to File > Add Music Folder(s). Select and open the folder(s) you want to create a junction to and the junctions will show up in your SoundtrackMusic folder. (Soundtrack_Music_Manager will create a junction from the Music Manager folder to SoundtrackMusic folder for convenience.) For Windows XP users: You need to download junction.exe for junctions to work. Go to Soundtrack\Music Manager\junction and open the README file for more instructions, including a link for downloading.

2.4.4 release
  • Updated TOC for WoW 5.3.0
2.4.3 release
  • Updated TOC for WoW 5.2.0
2.4.2 release
  • Updated TOC for WoW 5.1.0
2.4.1 release
  • Didn't accomplish anything
2.4 release
  • Updated TOC and API calls for WoW 5.0.4
  • Added pet battle support
2.3 release
  • Updated TOC for 4.3
2.2.2 release
  • Added catch for zones with unknown continents (i.e. Firelands).
  • Added localizations for some continents: Instances, PvP, Unknown.
2.2.1 release
  • Updated Custom and Battle events for extra arguments in COMBAT_LOG_EVENT.
  • Updated TOC of SoundtrackMusic for 4.2. To update Soundtrack Music, move SoundtrackMusic.toc to the Addons/SoundtrackMusic folder.
  • Fixed issue with tracks restarting when not wanted during zoning.
2.2 release
  • Updated TOC for 4.2
  • Fixed key bindings.
  • Fixed issue where music may not playing when entering an instance.
  • Fixed events trying to play when the event is already playing.

Addon Packs Containing This...

Comments

First Previous Page 1 of 154 Next Last
  • #2308

    Is it possible to queue a Pandora channel instead of a playlist or specific mp3?  Just curious...

  • #2307

    This piece of shit doesn't work anymore, waste of time.

    "Soundtrack: Error: Attempt to access invalid event table (Misc)"

  • #2306

    I'm not terribly script-kiddie-ish, but is there a way I could create a script that plays when I win/lose a pet battle?

  • #2305

    Im looking for is an addon that can disable 1 soundtrack is this possible with this addon if so how cause i downloaded it and dont understand a thing about it.

  • #2300

    New TOC number is 50300, if you want to manually change it.

  • #2298
    Music cutting out

    Patch 5.3 today, noticed that my music was getting cut off in raid finder as if there weren't enough sound channels although I have mine set to 64.  Never had this problem in the past, only since the new patch.

     

    Last edited by Carjacker13 on 5/21/2013 7:30:26 PM
  • #2299

    Yeah, I've noticed that myself. Not sure what's going on, other than that Blizzard's changed something behind the scenes.

    edit: Yep, something's broke. Running into this issue with other addon sounds, and other people are reporting the same. Completely ruins Soundtrack in group situations, and I don't think there's anything players can do about it. =/

    Last edited by ScizCT on 5/21/2013 11:17:14 PM
  • #2304

    Nevermind, confirmed. Soundtrack appears to be working correctly now.

  • #2303

    The way it was explained to me is that Blizzard placed sounds generated from addons at a lower sound priority. So everytime a non-addon sound (I know, all sounds are made from Blizz), DBM or Soundtrack etc get cut off (lower priority). This sucks so bad, and don't understand the point behind this.

    BTW, I see you said you fixed the issue, yet the last update was March 6th. Do I still get it here?

     

    EDIT: My updated DBM still screws up its sounds (IE the pull countdown).

    Last edited by battlenaut on 5/24/2013 6:11:10 PM
  • #2302

    Today's fixes seem to have fixed the issue.

  • #2301

    http://us.battle.net/wow/en/forum/topic/8874927604

    Seems it is not just limited to addon sounds.  Blizzard will have to fix it and we'll just have to wait.

  • #2296
    Changing Talents

    Has anyone else had an issue with having to disable Soundtrack to change talents? I've heard others saying they had to do the same, but for other addons. Does anyone know what causes this?

  • #2297

    Known issue of uncertain origin. Addon authors insist it's Blizzard's fault, while Blizzard maintains that it's the addons' fault.

  • #2295
    I'd like to hear all vanilla

    You guys should totally develop a Vanilla-only playlist and showcase that for those like me with nostalgia for the old world. I'd even give a donation for the effort.

  • #2294
    Issues when vicotry sound

    Hello everybody.

    Please excuse my english, i'm not pretty good ^^

    First of all BIG THANKS for keeping this add on live !

    I wanted to ask, i've set instances soundtrack, battle soundtrack and victory soundtrack.

    The song plays well in the instance, switch to battle after that but at the end the victory music runs but in the same time of the instance song. I don't know what to do, i tried to put a standby between 2 zones song in the option but it don't change anything.

    Can you help me out please. For now i've disable all insatnce song to have only thebattle then victory song when a raid boss get's down ^^

    PS : Want to add something, the music for low health boss works well but i don't have any victory music at the end of the fight .

    Last edited by Safer7777 on 4/14/2013 4:39:33 AM
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Maingear

ENTER NOW