Wait Up, Yo.

Posted on September 6, 2008
Categories: Flash, XSPF.

Ok, so I’ve heard of the countless problems people are having getting the Jukebox up and running, as well as the number of bugs yet to be fixed. Believe me, every single email and comment is read. The main reason for lack of support and updates is that I don’t have the time. With school starting back and my eighteenth birthday coming up, I have had to concentrate more on my paid web design projects than the Jukebox. That is not to say that the project will be dropped, in fact I have every intention of recreating the entire website as well as making a simple auto-installer for the Jukebox. My only compensation for these projects are from the minimal donations I receive, so be happy with the current version. And also get ready, I have big plans for the Jukebox over the next month or so, so check back to see how it is coming. The Xspf Jukebox is already the most functional web media player on the internet (take that, WimpyPlayer), and the best part: It’s free. So if you are having problems, leave a comment, or shoot me an email (just make sure to send me a link, I can’t help you if I can’t see what’s wrong). Also, check out my test page. You can download the files exactly as I have them used and, who knows? Maybe you’ll solve the problems yourself.

On a side note, if anyone with html/php/flash/mysql experience has a few extra minutes and would like to assist with some of the coding or the documentation, don’t hesitate to email me.

del.icio.us:Wait Up, Yo.digg:Wait Up, Yo.spurl:Wait Up, Yo.wists:Wait Up, Yo.simpy:Wait Up, Yo.newsvine:Wait Up, Yo.blinklist:Wait Up, Yo.furl:Wait Up, Yo.reddit:Wait Up, Yo.fark:Wait Up, Yo.blogmarks:Wait Up, Yo.Y!:Wait Up, Yo.smarking:Wait Up, Yo.magnolia:Wait Up, Yo.segnalo:Wait Up, Yo.

12 comments.

Sir Mikey
Comment on September 6th, 2008.

Lacy,
It’s exciting, the thought of an automated configuration installer.
It would be nice if you could install a forum, so that members could help each other out, so that problems could get resolved via multiple developers; bugs get logged and monitored, etc..
It’s plain to see by the blog that the jukebox is being used by a few very savy geek intellectual coders (ManGods).
SM

Comment on September 6th, 2008.

Hi Lacey

You are doing a fantastic job.

I have placed your jukebox on a test site I’m doing for a Choral Society here in France. However, I can’t get it to play any video. I tried a fairly large FLV first and that didn’t load when uploaded to the server (it works fine when tested locally). So I tried a very small FLV loop (Curtain Loop) thinking size might be an issue – still no go. Being a complete amateur I’m afraid I’m completely stumped. I assume I’m doing something incredibly stupid, so any pointers would be gratefully received. The URL is http://www.lachantonge.spyderweb-works.com.

Many thanks
Neil

SirMikey
Comment on September 6th, 2008.

Neil,
The auto playlister playlist.php doesn’t seem to find flv files, and so I had to use the playlist.xml and make a playlist of my own. Besides that, the problem is likely your server path on the embed or playlist.xml file/tags, and make damn sure that all playlist files are in the /music/mp3 folder, not in just /music/, as there is bug otherwise. My server, I finally got everything to work by changing all file paths to this prefix: ../../music/ . With autoplaylister playlist.php “only”, the path to music folder had to be set to path to ../../music/mp3/ folder instead, and everything had to have the closing slash. Hope this helps. I’m at sir mikey dot com if you need help. This site needs a forum, would certainly smooth things out.

Sir Mikey
Comment on September 6th, 2008.

Lacy, Did you remove the red LM logo, or did you add updates to the wrong FLA? I ask this because the background colors no longer work in 5.9.4, like previous versions.

SirMikey
Comment on September 6th, 2008.

PS Neil, I added a fla file and it works using playlist.xml. The bottom right playlist is the fla file, at “sir mikey dot com”

Comment on September 7th, 2008.

I’m getting an error saying that the file doesn’t exist, you may need to upload it again, and make sure the spellings are correct, including capitals.

Comment on September 7th, 2008.

sorry, the above is to neil.
@sirmikey, yes I ended up removing the logo, I didn’t really want it there in the first place, but which background colors aren’t working?

Comment on September 9th, 2008.

like it think i maight roll it out on my myspace sites good stuff :)

Sam David
Comment on October 10th, 2008.

Hi Lacy

First of all, thanks for creating such a terrific, versatile, configurable player. It’s exactly what I needed and it was easier than I expected to install and configure it. One question, though – I’m using the autoresume feature, which works but seems to time out after a fairly short time – maybe a minute or so? Is that expected behavior, and if so is there a way I can extend the period before the timeout? We have a couple of longer pages and I need the autoresume to work even when someone’s taken a coupe of minutes to read them. The site’s http://www.mladiproductions.com.

Comment on December 15th, 2008.

For people having trouble with using stats.php – I believe there is a typo in the comment in Lacy’s stats.php example file here: test page.

In the big comment block at the top, it says to ‘pass the variable “skinurl” to the xspf_jukebox.swf file with the location of this stats.php file’.

However, I believe the correct variable should be “statsurl”, not “skinurl”. That is how the varible is called from the “embed.php” file that Lacy includes with this example. Append this to the variables list when invoking the jukebox: “&statsurl=stats.php”

Cheers,
Leigh

Comment on December 15th, 2008.

PS: Also, in stats.php, the line

$file = fopen(”playlog.txt”, “w”);

should actually be

$file = fopen(”playlog.txt”, “a”);

See the PHP manual for the difference – but in short, the “w” tag will overwrite the entire log file with the new entry, meaning that there’s only one entry in there at a time. The “a” tag will add/append the new entry to the end of the file, creating a useful, running log of song plays.

Comment on January 5th, 2009.

I love your player.
But from what I hear it’s difficult to embed and get working. I don’t see a contact email so I’ll just have to say it here. Do you have any interest in combining forces with myself and my XSPF.PHP ID3 generator to form a more automagic package? I’m also looking for a creative sort to work on a complete ID3 module for an open source project.
See: http://www.trbailey.net/xspf/

Leave a comment

Names and email addresses are required (email addresses aren't displayed), url's are optional.

Comments may contain the following xhtml tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>