![]() |
Compatability with MythTV 0.27.1 - 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: Compatability with MythTV 0.27.1 (/showthread.php?tid=198944) Pages:
1
2
|
RE: Compatability with MythTV 0.27.1 - guitarguy987 - 2014-07-01 (2014-07-01, 15:49)yellowjacket Wrote:(2014-07-01, 15:26)teeedubb Wrote: I haven't been home much lately and my mythtv install is still on 27.1, but does anyone know if the problem still occurs with janbars new version of the mythtv addon?This probably isn't too helpful, but for what it's worth so far I haven't been able to get it to work with either 0.27.1 or 0.27.2. I always get a "Channel Unavailable" notifier in XMBC. However, it does not cause the "File too small" error message in the mythbackend log file that people have been seeing with cmyth and 0.27.2. It doesn't produce any errors at all as far as I can see, it just connects then disconnects. So it's possible I've got it configured wrong and it would work just fine with the new version. I'm seeing this exact same behaviour. I didn't want to be the first to post since I just rebuilt my backend, and it really hasn't worked 100% since... RE: Compatability with MythTV 0.27.1 - MikeB2013 - 2014-07-01 (2014-07-01, 15:26)teeedubb Wrote: I haven't been home much lately and my mythtv install is still on 27.1, but does anyone know if the problem still occurs with janbars new version of the mythtv addon? Yes, the problem occurs with janbars new version (cppmyth) For Mythtv 0.27.2, the problem has been fixed, by mythtv developer reverting the change in mythtvbackend that changed the behaviour of 0 (zero) byte files, it is on github now (for those who build their own mythtv backend), and will appear in distributions e.g. Ubuntu in a day or two. Note the reverting of the change was only done for 0.27.x because it is used widely. For Mythtv 0.28-pre (which I am using) the problem exists and will not be reverted (the change in the mythtv backend changed behaviour under certain condition, so that an error condition was correctly reported) and will require a change to janbars new version. Mike RE: Compatability with MythTV 0.27.1 - nickr - 2014-07-01 Yes see the discussions here http://www.gossamer-threads.com/lists/mythtv/users/571569 RE: Compatability with MythTV 0.27.1 - Messelink - 2014-07-01 Many thanks for that info Mike and nick, much appreciated! RE: Compatability with MythTV 0.27.1 - jyavenard - 2014-07-02 I'm happy to have a look at the mythtv pvr plugin, but I'm rather lost trying to understand all the options existing right now... and which module does what. RE: Compatability with MythTV 0.27.1 - MikeB2013 - 2014-07-02 (2014-07-02, 20:27)jyavenard Wrote: I'm happy to have a look at the mythtv pvr plugin, but I'm rather lost trying to understand all the options existing right now... and which module does what. For the cmyth plugin (this is the one affecting most people) the code of interest is in : xbmc-pvr-addons/lib/cmyth/libcmyth/livetv.c at https://github.com/fetzerch/xbmc-pvr-addons.git (gotham repo ) For the new plugin mythtv, which uses Mythtv Services API, the code is in : xbmc-pvr-addons/lib/cppmyth/cppmyth/src/mythlivetvplayback.cpp at https://github.com/janbar/xbmc-pvr-addons (master repo) Mike |