Search found 560 matches

by OneCD
January 16th, 2024, 4:02 pm
Forum: Bug Reports
Topic: Scripts not working
Replies: 8
Views: 2494

Re: Scripts not working

update:
  • works in 4.2.0Alpha1
  • works in 4.2.0Alpha2
  • not working in 4.2.0Alpha3
  • not working in 4.2.0Beta1
If filesystem.py hasn't changed, maybe it’s the interface?
by OneCD
January 16th, 2024, 3:50 pm
Forum: Bug Reports
Topic: Scripts not working
Replies: 8
Views: 2494

Re: Scripts not working

Just did a test: went back to SABnzbd 4.1.0 (running from source), and it correctly lists my scripts in the same environment 4.2.1 doesn't.

I'll continue checking the later releases and see if I can find out where it stopped working.
by OneCD
January 16th, 2024, 1:21 pm
Forum: Bug Reports
Topic: Scripts not working
Replies: 8
Views: 2494

Re: Scripts not working

#Metoo! :)
by OneCD
January 6th, 2024, 11:25 pm
Forum: Debian/Ubuntu Package
Topic: Changing Incomplete Folder Issue
Replies: 4
Views: 1645

Re: Changing Incomplete Folder Issue

Ah, no worries. :)

And did you click the ".." to jump back to the parent directory?

Have you tried entering the full path manually?
by OneCD
January 6th, 2024, 11:06 pm
Forum: Debian/Ubuntu Package
Topic: Changing Incomplete Folder Issue
Replies: 4
Views: 1645

Re: Changing Incomplete Folder Issue

Hi and welcome to the forum. :)

Are you using forward-slashes or backslashes when creating your path?

Your post shows backslashes (used only in DOS, Windows environments).

Linux paths use forward-slashes.
by OneCD
January 6th, 2024, 2:20 pm
Forum: Feature Requests
Topic: modification of history item totals display?
Replies: 2
Views: 5229

Re: modification of history item totals display?

No worries, thanks @safihre. 👍
by OneCD
January 5th, 2024, 11:31 pm
Forum: Feature Requests
Topic: modification of history item totals display?
Replies: 2
Views: 5229

modification of history item totals display?

Hi guys. :) Using SABnzbd 4.2.1 on Debian 12.4 and it's all working very well. Nice job. I noticed a short time ago, there's now an additional processing counter shown (with a cyan background), along with what appears to be the original history counter. However, the display of these totals is a litt...
by OneCD
January 1st, 2024, 8:16 pm
Forum: General Help
Topic: Strange free space value shown by SABnzbd
Replies: 8
Views: 3773

Re: Strange free space value shown by SABnzbd

Yes, you could also watch that folder as SABnzbd is running and see if anything is written to it.
by OneCD
January 1st, 2024, 7:58 pm
Forum: General Help
Topic: Strange free space value shown by SABnzbd
Replies: 8
Views: 3773

Re: Strange free space value shown by SABnzbd

Try this one too (please correct the path if it’s wrong):

Code: Select all

df -h $HOME/Temp/Incoming
by OneCD
January 1st, 2024, 5:54 pm
Forum: General Help
Topic: Strange free space value shown by SABnzbd
Replies: 8
Views: 3773

Re: Strange free space value shown by SABnzbd

And where is your home folder located?

Code: Select all

df -h $HOME
It appears your /dev/shm (a temporary path used by the OS and created in RAM) is the same size as reported by SABnzbd. I suspect your temporary folder is actually on that RAMdisk.
by OneCD
January 1st, 2024, 5:35 pm
Forum: General Help
Topic: Strange free space value shown by SABnzbd
Replies: 8
Views: 3773

Re: Strange free space value shown by SABnzbd

Hi and welcome to the forum. :)

What is the free-space of the block device holding your temporary folder?

Code: Select all

df -h
What is the present location of your temporary folder? This can be found in the SABnzbd settings.
by OneCD
December 1st, 2023, 12:13 am
Forum: Bug Reports
Topic: wiki page: Installing par2cmdline-turbo confusion?
Replies: 2
Views: 2849

Re: wiki page: Installing par2cmdline-turbo confusion?

I can, but I’m not sure which path should be shown as the correct one. Should we update the path in the example or above it?
by OneCD
November 30th, 2023, 11:41 pm
Forum: Bug Reports
Topic: wiki page: Installing par2cmdline-turbo confusion?
Replies: 2
Views: 2849

wiki page: Installing par2cmdline-turbo confusion?

Hey guys, The second section of this wiki page (named "Installation of pre-built binaries") says the example is for /usr/local/bin/ Example of unpacking and putting into /usr/local/bin/ on Linux x86_64: ... but this path isn't used in the example. Instead, the example shows /usr/bin/ xz -d...
by OneCD
October 9th, 2023, 12:27 pm
Forum: Debian/Ubuntu Package
Topic: Howto: updating in Debian proper
Replies: 56
Views: 251584

Re: Howto: updating in Debian proper

sander wrote: October 9th, 2023, 9:55 am But if you're that technical, why don't you run SABnzbd from source, with a python-venv? (Disclaimer: Maybe I missed something) See https://github.com/sabnzbd/sabnzbd/disc ... nt-6198486
+1

That's how I run it in Debian Bookworm. :)
by OneCD
September 29th, 2023, 3:52 pm
Forum: General Help
Topic: Errors trying to update to 4.1.0 on Debian 12
Replies: 6
Views: 1479

Re: Errors trying to update to 4.1.0 on Debian 12

Try upgrading just the 'sabctools' module:

Code: Select all

python3 -m pip install --upgrade sabctools