Hello
Is it possible to add album covers?
Thx
wiway
Hello
I have this message :
Warning: mysqli_real_escape_string() expects exactly 2 parameters, 1 given in /homepages/9/d240094903/htdocs/WORDPRESS2/Disques/wp-content/plugins/tune-library/writeNodes.php on line 11
What should I do?
Thanks
Wiway
Trying to upload an XML file using the settings page on a WordPress.com hosted site. I have occasionally gotten an abridged library (34 MB) — actually a playlist.xml — to upload, but it seems to display lots of duplicates. I’ve never gotten the full library (70 MB) to upload. It either never completes or it just resets. No real error message. Any help would be appreciated.
]]>Hi,
When viewing the page using the shortcode [tune-library], I get the alphabetical listing of artists, but if I try to expand an artist, I get the following error:
Warning: mysql_real_escape_string(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /path/to/my/site/public_html/wordpress/wp-content/plugins/tune-library/writeNodes.php on line 11
Any ideas why this might be happening? I can’t see this error happening anywhere else on the site & the MySQL host is definitely available.
]]>hi
i’ve installed your cool plugin and want to say thx for the great job you did.
when i load my page with the plugin, the alphabetical row (show letter # a b … y z) shows, but by clicking on a letter, the following error message appears:
Warning: call_user_func_array() expects parameter 1 to be a valid callback, first array member is not a valid class name or object in ../freddi.ch/wp-includes/plugin.php on line 496
what am i doing wrong? is there a way to fix this?
thx in advance for your help
andrea
Hi,
After importing my track list, the page shows the alphabet fine, and the artist names no problem, but when I expand one of the artist sections to show the tracks, instead of seeing the track names, I see some php code.
e.g.
[+] Guns N’ Roses
prefix . “tracks where artist = ‘”.mysql_real_escape_string(stripslashes($itemData)).”‘ and (artist = albumartist or albumartist is NULL) order by album”; //print $querystr; $tracks = $wpdb->get_results($querystr); foreach($tracks as $track){ echo “
“.$track->album.”
“; } } if($pre == ‘albumartist’){ $querystr = “SELECT distinct album FROM ” . $wpdb->prefix . “tracks where albumartist = ‘”.mysql_real_escape_string(stripslashes($itemData)).”‘ order by album”; //print $querystr; $tracks = $wpdb->get_results($querystr); foreach($tracks as $track){ echo “
“.$track->album.”
“; } } if($pre == ‘album’){ $querystr = “SELECT title, tracknum FROM ” . $wpdb->prefix . “tracks where artist= ‘”.mysql_real_escape_string(stripslashes($itemData)).”‘ and album = ‘”.mysql_real_escape_string(stripslashes($itemData2)).”‘ order by tracknum”; //print $querystr; $tracks = $wpdb->get_results($querystr); foreach($tracks as $track){ if(isset($track->tracknum)){ echo “
“.$track->tracknum.” – “.$track->title.”
“; }else{ echo “
“.$track->title.”
“; } } } if($pre == ‘albumvarious’){ $querystr = “SELECT title, tracknum, artist FROM ” . $wpdb->prefix . “tracks where albumartist= ‘”.mysql_real_escape_string(stripslashes($itemData)).”‘ and album = ‘”.mysql_real_escape_string(stripslashes($itemData2)).”‘ order by tracknum”; //print $querystr; $tracks = $wpdb->get_results($querystr); foreach($tracks as $track){ if(isset($track->tracknum)){ echo “
“.$track->tracknum.” – ” . $track->artist . ” – “.$track->title.”
“; }else{ echo “
“.$track->title.”
“; } } } } ?>
Please help, this plugin could be the best plugin I found to do what I want, and it seems to be broken.
Thanks in advance.
Christian.
]]>I am able to browse to the xml file and begin the import. It goes through the upload. Seems to be working. On chrome i can see it go all the way up to %100 like it has finished After it is finished it tells me file not found. Tried using IE and had same issue. any idea’s?
]]>Always error Msg:
Warning: fopen() [function.fopen]: Filename cannot be empty in /wp/wp-content/plugins/tune-library/tune-library.php on line 201
File not found
File was created in actual iTunes App 10.7 (OS X Mountain Lion)
]]>