Hey, nice theme you created here! I love the use of JQuery in combination with subsonic. Makes a powerfull tool even more powerfull.
I have some remarks though, because i got errors while using this theme. The files includes/connection.php and index.php gave PHP errors because they start with a blank rule. I deleted those and with that, my loading problems where over

. Just for you to know.
I am using Firefox, don't know if you tested that browser, but your JQuery in one case did not work, again i had to make changes:
- Code: Select all
$('#menu').buttonset();
$('#menu .headerimgset').eq(0).css('background','url(img/0.png)');
$('#menu .headerimgset').eq(1).css('background','url(img/1.png)');
$('#menu .headerimgset').eq(2).css('background','url(img/2.png)');
$('#menu .headerimgset').eq(3).css('background','url(img/3.png)');
$('#menu .headerimgset').eq(4).css('background','url(img/4.png)');
$('#menu .headerimgset').eq(5).css('background','url(img/5.png)');
and
- Code: Select all
$('#buttons .streamimgset').eq(0).css('background','url(img/world.png)');
$('#buttons .streamimgset').eq(1).css('background','url(img/world.png)');
Now with this code the images show up in FF and IE

.
Besides that all i would opt for saving these
define('SERVER','http://');
define('JUKE','http://');
define('CREDS','u=...&p=...&v=1.2.0&c=bologna');
in the database. Just for reconfiguring possibilty's.
And last but not least, i did not read the whole thread so i do not know if this one is discussed earlier. At the end of the configuration you should redirect to the player itself. Just a little thingy which makes your theme more complete
