![]() |
|
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 |
RE: New MythTV add-on using libcmyth - pennguin - 2012-06-04 16:54 Is the EPG working in the eden-pvr branch? I'm asking because I don't see any EPG information besides current/future recording names. EPG is being imported on startup (at lest I see progress bar in the UI) and the guide is working in mythtv. I'm using myth with DVB-T in Poland and EPG from EIT only. What is more when watching recordings/live tv the program name seems to be some part of teletext. I will try to get more information (log and screenshots) later since I can not access it right now. RE: New MythTV add-on using libcmyth - rdoac - 2012-06-04 17:09 It works for me with Eden-Pvr/MythTV. RE: New MythTV add-on using libcmyth - tdavis - 2012-06-04 20:09 (2012-06-03 23:29)dodoadoodoo Wrote: Patch the code. Go into xbmc/pvr/channels/PVRChannel.cpp, and find the This is perfect. thanks! RE: New MythTV add-on using libcmyth - opteron123 - 2012-06-05 11:10 Heya, OK, I've tried both branch's of the latest Windows build and both still crash XBMC. Here is a snippet of XBMC.log http://pastebin.com/MVY1CnkP I cut off the end to fit into pastebin, but basically it is just full of: 18:48:59 T:3012 ERROR: AddOnLog: MythTV cmyth PVR Client: LibCMyth: (cmyth)original timestamp string: xxxxxxxxxxxxxxx EDIT: WOW OK, having just realised that I haven't enabled debug logging, i went back into XBMC and enabled debugging, and now IT WORKS!!! So now I'll concentrate back on Ubuntu version. RE: New MythTV add-on using libcmyth - pennguin - 2012-06-05 17:34 (2012-06-04 16:54)pennguin Wrote: Is the EPG working in the eden-pvr branch? And looking in the log have showed that my under powered ARMbased mysql server can not handle select query to get program guide for 2 days. Working great on other server. Good work guys!
RE: New MythTV add-on using libcmyth - tdavis - 2012-06-05 18:00 (2012-06-04 20:09)tdavis Wrote:(2012-06-03 23:29)dodoadoodoo Wrote: Patch the code. Go into xbmc/pvr/channels/PVRChannel.cpp, and find the Ok, this works, except you have to remove all previous EPG/Channel db's to get it properly update. RE: New MythTV add-on using libcmyth - dodoadoodoo - 2012-06-05 19:13 (2012-06-05 18:00)tdavis Wrote: Ok, this works, except you have to remove all previous EPG/Channel db's to get it properly update. That should be handled by the reset pvr db step, no? /D RE: New MythTV add-on using libcmyth - tdavis - 2012-06-05 22:04 (2012-06-05 19:13)dodoadoodoo Wrote:(2012-06-05 18:00)tdavis Wrote: Ok, this works, except you have to remove all previous EPG/Channel db's to get it properly update. yup RE: New MythTV add-on using libcmyth - andyb2000 - 2012-06-06 13:11 (2012-06-03 23:29)dodoadoodoo Wrote: Patch the code. Go into xbmc/pvr/channels/PVRChannel.cpp, and find the dodoadoodoo, Just wanted to say thanks, this has been bugging me for a while and this looks a good quick fix! (Can I be cheeky dodoadoodoo and ask you to take a quick look at another problem with EPG I have and see if you can think of a quick fix if you know your way around the PVR EPG stuff? http://forum.xbmc.org/showthread.php?tid=115531 ) RE: New MythTV add-on using libcmyth - PhoenixMage - 2012-06-06 15:54 InoD, Do you have a Fusion OpenELEC build? I have tried to compile OpenELEC myself but no joy and the IRC channel doesnt seem to respond when I ask in there. |