keatoru said:
how do you use the mp3? i understand that I need to upload the songs somewhere then edit the xml file in the category but how do i change the part on the skin where you click mp3 then the boxes come out. how do i change the words on the boxes from link to band or genre or w/e
XD Mp3 Players Set Up
mp3 Set UP:
If you already have installed your theme : Proceed , else read the primary theme install Instructions.
Go to your administration page, and select XD Mp3 panel, you should be able to change the 6 Categories of your mp3 player.
in your nuke Root , you will have a folder called mp3, in that folder there will be a few folders called category1, category2 ,category3 ,category4 , category5 ,category6 , what you need to do, is download the XML file inside each folder to your computer so you can edit them ( one at a time for each category and music) . Each XML file is specifically designated for one category, having the same XML file for all folder, will result in your mp3 player list having all the categories from category1.
Example. Download XML file from category1 , Open it with your favorite text editor, or Dreamweaver.
The XML File looks as fallow:
<songs>
<song title="Are u ready" artist="Are u ready" path="Are.mp3"/>
<song title="Dance(techno)" artist=" DJ skribble" path="Dance.mp3"/>
</songs>
title= The title specifies the tittle of your Song, Example Brave new world from Iron Maiden.
Artist=The Artist Is self explanatory, will be artist of your Song Title.
path= ( most important) : the path will be the actual name of your mp3 file, example, ironmaiden-bravenewrold.mp3 , make sure your song file names do not include any spaces , or invalid characters.
You will need to edit it, add your own songs and re-upload and replace.
It should look something like:
<songs>
<song title="Around The World " artist="Red Hot Chili Peppers " path="arondtherchp.mp3"/>
<song title="Brave New World" artist="Iron Maiden" path="ironmaiden-bravenewrold.mp3"/>
<song title="Porche " artist="Pearl Jam " path="PjamPorche.mp3"/>
<song title="Stratosphere" artist="Stratovarius" path="stratosphere.mp3"/>
</songs>
And so on, all the songs you edit in your XML file will have to be uploaded in the same category folder.
EDIT THE CATEGORIES TO REFLECT AS WELL :
Once You Edit those files, They should reflect on your Theme USERPANEL , (( The top flash part on the right hand side, (( AFER LOG IN )) )))
Best Regards