Kodi Community Forum
cmyth client for MythTV .27 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170)
+---- Thread: cmyth client for MythTV .27 (/showthread.php?tid=173932)

Pages: 1 2 3 4 5 6 7


RE: cmyth client for MythTV .27 - billyx - 2013-09-26

Got it (Myth 0.27) working with Gotham alpha 7:

Code:
sudo apt-get install autoconf libtool g++
sudo apt-get install libboost-all-dev libmysqlclient-dev

wget https://github.com/fetzerch/xbmc-pvr-addons/archive/master.zip

unzip master.zip

cd xbmc-pvr-addons-master

nano addons/pvr.mythtv.cmyth/addon/addon.xml
-> Change line 9 from 1.8.0 to 1.8.1
Code:
./bootstrap
./configure --enable-addons-with-dependencies

make zip

cp addons/pvr.mythtv.cmyth-linux-x86_64.zip /tmp

Install zip file from /tmp


RE: cmyth client for MythTV .27 - nerddtvg - 2013-09-26

(2013-09-26, 01:19)billyx Wrote: -> Change line 9 from 1.8.0 to 1.8.1

I thought I had tried that in one of my iterations, but I could be wrong. I will re-test later tonight or tomorrow and report back.


RE: cmyth client for MythTV .27 - nerddtvg - 2013-09-26

(2013-09-26, 01:24)nerddtvg Wrote:
(2013-09-26, 01:19)billyx Wrote: -> Change line 9 from 1.8.0 to 1.8.1

I thought I had tried that in one of my iterations, but I could be wrong. I will re-test later tonight or tomorrow and report back.

This did work. I thought I had done that before but I guess I didn't do a full make clean as I had previous builds still sitting there.


RE: cmyth client for MythTV .27 - bcrosby333 - 2013-09-27

I tried to do a fresh build (b/c i am running it on a Raspberry Pi) with the dev xbmc-pvr-addons. Build seemed to work, but then when i go to try and enable the addon, it errors out.

I think i may have been missing a lib, so i am rebuilding now.

Anyone know how to build just the xbmc-pvr-addons-master for a pi? W/o having to do a whole Openelec build with the new addon?


RE: cmyth client for MythTV .27 - teeedubb - 2013-09-27

(2013-09-27, 01:01)bcrosby333 Wrote: I tried to do a fresh build (b/c i am running it on a Raspberry Pi) with the dev xbmc-pvr-addons. Build seemed to work, but then when i go to try and enable the addon, it errors out.

I think i may have been missing a lib, so i am rebuilding now.

Anyone know how to build just the xbmc-pvr-addons-master for a pi? W/o having to do a whole Openelec build with the new addon?

Youre not building the master addonfor a frodo rpi build? The instruction on the wiki page are for building master, which is only compatible with gotham. I havent had any luck modifying those instructions to build the frodo addon with OE, I manually update the source files in the OE build directory. You can try building only the addon using instructions found here
http://wiki.openelec.tv/index.php?title=How_to_make_OpenELEC_addon_-_on_MuMuDVB_sample
although from experience it takes just as long as a full OE compile


RE: cmyth client for MythTV .27 - bcrosby333 - 2013-09-27

Good to know, i wasn't aware that the mythtv addon for 0.27 wasn't compatiable with Frodo. I will try a build with Gotham instead. Thanks!


RE: cmyth client for MythTV .27 - nickr - 2013-09-27

It IS compatible with frodo. Read the thread.


RE: cmyth client for MythTV .27 - txcas - 2013-09-30

(2013-09-25, 01:30)teeedubb Wrote:
(2013-09-25, 01:03)bcrosby333 Wrote: Has anyone gotten this to work on a openelec system?

Yes. You need to use the OE instructions in the wiki page

http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource#Build_MythTV_git_into_OpenELEC

Are you sure that works? I tried the instructions from the WIKI and they do not work. First we need cmyth from the Frodo branch, not the Master branch, second the script fails on the mv command.


RE: cmyth client for MythTV .27 - bcrosby333 - 2013-09-30

The script on that site doesn't work you have to change the following:

source ./packages/mediacenter/xbmc-pvr-addons/meta

with the following

source ./packages/mediacenter/xbmc-pvr-addons/package.mk

I am able to get it to build correctly after that. But i still get errors when using the addon.

Has only gotten the following to work.

- MythTV 0.27 Backend
Running on a pi-->
- OpenELEC 3.2
- XBMC Lastest based on http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource#Build_MythTV_git_into_OpenELEC


