Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 4 of 4
  1. #1
    Senior Member
    Join Date
    May 2005
    Posts
    139

    Help: My plugin is incompatible with 7.5

    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

  2. #2
    Senior Member snarlydwarf's Avatar
    Join Date
    Jul 2005
    Location
    Oregon
    Posts
    3,675
    Most likely you'll just need to change the maxversion in the XML file. Tried that?

  3. #3
    Senior Member cparker's Avatar
    Join Date
    Oct 2005
    Location
    Hampshire, United Kingdom
    Posts
    508
    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.

  4. #4
    Senior 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •