Posts: 138
Joined: Feb 2009
Reputation:
0
pcdude
Senior Member
Posts: 138
I'm running OpenELEC 6.0.3 on a RPi2 using mythtv 0.28 on the backend. I can connect to all other Kodi boxes using the backend, but the Pi gives the error about incompatible version of the backend when trying to connect. I know that this is a known issue with mythtv 0.28, and the pvr-mythtv addon needs to be updated to a version that is compatible with 0.28. Unfortunately, the OpenELEC repositories are still out of date, and when I try to install the Raspbian binary zip file from Janbar's github page (version 3.4.12), I get an error saying that the dependencies are not met - contact the author. Version 2.85 from the github page installs fine, however, but still fails to connect.
Posts: 291
Joined: Mar 2013
Reputation:
14
How are you trying to install the zip file (from memory don't use install from zip within Kodi)
In the past this is how I have done it:
copy pvr.mythtv-jessie-armhf-16.zip to .kodi/addons on rpi2
unzip -o pvr.mythtv-jessie-armhf-16.zip
reboot openelec
Mike
Posts: 291
Joined: Mar 2013
Reputation:
14
Just checked on a default install of Openelec 6.0.3 which has Kodi 15.2 Isengard .
pvr.mythtv 3.4.12 is for Kodi 16 Jarvis
You need pvr.mythtv 2.8.5 i.e. pvr.mythtv-jessie-armhf-15.zip
This works against my 0.28/Fixes backend
Mike
Posts: 291
Joined: Mar 2013
Reputation:
14
2.8.5 works with my mythtv 0.28/fixes backend
I suggest you uninstall any pvr.mythtv from within Kodi and then install the
pvr.mythtv-jessie-armhf-15.zip directly in .kodi/addons using unzip -o via ssh and then reboot openelec.
If that does not work it will be time for a debug log.
Mike
Posts: 138
Joined: Feb 2009
Reputation:
0
pcdude
Senior Member
Posts: 138
2016-06-09, 05:45
(This post was last modified: 2016-06-09, 05:46 by pcdude.)
I updated OpenELEC to 7.0 Beta 3, and installed the pvr.mythtv-jessie-armhf-16.zip file described above. The addon updated successfully, and I managed to connect to the myth backend, but when I try to view any live TV station, I get a blue screen with "channel unavailable". I can view recordings, however, and all of my other Kodi boxes can view the channels correctly. I am assuming it may be because I don't have a MPEG2 key for my Pi2, so I ordered one.
Posts: 291
Joined: Mar 2013
Reputation:
14
"channel unavailable" is usually due to one of the following:
1. No free tuner on mythtv-backend
2. Timeout on tuning (pvr.mythtv addon has a default of 5 seconds, but can be changed in Advanced tab of addon)
3. Desired channel is off-air e.g. part time channel or transmitter fault.
Lack of MPEG2 key usually results in no video, but audio plays ok, or poor video quality (Rpi2 will try to decode playback using CPU , rather than GPU).
Mike
Posts: 138
Joined: Feb 2009
Reputation:
0
pcdude
Senior Member
Posts: 138
It's working now, so there may have been a tuner conflict. Thanks for the help.