Posts: 61
Joined: Sep 2004
Reputation:
2
Hi all
Love this skin - have been using it for years. Are there plans to update it to support Kodi 18? Now it's nearing release candidate phase I'd love to switch to 18 but I won't make the leap unless Amber is on the way. Any news?
Billy
Posts: 507
Joined: Sep 2008
Reputation:
1
I’m sad to see this skin go to. If that’s what happened. Is there a comparable skin that runs good on the light weight system like a pi for Leia now? Not a fan of estuary.
Posts: 61
Joined: Sep 2004
Reputation:
2
I've switched to Leia on my Fire TV 4k 2018 as it's the most stable on the new firestick. Using Mimic which seems to replicate Amber the closest (so far). Would much prefer to use Amber though as it's superior in almost every way.
Really hope it's updated or someone new decides to take up the development torch.
Posts: 4
Joined: Dec 2018
Reputation:
0
2018-12-29, 16:41
(This post was last modified: 2018-12-29, 17:24 by JoJoForest.)
Hello,
I found a way for use amber on kodi 18.
edit the file addon.xml and change
<import addon="xbmc.gui" version="5.12.0"/>
to
<import addon="xbmc.gui" version="5.14.0"/>
next go to folder 1080i and edit the file MyVideoNav.xml and on top of the file add this line : <views>50,51,52,53,54,55,56</views> just above <menucontrol>9000</menucontrol>
the beginng of the file should look like this
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>50</defaultcontrol>
<onload>ClearProperty(gallery)</onload>
<onunload>ClearProperty(gallery)</onunload>
<views>50,51,52,53,54,55,56</views>
<menucontrol>9000</menucontrol>
and do the same for MyMusicNav.xml, AddonBrowser.xml, MyPics.xml, MyPrograms.xml
It worked for me, I hope it can help you.
Posts: 103
Joined: Nov 2013
Reputation:
1
Thank you guys! I've waited soo long for this fix, thank you!