Just a suggestion. When the archive is toggled on, all the buttons jump to the bottom of the page, which depending on how many archive entries there are, could be quite far down the page. Would it be possible to have them remain to the left of the 'multi-opetations' toggle?
Thanks in advance
Search found 89 matches
- May 11th, 2024, 6:30 am
- Forum: General Help
- Topic: Archive
- Replies: 9
- Views: 3625
- May 6th, 2024, 3:01 am
- Forum: General Help
- Topic: Archive
- Replies: 9
- Views: 3625
Re: Archive
There are already some new options in Config > Switches > History Retention.
Is this a combined history/ history (archive) switch?
Is this a combined history/ history (archive) switch?
- May 6th, 2024, 1:11 am
- Forum: General Help
- Topic: Archive
- Replies: 9
- Views: 3625
Re: Archive
Got it, thanks. How many entries does it hold and can it be auto/ manually cleared?
- May 5th, 2024, 10:48 am
- Forum: General Help
- Topic: Archive
- Replies: 9
- Views: 3625
Archive
Hi,
Thanks for the new version. One thing mentioned in the notes is the archive which I can't find. Is it not user facing?
Thanks
Thanks for the new version. One thing mentioned in the notes is the archive which I can't find. Is it not user facing?
Thanks
- January 7th, 2024, 3:12 am
- Forum: Bug Reports
- Topic: [4.2.0] Trojan found [Windows defender]
- Replies: 14
- Views: 38015
- January 6th, 2024, 9:29 am
- Forum: Bug Reports
- Topic: [4.2.0] Trojan found [Windows defender]
- Replies: 14
- Views: 38015
Re: [4.2.0] Trojan found [Windows defender]
Triggered it for me today on 4.2.1 , whitelisted and then installed finesander wrote: ↑January 6th, 2024, 5:41 am Good news: on https://sabnzbd.org/downloads there is a new version 4.2.1 ... built in a different way ... which does not trigger Microsoft Defender.
So can you try that and feedback if Defender is happy?
- October 9th, 2023, 8:18 am
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 294433
Re: Howto: updating in Debian proper
I just wondered what prevented you from doing a docker install. I did try to do a recent install using the instructions from main page but had issues installing rust so went for docker
- October 9th, 2023, 6:37 am
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 294433
Re: Howto: updating in Debian proper
What are you running?imthenachoman wrote: ↑October 9th, 2023, 6:20 amI can’t use docker on this system. I could put it in a VM but I’d like to avoid that. I’m surprised sab doesn’t maintain a more updated deb package and apt repo.
- October 9th, 2023, 1:09 am
- Forum: Debian/Ubuntu Package
- Topic: Howto: updating in Debian proper
- Replies: 56
- Views: 294433
Re: Howto: updating in Debian proper
It's just much easier to go the docker route tbhimthenachoman wrote: ↑October 8th, 2023, 10:02 pm I was wondering if there have been any updates in how to get a more updated version ofo Sabnzbd in Debian Bookworm (12)? The one it comes with is 3.7.1 -- YIKES!
- September 17th, 2023, 1:08 pm
- Forum: Beta Releases
- Topic: Install par2cmdline-turbo on 4.1.0 rc2
- Replies: 1
- Views: 5339
Re: Install par2cmdline-turbo on 4.1.0 rc2
It's fine. Got it working using the other listed method. Ta
- September 17th, 2023, 12:42 pm
- Forum: Beta Releases
- Topic: Install par2cmdline-turbo on 4.1.0 rc2
- Replies: 1
- Views: 5339
Install par2cmdline-turbo on 4.1.0 rc2
Hi, I'm getting the following error when tryoing to install par2cmdline-turbo. Any help would be appreciated. sudo add-apt-repository ppa:jcfp/sab-addons Assorted programs and modules for use with SABnzbd+. Note that these are entirely optional; the PPAs for the SABnzbd+ releases provide everything ...
- April 20th, 2023, 11:32 am
- Forum: Beta Releases
- Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
- Replies: 5
- Views: 10296
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: python3 -c 'import sabctools; print(sabctools.__path__)' Much appreciate...
- April 20th, 2023, 4:19 am
- Forum: Beta Releases
- Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
- Replies: 5
- Views: 10296
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...
- April 20th, 2023, 2:30 am
- Forum: Beta Releases
- Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
- Replies: 5
- Views: 10296
Re: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Further to this: osmc@Kodi:~/sabnzbd$ pip install -r requirements.txt Defaulting to user installation because normal site-packages is not writeable Ignoring pywin32: markers 'sys_platform == "win32"' don't match your environment Ignoring pyobjc: markers 'sys_platform == "darwin"'...
- April 20th, 2023, 1:27 am
- Forum: Beta Releases
- Topic: SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
- Replies: 5
- Views: 10296
SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1)
Hi, Updated to rc1 on Debian and installed sabctools after seeing the message saying: Essential modules are missing, downloading cannot start. SABCTools disabled: no correct version found! (Found v6.1.1, expecting v7.0.1) Installed sabctools using: pip install sabctools --upgrade Collecting sabctool...