[ SabNZBdPlus 3 ] [ 4.0.1 ] The automated Usenet download tool

This is the best place for community developers to publish their genius work. Your Apps enrich the QNAP Turbo NAS.
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

[ SabNZBdPlus 3 ] [ 4.0.1 ] The automated Usenet download tool

Post by QNAP_Stephane »

Image

Source https://sabnzbd.org

Downloadx64 , arm64, arm-x41 (removed due sabyenc requiere a newer gcc)

https://www.myqnap.org/product/sabnzbd-plus/ (old version not maintained)

Apache81 : https://www.myqnap.org/product/sabnzbdplus-apache81/
Apache82 : https://www.myqnap.org/product/sabnzbdplus-apache82/

QPKG Integration

Code: Select all

This QPKG run on port 9292 by default HTTP
cross compiled with unrar 5.9.4 and Par2CMD Line (MT) ( https://github.com/jkansanen/par2cmdline-mt )
config file /opt/QSabNZBd3/SAB_CONFIG/config.ini
logs file /opt/QSabNZBd3/SAB_CONFIG/logs
About

Small and large screens
With the responsive Glitter interface, you can access SABnzbd and manage your downloads from any device: desktop, tablet or phone. Others have made Android/iOS (LunaSea), Android (nzb360) and iOS (nzbUnity) apps to manage SABnzbd.

Integrates with other tools
Apps like Sonarr, SickChill, Radarr, Headphones, Lidarr and more can integrate with SABnzbd and automate your download process.
SABnzbd can also read and process RSS feeds, activate custom scripts and notify you.

In 16 languages
SABnzbd now ships with 16 localizations:
English, Dansk, Deutsch, Español (castellano), Français, Nederlands, Norsk bokmål, Polski, Português Brasileiro, Româna, Suomi, Svenska, русский язык, српски, עִבְרִית‎‎, 简体中文.
Last edited by QNAP_Stephane on Sat May 06, 2023 2:22 pm, edited 12 times in total.
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
GTunney
Been there, done that
Posts: 739
Joined: Tue Oct 14, 2014 4:16 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by GTunney »

Thanks for this Stephane.

Is there any way to transfer config from 2.3.9 to 3?
Last edited by GTunney on Wed Aug 05, 2020 3:43 pm, edited 2 times in total.
Model: TS-453D 8GB
Disks: 3 x 4TB Western Digital WD40EFRX - RAID 5
Total Storage: 7.2TB
Applications: Plex | Sonarr | QSabnzbd+ | Radarr | Home Assistant | MQTT/Z2M
Other Devices: Netgear D7000 AC1900 VDSL Router | FTTP - 1014/104 | Netgear GS108 Gigabit Switch
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by QNAP_Stephane »

dont think it is posible.. we move from Python2 to python3 not sure all can be compatible on migration

but both can run aside... i am using a different port and an other name for QPKG V3
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
OneCD
Guru
Posts: 12146
Joined: Sun Aug 21, 2016 10:48 am
Location: "... there, behind that sofa!"

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by OneCD »

Configs from 2.3.9 work fine in 3.0.0.

ImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImageImage
User avatar
GTunney
Been there, done that
Posts: 739
Joined: Tue Oct 14, 2014 4:16 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by GTunney »

QNAP_Stephane wrote: Wed Aug 05, 2020 3:29 pm dont think it is posible.. we move from Python2 to python3 not sure all can be compatible on migration

but both can run aside... i am using a different port and an other name for QPKG V3
Copying config from 2.3.9 works.

It's saying I don't have Multicore Par2 installed? I have par2cmdline from Qnap club repo installed but Sab3 isn't detecting it.
Model: TS-453D 8GB
Disks: 3 x 4TB Western Digital WD40EFRX - RAID 5
Total Storage: 7.2TB
Applications: Plex | Sonarr | QSabnzbd+ | Radarr | Home Assistant | MQTT/Z2M
Other Devices: Netgear D7000 AC1900 VDSL Router | FTTP - 1014/104 | Netgear GS108 Gigabit Switch
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by QNAP_Stephane »

it is in QPKG Path which is exported in $PATH on qpkg start

/opt/QSabNZBd3/bin/par2
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
GTunney
Been there, done that
Posts: 739
Joined: Tue Oct 14, 2014 4:16 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by GTunney »

QNAP_Stephane wrote: Wed Aug 05, 2020 3:47 pm it is in QPKG Path which is exported in $PATH on qpkg start

/opt/QSabNZBd3/bin/par2
Yes i have the below in there

par2
par2create
par2verify
par2repair
Model: TS-453D 8GB
Disks: 3 x 4TB Western Digital WD40EFRX - RAID 5
Total Storage: 7.2TB
Applications: Plex | Sonarr | QSabnzbd+ | Radarr | Home Assistant | MQTT/Z2M
Other Devices: Netgear D7000 AC1900 VDSL Router | FTTP - 1014/104 | Netgear GS108 Gigabit Switch
User avatar
GTunney
Been there, done that
Posts: 739
Joined: Tue Oct 14, 2014 4:16 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by GTunney »

I've managed to resolve this.

I checked my old Sab install and noticed par2 was renamed to par2.old presumably so it can use the par2 installed via par2cmdline-MT

Done the same on my new sab and renamed par2 to par2.old, restart sab and it's now detecting multicore par2 via Par2cmdline-MT app.
Model: TS-453D 8GB
Disks: 3 x 4TB Western Digital WD40EFRX - RAID 5
Total Storage: 7.2TB
Applications: Plex | Sonarr | QSabnzbd+ | Radarr | Home Assistant | MQTT/Z2M
Other Devices: Netgear D7000 AC1900 VDSL Router | FTTP - 1014/104 | Netgear GS108 Gigabit Switch
User avatar
Maggus
Starting out
Posts: 47
Joined: Thu Mar 06, 2014 5:38 pm
Location: Germany

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by Maggus »

GTunney wrote: Wed Aug 05, 2020 4:03 pm Done the same on my new sab and renamed par2 to par2.old, restart sab and it's now detecting multicore par2 via Par2cmdline-MT app.
Thanks, this was the point! Did the same and now multicore is available!

P.S.: Thanks Stephane for your great work! Your next beer is on me, donation is on the way! Cheers!
stormer
Starting out
Posts: 17
Joined: Sat May 18, 2019 7:41 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by stormer »

Hi Stephane,

Please check following topic on SABnzbd forum about multicore par2 on V3.0.0. They suggested to post it here to make you aware.

https://forums.sabnzbd.org/viewtopic.php?f=3&t=24893

Edit: I noticed now it was already reported here.

Kind regards,
Stormer
pippotaz
New here
Posts: 3
Joined: Mon Jun 27, 2016 7:27 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by pippotaz »

I've tried moving over the config from 2.3.9 to 3.0.1 but after that SabNZBdPlus 3 reports version 2.3.9 (with the old version not running) I've peeked into the config file but can't find a way to correct that....
(if you're wondering restoring the original 3.0.1 config shows the correct version instead)

Also about renaming par2.old where did you find it in the install folder ?

Thank you !
tanderson92
Starting out
Posts: 24
Joined: Sun Jul 26, 2020 2:18 pm

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by tanderson92 »

I just upgraded to 3.0.1, and now SAB won't start. The config file didn't change from my last update 20 August, but https://nasip:8243 reports unable to connect. Trying to start SAB from the QNAP shortcuts opens http://nasip:9292, which also reports unable to connect. Is there a way to see what port this running server is using?

I wound up just completely uninstalling and reinstalling SAB, keeping a copy of my config file so that I didn't have to re-enter the server names and other configuration. That worked fine, but again the new qpkg is looking for port 9292 instead of 8243, even though the config.ini has 8243 as the port. I'm assuming this has to do with the way the NAS assigns ports to installed applications. Is there a way to force a certain port on a qpkg, or will it just randomly change from time to time as the package is updated? EDIT: the port was a red herring. The configuration has 9292 as the insecure port and 8243 as https; both work fine after the re-install. The issue was something else, not the port.
Last edited by tanderson92 on Wed Aug 26, 2020 9:39 pm, edited 2 times in total.
User avatar
Maggus
Starting out
Posts: 47
Joined: Thu Mar 06, 2014 5:38 pm
Location: Germany

Re: [ SabNZBdPlus 3 ] [ 3.0.0 ] The automated Usenet download tool

Post by Maggus »

tanderson92 wrote: Wed Aug 26, 2020 5:51 pm I just upgraded to 3.0.1, and now SAB won't start.
I had the same issue. I did a backup from my config and reinstalled it. restored the config, rename the par2 file again and sab did work again. No idea where the issue was...
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ SabNZBdPlus 3 ] [ 3.0.1 ] The automated Usenet download tool

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
User avatar
QNAP_Stephane
Experience counts
Posts: 4802
Joined: Wed Mar 27, 2013 1:00 am

Re: [ SabNZBdPlus 3 ] [ 3.0.2 ] The automated Usenet download tool

Post by QNAP_Stephane »

updated
---------------------------------------------------------------------------------------------------------------------------

Find all QPKG in the MyQnap.org repository https://www.myqnap.org
join our discord server for any inquiry related to qpkg - https://discord.gg/4fPxHSWKQW

----------------------------------------------------------------------------------------------------------------------------
Post Reply

Return to “Community Apps”