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 - allan87 - 2014-11-03 (2014-11-03, 18:35)pyrodex Wrote: I've been using the new version for a while now on a Linux platform and noticed a LiveTV quirk and before that I was using the older cmyth version without issues. I currently use the following setup:One thought: When you were using cmyth, your backend was presumably mythtv 0.27 or earlier, as opposed to the alpha mythtv 0.28. Have you tried another frontend to assess whether the backend may be the cause? RE: pvr.mythtv add-on - pyrodex - 2014-11-03 (2014-11-03, 20:10)allan87 Wrote:(2014-11-03, 18:35)pyrodex Wrote: I've been using the new version for a while now on a Linux platform and noticed a LiveTV quirk and before that I was using the older cmyth version without issues. I currently use the following setup:One thought: When you were using cmyth, your backend was presumably mythtv 0.27 or earlier, as opposed to the alpha mythtv 0.28. Have you tried another frontend to assess whether the backend may be the cause? I went to 0.28 to enable the EDL function of the new plugin and then found out the flaws in the EDL disabled EDL. I just find it odd that I can do everything but LiveTV without pixelation/audio issues and wondered if anyone else had the same problems. RE: pvr.mythtv add-on - allan87 - 2014-11-03 My point is that you have changed major variables, including the backend and the Kodi plugin. It would be informative to see whether the problem exists using a frontend other than Kodi with your current backend. RE: pvr.mythtv add-on - janbar - 2014-11-03 (2014-11-03, 20:05)MikeB2013 Wrote:(2014-11-03, 18:35)pyrodex Wrote: I've been using the new version for a while now on a Linux platform and noticed a LiveTV quirk and before that I was using the older cmyth version without issues. I currently use the following setup: Yes, good idea ! In the addon, the only difference between live and recording playback is handling of program breaks ! Nothing else. Aso xbmc handles live stream in an other way. Using internal demuxing could resolve your case. RE: pvr.mythtv add-on - janbar - 2014-11-03 @pyrodex , Also Live TV is real-time playback. It means tuner has to provide stream in time: You can also try to "pause" the playback for few secondes to grow timeshift. Let me know. RE: pvr.mythtv add-on - wyild1 - 2014-11-04 Janbar/Anyone else who might know Anyway to get this on an ARM/AMLogic box? I was just given this device called lilttle black box v2, which is basically an android based device from what i can determine, but just runs XBMC 13.2. I can use the old Cmyth plugin because it comes with it, but dont know how to get this new on one to it, or if its possible. Cheers! [FEATURE REQUEST] pvr.mythtv add-on - allan87 - 2014-11-04 [Feature Request] Janbar, you recently created a new preference to ask (when EDL is detected in a program) whether the user wants commercial skipping activated for the specific program. If the answer is 'no', the EDL is not loaded. The purpose of the change was to deal with EDLs that have not accurately marked commercials and therefore cause the PVR to skip over program content. I have a suggestion that, I think, would have added utility: A preference that loads the EDL, but does not automatically skip when it finds a commercial break. In this scenario, if an EDL is loaded, the user can still press the up button during a commercial break to skip to the next mark (which should be the end of the commercial). The user also has the choice to press right to skip ahead in smaller increments, or do nothing. This would be particularly useful in circumstances that I find pretty common, where ads are marked correctly for most of a show, but the bit after the last ad is treated like another ad, and skipped over. The proposed change (loading the EDL but not skipping automatically) would provide additional utility and flexibility. RE: pvr.mythtv add-on - pyrodex - 2014-11-05 With the announcement of Kodi Beta 1 do you foresee a PPA being available? RE: pvr.mythtv add-on - MikeB2013 - 2014-11-06 (2014-11-04, 16:19)wyild1 Wrote: Janbar/Anyone else who might know Not for XBMC 13.2 (Gotham) unless you build the whole of xbmc yourself, together with the pvr addons from janbar. For Kodi (XBMC 14) you could install the android-arm Beta1 which does include a version of pvr.mythtv (a little behind that in janbar master but not that much). Mike RE: pvr.mythtv add-on - janbar - 2014-11-07 (2014-11-04, 22:02)allan87 Wrote: [Feature Request] Janbar, you recently created a new preference to ask (when EDL is detected in a program) whether the user wants commercial skipping activated for the specific program. If the answer is 'no', the EDL is not loaded. Now EDLs skip are handle by xbmc player. Addon transfers only the list of cuts. It could be a new feature for kodi I... RE: pvr.mythtv add-on - janbar - 2014-11-07 (2014-11-05, 05:22)pyrodex Wrote: With the announcement of Kodi Beta 1 do you foresee a PPA being available? Kodi team should provide it. It is why i made PR to official repo. Also it can be compiled easily from sources for all linux , there is no dependencies like the old using cmyth. Just do: ./bootstrap ./configure make -C lib/cppmyth make -C addons/pvr.mythtv zip RE: pvr.mythtv add-on - harleywastaken - 2014-11-07 (2014-11-03, 20:05)MikeB2013 Wrote:(2014-11-03, 18:35)pyrodex Wrote: I've been using the new version for a while now on a Linux platform and noticed a LiveTV quirk and before that I was using the older cmyth version without issues. thanks Mike - i was having the same issue after upgrading today and that took care of it. RE: pvr.mythtv add-on - allan87 - 2014-11-07 (2014-11-07, 00:17)janbar Wrote:Thanks. I have posted the suggestion in Kodi Feature Requests Forum.(2014-11-04, 22:02)allan87 Wrote: [b][Feature Request] … The proposed change (loading the EDL but not skipping automatically) would provide additional utility and flexibility. RE: pvr.mythtv add-on - mikebetz42 - 2014-11-10 I have a MythTV 27 back end with two Ceton Infinitv 4s and Kodi Beta 2 front ends. With pvr.mythtv add-on Live TV stops at random but works fine with the cmythtv add-on. Backend thinks it's still streaming... Anyone else have issues with the Ceton and the pvr.mythtv add-on? -Mike RE: pvr.mythtv add-on - wyild1 - 2014-11-10 Janbar Never really messed with livetv to much, but now that basketball has started, I have been using it alot. Seems like every time I change the channel, xbmc kicks me out back to the epg and I have to select my channel all over again. I use an HD PVR box for recording off my satellite, and i can see the box change the channels like normal, and start recording it. And right at the time xbmc is to show the channel, bam back to the EPG. It is really frustrating. I would have to say it happens like 95% of the time. And when it works i might get one to two channel changes before it kicks me back out to the EPG Heres the log: http://xbmclogs.com/show.php?id=346834 Let me know if you need more info, or mythbackend logs. I can reproduce this all the time Using MythTV fixes/0.27 [v0.27.4-6-ge0b0027] on Linux NASTY 3.13.0-39-generic #66-Ubuntu SMP Tue Oct 28 13:30:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux Mythbuntu 14.04 |