![]() |
|
Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: Sick Beard - Automatic TV Show Episode download/sort/rename, nfo/tbn maker & TV Guide (/showthread.php?tid=63591) 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 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 |
- midgetspy - 2010-03-22 18:25 ould Wrote:Yes sickbeard did download both shows as single files but the issue I was mentioning was the fact that SickBeard then complains that it can't find the second part of the episode, I was just wondering if it would be possible to incorporate the 2-part in one file so that sickbeard recognizes both parts as being downloaded. Yeah you're talking about this: http://code.google.com/p/sickbeard/issues/detail?id=220 I'm still not sure the best way to deal with it though. Sinister: the query was this: Code: http://192.168.1.126:8083/xbmcCmds/xbmcHttp?command=queryvideodatabase(SELECT strPath FROM tvshow, tvshowlinkpath, path WHERE c00 = 'Chuck' AND tvshow.idShow = tvshowlinkpath.idShow AND tvshowlinkpath.idPath = path.idPath)I'd forgotten about it, you're right that the code wouldn't necessarily have to be removed. I'll think about what I'd have to do right now to implement it - in the meantime go ahead and make an issue for it so i don't forget. kricker: I'm going to be uploading a build soon with some add-show bugs fixed, try that. Also TVDB has been up and down a lot lately and you can't add a show when it's down so that could have been it too. Though that error message doesn't sound familiar. EDIT: Oh, and about The Pacific: if you use Newzbin as a provider it will work because they name the report 1x01 like it should be, but if you don't use Newzbin you'll have to download it manually. There's no way I'm adding support for "Pt.II" naming just for this show. EDIT 2: And about coming episodes as RSS yeah that's something I've thought of adding but I'm focusing on finishing the remaining features I want to get in for the first beta at the moment. Add it to google code. - kricker - 2010-03-22 19:56 midgetspy Wrote:kricker: I'm going to be uploading a build soon with some add-show bugs fixed, try that. Also TVDB has been up and down a lot lately and you can't add a show when it's down so that could have been it too. Though that error message doesn't sound familiar...Awesome I will. If I get that error again, I'll properly document and log it for you. - ould - 2010-03-22 21:09 midgetspy Wrote:EDIT: Oh, and about The Pacific: if you use Newzbin as a provider it will work because they name the report 1x01 like it should be, but if you don't use Newzbin you'll have to download it manually. There's no way I'm adding support for "Pt.II" naming just for this show. I didn't expect you to add support for just this one show I was more looking to see if anyone had a workaround I could implement. I don't use Newzbin unfortunately so I will just download it manually, not a huge deal. Thanks for the great program and support!! Kevin - midgetspy - 2010-03-22 21:15 ould Wrote:I didn't expect you to add support for just this one show I was more looking to see if anyone had a workaround I could implement. I don't use Newzbin unfortunately so I will just download it manually, not a huge deal. Reading that back I sounded a bit short, sorry... just a few people have asked about it now. If somebody can provide some other examples of shows like this I'll consider it but as is this is the only show I've ever seen that's named like this so it's not worth bothering. - kricker - 2010-03-22 21:35 kricker Wrote:Awesome I will. If I get that error again, I'll properly document and log it for you.Here is the message in Sickbeard. ![]() I'll get the log for you later when I can. - midgetspy - 2010-03-22 22:08 Are you trying to add Brothers & Sisters? The TVDB search is broken for that show and it crashes the API when I try to search it, I think that's what I added that message for. - kricker - 2010-03-22 22:33 LOL. I did try that show, but also others. The one that gave the error that time was Chuck. - midgetspy - 2010-03-23 00:11 If you're running from source try the latest version, I improved the error handling in the add show code a lot. - kricker - 2010-03-23 01:56 midgetspy Wrote:If you're running from source try the latest version, I improved the error handling in the add show code a lot.I'll have to wait patiently for the binary. That issue is mainly over at my bro-in-laws which I don't want to try to get running from source. - CrazyIvan - 2010-03-23 05:10 I just picked up the first 2 seasons of The Big Bang Theory. I was able to add the show OK and it shows all the seasons and episodes but it cannot find the files for the episodes in the Season 1 and Season 2 folders and the states show as unknown. If I hit refresh, tailing the log shows: Quote:Mar-22 21:06:45 INFO SHOWQUEUE :: Starting new task: Refresh - The Big Bang Theory Running downloaded source from git hub as of 1 hour ago from this link: http://github.com/midgetspy/Sick-Beard/zipball/master Anything I can try to figure this out? |