Thread Tools Display Modes
08-25-13, 06:14 PM   #1
Jasmer
A Flamescale Wyrmkin
 
Jasmer's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 122
In-game music player?

Is there an in-game music addon that lets you play custom playlists AND allows you to retain the random-feeling gaps between tracks like the default engine does?
  Reply With Quote
08-25-13, 09:47 PM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
I'm not aware of any. However:
  • Addons can only see files that are inside the AddOns folder, so you would have to copy all the files you wanted to play into that location.
  • WoW doesn't support the MP3 format anymore, so you'd need to transcode all of your files into the Ogg Vorbis format (.ogg extension).
  • Addons can't directly read the contents of folders, so you'd have to hard-code the list of files into your music player addon, or write an in-game config UI for entering such a list.
  • Addons can't determine the length of audio files, so you'd have to hard-code the length of each file in your addon, or write an in-game config UI for entering that info.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
08-26-13, 03:39 AM   #3
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
EpicMusicPlayer is as close as you're going to get (and is a pretty cool addon overall)
  Reply With Quote
08-26-13, 04:00 AM   #4
Malsomnus
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Apr 2013
Posts: 203
Originally Posted by Phanx View Post
WoW doesn't support the MP3 format anymore
That's pretty weird, Raidbot uses an MP3 sound file and it seems to work just fine.
__________________
SanityCheck - If you've ever said the words "Sorry, I forgot" then you need this add-on.

Remember, every time you post a comment on an add-on, a kitten gets its wings!
  Reply With Quote
08-26-13, 04:10 AM   #5
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,360
It does support mp3 but they've flip-flopped a couple times in the past so it's not surprising people are unsure about the current status.
  Reply With Quote
08-26-13, 04:21 AM   #6
Malsomnus
A Cobalt Mageweaver
AddOn Author - Click to view addons
Join Date: Apr 2013
Posts: 203
Originally Posted by Dridzt View Post
It does support mp3 but they've flip-flopped a couple times in the past so it's not surprising people are unsure about the current status.
Oh. Hmmm. Do you think I should be switching to ogg as a preemptive move, just in case?
__________________
SanityCheck - If you've ever said the words "Sorry, I forgot" then you need this add-on.

Remember, every time you post a comment on an add-on, a kitten gets its wings!
  Reply With Quote
08-26-13, 08:32 AM   #7
Jasmer
A Flamescale Wyrmkin
 
Jasmer's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 122
Thanks for the suggestions guys.

Also, WoW currently does indeed support mp3 format, and the music files in their own MPQ archives are indeed mp3 format. So far the ogg format files I've noticed are interface functions, emote speech, things like that.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » In-game music player?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off