Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for V19 Matrix #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
## Andromeda skin for Kodi 18 LEIA
Fork to update addons.xml for Kodi 19 Matrix

Install this repo for some of the dependecies:

https://github.com/kodi-community-addons/repository.marcelveldt

And then you might need to still download a few as zips and install them manually (I had to for script.skin.helper.backgrounds)

These are dependencies you need:

script.skin.helper.service (Install from repo)
script.skin.helper.backgrounds
script.skin.helper.colorpicker
script.skin.helper.skinbackup

Github if you need the zips:

https://github.com/kodi-community-addons


## Andromeda skin for Kodi 19 Matrix
Minimalist skin optimized for Full HD TV screens.

![](https://github.com/Tgxcorporation/skin.andromeda/raw/master/screenshots/screenshot01.jpg)
Expand Down
10 changes: 5 additions & 5 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<addon id="skin.andromeda" version="2.0.1" name="Andromeda" provider-name="Tgx">
<requires>
<import addon="xbmc.gui" version="5.14.0"/>
<import addon="xbmc.gui" version="5.15.0"/>
<import addon="script.favourites" version="3.2.0"/>
<import addon="script.skinshortcuts" version="0.2.4"/>
<import addon="resource.images.weatherfanart.single" version="0.0.4"/>
Expand All @@ -12,10 +12,10 @@
<import addon="resource.uisounds.nebula" version="0.0.1"/>
<!--<import addon="script.extendedinfo" version="2.0.0"/>-->
<import addon="script.image.resource.select" version="0.0.5"/>
<import addon="script.skin.helper.service" version="1.1.3"/>
<import addon="script.skin.helper.backgrounds" version="1.0.21"/>
<import addon="script.skin.helper.colorpicker" version="1.0.11"/>
<import addon="script.skin.helper.skinbackup" version="1.0.12"/>
<import addon="script.skin.helper.service" version="1.1.43"/>
<import addon="script.skin.helper.backgrounds" version="1.0.36"/>
<import addon="script.skin.helper.colorpicker" version="2.0.1"/>
<import addon="script.skin.helper.skinbackup" version="1.0.21"/>
<import addon="plugin.program.autocompletion" version="1.0.1"/>
</requires>
<extension point="xbmc.gui.skin" debugging="false">
Expand Down