![]() |
|
New MythTV add-on using libcmyth - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Development (/forumdisplay.php?fid=32) +--- Forum: PVR Development (/forumdisplay.php?fid=136) +--- Thread: New MythTV add-on using libcmyth (/showthread.php?tid=110694) 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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 |
- Blacksheep70 - 2011-11-21 17:42 Hi, I've been using the MythTV addon in XBMC for a while now without any great issues. But since a week or some days more I got the popup message that a PVR client needs to be enabled (whenever the PVR client is already enabled). Hitting enter (for OK) and ESC to exit from the PVR client settings "solve" the problem... But would be much more nice if the popup only appears if the settings really not set ![]() Any hints? Is there a timeout I need to adjust? I guess that any service is not ready yet. FYI: The system boots very fast and per autostart directly into XBMC. Regards Blacksheep - Jimmer - 2011-11-21 18:43 Hi just a quick note on building from rev 184512d Builds fine on my maverick box, but under Hardy on my ATV1, I get: Code: make[1]: Leaving directory `/home/atv/src/xbmc_tsp/addons/skin.confluence/media'previously I have not had any problems compiling your branch on this box and my build environment has not changed since the last time I compiled, so I hesitate to speculate what could have gone wrong with my python2.6 installation. I tried symlinking my python installation into the /usr/local tree in case it was expecting to find it there now, but I still get the same errors. My configure looks like this: Code: PYTHON_VERSION=2.6 ./configure --with-jpeg8 --with-airtunes --enable-external-python --disable-pulse LIBS=-lutilI'm using python 2.6.2+ from: Code: http://ppa.launchpad.net/python-dev/ppa/ubuntu hardy mainI know Crystalbuntu uses 2.6.7, so perhaps I should try using their build of python instead...... Jim - Jimmer - 2011-11-21 19:31 Just to reply to myself: I installed Sam's build of Python2.6.7, and xbmc compiled successfully. Now, I'm not sure if 2.6.2 is now too old, or whether my install became borked somehow and a fresh install would have fixed matters anyway? Hope this helps someone else who has a compilation problem.... Jim - tsp42 - 2011-11-21 22:12 deadite66 Wrote:mythtv recordings are listed but no longer play after updating.Should be fixed now thanks - deadite66 - 2011-11-22 01:51 tsp42 Wrote:Should be fixed now thanks yes it is, thanks. - fiveisalive - 2011-11-22 08:07 Recompiled master, but now playback of live TV is jittery. 1080p live TV "jumps" every few seconds, it seems to be accompanied by messages such as this in xbmc.log Code: AddOnLog: MythTV cmyth PVR Client: EVENT ID: CMYTH_EVENT_UPDATE_FILE_SIZE, EVENT databuf: 2021 2011-11-22T01:04:45 54891300On playback of 1080p video I get the same issue with errors like this in the log, which roughly correspond to the time of the jumps. Code: CDVDPlayerAudio:: Discontinuity - was:100132524.675189, should be:100116068.143988, error:-16456.531200Also in "Now" EPG view mode, the channels and programs are OK, but if I switch to the "Next" view, many of the channels are now missing. The "Timeline" view seems OK. UPDATE: OK, so the playback/live TV issues seem to be related to my video settings (I had VAAPI enabled), and the EPG issue is sporadic. - fiveisalive - 2011-11-22 08:20 Another bug report: * clicking on an existing upcoming recording in the new timer view, brings up a dialog, but the channel is set to "0 dummy" even when it is shown correctly in the timer view. * the EPG information in the "TV channels" view disappears after the first EPG update (it is still present in EPG views: Timeline, Next, Now) - fiveisalive - 2011-11-22 08:40 Now getting stuck showing the progress bar 80% complete and: Code: PVR manager is starting upin the log: Code: 06:39:26 T:140494692960288 DEBUG: Connecting to sqlite:/home/myth/Documents/tsp/xbmc-installed/share/xbmc/portable_data/userdata/Database/:Addons15.dbI can now reliably reproduce this. Everything goes OK for the first import of the EPG. If I restart XBMC, it always gets stuck, requiring the xbmc process having to be killed. Restarting, I get the same problem. I have to remove Epg.db and TV.db from ~/.xbmc/userdata/Databases, then restart to get back to normal. - fiveisalive - 2011-11-22 08:59 Live TV picture periodically freezing up (around the hourly schedule change) with the following in the log: Code: 06:57:36 T:140281416513280 DEBUG: CDVDAudio::AddSilence - 0.500000 secondsAll in all, things seem a lot less stable than before the update.
- Jimmer - 2011-11-22 18:44 tsp: I'm having an issue with commit 9d56dcea64f37641ceff34a5ff89a41b098aa988 where it's importing null channels. There are about twenty of them. All labelled channel 0 and containing no info. I've checked my mythconverg database and there are no null channels in the channel table there. I've also checked the resulting MyTV18.db sqlite3 local db and there are no null channels in there either, so I'm not sure where they are coming from. I also get loads of spamming in the log along the lines of: Code: 16:31:37 T:2764041072 ERROR: EPG - Update - failed to update table ''I've tried to remove them from the channel manager interface in xbmc, but I get backend does not support this operation. I have also set these channels to ignore, but they still show up! Not sure what's happening here.... Also, the epg is still way out of whack. It's only slightly out of whack for info from the dvb stream (about an hour) and WAY out of whack (sometimes up to 8 hours) for channels that use a channel grabber for their epg (I use the radio times grabber since I am in the UK, but ironically it does not have epg data for radio stations (or for that matter adult-orientated channels) so I use over-the-air epg for these) I also experience the freezes which only a hard kill from the commandline can solve. Jim |