[Release thread] SABnzbd plugin

Status
Not open for further replies.

denist

Contributor
Joined
Jan 28, 2013
Messages
188
Fixed it via the info above

The way I did it was open shell in freenas

Jls first

Find out which number is sabnzbd mine was 2

Then jexec 2 csh

Then write the command

pkg_add -r tbb

Then close shell

Now Sab will repair and par2

One question can we do multi par2

Is the required files there or do we need to download them and over write the existing

Denis
 

denist

Contributor
Joined
Jan 28, 2013
Messages
188
Ok now is there a way to update sabnzbd to 7.16 as 7.14 is failing all misnamed jobs and it has been fixed in the new version
 

tofagerl

Contributor
Joined
Aug 26, 2013
Messages
118
Not really. When the port in the tree gets updated I think you should be able to update that, but until that happens you might as well just wait.

Note that there is another solution, which is much harder: download the 0.7.16 version and make run that instead of the port version. But there's probably a very good reason the file layout in the port version is so different from the original source tree, and I have no idea what it is, so I cba trying to figure it out.
 

Master Gollom

Dabbler
Joined
Jul 25, 2013
Messages
44
Hi there,

I think I'm gonna create a new plugin without using the ports tree in a few weeks...there's too much trouble updating sabnzbd....
 

raidflex

Guru
Joined
Mar 14, 2012
Messages
531
Hi there,

I think I'm gonna create a new plugin without using the ports tree in a few weeks...there's too much trouble updating sabnzbd....


Any update on if you are going to create a new plugin?
 

nvader

Explorer
Joined
Dec 20, 2012
Messages
53
Fixed it via the info above

The way I did it was open shell in freenas

Jls first

Find out which number is sabnzbd mine was 2

Then jexec 2 csh

Then write the command

pkg_add -r tbb

Then close shell

Now Sab will repair and par2

One question can we do multi par2

Is the required files there or do we need to download them and over write the existing

Denis


that did the trick. thanks for the info!
 

acornelissen

Cadet
Joined
Oct 15, 2013
Messages
1
Any progress here on an updated plugin? I see 0.7.16 has been released to ports.
Failing post download processing because of renamed files is a bit of an inconvenience.

Thank you for creating these!
 

tofagerl

Contributor
Joined
Aug 26, 2013
Messages
118
Note that it's not actually that difficult to go from plugin to ports. Quick NON-EASY guide that should NOT BE FOLLOWED unless (1) actually verified by someone who knows what they're doing and (2) user can fix any mistakes as they go along
Code:
1. portsnap fetch
2. cd /usr/ports/news/sabnzbdplus
3. make install clean
4. cp /usr/pbi/sabnzbd-amd64/sabnzbd/sabnzbd.ini /usr/local/sabnzbd/
5. modify /usr/local/etc/rc.d/sabnzbd to reflect changed paths and so forth
6. service sabnzbd restart
7. check if the new version is running in your web browser
8. pbi_delete sabnzbd*
 

exactrawr

Dabbler
Joined
Sep 25, 2013
Messages
44
Any progress here on an updated plugin? I see 0.7.16 has been released to ports.
Failing post download processing because of renamed files is a bit of an inconvenience.

Thank you for creating these!

Waiting on this also. Getting downloads in sab that are failing because of failed verification?
 

exactrawr

Dabbler
Joined
Sep 25, 2013
Messages
44
Yes I have but i get:

I then tried repairing my files in sab but no luck there.

Edit: Tried restarting my Sabnzbd jail and now the files seem to repair and sort! Thanks for the help

Code:
root@sabnzbd_1:/ # pkg_add -r tbb                                         
Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/
tbb.tbz... Done.                                                           
pkg_add: package 'tbb-4.1.3' or its older version already installed       
root@sabnzbd_1:/ #  
 

raidflex

Guru
Joined
Mar 14, 2012
Messages
531
Any word on if this plugin will be upgraded to 0.7.16. Or even if there is a way to upgrade it manually?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I'm might try working on this soon as well. (been busy buying my first home and getting ready to get married next year)

I suggest we just create our own port for all if these Python programs. the sabnzbd port has a weird file layout that makes it difficult to work with. I think keeping everything in $BASE/share/$PROGRAM is the way to go. it can have a 'data' directory and 'PROGRAM' directory for easy updating. We could then just have an update function in the rc script.

hopefully I can work on this soon, but no promises till the dust settles.
 

raidflex

Guru
Joined
Mar 14, 2012
Messages
531
I'm might try working on this soon as well. (been busy buying my first home and getting ready to get married next year)

I suggest we just create our own port for all if these Python programs. the sabnzbd port has a weird file layout that makes it difficult to work with. I think keeping everything in $BASE/share/$PROGRAM is the way to go. it can have a 'data' directory and 'PROGRAM' directory for easy updating. We could then just have an update function in the rc script.

hopefully I can work on this soon, but no promises till the dust settles.

Yeah that sounds good, I don't even mind updating it manually like I did with Sickbeard and Couchpotato. For now my Sab is functional and I really don't have any items that fail download, but sometimes it does happen, hence why I wanted to upgrade. I understand you are busy I know I just got married this year too and moving that would just add to it, I can only imagine.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
So I was able to modify the sabnzbdplus port. I have the SABnzbd directory completely unmodified and added an update function in the init script.
Now I'm going to see if I can make a freenas pbi using it. Once I'm done I'll post it on github and start working on the other python scripts (sickbeard, couchpotato, lazylibrarian, ect.. )

Haven't used FreeNAS since 8.3. So now every plugin is in it's own jail? I guess all of these plugin jails would need nullfs access to the same downloads / media files. Gotta play around with FreeNAS more but I hope to have a workable PBI and sourcecode on github next weekend.
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,402
Haven't used FreeNAS since 8.3. So now every plugin is in it's own jail? I guess all of these plugin jails would need nullfs access to the same downloads / media files.
You can create a plugins jail first and then add each PBI to that jail. Otherwise, yes each plugin has its own jail.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
You can create a plugins jail first and then add each PBI to that jail. Otherwise, yes each plugin has its own jail.

Thanks, figured that out eventually, lol.
 

Savell Martin

Contributor
Joined
Jun 10, 2013
Messages
164
Could you work on Headphone too please :)
SabNZBD, CP, SB, HP, and maybe a SB Anime branch if possible :)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Could you work on Headphone too please :)
SabNZBD, CP, SB, HP, and maybe a SB Anime branch if possible :)


On the list alone with others.
Different branches of SickBeard will need special attention, and will be tackled once we can get working prototypes of everything
 
Status
Not open for further replies.
Top