![]() |
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 - nickr - 2014-07-10 You'll need to compile it I think. RE: pvr.mythtv add-on - janbar - 2014-07-11 (2014-07-10, 02:13)Djangostar Wrote:(2014-07-10, 01:55)dahlSTROM Wrote:(2014-07-08, 01:54)Djangostar Wrote: Hi , Sorry for the delay , So I uncheked demuxing Mpeg , and restarted the htpc , enabled debug , tried to watch 3 streams The issue should be fixed now. Please let me know. Also I rebuild binary versions from my cloud and from my ubuntu ppa. The defect affected all versions (0,27 & 0,28) when trying to play channels providing an airdate for programs ![]() EDIT: dahlSTROM confirm is not fixed !!! I will check the new log soon. EDIT: dahlSTROM confirm is fixed !!! As the dev version of addon does change , importing the zip using xbmc ui does not upgrade the addon. You have to unzip manually into the .xbmc/addons/ folder. RE: pvr.mythtv add-on - Djangostar - 2014-07-11 Thx for the update , let me know if there is anything I can do to help . RE: pvr.mythtv add-on - janbar - 2014-07-11 (2014-07-11, 15:42)Djangostar Wrote: Thx for the update , let me know if there is anything I can do to help . Please can try the new, it could run now else it will generate new log to identify the defect. thanks RE: pvr.mythtv add-on - rmiddle - 2014-07-11 (2014-07-10, 21:57)nickr Wrote: You'll need to compile it I think. I can't seem to find build instructions to build this plugin to run on my Rasberry PI under OpenElec can anyone point me at instructions to compile this plugin? Thanks Robert RE: pvr.mythtv add-on - janbar - 2014-07-11 (2014-07-11, 20:35)rmiddle Wrote:(2014-07-10, 21:57)nickr Wrote: You'll need to compile it I think. go to http://wiki.xbmc.org/index.php?title=PVR/Backend/MythTV/BuildFromSource#Build_MythTV_git_into_OpenELEC then replace "https://github.com/fetzerch/xbmc-pvr-addons/archive/master.zip" to "https://github.com/janbar/xbmc-pvr-addons/archive/master.zip" in "wget --no-check-certificate " instruction. RE: pvr.mythtv add-on - rmiddle - 2014-07-11 (2014-07-11, 21:59)janbar Wrote:(2014-07-11, 20:35)rmiddle Wrote:(2014-07-10, 21:57)nickr Wrote: You'll need to compile it I think. Looks easy enough now just need a few days for OpenElec to build for the first time. Re: pvr.mythtv add-on - nickr - 2014-07-11 Heavens what are you building it on? RE: pvr.mythtv add-on - Djangostar - 2014-07-11 (2014-07-11, 19:42)janbar Wrote:(2014-07-11, 15:42)Djangostar Wrote: Thx for the update , let me know if there is anything I can do to help . http://xbmclogs.com/show.php?id=244805 New log , I updated /upgraded (ppa) and tried the channels again , still a no go , I am gonna try to reinstall the backend this weekend , just in case . RE: pvr.mythtv add-on - rmiddle - 2014-07-12 (2014-07-11, 23:27)nickr Wrote: Heavens what are you building it on? i7 with 8gig of ram. The second time I did a make it finished in a few hours. So it must have been something wrong with the repo the first time I pulled. After it finished I relized I screwed up and was on the wrong branch. Working on the 4.0 branch right now. Thanks Robert RE: pvr.mythtv add-on - nickr - 2014-07-12 Yeah it usually downloads and compiles from scratch in about 8 hours for me, the source files come from all over the place though so if even one server is slow, it can hold you up. Also i7 with 8G RAM. RE: pvr.mythtv add-on - rmiddle - 2014-07-12 (2014-07-11, 23:19)rmiddle Wrote:(2014-07-11, 21:59)janbar Wrote:(2014-07-11, 20:35)rmiddle Wrote: I can't seem to find build instructions to build this plugin to run on my Rasberry PI under OpenElec can anyone point me at instructions to compile this plugin? Just errored out. Looks like OpenElec applys 2 patches to the standard branch. Error below. Information: no *.so.[0-9]* libs found UNPACK xbmc-pvr-addons APPLY PATCH (common) /home/rmiddle/repo/OpenELEC.tv/packages/mediacenter/xbmc-pvr-addons/patches/xbmc-pvr-addons-buildfix.patch patching file addons/Makefile.include.am Hunk #1 FAILED at 36. 1 out of 1 hunk FAILED -- saving rejects to file addons/Makefile.include.am.rej cat Makefile.include.am.rej --- addons/Makefile.include.am 2014-05-04 14:27:57.000000000 +0200 +++ addons/Makefile.include.am 2014-05-04 14:35:47.618601552 +0200 @@ -36,7 +36,9 @@ mkdir -m 755 -p $(DESTDIR)@LIBDIR@/$(ADDONNAME) mkdir -m 755 -p $(DESTDIR)@DATADIR@/$(ADDONNAME) cp -f @BINPREFIX@$(ADDONBINNAME)@BIN_EXT@ $(DESTDIR)@LIBDIR@/$(ADDONNAME) ; chmod 655 $(DESTDIR)@LIBDIR@/$(ADDONNAME)/@BINPREFIX@$(ADDONBINNAME)@BIN_EXT@ - cp -r -f @abs_top_srcdir@/addons/$(ADDONNAME)/addon/* $(DESTDIR)@DATADIR@/$(ADDONNAME) ; chmod -R o+rx $(DESTDIR)@DATADIR@/$(ADDONNAME) + cp -r -f @abs_top_srcdir@/addons/$(ADDONNAME)/addon/* $(DESTDIR)@DATADIR@/$(ADDONNAME) + cp -r -f @abs_top_builddir@/addons/$(ADDONNAME)/addon/* $(DESTDIR)@DATADIR@/$(ADDONNAME) + chmod -R o+rx $(DESTDIR)@DATADIR@/$(ADDONNAME) endif all: @BUILD_TYPE@ (openelec-4.0) Reviewing the patch to see what needs tweaked. Thanks Robert RE: pvr.mythtv add-on - janbar - 2014-07-12 (2014-07-11, 23:52)Djangostar Wrote:(2014-07-11, 19:42)janbar Wrote:(2014-07-11, 15:42)Djangostar Wrote: Thx for the update , let me know if there is anything I can do to help . I see something weird ... i am trying to explain the thing ![]() EDIT: "very late" does mean your host is slow. It is the inverse in fact: all operations are already done before catching the OK. Crazy ! RE: pvr.mythtv add-on - janbar - 2014-07-12 (2014-07-11, 23:52)Djangostar Wrote:(2014-07-11, 19:42)janbar Wrote:(2014-07-11, 15:42)Djangostar Wrote: Thx for the update , let me know if there is anything I can do to help . I commited and pushed a fix. ppa packages are built now. Let me know. Your case is interesting because it allows to fix how to handle the protocol (which is undocumented for part). RE: pvr.mythtv add-on - Djangostar - 2014-07-12 (2014-07-12, 11:36)janbar Wrote:(2014-07-11, 23:52)Djangostar Wrote:(2014-07-11, 19:42)janbar Wrote: Please can try the new, it could run now else it will generate new log to identify the defect. thanks Cool ! I havn't reinstalled myth yet but let me try the fix and let you know in 10 mins . Edit : This is the update I got from ppa . Unpacking wine-compholio-i386 (1.7.22~ubuntu14.04.1) over (1.7.21~ubuntu14.04.1) ... Preparing to unpack .../xbmc-pvr-mythtv_1.9.14-0~339~ubuntu14.04.1_amd64.deb ... Unpacking xbmc-pvr-mythtv (1.9.14-0~339~ubuntu14.04.1) over (1.9.14-0~336~ubuntu14.04.1) ... I rebooted the system , tried a channel, it says buffering for about 3 sec and goes back to the channel selection page . I double checked the tuner delay is still at 30 sec . here is the new log . http://xbmclogs.com/show.php?id=245286 |