![]() |
|
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 |
RE: New MythTV add-on using libcmyth - cfetzer - 2012-05-20 16:18 (2012-05-19 14:15)tsp42 Wrote: Sorry for the confusion about the two Eden-P/pvr branches. The Eden-pvr branch is the correct one. The other one was created because windows is case-insensive while github is not. So I was able to git checkout Eden-Pvr locally even if the branch didn't exist and when I pushed it upstreams github decided to create a new branch. The tricky part is to delete the extra github branch without deleting my local Eden-pvr branch. 'git push origin :Eden-Pvr' should remove the remote branch without touching your local copy (http://gitready.com/beginner/2009/02/02/push-and-delete-branches.html). (no warranty! ;-)) RE: New MythTV add-on using libcmyth - InoD - 2012-05-20 18:19 I've made some progress in reconnecting control and mysql connections after they have been disconnected. I will push my changes to my fork after some more testing. In the meantime I've re-installed my server running MythTV backend meaning I'm now also running 0.25... well in fact, 0.25 has some serious IPTV bugs, so I'm running a 'special' fixes/0.25+rtp version, which is basically 0.25 with fixes RTP/UDP IPTV recording. I notice that during start-up libcmyth receives RECORDING_LIST_CHANGE UPDATE more than 350 times resulting in equal number of updates to the complete recording list. As I have over 300 recordings (less than 350 though) it gives a pretty high load during startup and makes the log file grow very very fast... I rely on the log for debugging, so disabling it is not always an option. I've not observed this behavior on 0.23+fixes. Sounds familiar to anyone? I see that libcmyth already receives a proginfo structure, but not using it yet. Are there plans to use the structure instead of updating the complete list when this message is received? RE: New MythTV add-on using libcmyth - InoD - 2012-05-20 22:26 (2012-05-20 16:18)cfetzer Wrote: 'git push origin :Eden-Pvr' should remove the remote branch without touching your local copy (http://gitready.com/beginner/2009/02/02/push-and-delete-branches.html).That did the trick for me, thanks. ![]() TortoiseGit still picks Eden-Pvr over Eden-pvr though... not sure how to tell TortoiseGit to forget about the former. RE: New MythTV add-on using libcmyth - fiveisalive - 2012-05-20 23:12 tsp42: Thanks for deleting the Eden-Pvr branch. I notice that dushmaniac has updated his branch upstream. Are you planning to sync those changes with your master branch soon? (those changes should include the myth 0.25 support since it has been pushed to upstream xbmc). And is your plan for https://github.com/tsp/xbmc/tree/Eden-pvr to track dushmaniac's https://github.com/opdenkamp/xbmc/tree/Eden-pvr , or will you cherry pick all the pvr-related changes from dushmaniac's master to go into Eden-pvr as well? Thanks again for your hard work on this! RE: New MythTV add-on using libcmyth - tdavis - 2012-05-20 23:43 (2012-05-20 05:44)poly_boi Wrote: I had the same issue when I cloned straight from the Eden-pvr branch. I don't know why. I then decided to follow what other people had done previously on this thread ie. I just did this, compiled it up, and tested it against my 0.25 mythtv setup. It works great, but it's slow in starting up recordings, seems to hang getting the initial EPG (too much debugging on large installations?), and slow to change channels. RE: New MythTV add-on using libcmyth - tsp42 - 2012-05-20 23:47 fiveisalive: My local repo is merged with the latest upstream master but it will first be pushed when I fix the deadlock bug with channel changing. Eden-pvr is tracking opdenkamp/Eden-pvr so it should be up to date with that branch. I'm not sure why the ffmpeg version in the Eden-pvr branch differs from the mainline Eden branch. cfetzer: Thanks that fixed it without removing Eden-pvr. Looks like your PR is close to be accepted now in xbmc PVR. InoD: Could be done yes. I'm still using 0.24 so haven't noticed the log spam. Another option would be to only update the recording list when xbmc asks for it. This would mean users would have to click on recordings to update the list. bilbonvidia: The windows version will soon be updated. I hope I can find the channel lockup bug. At least I can reproduce it now. I will still consider adding the Timeshift option though. KeithLM: Have you tried installing libboost-regex-dev and libboost-filesystem-dev? Paradox: It is not possible to disable Timeshifting currently (at least not without disabling it in the code) but I will add the option. I primarily uses Visual Studio 2010 express and Kdevelop for Linux testing. RE: New MythTV add-on using libcmyth - KeithLM - 2012-05-21 03:24 tsp42, I've done a complete build and installation of boost 1.49. I have libs for filesystem and regex now. I can build xbmc just fine now that I have those. However the add-on just doesn't run. One thing I'm confused about is why with this build there are two myth add-ons. Are they both needed? Do they conflict with one another or are they complementary? Granted it doesn't seem to matter which I use, it still doesn't work. And I've tried a myth frontend on my windows box and can connect to myth on my server. It's just this other ubuntu install, which is based off one of xbmcfreak's distros, that won't work. I'm following those instructions that poly_boi provided, I've done a complete, in a whole new directory, rebuild of xbmc, and still I have the exact same lack of anything happening. Just an unknown error. RE: New MythTV add-on using libcmyth - mastix - 2012-05-21 11:27 Hi guys, there are so many pages here right now... ![]() It would be cool if you could post a tutorial about how to upgrade your current XBMC installation to talk to MythTV0.25. I kind of lost track. I currently have XBMC Eden with VDR up and running and would like to give mythtv 0.25 a try. So the question would be: How can I upgrade my current XBMC installation so that I keep all my settings but move from VDR to MythTV? Greetz, mastix RE: New MythTV add-on using libcmyth - kburkart - 2012-05-21 15:34 (2012-05-21 03:24)KeithLM Wrote: tsp42, I've done a complete build and installation of boost 1.49. I have libs for filesystem and regex now. I can build xbmc just fine now that I have those. However the add-on just doesn't run. Keith, Even though all the PVR addons say they are enabled, you must configure it before it is truly enabled. Once I configured the libcmyth add on, all the others showed up as disabled. RE: New MythTV add-on using libcmyth - KeithLM - 2012-05-21 15:54 (2012-05-21 15:34)kburkart Wrote: Keith,Well the cmyth add-on carried over its configuration and says it's enabled, even though it immediately throws the error which says it can enable it. |