Jump to content

Isengard Beta 1 support


strontium

Recommended Posts

strontium

If you happened to update to a new Isengard nightly that is now tagged beta 1, it will break support for the current emby plugin (v0.33) as it is not aware of the new database version.

This results in kodi using a new database while the emby plugin writes to the old one.

 

Lucky it seems pretty easy to fix (until the team add proper support for beta 1) with a little tweak to the code.

Edit the resources\lib\Utils.py file in the emby addons dir and replace the:

        #isengard
        dbVersion = "91"

With 

        #isengard
        dbVersion = "92"

 

  • Like 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...