![]() |
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) |
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++ Code: ./bootstrap 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 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. 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? 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? 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 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: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 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. |