[Release thread] Sickbeard plugin

Status
Not open for further replies.

TomWaller

Dabbler
Joined
Aug 15, 2013
Messages
24
Excellent work Master Gollum. These plugins actually run on 9.1.0!

One thing I have noticed with SAB though (and please let me know if this is the wrong thread for this) is that when adding a Post-processing Script Folder, it doesn't save the setting and I do not get the option to set a script against a category. Within SAB, this is usually achieved by setting the post-processing script folder to the location of autoProcessTV SickBeard folder. In your plugin, I think this is /usr/pbi/sickbeard-amd64/SickBeard/autoProcessTV.

Any workaround for this behavior? It simply just does not save the path in the settings screen.

Thanks anyhow for your awesome work on getting these running.

t.
 

tofagerl

Contributor
Joined
Aug 26, 2013
Messages
118
I've had several problems with permissions. Wouldn't it make sense to make all three plugins run as the same user? Of course I can make that change myself, but having it like that out of the box would be a lot easier for a lot of people.
Also, a (optional) 3-in-1 pbi would be kind of cool, since each plugin jail takes up 1gb of space.
 

calgarychris

Contributor
Joined
Aug 27, 2011
Messages
124
Tofagerl, you can put all three in the one jail - see my earlier post in this thread :)
 

ShinobiX9X

Contributor
Joined
Mar 6, 2013
Messages
141
Hi master Gollum, this is great.
I have a problme with SB, it says it snatches the torrents, but i can't find them in the black hole where they are supposed to be. For CP this works perfectly, and they end up renamed in the movie folder.
(I don't use SAB). Also, there is a SB more for torrents out there on github, i don't know that stuff, any chanche you make a pbi for that one?

I also saw someone having plex in a jail, how does that work, no pbi for that?

Many thanks, great job!
 

PinkyThePig

Dabbler
Joined
Aug 23, 2013
Messages
15
Hi master Gollum, this is great.
I have a problme with SB, it says it snatches the torrents, but i can't find them in the black hole where they are supposed to be. For CP this works perfectly, and they end up renamed in the movie folder.
(I don't use SAB). Also, there is a SB more for torrents out there on github, i don't know that stuff, any chanche you make a pbi for that one?

I also saw someone having plex in a jail, how does that work, no pbi for that?

Many thanks, great job!

In the How To > Installation forum is a guide to installing stuff from github, specifically in the case of that guide, installing the anime version of sickbeard.

Plex can be installed from this guide: http://forums.plexapp.com/index.php/topic/74794-freenas-91/page-4#entry445913
 

ShinobiX9X

Contributor
Joined
Mar 6, 2013
Messages
141
Hey Pinky,

i followed that guide to install the version of sickbeard i watned, it works great.
next time i'll try that link for plex

thank you very much
 

tofagerl

Contributor
Joined
Aug 26, 2013
Messages
118
Tofagerl, you can put all three in the one jail - see my earlier post in this thread :)

I did just this, and it works perfectly, except for one small bug; all three plugins are listed as "off" in the freenas interface. Bothers me not at all, of course :)
 

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
hello, ok so i was able to install sickbeard and sabnzbd but I notice they are not in the same jail so the folders are separate. Sorry im new to this but is this how it works? do I make 2 different mounts to put downloads in? I think I am just confused on how the folders work when it downloads and move them around.
 

Master Gollom

Dabbler
Joined
Jul 25, 2013
Messages
44
You can install the plugins into the same jail, by this way:
Jails -> Select the Jail by clicking it -> click on the brown box on the bottom of the page
Now the plugin's going to be installed in the jail you wanted it to be installed
 

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
thank you. i thought that button was for that but i just want to verify
 

tanik1

Contributor
Joined
Mar 31, 2013
Messages
163
hello again. is there a way to tell sickbeard which of the many files for one episode to get? like by a different group.

because i see there are a couple of say HD quality file but how does it know exactly which one to get?
 

prod

Dabbler
Joined
May 29, 2013
Messages
22
Yeah i would like to see 1 PBI that had Couchpotato, Headphones, sickbeard all in one quick PBI keeping sabnzbd separate for easy upgrades in the future :)
 

Master Gollom

Dabbler
Joined
Jul 25, 2013
Messages
44
@tanik,
Well while configuring sickbeard you tell him what forum/site it should be searching for nzb's. Usually sickbeard takes the first nzb it finds, if that one doesn't work, it takes the next one.

@prod,
That won't work, because of the process of how you create pbi's.
 

calgarychris

Contributor
Joined
Aug 27, 2011
Messages
124
Master Gollom, fantastic work on the pbi's - too easy to get it all running now. Any chance you'll be looking at Headphones?

Thanks again for the great work!
 

auskento

Dabbler
Joined
Feb 7, 2013
Messages
13
Hi,

Just wondering if anyone had a resolution to the update error of Sick-Beard?
Code:
Traceback (most recent call last):
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cprequest.py", line 660, in respond
    response.body = self.handler()
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/lib/encoding.py", line 193, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/pbi/sickbeard-amd64/SickBeard/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/webserve.py", line 2128, in update
    updated = sickbeard.versionCheckScheduler.action.update() #@UndefinedVariable
  File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/versionChecker.py", line 101, in update
    return self.updater.update()
  File "/usr/pbi/sickbeard-amd64/SickBeard/sickbeard/versionChecker.py", line 467, in update
    f = open(tar_download_path, 'wb')
IOError: [Errno 13] Permission denied: '/usr/pbi/sickbeard-amd64/SickBeard/master'


Not sure if 'master' is meant to be a file or a folder.
 

calgarychris

Contributor
Joined
Aug 27, 2011
Messages
124
Re the update error:

Take a look at permissions - I had something similar and when I "Chown'd" it to The user that SB uses, everything worked...
 

auskento

Dabbler
Joined
Feb 7, 2013
Messages
13
Seems i found the fix, thanks calgarychris

chown -R _sickbeard:_sickbeard /usr/pbi/sickbeard-amd64/SickBeard

Fixed the problem.
Update and restart worked fine, thanks for the pointer.
 

calgarychris

Contributor
Joined
Aug 27, 2011
Messages
124
Yep, that was it
 
Status
Not open for further replies.
Top