Search found 997 matches

by jcfp
April 20th, 2023, 10:38 am
Forum: Beta Releases
Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Replies: 5
Views: 8285

Re: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)

You'll have to figure out where the old version is installed.

Try executing the same python executable under the same user as the application (modify 'python3' if necessary) and make it tell you where it loads the module from:

Code: Select all

python3 -c 'import sabctools; print(sabctools.__path__)'
by jcfp
April 20th, 2023, 4:02 am
Forum: Beta Releases
Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Replies: 5
Views: 8285

Re: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)

Note that your output shows some pip commands were run as root, others under an 'osmc' account. Depending on pip defaults and options, files installed using the root account (v6.1.1?) may end up in the system-wide site-packages dir. I recommend using a per-application venv as a clean and simple way ...
by jcfp
April 11th, 2023, 11:15 am
Forum: Debian/Ubuntu Package
Topic: Upgrading sabnzbdplus from apt-get to 3.7.2 source
Replies: 2
Views: 1788

Re: Upgrading sabnzbdplus from apt-get to 3.7.2 source

There's a bunch of subtle but relevant patches applied to make the Debian package work, so you cannot just overwrite the installed files with those from a source release. See https://forums.sabnzbd.org/viewtopic.php?t=9844 for upgrade options (if you had installed 3.1.1 via apt-get before, you'd be ...
by jcfp
April 2nd, 2023, 11:19 am
Forum: General Discussion
Topic: No sabnzbd icon and sorting issue
Replies: 3
Views: 5663

Re: No sabnzbd icon and sorting issue

The sorting only kicks in if the job is in the tv category. If you don't explicitly set that category when adding new jobs to the queue, the sole factor determining the category in your setup is the 'indexer category/groups'. Different indexers could thus lead to different results; you may want to o...
by jcfp
March 25th, 2023, 5:17 am
Forum: Nederlands
Topic: Download snelheid draadloos/bedraad
Replies: 5
Views: 5023

Re: Download snelheid draadloos/bedraad

Als aansluiten via een netwerkkabel niet kan, blijft hooguit nog powerline (dataverbinding via het stopcontact) over als mogelijk alternatief. Dat werkt op zich best aardig, hoewel het meestal ook weer niet de theoretisch maximumsnelheid haalt die op de doos staat. Eventueel gewoon ergens online bes...
by jcfp
March 25th, 2023, 5:07 am
Forum: Bug Reports
Topic: i'm really done with this it keeps disconnecting my internet.
Replies: 9
Views: 12112

Re: i'm really done with this it keeps disconnecting my internet.

Every time I was downloading with sabnzbd, my internet would choke and die and I have to reset the router. So you already identified the culprit: a crappy isp-supplied router that cannot handle normal use of the connection you're paying for. Better get that fixed, this problem isn't going away by t...
by jcfp
March 25th, 2023, 4:46 am
Forum: General Help
Topic: Automatic moving completed XXX
Replies: 1
Views: 801

Re: Automatic moving completed XXX

If by "automatically moved to a designated folder like tv show" you mean the sorting, it doesn't currently support this. Easiest alternative would be to setup a category with the directory set to wherever you want these jobs to end up, then assign that category to relevant jobs when adding...
by jcfp
March 13th, 2023, 10:20 am
Forum: Debian/Ubuntu Package
Topic: Ubuntu 22.04 - Running Sabnzbd with a different group
Replies: 2
Views: 18762

Re: Ubuntu 22.04 - Running Sabnzbd with a different group

Note that it's possible to use chown syntax (user:group) for the USER setting in /etc/default/sabnzbdplus, which is also why the init.d uses ${USER%:*} if it really wants only the user part. Admittedly, it is kind of an undocumented feature as fiddling with these things tends to get newbies in troub...
by jcfp
February 25th, 2023, 4:50 am
Forum: General Help
Topic: SAB doesn't allow connection from internal network.
Replies: 16
Views: 11080

Re: SAB doesn't allow connection from internal network.

utahwazoo wrote: February 24th, 2023, 4:28 pmI'm looking forward to learning what I am doing wrong!
utahwazoo wrote: February 24th, 2023, 4:52 pmP.S. - Setting up SABnzbd as a download client succeeds. It is only when I attempt to set it up as an indexer does the call fail. Thanks!
Well... maybe that's because sabnzbd is a download client, and not an indexer?
by jcfp
February 16th, 2023, 6:27 am
Forum: General Help
Topic: How to view live script output in history tab/api while post processing is ongoing?
Replies: 3
Views: 1842

Re: How to view live script output in history tab/api whole script is not finished?

I don't think there is a way to get live updates of that output from sab while your postproc script is running, from either the web interface or the API.
by jcfp
January 31st, 2023, 4:47 am
Forum: General Help
Topic: Newbie
Replies: 2
Views: 863

Re: Newbie

dellboy wrote: January 30th, 2023, 7:12 pmError message tells me I've got to use a standalone legacy version?
Where can I download this?
It's listed on the very same page as all the other downloads, as "Windows Portable (32bit and legacy)".
by jcfp
January 23rd, 2023, 3:17 am
Forum: Bug Reports
Topic: Download slowdowns limited by CPU on fast Linux PC
Replies: 13
Views: 8637

Re: Download slowdowns limited by CPU on fast Linux PC

If the SSD slows down the speed should go down and stay at some value more or less constant. At least I would think so. In my case the speed graph has a saw-tooth-like shape. The speed goes down sometimes to almost zero then up to almost max. Sab itself can throttle download speed if it notices int...
by jcfp
January 22nd, 2023, 6:23 am
Forum: Bug Reports
Topic: Download slowdowns limited by CPU on fast Linux PC
Replies: 13
Views: 8637

Re: Download slowdowns limited by CPU on fast Linux PC

The disk speed limit starts to pop up in about 5 minutes after the download starts. But first the article cache fills up (my limit is set to 1G). That could be the internal workings of the ssd, something to do with zfs, or the combination of both. Many low end nvme drives (no dram cache with qlc fl...
by jcfp
January 5th, 2023, 6:43 am
Forum: Bug Reports
Topic: URLGRABBER CRASHED ZeroDivisionError: division by zero
Replies: 7
Views: 3520

Re: URLGRABBER CRASHED ZeroDivisionError: division by zero

MThJtER wrote: January 4th, 2023, 11:48 amunable to add full trace as 'New users are not allowed to post links'
Please put the log or trace on a pastebin, and post the link in a way the anti-spam doesn't trigger on it (e.g. pastebin com abcd1234).
by jcfp
December 27th, 2022, 2:04 pm
Forum: General Help
Topic: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank
Replies: 8
Views: 2074

Re: SABnzbd Applying Permissions When "Permissions for completed downloads" is Blank

The code stripping the executable and setgid/setuser bits doesn't expand permissions (unless custom permissions are set to that effect), see the relevant function . In the absence of custom permissions, it applies the intersection of the current permissions with the inverse of the unwanted-for-secur...