XBMC Community Forum
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)



- 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.

On another note, is anyone downloading "The Pacific", I am having trouble with it as it uses non standard naming, rather than S01E01 it's named as Pt I, Pt II, etc. so Sickbeard doesn't seem to recognize this naming scheme. Is there a setting I can change to facilitate this.

Kevin

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.

Thanks for the great program and support!!

Kevin

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.
[Image: ukJuA.jpg]
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
Mar-22 21:06:45 INFO QUEUE-REFRESH :: Beginning task
Mar-22 21:06:45 INFO QUEUE-REFRESH :: Performing refresh on The Big Bang Theory
Mar-22 21:06:45 INFO QUEUE-REFRESH :: 80379: Loading all episodes with a location from the database
Mar-22 21:06:45 DEBUG QUEUE-REFRESH :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = 80379 AND location != ''
Mar-22 21:06:45 INFO QUEUE-REFRESH :: 80379: Loading all episodes from the show directory /media/TV/The Big Bang Theory
Mar-22 21:06:47 INFO CP Server Thread-8 :: 80379: Displaying all episodes from the database
Mar-22 21:06:47 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT * FROM tv_episodes WHERE showid = 80379 ORDER BY season*1000+episode DESC
Mar-22 21:06:47 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 AND episode != 0 AND status=4
Mar-22 21:06:47 DEBUG CP Server Thread-8 :: sickbeard.db: SELECT COUNT(*) FROM tv_episodes WHERE season != 0 AND episode != 0 AND airdate <= 733853
Mar-22 21:06:48 INFO SHOWQUEUE :: Finished performing a task

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?