RE: cmyth client for MythTV .27 - nickr - 2013-10-01

Try the builds at http://www.openelec.tv/forum/20-development-discussion/63460-openelec-with-xbmc-13-alpha-builds?start=225#87507 - you need to join and log in to the forum to access the development subforum where they are posted.

This is the ION build I compiled a couple of days ago

https://www.dropbox.com/s/nqq5yzwsud0e6nj/OpenELEC_Gotham-ION.x86_64-devel-20130929211910-r16019.tar


RE: cmyth client for MythTV .27 - teeedubb - 2013-10-01

(2013-09-30, 21:30)txcas Wrote:
(2013-09-25, 01:30)teeedubb Wrote:
(2013-09-25, 01:03)bcrosby333 Wrote: Has anyone gotten this to work on a openelec system?

Yes. You need to use the OE instructions in the wiki page

http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource#Build_MythTV_git_into_OpenELEC

Are you sure that works? I tried the instructions from the WIKI and they do not work. First we need cmyth from the Frodo branch, not the Master branch, second the script fails on the mv command.

I havent used those instructions in a while and instead rerplace the mythtv-addon source in the OE build directory manually with the contentsof the appropriate zip file downloaded from git hub, in the root of the build dir run
Code:
rm -rf ./build.OpenELEC*/.stamps/xbmc-pvr-addons ./build.OpenELEC*/xbmc-pvr-addons-* ./build.OpenELEC*/image/.stamps/xbmc-pvr-addons
and rebuild OE.


RE: cmyth client for MythTV .27 - bcrosby333 - 2013-10-01

Rbej's builds work.

You can find them here -> http://netlir.dk/rbej/builds/index.php?dir=Gotham/

I am running the one from 9/11. Plex + MythTV + Raspberry Pi all are working.

Amazing!


RE: cmyth client for MythTV .27 - nickr - 2013-10-01

Rbej's builds may work, but only if you have pi!

Here is a generic OE build which works with 0.27 and is Gotham based.

https://www.dropbox.com/s/pehdgiizam1oge9/OpenELEC_Gotham-Generic.x86_64-devel-20131001073852-r16019.tar


RE: cmyth client for MythTV .27 - txcas - 2013-10-01

(2013-09-30, 22:48)bcrosby333 Wrote: The script on that site doesn't work you have to change the following:

source ./packages/mediacenter/xbmc-pvr-addons/meta

with the following

source ./packages/mediacenter/xbmc-pvr-addons/package.mk

I am able to get it to build correctly after that. But i still get errors when using the addon.

Has only gotten the following to work.

- MythTV 0.27 Backend
Running on a pi-->
- OpenELEC 3.2
- XBMC Lastest based on http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource#Build_MythTV_git_into_OpenELEC
This was very helpful. I think the other thing that needs to be changed in the script is to replace everywhere the word "master" with "frodo". If you use the master branch it will get the Gotham version of cmyth instead of the Frodo version. That might explain the errors you are getting. I just ran the script with these changes and I am now compiling an Intel build to see if it works...


RE: cmyth client for MythTV .27 - txcas - 2013-10-02

Just wanted to confirm that the following script will get cmyth 1.6.11 on OE, and then you just have to compile your own build:

Code:
#!/bin/bash

source ./packages/mediacenter/xbmc-pvr-addons/package.mk

if [ ! -d ./sources/$PKG_NAME/ ]; then
    mkdir -p ./sources/$PKG_NAME/
fi
wget --no-check-certificate https://github.com/fetzerch/xbmc-pvr-addons/archive/frodo.zip
unzip frodo.zip
mv xbmc-pvr-addons-frodo $PKG_NAME-$PKG_VERSION
tar -cJf $PKG_NAME-$PKG_VERSION.tar.xz $PKG_NAME-$PKG_VERSION
rm -r $PKG_NAME-$PKG_VERSION frodo.zip

mv $PKG_NAME-$PKG_VERSION.tar.xz ./sources/$PKG_NAME/
md5sum sources/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz > sources/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz.md5
echo "http://sources.openelec.tv/devel/$PKG_NAME-$PKG_VERSION.tar.xz" > ./sources/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.xz.url

rm -rf ./build.OpenELEC*/.stamps/xbmc-pvr-addons ./build.OpenELEC*/xbmc-pvr-addons-* ./build.OpenELEC*/image/.stamps/xbmc-pvr-addons

I can now get Live TV, and see my recordings on OE. For some reason the channel icons are not coming over from the backend and I seem to have a weird issue changing channels. Besides that, everything else is working.