There is no rush into this, thought it would be nice if you could look into this when you have the time.
It seems to be some kind of bug, either in Opera or Kplaylist. I'm trying to access Kplaylist from my mobile, it works fine to load one song with M3U-playlist into Coreplayer, but pressing the "album"-button gives me an error. Seems like the M3U-file gets messed up. This is the error:
- Code: Select all
<!DOCTYPE HTM protocol not supported!
This is the working M3U-file (single song selected):
- Code: Select all
#EXTM3U
#EXTINF:246,Air - Venus
http://**************/**********/index.php?streamsid=1170&c=1-28844&stag=2d5f1b493382ac42&file=.mp3
This is the non-working M3U-file (album button pressed):
- Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>| kPlaylist</title>
<!-- kp build 502 -->
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<link href="/kplaylist/kptheme/relay/css/kplaylist.css" rel="stylesheet" type="text/css"/><script type="text/javascript" src="prototype.js"></script> <script type="text/javascript">
<!--
KPlaylist =
{
init : function()
{
setInterval('KPlaylist.CAction.showStream()', 6000);
setInterval('KPlaylist.MessageAction.showMessage()', 5000);
}
}
KPlaylist.Shout =
{
submitMessage : function(object)
{
new Ajax.Request('/kplaylist/index.php', {method:'post',parameters:'action=sendshout&shoutmessage=' + encodeURIComponent(object.value),onSuccess:function(request) { KPlaylist.MessageAction.showMessage(); object.value = ''; object.focus(); }});
}
}
function submitSelected()
{
AND SO ON....
My client:
HTC Diamond
WM6
Opera Mobile 9.5
My server setup:
Kplaylist 1.8.502
Use EXTM3U feature: YES
Playlists inline: YES
Playlist: M3U
Send file extension: YES
Write ID3v2 with stream: YES
Apache HTTPD 2.2.8 + Openssl 0.9.8g
MySQL 5.0.51a
PHP 5.2.5
PHP settings:
max_execution_time 3600 3600
max_input_nesting_level 64 64
max_input_time 3600 3600
memory_limit 256M 256M
open_basedir no value no value
output_buffering no value no value
output_handler no value no value
post_max_size 200M 200M
Thanks!
Regards,
jmelhus
