GoogleCodeArchives / voinage-xbmc-plugins

Automatically exported from code.google.com/p/voinage-xbmc-plugins
0 stars 0 forks source link

FIX for Anime Ultima broken on Gotham #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update to XBMC Gotham
2. Try to run the Anime Ultima addon
3. Fails due to unmet dependencies

What is the expected output? What do you see instead?

The expected output is for the addon to show the alphabetical list, and 
sub-lists of shows.  What you see instead is a warning that addon has "unmet 
dependencies" and asks if you would like to "disable" it.

What version of the product are you using? On what operating system?
This is using XBMC Gotham (stable) on Mac OS X

Please provide any additional information below.

I am attaching a hacked version of this addon that fixes the 
plugin.video.AUL/adon.xml file which needed to import xbmc.python verison 2.1.0 
(and the newer "t0mm0" plugin), plus an import for "os" needed to be added to 
the top of plugin.video.AUL/default.py

Then I needed to download and install a Frodo (or later) version of 
"script.module.t0mm0.common" (I grabbed it from here: 
http://ftp.heanet.ie/mirrors/xbmc/addons/frodo/script.module.t0mm0.common/)

Next, find your ~/.xbmc/userdata/Database/AUL.db file and DELETE it.  It's 
malformed and won't work for Gotham.

Restart XBMC, it may crash.  Restart it again, try to run the addon and it 
should ask you to install the Meta Pack, say yes.  The addon should now be 
working again.  If it isn't repeat the delete of the database file and 
reinstall of the Meta Pack.

Original issue reported on code.google.com by offworld...@gmail.com on 7 May 2014 at 5:29

Attachments: