Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

65,959

Downloads of v 3.6.0-Beta5:

119

Last Update:

27 Apr 2022

Package Maintainer(s):

Software Author(s):

  • The SABnzbd-team

Tags:

SABnzbd

This is a prerelease version of SABnzbd.

  • 1
  • 2
  • 3

3.6.0-Beta5 | Updated: 27 Apr 2022

Downloads:

65,959

Downloads of v 3.6.0-Beta5:

119

Maintainer(s):

Software Author(s):

  • The SABnzbd-team

SABnzbd 3.6.0-Beta5

This is a prerelease version of SABnzbd.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The SABnzbd-team. The inclusion of The SABnzbd-team trademark(s), if any, upon this webpage is solely to identify The SABnzbd-team goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged as a Note:

At least one file within this package has greater than 0 detections, but less than 5

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install SABnzbd, run the following command from the command line or from PowerShell:

>

To upgrade SABnzbd, run the following command from the command line or from PowerShell:

>

To uninstall SABnzbd, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade sabnzbd -y --source="'INTERNAL REPO URL'" --version="'3.6.0-Beta5'" --prerelease [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade sabnzbd -y --source="'INTERNAL REPO URL'" --version="'3.6.0-Beta5'" --prerelease
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install sabnzbd
  win_chocolatey:
    name: sabnzbd
    version: '3.6.0-Beta5'
    source: INTERNAL REPO URL
    state: present
    allow_prerelease: yes

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'sabnzbd' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '3.6.0-Beta5'
  options  '--prerelease'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller sabnzbd
{
    Name        = "sabnzbd"
    Version     = "3.6.0-Beta5"
    Source      = "INTERNAL REPO URL"
    chocoParams = "--prerelease"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'sabnzbd':
  ensure          => '3.6.0-Beta5',
  install_options => ['--prerelease'],
  provider        => 'chocolatey',
  source          => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 27 Apr 2022.

Description

SABnzbd is a program to download binary files from Usenet servers. Many people upload all sorts of interesting material to Usenet and you need a special program to get this material with the least effort.

It runs anywhere

SABnzbd runs on Windows, macOS, Unix and NAS devices. You can access and manage SABnzbd from any device with a webbrowser, including iOS and Android phones and tablets.

Small and large screens

With the responsive Glitter interface, you can access SABnzbd and manage your downloads from any device: desktop, tablet or phone. Others have made Android (nzb360) and iOS (SABmini or nzbUnity) apps to manage SABnzbd.

Integrates with other tools

Apps like Sonarr, Sickrage, Radarr, CouchPotato, Headphones and more can integrate with SABnzbd and automate your download process.

SABnzbd can also read and process RSS feeds, activate custom scripts and notify you.

In 16 languages

SABnzbd now ships with 16 localizations: English, Dansk, Deutsch, Español (castellano), Français, Nederlands, Norsk bokmål, Polski, Português Brasileiro, Româna, Suomi, Svenska, русский язык, српски, עִבְרִית, 简体中文.

SABnzbd is an open-source cross-platform binary newsreader written in Python. It simplifies the process of downloading from Usenet dramatically, thanks to its web-based user interface and advanced built-in post-processing options that automatically verify, repair, extract and clean up posts downloaded from Usenet.


tools\chocolateyBeforeModify.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

# *** Automatically filled ***
$packageName  = 'sabnzbd'
$softwareName = 'SABnzbd*'
# *** Automatically filled ***

Write-Host 'Stopping services if they''re running...'
Stop-Service '*' -Include 'SABnzbd', 'SABhelper' -Force

. "$toolsDir\Get-InstallPath.ps1"
$installPath = Get-InstallPath $packageName $softwareName

if ($installPath) {
    Push-Location $installPath

    Write-Host 'Uninstalling services...'

    $service = 'SABnzbd-service.exe'
    if (Test-Path $service) { & ".\$service" remove }

    $helper = 'SABnzbd-helper.exe'
    if (Test-Path $helper) { & ".\$helper" remove }

    Pop-Location
}
tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

# *** Automatically filled ***
$packageArgs = @{
    packageName    = 'sabnzbd'
    softwareName   = 'SABnzbd*'
    fileType       = 'exe'
    url            = 'https://github.com/sabnzbd/sabnzbd/releases/download/3.6.0Beta5/SABnzbd-3.6.0Beta5-win-setup.exe'
    silentArgs     = '/S'
    checksum       = '090a9ead45df11d40172659029abf0883feddcfaf35d239ef55946294fa2e004'
    checksumType   = 'sha256'
    validExitCodes = @(0)
}
# *** Automatically filled ***

Install-ChocolateyPackage @packageArgs

. "$toolsDir\Get-InstallPath.ps1"
$installPath = Get-InstallPath $packageArgs.packageName $packageArgs.softwareName

if ($installPath) {
    Push-Location $installPath
    try {
        Write-Host 'Installing services...'

        $helper = 'SABnzbd-helper.exe'
        if (Test-Path $helper) {
            & ".\$helper" install
            Set-Service 'SABhelper' -StartupType Automatic
        }

        $service = 'SABnzbd-service.exe'
        if (Test-Path $service) {
            $iniPath = Join-Path $Env:LOCALAPPDATA 'sabnzbd\sabnzbd.ini'
            & ".\$service" -f $iniPath install
            Set-Service 'SABnzbd' -StartupType Automatic
        }
    } finally {
        Pop-Location
    }
}

Write-Host 'Starting services...'
Start-Service '*' -Include 'SABnzbd', 'SABhelper'
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

# *** Automatically filled ***
$packageName    = 'sabnzbd'
$softwareName   = 'SABnzbd*'
$fileType       = 'exe'
$silentArgs     = '/S'
$validExitCodes = @(0)
# *** Automatically filled ***

[array] $key = Get-UninstallRegistryKey -SoftwareName $softwareName

if ($key.Count -eq 1) {
    function Get-File ([string] $path) {
        # Remove quotes and trailing arguments if any
        if (!$path) { return }
        if (Test-Path $path) { return $path }
        function Split-CommandLine ([string] $path) { $path }
        $path = Invoke-Expression "Split-CommandLine $path"
        if (Test-Path $path) { return $path }
    }
    $key | ForEach-Object {
        $file = Get-File $_.UninstallString
        if ($file) {
            Uninstall-ChocolateyPackage -PackageName $packageName `
                                        -FileType $fileType `
                                        -SilentArgs $silentArgs `
                                        -ValidExitCodes $validExitCodes `
                                        -File $file | Out-Null
        } else {
            Write-Warning "Unknown uninstaller: $($_.UninstallString)"
        }
    }
} elseif ($key.Count -eq 0) {
    Write-Warning "$packageName has already been uninstalled by other means."
} else {
    Write-Warning "$($key.Count) matches found for $packageName!"
    Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
    Write-Warning "Please contact package maintainer the following keys were matched:"
    $key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
tools\Get-InstallPath.ps1
function Get-InstallPath {
    [CmdletBinding()]
    param(
        [string] $PackageName,
        [string] $SoftwareName
    )

    [array] $key = Get-UninstallRegistryKey -SoftwareName $SoftwareName

    if ($key.Count -eq 1) {
        $key | ForEach-Object {
            $file = $_.UninstallString
            if ($file) { $file = $file.Replace('"', '') }
            $file = Split-Path $file

            if ($file -and (Test-Path $file)) {
                return $file
            } else {
                Write-Warning "$PackageName install not found: $file"
            }
        }
    } elseif ($key.Count -eq 0) {
        Write-Warning "$PackageName install not found."
    } elseif ($key.Count -gt 1) {
        Write-Warning "$key.Count matches found!"
        Write-Warning "Please alert package maintainer the following keys were matched:"
        $key | ForEach-Object { Write-Warning "- $_.DisplayName" }
    }
}

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
SABnzbd 4.5.3-RC1 16 Tuesday, August 19, 2025 Approved
SABnzbd 4.5.3-Beta2 15 Monday, August 11, 2025 Approved
SABnzbd 4.5.3-Beta1 13 Tuesday, August 5, 2025 Approved
SABnzbd 4.5.2 758 Wednesday, July 9, 2025 Approved
SABnzbd 4.5.2-RC2 28 Friday, June 27, 2025 Approved
SABnzbd 4.5.2-RC1 28 Tuesday, June 17, 2025 Approved
SABnzbd 4.5.1 1308 Friday, April 11, 2025 Approved
SABnzbd 4.5.1-RC1 25 Friday, April 4, 2025 Approved
SABnzbd 4.5.0 369 Sunday, March 30, 2025 Approved
SABnzbd 4.5.0-RC1 24 Saturday, March 22, 2025 Approved
SABnzbd 4.5.0-Beta2 46 Friday, February 21, 2025 Approved
SABnzbd 4.5.0-Beta1 46 Tuesday, January 14, 2025 Approved
SABnzbd 4.4.1 1343 Friday, December 20, 2024 Approved
SABnzbd 4.4.1-RC1 42 Wednesday, December 18, 2024 Approved
SABnzbd 4.4.0 350 Tuesday, December 10, 2024 Approved
SABnzbd 4.4.0-RC1 44 Monday, December 2, 2024 Approved
SABnzbd 4.4.0-Beta2 50 Tuesday, November 19, 2024 Approved
SABnzbd 4.4.0-Beta1 56 Friday, November 1, 2024 Approved
SABnzbd 4.4.0-Alpha2 65 Tuesday, October 8, 2024 Approved
SABnzbd 4.4.0-Alpha1 56 Friday, September 20, 2024 Approved
SABnzbd 4.3.3 1438 Wednesday, August 21, 2024 Approved
SABnzbd 4.3.3-RC2 78 Saturday, August 17, 2024 Approved
SABnzbd 4.3.3-RC1 62 Tuesday, August 13, 2024 Approved
SABnzbd 4.3.3-Beta2 66 Tuesday, July 16, 2024 Approved
SABnzbd 4.3.3-Beta1 74 Wednesday, July 10, 2024 Approved
SABnzbd 4.3.2 1313 Wednesday, May 29, 2024 Approved
SABnzbd 4.3.2-RC2 69 Thursday, May 23, 2024 Approved
SABnzbd 4.3.2-RC1 64 Friday, May 17, 2024 Approved
SABnzbd 4.3.1 646 Saturday, May 4, 2024 Approved
SABnzbd 4.3.0 208 Thursday, May 2, 2024 Approved
SABnzbd 4.3.0-RC2 73 Wednesday, April 24, 2024 Approved
SABnzbd 4.3.0-RC1 77 Tuesday, April 16, 2024 Approved
SABnzbd 4.3.0-Beta1 70 Friday, March 29, 2024 Exempted
SABnzbd 4.3.0-Alpha1 71 Monday, March 18, 2024 Approved
SABnzbd 4.2.3 1208 Monday, March 11, 2024 Approved
SABnzbd 4.2.3-RC3 103 Monday, March 4, 2024 Approved
SABnzbd 4.2.3-RC2 79 Tuesday, February 27, 2024 Approved
SABnzbd 4.2.3-RC1 89 Tuesday, February 20, 2024 Approved
SABnzbd 4.2.2 1115 Thursday, February 1, 2024 Approved
SABnzbd 4.2.2-RC2 64 Wednesday, January 24, 2024 Approved
SABnzbd 4.2.2-RC1 79 Wednesday, January 17, 2024 Approved
SABnzbd 4.2.2-Beta1 73 Wednesday, January 10, 2024 Approved
SABnzbd 4.2.1 1535 Friday, January 5, 2024 Approved
SABnzbd 4.2.0 200 Wednesday, January 3, 2024 Approved
SABnzbd 4.2.0-RC4 70 Friday, December 29, 2023 Approved
SABnzbd 4.2.0-RC3 71 Wednesday, December 20, 2023 Approved
SABnzbd 4.2.0-RC2 68 Friday, December 15, 2023 Approved
SABnzbd 4.2.0-RC1 80 Friday, December 8, 2023 Approved
SABnzbd 4.2.0-Beta1 76 Wednesday, November 29, 2023 Approved
SABnzbd 4.2.0-Alpha3 86 Wednesday, November 22, 2023 Approved
SABnzbd 4.2.0-Alpha2-20231028 102 Saturday, October 28, 2023 Approved
SABnzbd 4.2.0-Alpha2 80 Friday, October 27, 2023 Approved
SABnzbd 4.2.0-Alpha1-20231016 84 Monday, October 16, 2023 Approved
SABnzbd 4.2.0-Alpha1 95 Sunday, October 15, 2023 Approved
SABnzbd 4.1.0 1206 Tuesday, September 26, 2023 Approved
SABnzbd 4.1.0-RC2 77 Wednesday, September 13, 2023 Approved
SABnzbd 4.1.0-RC1 99 Tuesday, September 12, 2023 Approved
SABnzbd 4.1.0-Beta1 92 Monday, August 28, 2023 Approved
SABnzbd 4.1.0-Alpha1 104 Monday, August 14, 2023 Approved
SABnzbd 4.0.3 1247 Monday, July 10, 2023 Approved
SABnzbd 4.0.3-RC1 74 Friday, June 23, 2023 Approved
SABnzbd 4.0.3-Beta1 81 Saturday, June 17, 2023 Approved
SABnzbd 4.0.2 695 Thursday, June 8, 2023 Approved
SABnzbd 4.0.2-RC2 85 Thursday, June 1, 2023 Approved
SABnzbd 4.0.2-RC1 88 Wednesday, May 24, 2023 Exempted
SABnzbd 4.0.1 502 Tuesday, May 2, 2023 Approved
SABnzbd 4.0.0 114 Friday, April 28, 2023 Approved
SABnzbd 4.0.0-RC1 93 Wednesday, April 19, 2023 Exempted
SABnzbd 4.0.0-Beta2 79 Monday, April 10, 2023 Exempted
SABnzbd 4.0.0-Beta1 95 Friday, March 17, 2023 Exempted
SABnzbd 4.0.0-Alpha3 91 Tuesday, March 7, 2023 Exempted
SABnzbd 4.0.0-Alpha2 90 Thursday, February 23, 2023 Exempted
SABnzbd 4.0.0-Alpha1 98 Sunday, February 19, 2023 Exempted
SABnzbd 3.7.2 1722 Monday, February 6, 2023 Approved
SABnzbd 3.7.2-RC1 84 Tuesday, January 24, 2023 Exempted
SABnzbd 3.7.2-Beta1 103 Sunday, January 15, 2023 Exempted
SABnzbd 3.7.1.20221203-RC1 90 Saturday, December 3, 2022 Approved
SABnzbd 3.7.1-RC1 90 Friday, December 2, 2022 Approved
SABnzbd 3.7.0.20221203 1461 Saturday, December 3, 2022 Approved
SABnzbd 3.7.0 538 Friday, November 4, 2022 Approved
SABnzbd 3.7.0-RC1 94 Thursday, October 27, 2022 Approved
SABnzbd 3.7.0-Beta1 117 Tuesday, October 11, 2022 Approved
SABnzbd 3.7.0-Alpha1 94 Thursday, September 22, 2022 Approved
SABnzbd 3.6.1 736 Thursday, August 18, 2022 Approved
SABnzbd 3.6.1-RC2 90 Saturday, August 13, 2022 Approved
SABnzbd 3.6.1-RC1 111 Thursday, August 4, 2022 Approved
SABnzbd 3.6.0 815 Tuesday, June 7, 2022 Approved
SABnzbd 3.6.0-RC3 103 Sunday, May 29, 2022 Approved
SABnzbd 3.6.0-RC2 103 Thursday, May 19, 2022 Approved
SABnzbd 3.6.0-RC1 100 Thursday, May 12, 2022 Approved
SABnzbd 3.6.0-Beta6 104 Wednesday, May 4, 2022 Approved
SABnzbd 3.6.0-Beta5 119 Wednesday, April 27, 2022 Approved
SABnzbd 3.6.0-Beta4 107 Thursday, April 14, 2022 Approved
SABnzbd 3.6.0-Beta3 119 Saturday, April 9, 2022 Approved
SABnzbd 3.6.0-Beta2 113 Friday, April 1, 2022 Approved
SABnzbd 3.6.0-Beta1 164 Saturday, March 19, 2022 Approved
SABnzbd 3.5.3 797 Thursday, March 17, 2022 Approved
SABnzbd 3.5.3-RC1 126 Sunday, March 13, 2022 Approved
SABnzbd 3.5.2 375 Wednesday, March 9, 2022 Approved
SABnzbd 3.5.1 507 Monday, February 21, 2022 Approved
SABnzbd 3.5.1-RC2 125 Monday, February 14, 2022 Approved
SABnzbd 3.5.1-RC1 126 Friday, February 4, 2022 Approved
SABnzbd 3.5.0 583 Friday, January 28, 2022 Approved
SABnzbd 3.5.0-RC4 100 Tuesday, January 18, 2022 Exempted
SABnzbd 3.5.0-RC3 106 Monday, January 17, 2022 Approved
SABnzbd 3.5.0-RC2 128 Thursday, January 13, 2022 Approved
SABnzbd 3.5.0-RC1 124 Sunday, January 9, 2022 Approved
SABnzbd 3.5.0-Beta3 139 Thursday, December 23, 2021 Approved
SABnzbd 3.5.0-Beta2 152 Tuesday, November 30, 2021 Exempted
SABnzbd 3.5.0-Beta1 169 Saturday, November 20, 2021 Exempted
SABnzbd 3.4.2 1043 Friday, October 15, 2021 Approved
SABnzbd 3.4.2-RC3 140 Friday, October 8, 2021 Approved
SABnzbd 3.4.2-RC2 171 Wednesday, October 6, 2021 Approved
SABnzbd 3.4.2-RC1 135 Thursday, September 30, 2021 Approved
SABnzbd 3.4.1 549 Thursday, September 23, 2021 Approved
SABnzbd 3.4.0 347 Saturday, September 18, 2021 Approved
SABnzbd 3.4.0-RC1 116 Thursday, September 2, 2021 Approved
SABnzbd 3.4.0-Beta2 127 Friday, August 13, 2021 Approved
SABnzbd 3.4.0-Beta1 168 Monday, July 12, 2021 Approved
SABnzbd 3.3.1 815 Friday, June 18, 2021 Approved
SABnzbd 3.3.1-RC1 168 Friday, June 11, 2021 Approved
SABnzbd 3.3.0 575 Tuesday, June 1, 2021 Approved
SABnzbd 3.3.0-RC2 139 Thursday, May 20, 2021 Approved
SABnzbd 3.3.0-RC1 151 Thursday, May 13, 2021 Approved
SABnzbd 3.3.0-Beta4 136 Thursday, May 6, 2021 Approved
SABnzbd 3.3.0-Beta3 184 Thursday, April 29, 2021 Approved
SABnzbd 3.3.0-Beta2 135 Saturday, April 24, 2021 Approved
SABnzbd 3.3.0-Beta1 133 Friday, April 23, 2021 Approved
SABnzbd 3.2.1 853 Wednesday, March 31, 2021 Approved
SABnzbd 3.2.1-RC2 153 Wednesday, March 24, 2021 Approved
SABnzbd 3.2.1-RC1 156 Thursday, March 18, 2021 Approved
SABnzbd 3.2.0 804 Friday, February 26, 2021 Approved
SABnzbd 3.2.0-RC2 169 Tuesday, February 9, 2021 Approved
SABnzbd 3.2.0-RC1 174 Monday, February 1, 2021 Approved
SABnzbd 3.2.0-Beta2 167 Wednesday, January 27, 2021 Approved
SABnzbd 3.2.0-Beta1 162 Monday, January 4, 2021 Exempted
SABnzbd 3.1.1 986 Thursday, November 12, 2020 Approved
SABnzbd 3.1.1-RC1 179 Tuesday, November 3, 2020 Approved
SABnzbd 3.1.0 625 Friday, October 16, 2020 Approved
SABnzbd 3.1.0-RC3 180 Friday, October 2, 2020 Approved
SABnzbd 3.1.0-RC2 173 Sunday, September 27, 2020 Approved
SABnzbd 3.1.0-RC1 213 Saturday, September 19, 2020 Approved
SABnzbd 3.1.0-Beta2 206 Saturday, September 12, 2020 Approved
SABnzbd 3.1.0-Beta1 219 Wednesday, September 2, 2020 Approved
SABnzbd 3.0.2 748 Monday, August 31, 2020 Approved
SABnzbd 3.0.2-RC2 229 Wednesday, August 26, 2020 Approved
SABnzbd 3.0.2-RC1 203 Friday, August 21, 2020 Approved
SABnzbd 3.0.1 469 Tuesday, August 18, 2020 Approved
SABnzbd 3.0.1-RC1 187 Friday, August 7, 2020 Approved
SABnzbd 3.0.0 436 Saturday, August 1, 2020 Approved
SABnzbd 3.0.0-RC2 209 Wednesday, July 15, 2020 Approved
SABnzbd 3.0.0-RC1 218 Friday, June 26, 2020 Approved
SABnzbd 3.0.0-Beta4 212 Wednesday, June 17, 2020 Approved
SABnzbd 3.0.0-Beta3 207 Sunday, June 14, 2020 Approved
SABnzbd 3.0.0-Beta2 219 Monday, June 1, 2020 Approved
SABnzbd 3.0.0-Beta1 218 Wednesday, May 27, 2020 Approved
SABnzbd 3.0.0-Alpha2 219 Friday, May 8, 2020 Approved
SABnzbd 3.0.0-Alpha1 240 Wednesday, April 29, 2020 Approved
SABnzbd 2.3.9 2219 Friday, May 24, 2019 Approved
SABnzbd 2.3.9-RC2 282 Saturday, May 18, 2019 Approved
SABnzbd 2.3.9-RC1 310 Tuesday, May 7, 2019 Approved
SABnzbd 2.3.8 695 Monday, March 18, 2019 Approved
SABnzbd 2.3.8-RC1 291 Wednesday, March 13, 2019 Approved
SABnzbd 2.3.8-Beta1 347 Monday, February 11, 2019 Approved
SABnzbd 2.3.7 721 Saturday, January 12, 2019 Approved
SABnzbd 2.3.7-RC1 331 Friday, January 4, 2019 Approved
SABnzbd 2.3.7-Beta1 321 Monday, December 24, 2018 Approved
SABnzbd 2.3.6 539 Friday, December 21, 2018 Approved
SABnzbd 2.3.6-RC1 305 Tuesday, December 18, 2018 Approved
SABnzbd 2.3.6-Beta1 322 Friday, October 26, 2018 Approved
SABnzbd 2.3.5 744 Friday, September 7, 2018 Approved
SABnzbd 2.3.5-RC2 330 Friday, August 24, 2018 Approved
SABnzbd 2.3.5-RC1 350 Thursday, August 9, 2018 Approved
SABnzbd 2.3.4 699 Friday, May 25, 2018 Approved
SABnzbd 2.3.4-RC1 382 Sunday, May 20, 2018 Approved
SABnzbd 2.3.3 461 Thursday, May 10, 2018 Approved
SABnzbd 2.3.3-RC2 454 Friday, April 13, 2018 Exempted
SABnzbd 2.3.3-RC1 446 Tuesday, March 27, 2018 Exempted
SABnzbd 2.3.3-Beta1 429 Saturday, March 17, 2018 Approved
SABnzbd 2.3.2 754 Friday, December 22, 2017 Approved
SABnzbd 2.3.2-RC2 442 Sunday, December 10, 2017 Exempted
SABnzbd 2.3.2-RC1 453 Sunday, November 26, 2017 Exempted
SABnzbd 2.3.1 657 Friday, October 27, 2017 Approved
SABnzbd 2.3.1-RC2 494 Friday, October 20, 2017 Exempted
SABnzbd 2.3.1-RC1 524 Saturday, October 14, 2017 Exempted
SABnzbd 2.3.1-Beta1 531 Friday, October 6, 2017 Exempted
SABnzbd 2.3.0 598 Thursday, September 28, 2017 Approved
SABnzbd 2.2.1 607 Wednesday, September 6, 2017 Approved
SABnzbd+ 0.7.20 1254 Tuesday, May 26, 2015 Approved
SABnzbd+ 0.7.5 1910 Sunday, November 4, 2012 Approved
SABnzbd+ 0.7.4.1 610 Monday, October 22, 2012 Approved
SABnzbd+ 0.7.4 607 Friday, October 12, 2012 Approved
SABnzbd+ 0.7.3 635 Wednesday, October 10, 2012 Approved

This package has no dependencies.

Discussion for the SABnzbd Package

Ground Rules:

  • This discussion is only about SABnzbd and the SABnzbd package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or SABnzbd, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus