Request Music for Music Player

Emeralda

Pistis Sophia
#1
Rawr, there is now a music player available on G2 (thanks to my courtesy ;evil;), and filling it takes a while. So do help lil Emmie with what you'd like. Preferably anime osts, maybe game ones also. I don't want to mess with big music companies >.>



What's needed:

  • A place Emmie could easily download the song from
  • If it's a new album that doesn't exist, a cover 140x200 px in size
  • Filling this form:
You need to fill TITLEOFALBUM, NAMEOFALBUMIMAGE, DESCRIPTION, TITLE, ARTIST/AUTHOR, DURATION, MP3FILENAME

HTML:
<album id="Don't Touch this">
			
			<author><![CDATA[TITLEOFALBUM]]></author>
			
			<image>content/images/albums/NAMEOFALBUMIMAGE</image>

			<name alsoInList = "true"><![CDATA[<font color="#8E0020">DESCRIPTION</font>]]></name>
			
			<tracks>
				<item id="11">
					<title><![CDATA[TITLE]]></title>
					<artist><![CDATA[ARTIST/AUTHOUR]]></artist>
					<duration>DURATION</duration> 
					
					<buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/TITLEOFALBUM/MP3FILENAME"></buy>

					<song>content/songs/TITLEOFALBUM/MP3FILENAME</song>
				</item>
				<item id="12">
					<title><![CDATA[TITLE]]></title>
					<artist><![CDATA[ARTIST/AUTHOUR]]></artist>
					<duration>DURATION</duration> 
					
					<buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/TITLEOFALBUM/MP3FILENAME"></buy>

					<song>content/songs/TITLEOFALBUM/MP3FILENAME</song>
				</item>
			</tracks>
		</album>
Example of how the final version looks like:

HTML:
        <album id="1">
			
			<author><![CDATA[Air Gear]]></author>
			
			<image>content/images/albums/airgear.jpg</image>

			<name alsoInList = "true"><![CDATA[<font color="#8E0020">Air Gear OST</font>]]></name>
			
			<tracks>
				<item id="11">
					<title><![CDATA[Chain]]></title>
					<artist><![CDATA[Back-On]]></artist>
					<duration>01:31</duration> 
					
					<buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/Air Gear/01 Chain (Tv Size).mp3"></buy>

					<song>content/songs/Air Gear/01 Chain (Tv Size).mp3</song>
				</item>
				<item id="12">
					<title><![CDATA[Skygrinder]]></title>
					<artist><![CDATA[Skankfunk]]></artist>
					<duration>02:45</duration>
					
					<buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/Air Gear/02 Skygrinder.mp3"></buy>
					
					<song>content/songs/Air Gear/02 Skygrinder.mp3</song>
				</item>
			</tracks>
		</album>

  • If you'd want to add a song to an already existing album, fill this in:
You need to fill TITLE, ARTIST/AUTHOR, DURATION, MP3FILENAME
HTML:
				<item id="11">
					<title><![CDATA[TITLE]]></title>
					<artist><![CDATA[ARTIST/AUTHOUR]]></artist>
					<duration>DURATION</duration> 
					
					<buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/TITLEOFALBUM/MP3FILENAME"></buy>

					<song>content/songs/TITLEOFALBUM/MP3FILENAME</song>
				</item>

Yes, I know that it might look like a lot because of all the code, but think of the poor Emmie who had to do this from scratch and fill everything herself :waah:
 

Emeralda

Pistis Sophia
#5
There is absolutely no coding required, I explained it really easy. Just replace the things I mentioned and voila. You even have an example that shows you all that mumbo jumbo coding is not necessary.

[MENTION=1072]boyd[/MENTION], catch me on MSN.
 

~Kitty~

Kitty pawns all!
#7
@Emeralda I have Crisis core music but err I only want to add a few selected musics.

How do I go about doing it? Can you show me an example..the codes are messing me up..

EDIT:NVM I think I know how to do it.

Can you make the album?

I'll upload the music individually.
 

Emeralda

Pistis Sophia
#8
Yeah, but I'd still need an image and the name of the album in question, since I don't know anything about it. Doing the songs (items) forms is up to you, I'm so tired now.
 

Emeralda

Pistis Sophia
#10
Code:
<album id="Don't Touch this">
			
			<author><![CDATA[Crisis Core]]></author>
			
			<image>content/images/albums/crisis core.jpg</image>

			<name alsoInList = "true"><![CDATA[<font color="#8E0020">Crisis Core OST</font>]]></name>
			
			<tracks>

SONGS HERE

			</tracks>
		</album>

See? It wasn't so hard.
 

~Kitty~

