![]() |
|
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 - tsp42 - 2012-06-24 10:54 bas.t: Looks like a wrong version of lib tinyxml. It compiles fine on ubuntu 11.4 with libtinyxml v2.6.2. The default version on debian squeeze is 2.5.3. RE: New MythTV add-on using libcmyth - opteron123 - 2012-06-24 11:20 Quote:CPP xbmc/filesystem/RSSDirectory.o I am compiling on Debian Squeeze. [/quote] I had same issue last week using ubuntu 11.04. I ended up having to track down a libtinyxml2.6.2 package for Ubuntu 11.04 RE: New MythTV add-on using libcmyth - InoD - 2012-06-24 12:16 (2012-06-23 16:33)InoD Wrote: I must say I haven't tested the build yet, so maybe there something wrong. It seems to be tinyxml (not tinyurl) indeed. It was build, but not installed. ION x86_64 (OE2b4 with tsp's Eden-pvr) Ultra x86_64 (OE2b4 with tsp's Eden-pvr) RE: New MythTV add-on using libcmyth - InoD - 2012-06-24 12:50 tsp42, when I click 'OK' (Media Center Remote) on a recording folder in "Recordings" it starts to play an item in the folder instead of opening the folder list its items (like it used to do). Now I cannot go to a specific recording. Is this a side effect of your recent changes? RE: New MythTV add-on using libcmyth - bas.t - 2012-06-24 15:45 (2012-06-24 10:54)tsp42 Wrote: bas.t: Looks like a wrong version of lib tinyxml. It compiles fine on ubuntu 11.4 with libtinyxml v2.6.2. The default version on debian squeeze is 2.5.3. OK, but why does master compile fine? Does it not use libtinyxml? RE: New MythTV add-on using libcmyth - tsp42 - 2012-06-24 16:00 (2012-06-24 12:50)InoD Wrote: tsp42, when I click 'OK' (Media Center Remote) on a recording folder in "Recordings" it starts to play an item in the folder instead of opening the folder list its items (like it used to do). Now I cannot go to a specific recording. Is this a side effect of your recent changes?Yes. It should be fixed now. The windows Eden-PVR binary is also updated now. bas.t: They probably added a libtinyxml version check to master. RE: New MythTV add-on using libcmyth - kburkart - 2012-06-24 21:38 (2012-06-23 22:27)tsp42 Wrote: I'm working on implementing the queue and playlist for the recordings as it can be quite tedious to change to the next recording every time my son has watched a 5 minutes episode of Timmy time. TSP, a copy of my log is located here http://xbmclogs.com/show.php?id=4054 thx, Kevin RE: New MythTV add-on using libcmyth - bas.t - 2012-06-24 23:23 (2012-06-24 10:54)tsp42 Wrote: bas.t: Looks like a wrong version of lib tinyxml. It compiles fine on ubuntu 11.4 with libtinyxml v2.6.2. The default version on debian squeeze is 2.5.3. I'm nearly there: It is most likely a bug which is introduced in the Eden branch in main, when the use of external tinyxml was backported from master to Eden Probably commit 6f76eeef2a introduced the issue. I am still investigating and will file a bug on trac when I'm done. I don't know why, but opdenkamps pulse-eigt repo (Eden-pvr-cec) from which opdenkamp compiles all ubuntu xbmc packages compiles fine on my Debian Squeeze machine UPDATE: I created a ticket here. UPDATE 2: Fixed. I made a pull request. Hopefully it gets merged soon. This also explaines why master compiles fine with libtinyxml v2.5.3 and Eden does not. The fix was already in the master branch and probably overlooked while backporting to Eden RE: New MythTV add-on using libcmyth - MastaG - 2012-06-25 09:53 (2012-06-23 23:59)tsp42 Wrote: I've added the option to queue recording and recording folders to "Now playing" list in the context menu and the series recording feature to the Eden PVR branch. The Windows Eden-PVR binary has been updated. The master branch compile bug should be fixed although the branch doesn't contain the previous mentioned additions. Does it mean that everything from branch "series_recording" has been merged with "Eden-pvr"? Also I've seen some posts about channel switching delays, would the master branch provide faster channel switching compared to "Eden-pvr"? Thanks RE: New MythTV add-on using libcmyth - tsp42 - 2012-06-25 20:25 kburkart: Thanks. It looks like the log is from starting up LiveTV and not from changing channels? MastaG: Yes series_recording has been fully merged with Eden-PVR. The channel switching time should be the same in master and Eden-PVR unless the upgrade to ffmpeg did something. Due to the playback bug in the master branch I recommend Eden-PVR for now. |