Might be this? https://github.com/sabnzbd/sabnzbd/comm ... b7f5a7f00a
It looks like 'interfaces/Glitter/templates/include_menu.tmpl' had some changes related to end-of-queue operations.
Search found 606 matches
- January 16th, 2024, 4:08 pm
- Forum: Bug Reports
- Topic: Scripts not working
- Replies: 8
- Views: 6076
- January 16th, 2024, 4:02 pm
- Forum: Bug Reports
- Topic: Scripts not working
- Replies: 8
- Views: 6076
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
- January 16th, 2024, 3:50 pm
- Forum: Bug Reports
- Topic: Scripts not working
- Replies: 8
- Views: 6076
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.
I'll continue checking the later releases and see if I can find out where it stopped working.
- January 16th, 2024, 1:21 pm
- Forum: Bug Reports
- Topic: Scripts not working
- Replies: 8
- Views: 6076
Re: Scripts not working
#Metoo! 

- January 6th, 2024, 11:25 pm
- Forum: Debian/Ubuntu Package
- Topic: Changing Incomplete Folder Issue
- Replies: 4
- Views: 4901
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?

And did you click the ".." to jump back to the parent directory?
Have you tried entering the full path manually?
- January 6th, 2024, 11:06 pm
- Forum: Debian/Ubuntu Package
- Topic: Changing Incomplete Folder Issue
- Replies: 4
- Views: 4901
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.

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.
- January 6th, 2024, 2:20 pm
- Forum: Feature Requests
- Topic: modification of history item totals display?
- Replies: 2
- Views: 12266
Re: modification of history item totals display?
No worries, thanks @safihre. 
- January 5th, 2024, 11:31 pm
- Forum: Feature Requests
- Topic: modification of history item totals display?
- Replies: 2
- Views: 12266
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...
- January 1st, 2024, 8:16 pm
- Forum: General Help
- Topic: Strange free space value shown by SABnzbd
- Replies: 8
- Views: 6022
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.
- January 1st, 2024, 7:58 pm
- Forum: General Help
- Topic: Strange free space value shown by SABnzbd
- Replies: 8
- Views: 6022
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
- January 1st, 2024, 5:54 pm
- Forum: General Help
- Topic: Strange free space value shown by SABnzbd
- Replies: 8
- Views: 6022
Re: Strange free space value shown by SABnzbd
And where is your home folder located?
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.
Code: Select all
df -h $HOME
- January 1st, 2024, 5:35 pm
- Forum: General Help
- Topic: Strange free space value shown by SABnzbd
- Replies: 8
- Views: 6022
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?
What is the present location of your temporary folder? This can be found in the SABnzbd settings.

What is the free-space of the block device holding your temporary folder?
Code: Select all
df -h
- December 1st, 2023, 12:13 am
- Forum: Bug Reports
- Topic: wiki page: Installing par2cmdline-turbo confusion?
- Replies: 2
- Views: 7447
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?
- November 30th, 2023, 11:41 pm
- Forum: Bug Reports
- Topic: wiki page: Installing par2cmdline-turbo confusion?
- Replies: 2
- Views: 7447
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...
- October 9th, 2023, 12:27 pm
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 354825
Re: Howto: updating in Debian proper
+1sander 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
That's how I run it in Debian Bookworm.
