![]() |
|
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 210 |
- tsp42 - 2011-10-14 07:07 Fiveisalive: GCC compile error should be fixed now. - dubstar_04 - 2011-10-14 07:14 tsp42 Wrote:Fiveisalive: GCC compile error should be fixed now. I can confirm it compiles. Thanks, Dubstar_04 - mronkko - 2011-10-14 07:43 tsp42 Wrote:mronkko: The extra debug information can be enabled in the add-on configuration (It may require a restart of XBMC to take effect). I did not know that I needed to restart XBMC. Here is a new log that contains the debug information. I first watch the recording for a couple of seconds and then try seeking forward. https://gist.github.com/1286332 - stevellion - 2011-10-14 10:42 fiveisalive Wrote:Have you actually tried the "reset" option to double check? Yep - it just clears the database on XBMC and reloads it from your backend. - stevellion - 2011-10-14 10:50 tsp42 Wrote:Please let me know if you discover another way of distinguishing between tv and radio channels in the mythtv sql database so I can add it to the plugin (As I've only tested it with DVB-C). I'm pretty sure the only way, is through the way you've implemented. The only other possible way, I think (not being a Mythtv expert) is to use the Myth Groups - but that doesn't specifically specify Radio/TV - it just groups channels as you define (Entertainment/News/Kids) - I've never bothered to use it, but that 'could' also be an option in the Wish List, to group Live channels as per their groups in the EPG & Channel List. (ie. just have a True/False flag to show Channels by group) I wouldn't use it though ha ha ha.BTW - Just want to make it very clear how much I appreciate your work and really like the way this is implemented. I'd been struggling with MythBox for some time and given up as it's completely unstable against pre-eden and 0.24 MythTV. I'd switched to dtierney's myth:// video source in the xbmc master. Now however, your pvr branch is where I'd really like to be: - for me though, it 'seems' as though some of the core XBMC isn't up to date from the xbmc/xbmc/master - with some niggly issues. - stevellion - 2011-10-14 10:57 This might be a daft question... How different is opdenkamp/xbmc/master to xbmc/xbmc/master Is there any way the PVR stuff is going to go into Eden, or is that definitely decided to keep as a seperate branch for now? - dodoadoodoo - 2011-10-14 16:43 tsp42 Wrote:stevellion: I will add the episode view to the Wishlist. It may take a while to implement however. I am also looking forward to the episode view ![]() Keep up the fantastic work! /D - fiveisalive - 2011-10-14 17:56 stevellion Wrote:This might be a daft question... Given that Eden is now feature-frozen, and that PVR is now listed as a Milestone for 12 (and not for 11): http://trac.xbmc.org/milestone/12.0 I suspect that it's been punted on for Eden (again). This is unfortunate as I noted here:http://forum.xbmc.org/showthread.php?tid=83556&page=3 as I suspect there would be more focus on the feature once it's in mainline code. Surprising given that it's the number #1 most requested feature for XBMC. - fiveisalive - 2011-10-14 17:57 tsp42 Wrote:Fiveisalive: GCC compile error should be fixed now. Thanks all compiles for me too. (Haven't yet tested the build yet). - dubstar_04 - 2011-10-14 18:07 tsp42, I have noticed a few issues with the addon recently, I hope to issue bug reports and what not during the weekend, before that: Your really putting a lot of time and effort in to building the plugin and for that we thank you. There are quite a few people interested in this plugin now and i was wondering if there is anything we can do more to help you? how best can we support the development of the plugin? Thanks, Dubstar_04 |