I also do not understand at all why it only gives me the opportunity to install the 2.1.13 version.
Logs say:
And in the Plugins UI it tells me:
Unfortunately adding the old.xml did not help as it still tries to install the current version. It seems it still picks the latest version over the old one in this case.
I played around again with the approach I had before and placed an older zip from https://sourceforge.net/projects/lms...lippe44/files/ into Cache/InstalledPlugins/Plugins/. The only thing I changed was setting the right file permissions
inside the folder (it was 755 for all before).
Now the old plugin version (2.1.12) loads properly. I still see the update dialog inside the Plugins UI, but now i know not to click it.
So problem solved.
Thanks for trying to help and thanks again for the awesome plugin!
Logs say:
Code:
[COLOR=red][23-01-28 09:04:37.9425] Slim::Utils::PluginManager::load (237) Couldn't load CastBridge. Error: Plugin is incompatible with this version of Logitech Media Server. Please update.[/COLOR]
Code:
Plugin is incompatible with this version of Logitech Media Server. Please update.
I played around again with the approach I had before and placed an older zip from https://sourceforge.net/projects/lms...lippe44/files/ into Cache/InstalledPlugins/Plugins/. The only thing I changed was setting the right file permissions
Code:
find . -type f -print0 | xargs -0 chmod 644
Now the old plugin version (2.1.12) loads properly. I still see the update dialog inside the Plugins UI, but now i know not to click it.
So problem solved.
Thanks for trying to help and thanks again for the awesome plugin!
Comment