Kitty pawns all!
#11
HTML:
                <item id="11">
                    <title><![CDATA[The Summoned]]></title>
                    <artist><![CDATA[Takeharu Ishimoto]></artist>
                    <duration>3:11</duration> 
                    
                    <buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/TITLEOFALBUM/MP3FILENAMEhttp://k003.kiwi6.com/hotlink/u5d802n84s/115_the_summoned_from_ffvii_those_who_fight_further.mp3"></buy>

                    <song>content/songs/TITLEOFALBUM/MP3FILENAME</song>
                </item>
@ Emeralda like this? o_O
 

Emeralda

Pistis Sophia
#14
HTML:
                <item id="11">
                    <title><![CDATA[The Summoned]]></title>
                    <artist><![CDATA[Takeharu Ishimoto]></artist>
                    <duration>3:11</duration> 
                    
                    <buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/TITLEOFALBUM/MP3FILENAMEhttp://k003.kiwi6.com/hotlink/u5d802n84s/115_the_summoned_from_ffvii_those_who_fight_further.mp3"></buy>

                    <song>content/songs/TITLEOFALBUM/MP3FILENAME</song>
                </item>
@ Emeralda like this? o_O
http://k003.kiwi6.com/hotlink/u5d802n84s/115_the_summoned_from_ffvii_those_who_fight_further.mp3

HTML:
                <item id="11">
                    <title><![CDATA[The Summoned]]></title>
                    <artist><![CDATA[Takeharu Ishimoto]]></artist>
                    <duration>3:11</duration> 
                    
                    <buy url = "http://muffin.g2anime.net/mp3gallery/content/songs/Crisis Core/115_the_summoned_from_ffvii_those_who_fight_further.mp3"></buy>

                    <song>content/songs/Crisis Core/115_the_summoned_from_ffvii_those_who_fight_further.mp3</song>
                </item>

Fixed
 

~Kitty~

Kitty pawns all!
#15
http://k003.kiwi6.com/hotlink/6yfrc...of_the_assault_from_ffvii_those_who_fight.mp3
HTML:
                <item id="12">
                    <title><![CDATA[On the Verge of Assault]]></title>
                    <artist><![CDATA[Takeharu Ishimoto]]></artist>
                    <duration>3:07</duration> 
                    
                    <buy url =  "http://muffin.g2anime.net/mp3gallery/content/songs/Crisis  Core/117_on_the_verge_of_the_assault_from_ffvii_those_who_fight.mp3"></buy>

                    <song>content/songs/Crisis Core/117_on_the_verge_of_the_assault_from_ffvii_those_who_fight.mp3</song>
                </item>
http://k003.kiwi6.com/hotlink/pl3ydu52c9/210_the_world_s_enemy_from_ffvii_one_winged_angel.mp3
HTML:
                <item id="13">
                      <title><![CDATA[The World's Enemy]]></title>
                      <artist><![CDATA[Kazuhiko Toyama]]></artist>
                      <duration>3:26</duration> 
                      
                      <buy url =  "http://muffin.g2anime.net/mp3gallery/content/songs/Crisis  Core/210_the_world_s_enemy_from_ffvii_one_winged_angel.mp3"></buy>
  
                      <song>content/songs/Crisis  Core/210_the_world_s_enemy_from_ffvii_one_winged_angel.mp3</song>
                </item>
http://k003.kiwi6.com/hotlink/b9ts67999z/220_soldier_battle.mp3
HTML:
                <item id="14">
                       <title><![CDATA[Soldier Battle]]></title>
                       <artist><![CDATA[Takeharu Ishimoto]]></artist>
                       <duration>3:02</duration> 
                       
                       <buy url =  "http://muffin.g2anime.net/mp3gallery/content/songs/Crisis  Core/220_soldier_battle.mp3"></buy>
                       
                    <song>content/songs/Crisis Core/220_soldier_battle.mp3</song>
                </item>
http://k003.kiwi6.com/hotlink/3ie6a8hnpa/221_the_price_of_freedom.mp3
HTML:
                <item id="15">
                        <title><![CDATA[The Price Of Freedom]]></title>
                        <artist><![CDATA[Takeharu Ishimoto]]></artist>
                        <duration>3:41</duration> 
                        
                        <buy url =  "http://muffin.g2anime.net/mp3gallery/content/songs/Crisis  Core/221_the_price_of_freedom.mp3"></buy>
                        
                    <song>content/songs/Crisis Core/221_the_price_of_freedom.mp3</song>
                </item>

This is hella hard to edit :wacko:(strains my eyes)
 

~Kitty~

Kitty pawns all!
#17
http://k003.kiwi6.com/hotlink/77g2q3mf3z/118_the_clandestine_dark_suits_from_ffvii_turk_s_theme.mp3
HTML:
                </item>
                <item id="16">
                        <title><![CDATA[Dark Suits]]></title>
                        <artist><![CDATA[Takeharu Ishimoto]]></artist>
                        <duration>2:26</duration> 
                        
                        <buy url =   "http://muffin.g2anime.net/mp3gallery/content/songs/Crisis   Core/118_the_clandestine_dark_suits_from_ffvii_turk_s_theme.mp3"></buy>
                        
<song>content/songs/Crisis  Core/118_the_clandestine_dark_suits_from_ffvii_turk_s_theme.mp3</song>
                </item>

Just one more track for now.
 

Emeralda

Pistis Sophia
#18
The playlist should be updated in 10 minutes, the last batch is being uploaded. Also, Air Gear 2 albums and Black Mages 3 albums to that~
 
#19
those codes confuse me and i wanted to put the nichijou album!!! but rite now a site i know down for a bit cause of it's updates. but i'll wat i can try and find