![]() |
|
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 |
- deadite66 - 2011-10-15 14:53 ASRock ION 3D, atom D525/ion2, 2GB ram, 1TB HDD running ubuntu oneiric. - dubstar_04 - 2011-10-15 15:01 is there anything else running in the background? - deadite66 - 2011-10-15 15:31 it's mainly just a htpc, nothing cpu hungry running apart from mythtv-backend, mythweb and mysql. 34% with a podcast playing and the screen blanked. Code: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND- dubstar_04 - 2011-10-15 15:39 tsp42 Wrote:dubstar_04: i have done a fresh build and the icons are there!! it 'just works'!! - fiveisalive - 2011-10-15 20:08 Can somebody explain the major difference(s) between this add-on versus dteirney's one? My understanding is that this is based on libcmyth, whereas dteirney's is based on MythXML(?). What is the difference between these two implementations and are there inherent advantages/disadvantages to each one? Also does libcmyth have a separate active upstream? (My understanding is that the code originally derives from http://www.mvpmc.org/ ) And if so, are the changes to libcmyth pushed back there regularly? i.e. would this be considered a true fork, or simply a private, but slightly patched version of the libcmyth tree? I ask because I maintain the Fedora/RPM Fusion package for XBMC and we (and most Linux distros, generally) prefer to package libraries system-wide and then have individual applications compile against the system-wide versions rather having private code trees. - mronkko - 2011-10-15 20:41 For some reason the list of recordings shows only a part of the recordings that are available on the myth backend. It is as if the latest X recordings are not included in the list. This does not happen always, though. I have a full debug log available from my current session, but it is over 300Mb. I will post a log when it happens the next time. - dubstar_04 - 2011-10-15 22:24 mronkko Wrote:For some reason the list of recordings shows only a part of the recordings that are available on the myth backend. It is as if the latest X recordings are not included in the list. If you have a look at post #101 I posted some screenshots which I think represent what you are seeing. Is that what you mean? Post #102 also has tsp42s reply regarding the issue. Thanks, Dubstar_04 - mronkko - 2011-10-15 22:52 dubstar_04 Wrote:If you have a look at post #101 I posted some screenshots which I think represent what you are seeing. This is a different issue. I am missing a large number of tv shows that have been recorded. When I try to watch something, the last two weeks or so of recordings are missing. - Jimmer - 2011-10-15 22:59 mronkko Wrote:This is a different issue. I am missing a large number of tv shows that have been recorded. When I try to watch something, the last two weeks or so of recordings are missing. I see this as well. Going into LiveTV settings and re-setting the pvr database re-imports the data and then all recordings show up correctly. It's like it doesn't periodically engage with the backend to update the recordings section? Force it to update and it will.... Jim - dubstar_04 - 2011-10-16 09:30 mronkko Wrote:This is a different issue. I am missing a large number of tv shows that have been recorded. When I try to watch something, the last two weeks or so of recordings are missing. I've not experienced this. The only time I have missing recordings is when they have been added since xbmc started and the library hasn't been updated. |