pvr.mythtv add-on - 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: pvr.mythtv add-on (/showthread.php?tid=198833) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: pvr.mythtv add-on - janbar - 2017-01-19 You can use my build from my ppa: janbar Choose pkg kodi-pvr.mythtv-krypton RE: pvr.mythtv add-on - eddytv - 2017-01-20 Thanks janbar. wsnipex has fixed the issue with the Launchpad builds, and now the team-xbmc/unstable PPA is properly building addons for amd64 / trusty that actually work, including the excellent pvr.mythtv! Thanks for maintaining it; I look forward to using it now that it works in my Kodi 17 installation! RE: pvr.mythtv add-on - rdoac - 2017-01-24 Ok - this one has me stumped. I have installed Kodi Krypton - rc3 via the package manager on Gentoo (x86). It works, but I can't get the pvr.mythtv add on compiled and functioning beside it. This is the first time it's simply refused to work. I also removed the package manager version and installed from scratch. I don't get much in the way of logs ERROR: ADDON: Dll MythTV PVR Client - Client returned bad status (6) from Create and is not usable I have unpacked the source and also compiled it locally and use that to try and build a .zip. This error occurs when I try to add the zip to the addons. I changed branch on pvr.mythtv to Krypton, and built it using: cmake -DADDONS_TO_BUILD=pvr.mythtv -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons make make package-pvr.mythtv Everything compiles OK, it simply refuses to load. Degub logs? Code: 08:52:01.763 T:2966931392 DEBUG: PVR - Create - creating PVR add-on instance 'MythTV PVR Client' RE: pvr.mythtv add-on - rdoac - 2017-01-24 Also tried on origin/master Code: DEBUG: PVR - Create - creating PVR add-on instance 'MythTV PVR Client' RE: pvr.mythtv add-on - MikeB2013 - 2017-01-24 (2017-01-24, 16:45)rdoac Wrote: Ok - this one has me stumped. I have installed Kodi Krypton - rc3 via the package manager on Gentoo (x86). It works, but I can't get the pvr.mythtv add on compiled and functioning beside it. This is the first time it's simply refused to work. Don't know about Gentoo, but have you "in pvr.mythtv/build/pvr.mythtv-prefix/src/pvr.mythtv-build/" got a zip file called "addon-pvr.mythtv-4.12.12.zip". If so you can try putting it in .kodi/addons/ and unzipping it i.e. unzip -o addon-pvr.mythtv-4.12.12.zip This should override whatever is in /usr/local/share/kodi/addons/pvr.mythtv... Mike RE: pvr.mythtv add-on - rdoac - 2017-01-24 (2017-01-24, 18:36)MikeB2013 Wrote: Don't know about Gentoo, but have you "in pvr.mythtv/build/pvr.mythtv-prefix/src/pvr.mythtv-build/" got a zip file called "addon-pvr.mythtv-4.12.12.zip". If so you can try putting it in .kodi/addons/ and unzipping it i.e. It's not really a question of running the correct addon, I know it's finding the files correctly, it's some sort of incompatibility between kodi and the plugin. I have cleared out the older pvr.mythtv files systemwide and in local home directories. RE: pvr.mythtv add-on - janbar - 2017-01-24 Not simple to do. Using 'normal' branches as Krypton or master, you need kodi sources from compatible version to compile succesfully the addon. So the easy way is to use my special branches 'devel...' to do the job without beat the head on the walls. RE: pvr.mythtv add-on - janbar - 2017-01-24 So , you should checkout the branch devel-17 , and then compile and build the zip as explain in the readme, and that without checkout kodi sources. It is more easy I think. Edit: devel-17 is the branch to build a standalone addon for kodi 17 (krypton) If you want compile it using normal branch Krypton, then you need to checkout the corresponding branch from kodi sources: Krypton. Else it will compile a fake. RE: pvr.mythtv add-on - rdoac - 2017-01-24 Still no joy.. Am using GCC 5.4 am not sure if that's what's making a difference. I can't get Kodi to compile on 4.9.4 which is the alternative. I tried by unpacking the .zip in /usr/local/share/kodi/addons and also manually unpacking it in the UI. Both are giving the same error. Code: 13:29:16.552 T:2601507648 DEBUG: PVR - Create - creating PVR add-on instance 'MythTV PVR Client' RE: pvr.mythtv add-on - kyfalcon - 2017-01-24 I have a channel that will no longer play in kodi, either livetv or recording. Get the hourglass and then exits to guide. I am using Kodi 17.0 RC3 and Mythtv PVR client 4.12.12. If I downgrade to Kodi 16 and myth tv pvr 3.4.14 everything works. I can provide a short recording file if that would help. RE: pvr.mythtv add-on - rdoac - 2017-01-25 (2017-01-24, 21:31)rdoac Wrote: Still no joy.. I'd really like to fix this, I don't mind compiling from source. Can I put the addon inside kodi and compile it at the same time? How do I check the versions are the same? RE: pvr.mythtv add-on - janbar - 2017-01-25 (2017-01-24, 22:07)kyfalcon Wrote: I have a channel that will no longer play in kodi, either livetv or recording. Get the hourglass and then exits to guide. I am using Kodi 17.0 RC3 and Mythtv PVR client 4.12.12. Yes please, drop it somewhere I can get it. Thanks. RE: pvr.mythtv add-on - MikeB2013 - 2017-01-25 @rdoac Found a thread on Gentoo forum about building pvr.mythtv, it needs adjusting for Krypton. It may or may not help. https://forums.gentoo.org/viewtopic-t-1050982.html BTW Krypton is as RC 4 now, my source build on Linux (Ubuntu 16.04) is 17.0-RC4 Git:2017-01-25-40a8e8e Media Center Kodi Mike RE: pvr.mythtv add-on - janbar - 2017-01-25 (2017-01-25, 01:32)rdoac Wrote:(2017-01-24, 21:31)rdoac Wrote: Still no joy.. There is something incompatible between your kodi binary and the addon binary. Regarding the log, the addon can't register itself to kodi. I can't see more. Probably you should restart from a clean state by uninstalling kodi and all manually installed addons, and erase the kodi user folder: $HOME/.kodi/. Then trying only the distro packages, or build yourself kodi and addon. But don't mix. RE: pvr.mythtv add-on - janbar - 2017-01-25 Goto https://packages.gentoo.org/packages/media-plugins/kodi-pvr-mythtv Seems distro has something right. If you have issue with the package for gentoo you should contact the mainteners to request fix. Edit: also please drop somewhere the addon zip you have build. I will try it. |