Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Got a program that plays well with SABnzbd? Share it here!
Ryelle00
Newbie
Newbie
Posts: 2
Joined: July 21st, 2010, 12:23 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by Ryelle00 »

After Sickbeard has processed the the episode is it possible for Sickbeard to copy the newly renamed episode instead of moving it to the final destination?


Or copy it to 2 locations?

Thanks
fr0st
Newbie
Newbie
Posts: 11
Joined: March 15th, 2010, 12:21 am

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by fr0st »

Ryelle00 wrote: After Sickbeard has processed the the episode is it possible for Sickbeard to copy the newly renamed episode instead of moving it to the final destination?


Or copy it to 2 locations?

Thanks
Yes a script could be created to do this but that begs the question. Why?
Ryelle00
Newbie
Newbie
Posts: 2
Joined: July 21st, 2010, 12:23 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by Ryelle00 »

[Yes a script could be created to do this but that begs the question. Why?]


One location is for my archives while the other is for viewing, I'll delete it once I view it.

I tried with a script but the problem was that it wouldn't rename the files. ???
ssboisen
Newbie
Newbie
Posts: 11
Joined: September 12th, 2008, 1:37 am

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by ssboisen »

Is it posible that you could add support for this type of foldernaming:

\Season \x - \ - x - .

I changed the code on my end and it works but if you decide to add it you should probably make an option for it in the interface?

I added the following at line 445 in processTV.py (i also imported config):

Code: Select all

