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 - karlshea - 2016-04-20 What are the options to update for OpenELEC x86? Their bug tracker says they use the version in the Kodi repos. I'd like to update my Myth install to 0.28 but it looks like I'd need to use the newest version of the plugin to talk to it. RE: pvr.mythtv add-on - hollywoodpete - 2016-04-20 (2016-04-20, 02:41)karlshea Wrote: What are the options to update for OpenELEC x86? Their bug tracker says they use the version in the Kodi repos. I'm far from an expert but spent the past weekend fixing my issues with 0,28. Most of my bad experience is from using frontends on Raspberrypi. Raspbain uses Kodi 15 which won't connect with 0.28. I found a good solution using Millhouse version for Kodi 16 and Kodi 17 but my most satisfying solution came with upgrading to LibreELEC https://libreelec.tv/download-temp/ It was as simple as downloading the .tar and moving the file into the samba share Update files in each of my frontends and rebooting them. RE: pvr.mythtv add-on - karlshea - 2016-04-20 I'm also thinking about moving to LibreELEC once the new version is released. RE: pvr.mythtv add-on - raptorjr - 2016-04-21 (2016-04-11, 21:59)raptorjr Wrote: In a recording Rewind and FastForward works fine. But when using LiveTV Rewind doesn't work. Or it work kind of, you move back in the stream but you get no visual feedback until you press play and start playing in normal speed. Is it possible to do anything about this? Any logs that should help? RE: pvr.mythtv add-on - pyrodex - 2016-04-24 @janbar Any new steps to compile pvr.mythtv for LibreELEC vs OpenELEC? I tried the OpenELEC steps I've always used and adapted the directory structure in the command for CMAKE to fix those issues but now I am stuck with the following error and not sure: Code: libreelec-rpi2@beast:~/LibreELEC.tv/pvr.mythtv$ for FILE in ../build.LibreELEC-${PROJECT}.${ARCH}-*/toolchain/etc/cmake-*-libreelec-*.conf ; do if [ -f "$FILE" ]; then cmake -DCMAKE_TOOLCHAIN_FILE=$FILE -DCMAKE_BUILD_TYPE=Release ../pvr.mythtv/; break; fi; done RE: pvr.mythtv add-on - janbar - 2016-04-25 (2016-04-24, 15:08)pyrodex Wrote: Any new steps to compile pvr.mythtv for LibreELEC vs OpenELEC? I tried the OpenELEC steps I've always used and adapted the directory structure in the command for CMAKE to fix those issues but now I am stuck with the following error and not sure: You should clone my branch from github.com/janbar/pvr.mythtv (jarvis for stable or doityourself for milhouse) which includes already required headers and toolchain helpers. Trying to compile from kodi-pvr branch, you need a clone of kodi sources. RE: pvr.mythtv add-on - tknorris - 2016-04-27 Hey Janbar, I recently noticed that season and episode info is showing up for tvshow recordings. I don't know if it's always been there and I didn't notice it, or if it's result of some recent upgrades I did (Mythtv 0.28, etc.). Example: Regardless, that got me looking to see if I could enable trakt scrobbling from recorded items. At the moment, however, it seems that info isn't getting passed through to the video player which prevents the trakt addon having enough info to scrobble. Is this something that would be possible to change? If so, would you be open to doing so? If you can setup the right player infolabels then I can make it work. At the moment this what I see: Player.GetItem: Code: {u'item': {u'type': u'unknown', u'id': 4, u'label': u"The People's Court"}} Player.GetItem is the default means the addon uses to get the movie/episode info of what's playing. Note, I couldn't correlated DBID 4 with anything in my library? If that lookup fails the addon fallsback to VideoPlayer.InfoLabels: VideoPlayer.InfoLabels: Code: [traktPlayer] info - ids: , showtitle: , Year: , Season: , Episode: The infolabels used are VideoPlayer.TVShowTitle, VideoPlayer.Season, VideoPlayer.Episode, VideoPlayer.Title, and VideoPlayer.Year. As you can see, those are all blank. For episode, TVShowTitle, Season and Episode are used. For movies Title and Year are used. If it's possible to enable either of these options, I can make the changes necessary to the trakt addon to enable scrobbling. Thanks! RE: pvr.mythtv add-on - janbar - 2016-04-28 @tknorris, this work is done by kodi itself. The addon fill a structure named PVR_RECORDING containing metadata about recording including season and episode. Player file item structure hasn't all fields provided by pvr addon. This change could be asked as new kodi feature in the corresponding thread. RE: pvr.mythtv add-on - metaron - 2016-05-01 @pyrodex - I've been banging my head against the same brick wall for a few weeks (not much time to hack and thought I'd broken my c-make system somehow). The difference is I'm still using OpenElec to compile against... After much head scratching, today I re-synced to Janbar's github account and the old instructions started to work again. I then re-based my work on his latest version of 'jarvis' and that started working as well. Looks like a fix is easy when you know how :-). RE: pvr.mythtv add-on - smee204 - 2016-05-03 I have recently updated to 0.28 and found a problem when playing programs through Android remotes. If I play an pvr program using a remote such as MusicPump or Kore then stop the program, I can not then play the recording again until the box is restarted. Has anyone else seen this? If I play the program using the Kodi interface not through an Android remote it plays fine. It is a Kodi issue or a pvr.mythtv issue? Steps to reproduce: 1. Play program through Android remote 2. Stop program 3. Try and play the same program again through the same Android remote (it should fail) Here is a logfile: Code: 22:05:23 T:139834889422912 NOTICE: DVDPlayer: Opening: pvr://recordings/active/Default/The Big Bang Theory/The Big Bang Theory s09e17 (2016) The Celebration Experimentation, TV (E4+1), 20160428_202500.pvr RE: pvr.mythtv add-on - janbar - 2016-05-03 @smee204. Trying to play with native pvr interface (kodi) it works. So issue isn t related with pvr addon. RE: pvr.mythtv add-on - MikeB2013 - 2016-06-12 @janbar Just a heads up, mythtv master protocol has just been updated: PROTO_VERSION = '89' PROTO_TOKEN = 'BuzzKill' Mike RE: pvr.mythtv add-on - janbar - 2016-06-12 @MikeB2013 Thanks Mike RE: pvr.mythtv add-on - tjharris - 2016-06-18 I recently switched from OpenElec to LibreElec. I was pleased to see that LibreElec has a recent mythtv add-on in the default repository. In OpenElec it was an ancient one.. RE: pvr.mythtv add-on - MikeB2013 - 2016-06-21 @janbar Thanks for the protocol 89 update, working well on my test backend. mythtv master has just been updated to protocol 90 BuzzCut which again affects spawnlivetv. Mike |