2021-05-16, 19:48
EDIT (by jurialmunkey 3-Oct-2021) - Eminence is now available on official repo for Matrix. Dependencies have been updated to work with Matrix out of the box so no workarounds are necessary
I was able to get Eminence cleanly running on Matrix and all functionality seems to be there. Note that this is a pretty ugly hack, but it seems to work fine and I hope it helps anyone (like me) who absolutely NEEDED Eminence. If you're experienced with Kodi, filesystems and editing files, this should take you about 10 minutes. Also note that I did all this on a clean install of 19.1
---
First, go here: https://github.com/kodi-community-addons and download the following. (Go to Code and download Zip)
script.module.thetvdb
script.module.musicbrainz
script.module.metadatautils
script.module.cherrypy
script.skin.helper.service
Then get these from:
https://mirrors.kodi.tv/addons/matrix/sc...-3.0.2.zip
https://mirrors.kodi.tv/addons/matrix/sc...trix.1.zip
https://mirrors.kodi.tv/addons/matrix/sc...trix.1.zip
https://mirrors.kodi.tv/addons/matrix/pl...-2.0.1.zip
https://mirrors.kodi.tv/addons/krypton/r...-0.0.6.zip
Install them in this order:
Then finally the skin:
https://github.com/jurialmunkey/skin.eminence.2 (Go to Code and download the Zip)
Extract the zip to some folder.
Open addon.xml and update the dependent addon versions to reflect the following (note that I removed the now-defunct script.extendedinfo):
These have each been updated for Python 3 and safely run on Matrix.
You'll need to replace the addon.xml in your downloaded zip file with the edited one. Go to Addons and install from zip file, select your downloaded zip file with the replaced xml file. It should work fine.
I was able to get Eminence cleanly running on Matrix and all functionality seems to be there. Note that this is a pretty ugly hack, but it seems to work fine and I hope it helps anyone (like me) who absolutely NEEDED Eminence. If you're experienced with Kodi, filesystems and editing files, this should take you about 10 minutes. Also note that I did all this on a clean install of 19.1
---
First, go here: https://github.com/kodi-community-addons and download the following. (Go to Code and download Zip)
script.module.thetvdb
script.module.musicbrainz
script.module.metadatautils
script.module.cherrypy
script.skin.helper.service
Then get these from:
https://mirrors.kodi.tv/addons/matrix/sc...-3.0.2.zip
https://mirrors.kodi.tv/addons/matrix/sc...trix.1.zip
https://mirrors.kodi.tv/addons/matrix/sc...trix.1.zip
https://mirrors.kodi.tv/addons/matrix/pl...-2.0.1.zip
https://mirrors.kodi.tv/addons/krypton/r...-0.0.6.zip
Install them in this order:
- script.module.thetvdb
- script.module.musicbrainz
- script.module.soupsieve-2.1.0+matrix.1
- script.module.beautifulsoup4-4.9.3+matrix.1
- script.module.metadatautils
- script.module.cherrypy
- script.skin.helper.service
- script.image.resource.select-3.0.2
- plugin.program.autocompletion-2.0.1
- resource.images.weathericons.white-0.0.6
Then finally the skin:
https://github.com/jurialmunkey/skin.eminence.2 (Go to Code and download the Zip)
Extract the zip to some folder.
Open addon.xml and update the dependent addon versions to reflect the following (note that I removed the now-defunct script.extendedinfo):
xml:<requires>
<import addon="xbmc.gui" version="5.15.0" />
<import addon="script.skinshortcuts" version="1.1.5" />
<import addon="script.skin.helper.service" version="1.1.36" />
<import addon="script.image.resource.select" version="3.0.2" />
<import addon="plugin.program.autocompletion" version="2.0.1" />
<import addon="resource.images.weathericons.white" version="0.0.6" />
</requires>
These have each been updated for Python 3 and safely run on Matrix.
You'll need to replace the addon.xml in your downloaded zip file with the edited one. Go to Addons and install from zip file, select your downloaded zip file with the replaced xml file. It should work fine.