![]() |
|
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 |
RE: New MythTV add-on using libcmyth - vskatusa - 2012-04-03 20:20 tsp42, kindly have a look at my paste bin and let me know what you think is the problem! RE: New MythTV add-on using libcmyth - pyrodex - 2012-04-04 14:40 (2012-04-02 05:22)callummc Wrote: If I understand it correctly - the 0.25 release of MythTV is due to be finalised within the next 24 hours or so. Is there going to be significant updates to this plugin after that? I currently have a 0.25 backend and using MythBOX with the current Eden CMYTH DLL on Windows. Everything works with the exception of LiveTV since I believe some of the changes there aren't pushed to the CMYTH DLL. Even when adding the more recent protocol changes to CMYTH there are still issues that are surrounding the data structure being passed over. These will need to be addressed by a real developer.. RE: New MythTV add-on using libcmyth - stevellion - 2012-04-04 21:05 (2012-03-28 09:06)dodoadoodoo Wrote:Yes, I did - and it worked. Thanks.(2012-03-27 16:57)fiveisalive Wrote:(2012-03-27 11:43)stevellion Wrote: I've got white noise too. Hoping the next upstream-merge will include the fix from Eden... Just hadn't got around to even needing it for a couple of days.. RE: New MythTV add-on using libcmyth - fiveisalive - 2012-04-05 18:51 (2012-04-04 21:05)stevellion Wrote:(2012-03-28 09:06)dodoadoodoo Wrote:Yes, I did - and it worked. Thanks.(2012-03-27 16:57)fiveisalive Wrote: Yep, same problem here. Working for me too, now. Thanks! RE: New MythTV add-on using libcmyth - dubstar_04 - 2012-04-05 19:29 I am getting the following build error. http://paste.ubuntu.com/916302/ i built from a clean clone. anyone else getting an error? RE: New MythTV add-on using libcmyth - Jimmer - 2012-04-06 22:32 (2012-04-05 19:29)dubstar_04 Wrote: I am getting the following build error. +1 from me on X86_64 Linux Mint 12 (basically oneiric). I'm hoping the latest update kills the hang on exit bug, as well! RE: New MythTV add-on using libcmyth - stevellion - 2012-04-07 22:39 (2012-04-06 22:32)Jimmer Wrote:(2012-04-05 19:29)dubstar_04 Wrote: I am getting the following build error. +1 - 64 bit ubuntu RE: New MythTV add-on using libcmyth - opteron123 - 2012-04-08 02:11 I had build issues just now (64bit Ubuntu). To make it compile & install I had to: ./bootstrap ./configure make make install On that note, normally when a new pull comes through I just ./configure, make, then make install, is that correct? RE: New MythTV add-on using libcmyth - snafle - 2012-04-08 12:13 Chiming in, Archlinux x64 with latest updates: Code: /home/c0g/xbmc_newmyth/Makefile.include:128: warning: ignoring old recipe for target `/home/c0g/xbmc_newmyth/addons/pvr.mythtv.cmyth/XBMC_MythTV_cmyth.pvr'This is building from a new checkout, with ./bootstrap and ./configure run. RE: New MythTV add-on using libcmyth - tsp42 - 2012-04-08 19:03 sorry for the build issue. The upstream merge was a bit rushed (only tested on win32). Will fix it shortly when I get Kr0nZ's pull request integrated in the code (by the end of the day). |