![]() |
|
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 |
- tgm4883 - 2011-11-29 23:12 tsp42 Wrote:Have anyone tried to disable LiveTV in the latest build to see if the crashes/freezes disappear. I suspect that the background EPG update might be involved and it will run as long as LiveTV is enabled. I've not, I've been working on getting it building in a PPA using the XBMC packaging scripts. - ericminou - 2011-11-30 06:58 Frankly, I got your latest bits and the system has been up for over 24 hours without a reboot or crash! We havent watched much of live TV, but we did watch quiet bit of other video contents. - drake3 - 2011-11-30 22:51 Hi All, I am getting ready to upgrade my primary mythdora machine - it is so old, but I have kept it around because it has been so stable. Anyway, I want to use XBMC as my frontends. I already have it running on ATV2, Zotac ID-11 and a Revo 1600. I have been testing an ESXi VM running Mythbuntu 10.10 with a HDHomerun. My cable is Time Warner. I was reading in this thread that some are going to use the HDHomerun Prime. I thought the Prime was limited to serving only the copy-allowed flagged programs to MythTV? But, what I read looks like .24 with fixes will allow you to record what you are able to see with the CableCard - is this correct? I was just about to buy a prime when I thought it was safer to buy the HD-PVR and rent another cablebox just for the mythtv server so I could record all the channels I pay for. Thanks for your help! - amducious - 2011-12-03 18:06 Help for a newb. I'm lost big time. What do I need to do toget Mythtv 0.24 working in windows 32 bit. I have my back end set up and it works perfectly with my mythbuntu front end but I would love to get rid of that box and just use xbmc. I dont care if its working 100% I just want to test it out. - snowdogging - 2011-12-03 23:38 Tsp, thanks for your work on this. I am having some issues connecting to the latest master build of mythbackend with xbmc. I can connect just fine with mythfronted so I think it may be an xbmc problem. Here is my xbmc.log Code: 16:30:36 T:139684901971712 DEBUG: PVR - Create - creating PVR add-on instance 'MythTV cmyth PVR Client'- tsp42 - 2011-12-03 23:49 snowdogging: My addon only supports MythTV upto version 0.24.1. It looks like the version you are using is newer than that (protocol version 70). amducious: It should be as simple as downloading and installing the version of xbmc from the first post. I haven't updated the link yet so please be patient until I've fixed that. - snowdogging - 2011-12-04 00:46 That's what I was afraid of. 0.24.1 crashes for me with multiplex errors. Those issues have all been fixed in the master branch but it may be a year before .25 is released. Anyway that I can trick xbmc to think its a different protocol version than it is so it tries to connect? - tgm4883 - 2011-12-04 00:52 Talking to some of the MythTV devs, they would be surprised if there isn't a 0.25 release by April 2012 - tsp42 - 2011-12-04 01:25 The windows build has been updated. See the first post for the link. repo updated with more stability fixes and a proper fix for broken recordings/subfolders in the recordings view. snowdogging: No that wouldn't work as we will have to add support in libcmyth for the new changes in version 0.25. - amducious - 2011-12-04 16:13 I just downloaded/installed the windows build you just put up and I keep getting an error while trying to run it. the program can't start because MSVCP100D.dll is missing from you computer. Try reinstalling the program to fix this problem. Just to make sure I did reinstall xbmc and I get the same thing I don't know if it makes a difference but I'm running windows 7 32bit |