XBMC Community Forum
New MythTV add-on using libcmyth - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: PVR Development (/forumdisplay.php?fid=136)
+--- Thread: New MythTV add-on using libcmyth (/showthread.php?tid=110694)



RE: New MythTV add-on using libcmyth - vskatusa - 2012-04-03 20:20

tsp42, kindly have a look at my paste bin and let me know what you think is the problem!


RE: New MythTV add-on using libcmyth - pyrodex - 2012-04-04 14:40

(2012-04-02 05:22)callummc Wrote:  If I understand it correctly - the 0.25 release of MythTV is due to be finalised within the next 24 hours or so. Is there going to be significant updates to this plugin after that?

I understand they implement a new API and it occurred to me that it might break with historical MythTV versions if the intention is to target 0.25.

Or is there intentions to support multiple versions with this plugin?

I currently have a 0.25 backend and using MythBOX with the current Eden CMYTH DLL on Windows. Everything works with the exception of LiveTV since I believe some of the changes there aren't pushed to the CMYTH DLL. Even when adding the more recent protocol changes to CMYTH there are still issues that are surrounding the data structure being passed over. These will need to be addressed by a real developer..


RE: New MythTV add-on using libcmyth - stevellion - 2012-04-04 21:05

(2012-03-28 09:06)dodoadoodoo Wrote:  
(2012-03-27 16:57)fiveisalive Wrote:  
(2012-03-27 11:43)stevellion Wrote:  I've got white noise too. Hoping the next upstream-merge will include the fix from Eden...

(Audio works with DVD player.. just not paplayer)

Yep, same problem here.

Did you try my proposed fix from post 504?

/D
Yes, I did - and it worked. Thanks.
Just hadn't got around to even needing it for a couple of days..


RE: New MythTV add-on using libcmyth - fiveisalive - 2012-04-05 18:51

(2012-04-04 21:05)stevellion Wrote:  
(2012-03-28 09:06)dodoadoodoo Wrote:  
(2012-03-27 16:57)fiveisalive Wrote:  Yep, same problem here.

Did you try my proposed fix from post 504?

/D
Yes, I did - and it worked. Thanks.
Just hadn't got around to even needing it for a couple of days..

Working for me too, now. Thanks!


RE: New MythTV add-on using libcmyth - dubstar_04 - 2012-04-05 19:29

I am getting the following build error.

http://paste.ubuntu.com/916302/

i built from a clean clone.

anyone else getting an error?


RE: New MythTV add-on using libcmyth - Jimmer - 2012-04-06 22:32

(2012-04-05 19:29)dubstar_04 Wrote:  I am getting the following build error.

http://paste.ubuntu.com/916302/

i built from a clean clone.

anyone else getting an error?

+1 from me on X86_64 Linux Mint 12 (basically oneiric).

I'm hoping the latest update kills the hang on exit bug, as well!


RE: New MythTV add-on using libcmyth - stevellion - 2012-04-07 22:39

(2012-04-06 22:32)Jimmer Wrote:  
(2012-04-05 19:29)dubstar_04 Wrote:  I am getting the following build error.

http://paste.ubuntu.com/916302/

i built from a clean clone.

anyone else getting an error?

+1 from me on X86_64 Linux Mint 12 (basically oneiric).

I'm hoping the latest update kills the hang on exit bug, as well!

+1 - 64 bit ubuntu


RE: New MythTV add-on using libcmyth - opteron123 - 2012-04-08 02:11

I had build issues just now (64bit Ubuntu). To make it compile & install I had to:

./bootstrap

./configure

make

make install

On that note, normally when a new pull comes through I just ./configure, make, then make install, is that correct?


RE: New MythTV add-on using libcmyth - snafle - 2012-04-08 12:13

Chiming in, Archlinux x64 with latest updates:

Code:
/home/c0g/xbmc_newmyth/Makefile.include:128: warning: ignoring old recipe for target `/home/c0g/xbmc_newmyth/addons/pvr.mythtv.cmyth/XBMC_MythTV_cmyth.pvr'
CPP     xbmc/pvrclients/mythtv-cmyth/client.o
CPP     xbmc/pvrclients/mythtv-cmyth/cppmyth/MythChannel.o
In file included from cppmyth/MythChannel.h:3:0,
                 from cppmyth/MythChannel.cpp:1:
cppmyth/MythPointer.h: In destructor 'MythPointer<T>::~MythPointer()':
cppmyth/MythPointer.h:13:5: error: 'CMYTH' was not declared in this scope
make[1]: *** [cppmyth/MythChannel.o] Error 1
make[1]: Leaving directory `/home/c0g/xbmc_newmyth/xbmc/pvrclients/mythtv-cmyth'
make: *** [pvrclients] Error 2

This is building from a new checkout, with ./bootstrap and ./configure run.


RE: New MythTV add-on using libcmyth - tsp42 - 2012-04-08 19:03

sorry for the build issue. The upstream merge was a bit rushed (only tested on win32). Will fix it shortly when I get Kr0nZ's pull request integrated in the code (by the end of the day).