Search found 565 matches

by OneCD
February 28th, 2023, 6:23 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

I've now established 2 separate environments: #1 = 'sabctools' not recognised (but was installed the right way) #2 = 'sabctools' works fine (because it's been force-reinstalled) After comparing the site-packages directories for both environments, about the only thing I can see that's different is th...
by OneCD
February 28th, 2023, 5:41 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

>>> import sys >>> for path in sys.path: print(path) Cheers mate! :) I've done some checking after installing 'sabctools' the usual way: pip install sabctools ... and after reinstalling it the workaround way: pip install --force-reinstall --no-binary :all: sabctools ... and here what I have. This a...
by OneCD
February 28th, 2023, 1:50 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

Sounds like there's something peculiar with your setup. Ain't that the truth. ;D It's a QNAP NAS running QNAP's heavily-modified Ubuntu (known as QTS) as an embedded OS. If it happens again then I suggest locating the files before and after force install to see if it's the same files in the same pa...
by OneCD
February 27th, 2023, 8:21 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

I've been testing the v4 alpha 2 release. :)

Looks fine, except I still see the same issue with the 'sabctools' PyPI module I get with the 'sabyenc3' module: i.e. it needs to be force-reinstalled before SABnzbd will see it. :(

viewtopic.php?p=128567#p128567
by OneCD
February 26th, 2023, 8:13 pm
Forum: Feature Requests
Topic: Don't delete scripts on upgrade
Replies: 4
Views: 6926

Re: Don't delete scripts on upgrade

Have you tried putting your scripts directory somewhere else?
by OneCD
February 24th, 2023, 1:19 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

Awesome!

Thanks again @sander. Image
by OneCD
February 24th, 2023, 4:22 am
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

Can someone please confirm: is this the current icon?

Image
by OneCD
February 23rd, 2023, 2:47 pm
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

Ah, that would explain why I've been unable to locate the original online. ;D

No worries, I'll ensure I use a current one instead. Image
by OneCD
February 22nd, 2023, 4:48 am
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

Re: SABnzbd v4 compatibility with v3?

Thanks @sander. :)

I only asked about the icon because the current SVG has a very faint (but still visible) “3” in it.
by OneCD
February 22nd, 2023, 4:22 am
Forum: Beta Releases
Topic: SABnzbd v4 compatibility with v3?
Replies: 18
Views: 20664

SABnzbd v4 compatibility with v3?

Hi guys, I just wanted to get a head-start on preparing for the new SABnzbd 4.

Will the upgrade from 3.7.x be fairly straightforward?

Any new or removed external dependencies? New or removed Python modules?

And most importantly: will there be a new application icon? ;)
by OneCD
January 10th, 2023, 2:55 pm
Forum: Bug Reports
Topic: "System Folders" checkbox: rename please?
Replies: 2
Views: 1687

Re: "System Folders" checkbox: rename please?

Will do. It's been a while since my last PR, so I could use the practice. :D
by OneCD
January 8th, 2023, 6:17 pm
Forum: Bug Reports
Topic: "System Folders" checkbox: rename please?
Replies: 2
Views: 1687

"System Folders" checkbox: rename please?

Hi guys. Hope everyone is well, and you all had a great new year. :) Environment: Linux kernel running with GNU utils (in this case: a QNAP NAS). Running SABnzbd 3.7.1 from source. Just a minor gripe: when browsing the directory tree in the SABnzbd config -> 'Folders' -> 'Browse' any folder -> there...
by OneCD
December 19th, 2022, 12:03 am
Forum: General Help
Topic: Fetch NZB from multiple URL
Replies: 5
Views: 1550

Re: Fetch NZB from multiple URL

If you already have the NZB files, might be better to place them in the SABnzbd "watched" folder. Then SAB will import them automatically, and begin downloading articles. :)
by OneCD
December 11th, 2022, 12:37 am
Forum: General Help
Topic: Hyphen in filenames
Replies: 10
Views: 2473

Re: Hyphen in filenames

Ok, I'll include a flag to disable the auto-update during restart when I'm next working on the service script for SABnzbd. I don't know when this will be though. ;D Thank you very, very much! Hi @an3k, I've just added this feature to the SABnzbd service-script. You'll need to update your current SA...
by OneCD
December 2nd, 2022, 11:53 pm
Forum: General Help
Topic: "SAByenc not found" with SAB 3 [QNAP NAS]
Replies: 29
Views: 11284

Re: "SAByenc not found" with SAB 3 [QNAP NAS]

Hey guys. :) If I may revive this one again (as it's still happening). I've been reinstalling the 'sabyenc3' PyPI module so SABnzbd will see it, but I'm now seeing a couple of deprecation warnings when doing-so. Maybe we can revisit this? DEPRECATION: --no-binary currently disables reading from the ...