Any thoughts on why a build for Gotham would be giving the error when trying to load from zip:
Code:
DEBUG: Addon pvr.mythtv.cmyth requires xbmc.pvr version 1.8.0 which is not available
I've tried this on the monthly Gotham release (2:13.0~git20130901.0828-alpha7-0raring) and the nightly release (2:13.0~git20130922.02). I downloaded the 1.8.12 (
https://github.com/fetzerch/xbmc-pvr-add...1.8.12.zip) and master (
https://github.com/fetzerch/xbmc-pvr-add...master.zip) branches both from github. No combination seems to work. I even tried building a Frodo plugin, even though I know that I'm running an alpha of Gotham.
Code:
$ uname -a
Linux HTPC1 3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:54:42 UTC 2013 i686 i686 i686 GNU/Linux
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"
I followed the instructions from the previous thread exactly:
Code:
cd xbmc-pvr-addons
./bootstrap
./configure --enable-addons-with-dependencies && make zip
cp addons/pvr.mythtv.cmyth-linux-i486.zip /tmp
I am welcome to all ideas about what has gone wrong here.
Edit: I don't know why, but manually installing the plugin version 1.8.13 that I built worked fine. I am thinking something else is messed up here. For those who may be stuck, this is what I did:
Code:
# cp xbmc-pvr-addons-master/addons/pvr.mythtv.cmyth-linux-i486.zip /tmp
# unzip pvr.mythtv.cmyth-linux-i486.zip
# mv pvr.mythtv.cmyth/ /usr/share/xbmc/addons/
# cd /usr/share/xbmc/addons/pvr.mythtv.cmyth/
# mkdir /usr/lib/xbmc/addons/pvr.mythtv.cmyth
# mv XBMC_MythTV_cmyth.pvr /usr/lib/xbmc/addons/pvr.mythtv.cmyth/
Once I rebooted and re-enabled the Addon it worked just as before.