![]() |
|
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 |
- flitter2009 - 2012-02-05 10:56 sunny78 Wrote:The problem is that i don't have leopard. Perhaps can you give me version compiled on your side :-) Hi Sunny, sorry I don't have Snow Leopard that I can compile on either. Until the fixes in the main trunk come to this one I don't think you'll be able to compile unless you can get an older Xcode to work. - sunny78 - 2012-02-05 13:05 flitter2009 Wrote:Hi Sunny, sorry I don't have Snow Leopard that I can compile on either. Until the fixes in the main trunk come to this one I don't think you'll be able to compile unless you can get an older Xcode to work. Hi, This website provides mac os build of xbmc vdr: http://xbmc.picmania.org But i didn't found how to contact the guy doing this. Maybe could he make us a mac os build of the add-on. Moreover, does anyone knows when this will be included in the standard xbmc VDR branch. I tried the standard myth plugin and it didn't work. - CrashX - 2012-02-06 18:22 Just installed XBMC MYTHTV PVR addon and I am experiencing hang on pvr startup ( importing channels ) during xbmc startup. Progress bar won't disappear. It works fine on the first time with progress bar dissapearing after reboot of pc. It willl only hang after second, third, etc time running xbmc and I am forced to reboot my pc to remedy it. I can navigate within xbmc but I can't exit or use PVR LIVE TV functionality. I used the built in XBMC Mythtv Network Source and it works fine all the time provided I disabled Live TV. OS: Ubuntu 11.10 x86 XBMC-Mythtv-PVR: latest git build as of 2/7/2012 MythTV: 0.24 with fixes ( latest official ubuntu release ) Addon: cmyth live tv addon Country: USA TUNNER: USB WinTV-HVR-950Q TUNNING: Over the air ( <12 miles to nearest tv station ) ANTENNA: Basic Antenna that came with tunner. - fiveisalive - 2012-02-06 20:43 CrashX Wrote:Just installed XBMC MYTHTV PVR addon and I am experiencing hang on pvr startup ( importing channels ) during xbmc startup. Progress bar won't disappear. It works fine on the first time with progress bar dissapearing after reboot of pc. It willl only hang after second, third, etc time running xbmc and I am forced to reboot my pc to remedy it. I can navigate within xbmc but I can't exit or use PVR LIVE TV functionality. I used the built in XBMC Mythtv Network Source and it works fine all the time provided I disabled Live TV. Hi there, I see the same problem from time to time, see my earlier post(s): http://forum.xbmc.org/showpost.php?p=1004331&postcount=388 Normally if I wait a while, or reboot the computer and re-enter XBMC, it will fix itself. I think somehow, the old process is causing a lock out of new connections (hence PVR process getting stuck with "PVR manager is starting up"), but I'm not exactly sure what's causing it. - tsp42 - 2012-02-06 23:33 fiveisalive Wrote:Another (separate) issue with the timer/recording rules. I went to "EPG: Timeline", selected a program in the next hour, requested to record it. It appeared to be added correctly in the upcoming recordings list in XBMC. But it doesn't seem to get passed on correctly to the backend. I checked on mythweb, and it doesn't show as an upcoming recording. However when also check the "show deactivated" , I can see the show in mythweb, but it lists it as: "Not airing in timeslot this day" in the column where the "Activate/Don't Record" button normally is.Does the start time and title match the show? Quote:A related bug: If scroll through the timeline to a channel down the list, then visit the recordings screen, then go back to the timeline, it remembers my position in the channel list. however if I actually play a recording, stop, go back to timeline, it always resets my position to the top of the channel list. (There a quite a few UI issues like this, probably many of them are in the main PVR code, should I file a bug on github under tsp or opdenkamp for these kinds of issues? for this issue filed this github issue: https://github.com/opdenkamp/xbmc/issues/411 )the UI issues should be reported on opdenkamp's repository as I haven't modified the UI code. - CrashX - 2012-02-06 23:38 fiveisalive Wrote:Hi there, I see the same problem from time to time, see my earlier post(s): Good to hear I wasn't alone on the issue. tsp42 any ideas ? - tsp42 - 2012-02-07 00:06 CrashX: It would help if you could pastebin a stacktrace as outlined in this post. - CrashX - 2012-02-07 11:25 tsp42 Wrote:CrashX: It would help if you could pastebin a stacktrace as outlined in this post. Stack trace ... http://pastebin.com/Z2B2vKfV XBMC log ... http://pastebin.com/M29hN5sf Workaround: Delete Epg7.db file before each launch of xbmc except the first one. This solves the issue of the progress bar not disappearing and able to exit without a hang. - tsp42 - 2012-02-08 18:28 From the stacktrace it looks like the EPG updater it stuck. Do you see the same spamming of the debug log with: "MythTV cmyth PVR Client: EVENT ID: CMYTH_EVENT_CLOSE, EVENT databuf:" when you delete epg7.db? - fiveisalive - 2012-02-08 18:33 tsp42 Wrote:From the stacktrace it looks like the EPG updater it stuck. Do you see the same spamming of the debug log with: In my case, I'm not sure what the stack trace says (not near my machine now), but deleting the epg7.db and restarting usually fixes it. i.e. the first time I run it (i.e. with empty tv*.db and epg*.db), or if I wait a while and restart after it gets stuck, the PVR works fine. It generally gets stuck upon subsequent restarts that happen soon after the initial time it gets stuck. |