chrisbevan / skin.maximinimalism

Maximinimalism skin for XBMC
www.chrisbevan.co.uk
Other
42 stars 20 forks source link

Can't install from zip from git, unmet dependencies #25

Closed mdeguzis closed 10 years ago

mdeguzis commented 10 years ago

What dependencies do I need to install this? I am running into problems with my project that uses this.

mdeguzis commented 10 years ago

log reports "dependent on version 2.1.0 of the xbmc.python api"

chrisbevan commented 10 years ago

Dependencies are: service.skin.widgets script.globalsearch script.artistslideshow

xbmc.python api 2.1.0 shipped way back with XBMC Frodo. What's your XBMC build?

mdeguzis commented 10 years ago

My apologies, it turned out to be a permissions error of only my own fault ( I am using Gotham 13.1 from git). The skin reverts back to your stock skin sometimes (maybe you do integrity checks?) since I change the background and home.xml:

https://twitter.com/N3RD42/status/481260033897156609/photo/1

If there is not way to avoid "tripping the wire" here, then I'll just stick to locking down the first background file and home.xml. Thanks :)

chrisbevan commented 10 years ago

If i'm not mistaken, XBMC keeps copies of previous versions of addons as a safety net for failed updates.. That might explain what's happening.

Incidentally, I've just posted an initial test version of Maximinimalism with Rom Collection Browser addon support on my staging branch if you want to see where emulator support is heading :-)

mdeguzis commented 10 years ago

checked this out, very good progress, can't wait to see the finished product. Pretty much I had to turn off the updater to prevent xbmc from replacing my changes to the home.xml file and background. You can close this.

mdeguzis commented 10 years ago

By the way, do you have an idea when you think you'll finish the RCB support? It seems near complete already :)

chrisbevan commented 10 years ago

Not sure - hopefully not long. Some of the setup dialogs still need a lot of work.