So, I have a plugin (repo file: http://www.jesslex.com/slim/astro_repo.xml) and it worked in 7.4 but throws an "incompatible" error in 7.5 - see below for relevant log messages.
I'm not seeing anything obviously wrong.
So, any suggestions on prime contenders for where I should focus my attention?
Is there a summary of changes in 7.5 and their impacts on plugins written for earlier releases?
Thanks,
Mitch
[10-04-21 09:46:43.8403] Slim::Utils::PluginManager::load (220) Couldn't load AstroInfo. Error: Plugin is incompatible with this version of Squeezebox Server. Please update.
[10-04-21 10:20:54.5041] Slim::Utils::PluginManager::_parseInstallManifest (711) AstroInfo [Plugins::AstroInfo::Plugin] INSTALLERROR_INVALID_VERSION
Results 1 to 4 of 4
Hybrid View
-
2010-04-21, 08:23 #1Senior Member
- Join Date
- May 2005
- Posts
- 139
Help: My plugin is incompatible with 7.5
-
2010-04-21, 08:29 #2
Most likely you'll just need to change the maxversion in the XML file. Tried that?
-
2010-04-21, 08:49 #3
Change your files like this, with * then it will work for every update

In your repo file;
<plugin name="XX" version="x.xx" minTarget="7.0a" maxTarget="*">
In your install.xml file;
<maxVersion>*</maxVersion>www.spicefly.com - ** Spicefly SugarCube ** - A hassle free acoustic journey through your music library using MusicIP. Plus the finest MusicIP installation guides, enhanced MIP Interface and SpyGlass MIP the Windows Automated MusicIP Headless Installer.
-
2010-04-25, 16:56 #4Senior Member
- Join Date
- May 2005
- Posts
- 139
Ugh. I had remembered to update the repo file but not the install.xml file in the ZIP.
That fixed it.
Thanks for your help,
Mitch

Reply With Quote
