|
Project Information
Members
Featured
Downloads
Links
|
OverviewSqueezeCenter plugin which allows browsing and playing of music residing on a remote Ampache server. This effectively allows for a remote SqueezeCenter catalog. News03/07/2010 - Ampache Plugin v1.4 Released
07/11/2009 - Ampache Plugin v1.3 Released
06/28/2009 - Ampache Plugin v1.2 Released
06/25/2009 - Ampache Plugin v1.1 Released
06/24/2009 - Ampache 3.5.1 ReleaseThis latest release resolves all known API issues with the current branch of Ampache. InstallationManual Installation
Using the Extension Downloader
http://ampache-squeezecenter.googlecode.com/svn/tags/repo.xml
Bugs and Known IssuesAmpache 3.4There is a bug in the playlist generation code in all 3.4 versions of Ampache. This bug generates invalid XML which the plugin isn't all too happy with. You can fix this bug yourself by applying the patch below to your Ampache 3.4 source: --- lib/class/xmldata.class.php 2008-12-26 04:09:57.000000000 -0800
+++ lib/class/xmldata.class.php 2009-05-23 16:49:27.000000000 -0700
@@ -244,7 +244,7 @@
// Build this element
$string .= "<playlist id=\"$playlist->id\">\n" .
"\t<name><![CDATA[$playlist->name]]></name>\n" .
- "\t<owner><![CDATA[$playlist->f_user]]</owner>\n" .
+ "\t<owner><![CDATA[$playlist->f_user]]></owner>\n" .
"\t<items>$item_total</items>\n" .
"\t<type>$playlist->type</type>\n" .
"</playlist>\n";Donate |