episodeFolderName = config.naming_ep_type[sickbeard.NAMING_EP_TYPE] % {'seasonnumber': rootEp.season, 'episodenumber': rootEp.episode} 
episodeFolderName += config.naming_sep_type[sickbeard.NAMING_SEP_TYPE] + rootEp.name
It only works when processing new episodes though, not when when choosing Rename episodes (I guess that's processed somewhere else?)

One question: Is tvnamer in \lib\ used for anything?
Last edited by ssboisen on July 21st, 2010, 2:29 pm, edited 1 time in total.
Homerboy
Jr. Member
Jr. Member
Posts: 73
Joined: April 25th, 2009, 2:33 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by Homerboy »

daily/weekly show support?

There's certain shows that I'd like to set up but they are date driven (not SeasonEpisode driven) and I don't think SB supports these? Or maybe it does?

One in particular airs on Friday nights, every week (with the occasional specials)

I see the release posted on nzbs.org Show.Name.2010.07.16.PDTV.XviD-MOMENTUM
However when SB searches for it:

No downloads were found
Couldn't find a download for Show Name - S07E31 - July 16th, 2010


Am I doing something wrong? Or missing something?
captain spaulding
Newbie
Newbie
Posts: 5
Joined: February 4th, 2010, 9:56 am

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by captain spaulding »

I'm having some trouble with "Specials" I have a bunch for top gear, what's the naming convention? Can I manually rename the files so SB can see them?  Currently I try adding them or marking them as downloaded and SB keeps not letting me add them or mark them as downloaded.
pspgimp
Newbie
Newbie
Posts: 44
Joined: October 17th, 2009, 5:05 am

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by pspgimp »

Having an issue since I did a git pull last week, now nothing is being downloaded, tried the latest git pull today and thats still the same. In my logs I have this even though the episodes I am looking for are definitely there,  :-

Jul-24 11:41:13 ERROR    CP Server Thread-7 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:41:03 ERROR    CP Server Thread-7 :: Error trying to load NZBs.org RSS feed: no element found: line 1, column 0
Jul-24 11:40:58 ERROR    CP Server Thread-7 :: Error trying to load NZBs.org RSS feed: no element found: line 1, column 0
Jul-24 11:39:32 ERROR    CP Server Thread-2 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:39:21 ERROR    CP Server Thread-2 :: Error trying to load NZBs.org RSS feed: no element found: line 1, column 0
Jul-24 11:39:16 ERROR    CP Server Thread-2 :: Error trying to load NZBs.org RSS feed: no element found: line 1, column 0
Jul-24 11:39:01 ERROR    CP Server Thread-6 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:38:51 ERROR    CP Server Thread-6 :: Error trying to load NZBs.org RSS feed: no element found: line 1, column 0
Jul-24 11:38:51 ERROR    CP Server Thread-4 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:38:51 ERROR    CP Server Thread-5 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:38:50 ERROR    CP Server Thread-3 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:38:49 ERROR    CP Server Thread-2 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
Jul-24 11:38:49 ERROR    CP Server Thread-8 :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49

Any chance of adding Newzbin also ?
User avatar
rascalli
Moderator
Moderator
Posts: 656
Joined: January 18th, 2008, 12:30 am
Location: Bossche bollen land

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by rascalli »

captain spaulding wrote: I'm having some trouble with "Specials" I have a bunch for top gear, what's the naming convention? Can I manually rename the files so SB can see them?  Currently I try adding them or marking them as downloaded and SB keeps not letting me add them or mark them as downloaded.
Specials you need to put in SEASON 0 , name : 00X01 , and then it should find them & you can rename them
Last edited by rascalli on July 24th, 2010, 11:00 am, edited 1 time in total.
notho
Newbie
Newbie
Posts: 7
Joined: June 4th, 2009, 8:37 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by notho »

2010-07-24 23:29:05.384000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-24 23:55:09.778000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 00:21:08.541000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 00:47:08.300000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 01:13:08.386000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 01:39:08.279000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 01:56:22.405000 FINDPROPERS :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 02:05:09.468000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49


I'm getting the same errors.
Duffman
Newbie
Newbie
Posts: 14
Joined: December 1st, 2009, 3:24 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by Duffman »

Best program ever.

Dont forget about that DONATE button in the top right guys.
NumNums
Newbie
Newbie
Posts: 1
Joined: July 26th, 2010, 8:07 am

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by NumNums »

nzbmatrix have changed the host name for their RSS feed from services.nzbmatrix.com to rss.nzbmatrix.com

You will continue to receive this error until the Sickbeard code is revised accordingly.

You could try putting an entry in your "hosts" file pointing services.nzbmatrix.com to the address of rss.nzbmatrix.com, but there are some risks associated with this.

Cheers
notho wrote: 2010-07-24 23:29:05.384000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-24 23:55:09.778000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 00:21:08.541000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 00:47:08.300000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 01:13:08.386000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 01:39:08.279000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 01:56:22.405000 FINDPROPERS :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49
2010-07-25 02:05:09.468000 SEARCH :: Error trying to load NZBMatrix RSS feed: syntax error: line 1, column 49


I'm getting the same errors.

b1scu1t
Release Testers
Release Testers
Posts: 83
Joined: January 29th, 2008, 6:19 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by b1scu1t »

I have 1 other question on using the autoProcessTV.cfg scripts.  My setup is as follows.  I am not sure whether it is possible to run SickBeard on a Unix/Linux machine, and SABnzbd on a Windows box and have them work seamlessly.

I am running SickBeard on my mac, as it is easy to do a git update and move between versions.  Further all the TV Shows directories are located in the Mac.  SAB runs on my Windows Home Server machine with plenty of storage.  

In my SickBeard Instance I have defined the "TV Download Dir" to be set as D:\shares\TV, but I can still not get the rename to work properly.  I would like SAB/Sickbeard to work in conjunction to drop the shows in D:\Shares\TV\ShowName\ShowName - 1x02 - EpisodeName.avi etc

This is the error message I am getting, I have googled around, but I can't find anything that gives me exactly what/where I need to adjust the TV Download dir settings.

Can somebody please point me in the right direction.

Thanks,
b1scu1t


---------------------------------------------------------
SomeShow.S14E05.200.HDTV.XviD-FQM

Loading config from D:\Apps\SABnzbd\Scripts\autoProcessTV.cfg
Processing folder D:\shares\downloads\TV\SomeShow.S14E05.200.HDTV.XviD-FQM

Trying to use folder D:\shares\TV/D:\shares\downloads\TV\SomeShow.S14E05.200.HDTV.XviD-FQM

Unable to figure out what folder to process. If your downloader and Sick Beard aren't on the same PC make sure you fill out your TV download dir in the config.
Last edited by b1scu1t on July 26th, 2010, 10:33 am, edited 1 time in total.
Mrkennedy
Newbie
Newbie
Posts: 39
Joined: May 18th, 2010, 7:29 am

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by Mrkennedy »

Just tried adding sickbeard to my server, at first i just copied over my old folder and that loaded fine, only issue was i network mapped all the drives so every tv show i had was wrong as would take ages to edit them all, so thought would upgraded to the latest and do a fresh install too.

Loaded sickbeard and now have this error

500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "cherrypy\_cprequest.pyo", line 660, in respond
  File "cherrypy\lib\encoding.pyo", line 193, in __call__
  File "cherrypy\_cpdispatch.pyo", line 25, in __call__
  File "sickbeard\webserve.pyo", line 1146, in index
  File "sickbeard\webserve.pyo", line 83, in __init__
  File "Cheetah\Template.pyo", line 1244, in __init__
  File "Cheetah\Template.pyo", line 1541, in _compile
  File "__Mediahub_Converted_Videos_Newsgroup_Addons_SickBeard_456_data_interfaces_default_home_tmpl.py", line 60, in __init__
NameError: global name '_Mediahub_Converted_Videos_Newsgroup_Addons_SickBeard_456_data_interfaces_default_home_tmpl__Mediahub_Converted_Videos_Newsgroup_Addons_SickBeard_456_data_interfaces_default_home_tmpl' is not defined

any ideas?
notho
Newbie
Newbie
Posts: 7
Joined: June 4th, 2009, 8:37 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by notho »

Thanks for the info Numnums.
mkopel
Newbie
Newbie
Posts: 24
Joined: December 13th, 2009, 5:37 pm

Re: Sick Beard (ALPHA) - Download/sort/rename episodes, XBMC/growl integration, more

Post by mkopel »

didn't know about the snazzy sickbeard.com website. very nice... Tried to register for the forum, but the confirmation code seems busted. Tried it with safari and firefox on OSX. basically in safari it says 'invalid referer' in firefox the box is just white.
Post Reply