bpa wrote: > The WaveInput was only valid for 7.9.* before 8.0 was released. When > 8.0 was released for a few months and I had time to check out the plugin > with 8.0 - I then updated WaveInput plugin so that it would compatible > with 8.* > > I think you are saying you had WaveInput already installed with 7.9.3 > (and maybe earlier) - this wasn't clear from earlier post. > So the version of the plugin already installed in 7.9 had validity > marked for 7.9.* in install.xml from the pre-existing installed version > of WaveInput - whereas the repository version of WaveInput has an > updated install.xml for 8.* compatibility. > After upgrade to 8.1 - the plugin version did not change so no plugin > update, but the compatibility as indicated in install.xml still show > only 7.9.* compatibility. > To get an updated install.xml which had 8.* compatibility - plugin had > to be uninstalled and reinstalled. > > This "install.xml" issue is true for many plugins which did not have a > version update as there is no code change.
That makes sense *bpa* thank you. But I don't see any maxVersion defined in the install.xml, only a minVersion, what am I missing here? root@xxxxx:/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/WaveInput# ls -l total 32 drwxr-xr-x 3 squeezeboxserver nogroup 60 Jan 8 19:20 HTML -rw-r--r-- 1 squeezeboxserver nogroup 1671 Oct 9 2009 Plugin.pm -rw-r--r-- 1 squeezeboxserver nogroup 2031 Oct 9 2009 Settings.pm -rw-r--r-- 1 squeezeboxserver nogroup 2293 Oct 9 2009 WAVIN.pm -rw-r--r-- 1 squeezeboxserver nogroup 355 Oct 12 2009 custom-convert.conf -rw-r--r-- 1 squeezeboxserver nogroup 478 Dec 17 2008 custom-convert.conf.eca -rw-r--r-- 1 squeezeboxserver nogroup 301 Jul 5 2008 custom-types.conf -rwxr--r-- 1 squeezeboxserver nogroup 652 Feb 27 2020 install.xml -rwxr--r-- 1 squeezeboxserver nogroup 538 Jul 18 2008 strings.txt root@xxxxx:/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/WaveInput# cat install.xml <?xml version="1.0"?> <extension> <name>PLUGIN_WAVEINPUT</name> <module>Plugins::WaveInput::Plugin</module> <playerMenu>RADIO</playerMenu> <version>1.04</version> <description>PLUGIN_WAVEINPUT_DESC</description> <creator>bpa</creator> <defaultState>enabled</defaultState> <homepageURL></homepageURL> <optionsURL>plugins/WaveInput/settings/basic.html</optionsURL> <icon>plugins/WaveInput/html/images/waveinput.png</icon> <type>2</type><!-- type=extension --> <targetApplication> <id>Squeezecenter</id> <minVersion>7.3</minVersion> <maxVersion>*</maxVersion> </targetApplication> <targetPlatform>Linux</targetPlatform> </extension> ------------------------------------------------------------------------ yas1's Profile: http://forums.slimdevices.com/member.php?userid=70424 View this thread: http://forums.slimdevices.com/showthread.php?t=49584 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
