![]() |
|
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 |
- dubstar_04 - 2011-10-02 12:03 i've been using this build this morning and i have noticed a few issues: 1. if i watch a channel then stop live tv, then go back to that channel, xbmc hangs. Log: http://paste.ubuntu.com/700948/ 2. if i try to reset the pvr database from the settings menu xbmc closes. crash log: http://paste.ubuntu.com/700941/ 3. The sorting selection in the recordings screen is not remembered following a restart. 4. a few random crashes when exiting live tv (not that often) crash log: http://paste.ubuntu.com/700943/ log: http://paste.ubuntu.com/700947/ 5. Sometimes i cant exit the pvr interface using the 'home' button. this is irregular and difficult to replicate. i will provide more details when i can. Thanks, Dubstar_04 - dubstar_04 - 2011-10-02 13:22 dubstar_04 Wrote:i've been using this build this morning and i have noticed a few issues: Additional information: if live tv is stopped, watching a recording or any live channel hangs xbmc. http://paste.ubuntu.com/700984/ http://paste.ubuntu.com/700990/ - tsp42 - 2011-10-02 22:06 dubstar_04: I've fixed one cause for the lock-ups. Could you please see if it improves anything? Hirs: You will have to wait until opdenkamp updates his repository as I don't know the PVR code good enough yet to merge from main line yet. If I find the time I could try to apply the patch from bobo1on1 (But I doubt I will, as I will rather use the time to debug my own code). - dubstar_04 - 2011-10-03 05:09 tsp42 Wrote:dubstar_04: I've fixed one cause for the lock-ups. Could you please see if it improves anything? I have had a quick test this morning and when stopping live tv xbmc just freezes with the last frame left on screen. http://paste.ubuntu.com/701394/ http://paste.ubuntu.com/701399/ not sure if this affects anything: Code: cppmyth.cpp: In constructor ‘MythEventHandler::ImpMythEventHandler::ImpMythEventHandler(CStdString, short unsigned int)’:- takiaine - 2011-10-03 18:28 First of all, thanks for all your work. I did not have time to check the progress with mythtv PVR addon for some time, and now I see that there is a whole new addon developed for it. Here are some things that I noticed while testing the latest code.Quote:I have had a quick test this morning and when stopping live tv xbmc just freezes with the last frame left on screen. I can confirm that I have the same problem with the latest code. Quote:3. The sorting selection in the recordings screen is not remembered following a restart. I can also confirm this one. Also when I set the sorting "Sort by: Date" and start watching and then stop, the sorting has been changed to "Sort by: Name". - tsp42 - 2011-10-04 00:05 I've uploaded a new fix that should prevent the lockup when stopping LiveTV. I will look at the sorting later. - dubstar_04 - 2011-10-04 07:30 just had a quick test and i can confirm that live can be started, stopped and restarted and channels can be switched with no obvious issues. I will test further tonight. Thank you, Dubstar_04 - tsp42 - 2011-10-04 21:39 The recordings view uses the same order as the video file view. I guess you would prefer to have a separate setting for the recordings and video files? - dubstar_04 - 2011-10-04 21:43 tsp42 Wrote:The recordings view uses the same order as the video file view. I guess you would prefer to have a separate setting for the recordings and video files? Yeah I think so. I tend to browse videos by name and tv by recorded date. Not had chance to do much testing. I've been watching the apple presentation about the next iPhone! I should of just tested xbmc
- vskatusa - 2011-10-05 22:26 Do you have screen shots of mythtv using this new plugin? |