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 - JasonPell - 2014-12-21 Any chance of defining a folder image per tv show instead of the default blue folder. My son is 4 yo and uses this plugin but can't read so would be easier if the folder image displayed some fanart or something. RE: pvr.mythtv add-on - janbar - 2014-12-21 I added 2 new options for users want to browse faster (thanks to nerddtvg): Enable channel icons (since version 1.10.1) Disable this option on low powered platform as RPi Enable recording fanart/thumbnails (since version 1.10.1) Disable this option on low powered platform as RPi Usefull for RPi users ! Please check http://kodi.wiki/view/MythTV_PVR#Advanced RE: pvr.mythtv add-on - JasonPell - 2014-12-22 (2014-12-21, 12:23)JasonPell Wrote: Any chance of defining a folder image per tv show instead of the default blue folder. My son is 4 yo and uses this plugin but can't read so would be easier if the folder image displayed some fanart or something. I was referring to the folder to the right of the recordings list. How would I configure fanart for this? Is this done on mythtv backend? RE: pvr.mythtv add-on - allan87 - 2014-12-22 (2014-12-21, 12:41)janbar Wrote: I added 2 new options for users want to browse faster (thanks to nerddtvg):I am surprised that the small channel icon files would be an issue. Are they scaled each time they are displayed? If so, maybe a good fix would be to cache a scaled version of the icon the first time it is encountered. If that improved performance, it might be a better solution than yet another preference. RE: pvr.mythtv add-on - janbar - 2014-12-23 (2014-12-22, 07:35)JasonPell Wrote:@JasonPell, there is no way to change icon of folder. That's handled by Kodi itself.(2014-12-21, 12:23)JasonPell Wrote: Any chance of defining a folder image per tv show instead of the default blue folder. My son is 4 yo and uses this plugin but can't read so would be easier if the folder image displayed some fanart or something. (2014-12-22, 23:41)allan87 Wrote:I have done same remark, but scaling should be handled by kodi itself, and probably already handled.So here i have included tiny dummy icon.(2014-12-21, 12:41)janbar Wrote: I added 2 new options for users want to browse faster (thanks to nerddtvg):I am surprised that the small channel icon files would be an issue. Are they scaled each time they are displayed? If so, maybe a good fix would be to cache a scaled version of the icon the first time it is encountered. If that improved performance, it might be a better solution than yet another preference. RE: pvr.mythtv add-on - metaron - 2014-12-24 Minor niggle this one, but would be nice to get it fixed if possible: I have two video sources - Freeview (DVB-T) and Freesat (DVB-S2) on my backend. There is quite a channel overlap and I let Mythtv handle that by setting the channel number and name the same ( In the old addin (cmyth) it would merge them into a single entry in the EPG In the new addin (1.10.1) it shows them as separate (duplicate) entries. See this thread when it was reported for cmyth in 2012: http://forum.kodi.tv/showthread.php?tid=148398 I can mostly work around it by selecting 'channel group Freesat' - but some of the channels are only on Freeview.... RE: pvr.mythtv add-on - Huuh - 2014-12-24 (2014-12-06, 06:26)janbar Wrote:(2014-12-02, 03:53)mikebetz42 Wrote: Still having problems with pvr.mythtv stopping randomly during playback of live TV, pvr-mythtv-cmyth works without any issues... Hi, I also seem to be having the same problem on my raspberry pi and on my laptop. When I loaded up openelec 4.2 gotham on my raspberry, using 1.9.20 it worked fine. However, as soon as I tried using 1.9.29 for gotham that you provided on your cloud server, video stalls after about 5 seconds. On my laptop 1.10.1 stalls as well. I have a ceton infinitv 4 PCIe card, which streams digital cable mpeg2-ts files. RE: pvr.mythtv add-on - dgrayfromdc - 2014-12-25 Hello, One of my machines just upgraded to Kodi Helix and everything went smoothly except one thing. MythTV seems to have disaapeared. My machine (working perfectly under Gotham 13.2) can't seem to install or upgrade the mythtv add-on to work with Helix. I've gone to Settings > Add-ons > Get Add-ons > All Add-ons > PVR clients. From there, I select MythTV cmyth PVR Client, and select Install. I get a notification stating "Dependancies not met. Please contact Add-on author." The first question I had was why wasn't the Add-on still installed to begin with? Normally, if an Add-on hasn't caught up yet, you'll be prompted to disable it. This time, it just disappeared. But ever forward, I Googled for the latest .deb package and attempted to install it hoping to get the right dependancies. The latest thing I found was kodi-bin (>= 5:14.0~rc3-dmo1) on http://www.deb-multimedia.org. I'm guessing that this was the latest operational package, but can't be certain. In any event, when I attempted to install it, it blew up with errors about missing files. I can't seem to find a proper copy of the mythtv PVR Add-on. I'm Running a Mythbuntu 14.04.1 with KDE and MythTV 0.27 as my backend. Any thoughts? RE: pvr.mythtv add-on - dgrayfromdc - 2014-12-25 (2014-12-25, 00:07)dgrayfromdc Wrote: Hello, Nevermind, there must have been a hiccup with the upgrade. Using Muon (the KDE package manager) I purged the package, reinstalled, went into KODI, found, installed, and enabled the PVR Add-on. Everything is working normally. RE: pvr.mythtv add-on - janbar - 2014-12-25 @dgrayfromdc , provided addon in kodi ppa is affected by a critical bug. Prefer my ppa "janbar ppa" where you will find the patched version (>=1.9.29). (2014-12-24, 11:05)Huuh Wrote:(2014-12-06, 06:26)janbar Wrote:(2014-12-02, 03:53)mikebetz42 Wrote: Still having problems with pvr.mythtv stopping randomly during playback of live TV, pvr-mythtv-cmyth works without any issues... Please using gotham version 1.9.22-29 Could you provide log with debug mode enabled : system->settings->system->debug AND addon settings->advanced tab->enable more debug... RE: pvr.mythtv add-on - glubbish - 2014-12-25 Hi I just upgraded to kodi 14.0 from xbmc 13.2 via sudo apt-get update sudo apt-get install kodi I got a message saying the the pvr was not compatible. I had been getting updates in gotham via the ppa I tried running an update, but it says I am up to date. What change do I need to get the kodi version of this product? RE: pvr.mythtv add-on - nickr - 2014-12-25 (2014-12-25, 23:19)glubbish Wrote: HiAre you using janbar's ppa? RE: pvr.mythtv add-on - glubbish - 2014-12-26 Quote:Are you using janbar's ppa? Yes. http://ppa.launchpad.net.jlbarriere68/ppa/ubuntu trusty main RE: pvr.mythtv add-on - janbar - 2014-12-26 (2014-12-26, 00:10)glubbish Wrote:The package for kodi has a new name: kodi-pvr-mythtv-helix. So you have to install this new one. Also you could keep gotham version usable with xbmc 13.Quote:Are you using janbar's ppa? RE: pvr.mythtv add-on - glubbish - 2014-12-26 Worked it out. sudo apt-get install kodi-pvr-mythtv-helix Thanks all. Listing here so I remember next time |