<!-- name of the song -->
<title>bad_now_near_and_alone</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/gone.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>gone</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/here_me_now.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>here_me_now</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/john_henryism.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>john_henryism</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/our_picture.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>our_picture</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/we_survive_on_stars.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>we_survive_on_stars</title>
</track>
</trackList>
</playlist>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have no idea. You have not set up the folders as suggested by the instructions, which is fine but if you go your own way into the woods, you find your own way out? My advice is to follow the instructions EXACTLY as detailed in the zip package. Then once that is working you start adjusting to fit your own needs.
So maybe back up a few steps and make sure what we have provided works with your server.
Let us know,
-jonathan adams leonard
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My site is set up as follows
http://mysite.com/music/sg/file.mp3
http://mysite.com/scripts/php/id3
http://mysite.com/scripts/php/playlist_generator
These are my modifications to the script
define("MP3_PATH", "music/$_GET[band]");
require_once('getid3/getid3.php');
This is the output i get at http://mysite.com/scripts/php/playlist_generator?band=sg
http://mysite.com/music/sg/bad_now_near_and_alone.mp3 http://mysite.com/music/sg/gone.mp3 http://mysite.com/music/sg/here_me_now.mp3 http://mysite.com/music/sg/john_henryism.mp3 http://mysite.com/music/sg/our_picture.mp3 http://mysite.com/music/sg/we_survive_on_stars.mp3
How do I fix this?
Are you trying to get this to make a playlist file, or to work with the flash player?
work with the flash player. this is the source:
<?xml version="1.0" encoding="UTF-8"?>
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<!-- Playlist generated automatically using script from www.lasmit.com -->
<trackList>
<track>
<location>http://beta.realtorealrecords.com/music/sg/bad_now_near_and_alone.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>bad_now_near_and_alone</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/gone.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>gone</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/here_me_now.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>here_me_now</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/john_henryism.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>john_henryism</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/our_picture.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>our_picture</title>
</track>
<track>
<location>http://beta.realtorealrecords.com/music/sg/we_survive_on_stars.mp3</location>
<!-- artist or band name -->
<creator></creator>
<!-- album name -->
<album></album>
<!-- name of the song -->
<title>we_survive_on_stars</title>
</track>
</trackList>
</playlist>
I have no idea. You have not set up the folders as suggested by the instructions, which is fine but if you go your own way into the woods, you find your own way out? My advice is to follow the instructions EXACTLY as detailed in the zip package. Then once that is working you start adjusting to fit your own needs.
So maybe back up a few steps and make sure what we have provided works with your server.
Let us know,
-jonathan adams leonard