New MythTV add-on using libcmyth

  Thread Rating:
  • 8 Votes - 4.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mardibloke Offline
Junior Member
Posts: 2
Joined: Jul 2012
Reputation: 0
Post: #971
(2012-02-11 03:11)Ersan Wrote:  Is it possible to compile this for ATV2?

Interested in anyone that might have this working on an Apple TV2 and can comment if it works ok?

Also interested in help to get it compiled and share that with everyone.

- --
Rod, UK
find quote
fiveisalive Offline
Fan
Posts: 345
Joined: Jul 2009
Reputation: 0
Location: United States
Post: #972
Seems like development has slowed in the upstream opdenkamp branch (and hence tsp42's branch). I had heard that there was some work on stabilising the API before eventual submission to upstream, is this what is happening behind the scenes?
find quote
halloween2311 Offline
Junior Member
Posts: 15
Joined: Mar 2011
Reputation: 0
Post: #973
Greetings, I'm trying this out after a few months absence and I keep getting the:
" ERROR: ADDON: Could not locate XBMC_MythTV_cmyth.pvr"
that was mentioned earlier in the thread. I too am running the master branch. Would switching to the Eden-Pre branch resolve this? If so I am afraid I am relatively inexperienced with git so how would I do that? Sorry for the newbie questions but I have searched with no avail. Thanks!
find quote
Powderking Offline
Member
Posts: 80
Joined: Aug 2011
Reputation: 0
Post: #974
I don't know if this helps but you can switch the branch with:
$ git checkout Eden-pvr

If you want to be sure it was successful you can issue:
$ git branch

You need to compile the source again.

What version of mythtv backend do you use?

Stupid question: Did you enable the cmyth addon?
And did you clone the right xbmc version?
$ git clone https://github.com/tsp/xbmc.git
(This post was last modified: 2012-07-14 14:27 by Powderking.)
find quote
halloween2311 Offline
Junior Member
Posts: 15
Joined: Mar 2011
Reputation: 0
Post: #975
RE: Powderking,

Thanks for the reply. I'm using myth .23 as the backend and yes I have enabled the plugin and I cloned tsp's version from git. I will recompile with the Eden-pvr branch and let you know how it goes.

Thanks for the help!
find quote
Powderking Offline
Member
Posts: 80
Joined: Aug 2011
Reputation: 0
Post: #976
I don't know if the addon works with 0.23. But I haven't read that it doesn't.
I had no problems with 0.24.
After enabling it, entering the backend IP and the mythconverge password it worked.

Good luck!
find quote
fiveisalive Offline
Fan
Posts: 345
Joined: Jul 2009
Reputation: 0
Location: United States
Post: #977
(2012-07-14 21:37)Powderking Wrote:  I don't know if the addon works with 0.23. But I haven't read that it doesn't.
I had no problems with 0.24.
After enabling it, entering the backend IP and the mythconverge password it worked.

Good luck!

Add-on works fine with my 0.23-fixed MythTV backend. (Or at least as well as 0.24 from what I can read: there are obviously issues with the add-on that are common across all MythTV backend versions).
find quote
zarboz Offline
Junior Member
Posts: 16
Joined: Jun 2011
Reputation: 0
Post: #978
Hey tony... Working on a fork of your branch for my mac and got pretty far into it but would like to post here if thats alright in hopes for further input

this is a fork of your branch with HEAVY mods done to the tools/darwin/depends/ folder in order to get it going on xcode

(my compilers on my mac are a PITA)


https://github.com/zarboz/XBMC-PVR-mac
(This post was last modified: 2012-07-18 02:29 by zarboz.)
find quote
zarboz Offline
Junior Member
Posts: 16
Joined: Jun 2011
Reputation: 0
Post: #979
mann waht do i gotta do to get this to compile on mac Sad
can i contribute a mac for you to build on remotely i have several machines and 100% uptime and would be willing to let you into one
find quote
PhoenixMage Offline
Junior Member
Posts: 19
Joined: Feb 2012
Reputation: 0
Post: #980
I am trying to compile the latest on Windows and everything goes great except I get the following error when the pvrclient_mythtv_cmyth project is compiling.

>d:\xbmc_src\xbmc_tsp\xbmc\pvrclients\mythtv-cmyth\cppmyth/MythConnection.h(6): fatal error C1083: Cannot open include file: 'boost/unordered_map.hpp': No such file or directory

I get a few of them actually and I cant find unordered_map.hpp anywhere in the build tree.

I get a similar error as well.

1>..\..\fileOps.cpp(6): fatal error C1083: Cannot open include file: 'boost/filesystem/fstream.hpp': No such file or directory

I am following the windows build instructions on the xbmc website...
find quote
Post Reply