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:

29,587

Downloads of v 0.2.0.846:

376

Last Update:

29 Aug 2017

Package Maintainer(s):

Software Author(s):

  • galli-leo

Tags:

pvr p2p filesharing torrent nntp admin

Radarr

This is not the latest version of Radarr available.

  • 1
  • 2
  • 3

0.2.0.846 | Updated: 29 Aug 2017

Downloads:

29,587

Downloads of v 0.2.0.846:

376

Maintainer(s):

Software Author(s):

  • galli-leo

Radarr 0.2.0.846

This is not the latest version of Radarr available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

To uninstall Radarr, 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 radarr -y --source="'INTERNAL REPO URL'" --version="'0.2.0.846'" [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 radarr -y --source="'INTERNAL REPO URL'" --version="'0.2.0.846'" 
$exitCode = $LASTEXITCODE

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

Exit $exitCode

- name: Install radarr
  win_chocolatey:
    name: radarr
    version: '0.2.0.846'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'radarr' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.2.0.846'
end

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


cChocoPackageInstaller radarr
{
    Name     = "radarr"
    Version  = "0.2.0.846"
    Source   = "INTERNAL REPO URL"
}

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


package { 'radarr':
  ensure   => '0.2.0.846',
  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.

NOTE

Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...

Package Approved

This package was approved by moderator flcdrg on 09 Sep 2017.

Description

Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent.

The project was inspired by other Usenet/BitTorrent movie downloaders such as CouchPotato.

Features

Community


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$packageName = 'radarr'
$url = 'https://github.com/Radarr/Radarr/releases/download/v0.2.0.846/Radarr.develop.0.2.0.846.installer.exe'
$checksum = 'f0d5bb7278dd2270a1fefab5f3c075ae409558fa0467eeb98157f3b070cfeb70'

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'exe'
  url            = $url
  silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
  validExitCodes = @(0)
  checksum       = $checksum
  checksumType   = 'sha256'
}

Install-ChocolateyPackage @packageArgs
tools\chocolateyUninstall.ps1
$ErrorActionPreference = 'Stop'

$packageName = 'radarr'
$programUninstallEntryName = "Radarr"

$PATHS = @("HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall",
  "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall")

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'exe'
  silentArgs     = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
  validExitCodes = @(0)
}

ForEach ($path in $PATHS) {
  $installed = Get-ChildItem -Path $path |
    ForEach-Object { Get-ItemProperty $_.PSPath } |
    Where-Object { $_.DisplayName -match $programUninstallEntryName } |
    Select-Object -Property DisplayName, DisplayVersion, UninstallString, QuietUninstallString

  ForEach ($app in $installed) {
    $packageArgs['file'] = "$($app.UninstallString)"
    Uninstall-ChocolateyPackage @packageArgs
  }
}

#remove Radarr folder that gets left behind
$fexist = Test-Path $env:ProgramData\Radarr
If ($fexist) {
  Write-Host "Removing Radarr Folder that's left behind"
  Remove-Item $env:ProgramData\Radarr -Recurse -Force
} else {
  Write-Host Radarr Folder not found
}

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
Radarr 5.4.6.8723 114 Saturday, April 13, 2024 Approved
Radarr 5.4.5.8715 10 Sunday, April 7, 2024 Approved
Radarr 5.4.4.8688 245 Sunday, March 24, 2024 Approved
Radarr 5.4.3.8677 267 Sunday, March 17, 2024 Approved
Radarr 5.4.2.8667 245 Sunday, March 10, 2024 Approved
Radarr 5.4.1.8654 215 Sunday, March 3, 2024 Approved
Radarr 5.4.0.8636 199 Tuesday, February 27, 2024 Approved
Radarr 5.3.6.8612 147 Sunday, February 18, 2024 Approved
Radarr 5.3.5.8592 151 Sunday, February 11, 2024 Approved
Radarr 5.3.4.8567 168 Sunday, February 4, 2024 Approved
Radarr 5.3.3.8535 156 Sunday, January 28, 2024 Approved
Radarr 5.3.2.8504 155 Sunday, January 21, 2024 Approved
Radarr 5.3.1.8438 162 Sunday, January 14, 2024 Approved
Radarr 5.3.0.8410 154 Sunday, January 7, 2024 Approved
Radarr 5.2.6.8376 204 Sunday, December 24, 2023 Approved
Radarr 5.2.5.8361 138 Sunday, December 17, 2023 Approved
Radarr 5.2.4.8328 152 Sunday, December 10, 2023 Approved
Radarr 5.2.2.8288 274 Monday, November 20, 2023 Approved
Radarr 5.2.1.8276 29 Sunday, November 19, 2023 Approved
Radarr 5.2.0.8250 175 Sunday, November 12, 2023 Approved
Radarr 5.1.3.8246 100 Friday, November 10, 2023 Approved
Radarr 5.1.2.8207 198 Sunday, October 29, 2023 Approved
Radarr 5.1.1.8195 173 Sunday, October 22, 2023 Approved
Radarr 5.0.3.8127 209 Sunday, October 8, 2023 Approved
Radarr 5.0.3.8107 566 Sunday, October 1, 2023 Approved
Radarr 5.0.2.8103 270 Sunday, September 24, 2023 Approved
Radarr 5.0.1.7993 271 Sunday, September 3, 2023 Approved
Radarr 5.0.0.7952 255 Sunday, August 27, 2023 Approved
Radarr 4.7.5.7809 216 Monday, August 14, 2023 Approved
Radarr 4.7.4.7758 186 Sunday, August 6, 2023 Approved
Radarr 4.7.3.7731 189 Sunday, July 30, 2023 Approved
Radarr 4.7.2.7686 180 Sunday, July 23, 2023 Approved
Radarr 4.7.1.7640 187 Sunday, July 16, 2023 Approved
Radarr 4.7.0.7588 160 Sunday, July 9, 2023 Approved
Radarr 4.6.4.7568 139 Tuesday, July 4, 2023 Approved
Radarr 4.6.3.7516 184 Sunday, June 25, 2023 Approved
Radarr 4.6.2.7490 167 Sunday, June 18, 2023 Approved
Radarr 4.6.1.7456 160 Sunday, June 11, 2023 Approved
Radarr 4.6.0.7439 170 Sunday, June 4, 2023 Approved
Radarr 4.5.2.7388 183 Sunday, May 28, 2023 Approved
Radarr 4.5.2.7318 175 Sunday, May 21, 2023 Approved
Radarr 4.5.1.7282 168 Monday, May 15, 2023 Approved
Radarr 4.5.0.7106 366 Sunday, April 23, 2023 Approved
Radarr 4.4.4.7068 215 Saturday, April 15, 2023 Approved
Radarr 4.4.3.7030 178 Sunday, April 9, 2023 Approved
Radarr 4.4.2.6956 453 Saturday, February 11, 2023 Approved
Radarr 4.4.1.6926 184 Sunday, February 5, 2023 Approved
Radarr 4.4.0.6882 232 Saturday, January 21, 2023 Approved
Radarr 4.3.2.6857 249 Wednesday, January 4, 2023 Approved
Radarr 4.3.1.6822 299 Monday, December 12, 2022 Approved
Radarr 4.3.0.6671 501 Sunday, October 16, 2022 Approved
Radarr 4.2.4.6635 353 Sunday, September 25, 2022 Approved
Radarr 4.2.3.6575 261 Friday, September 9, 2022 Approved
Radarr 4.2.2.6503 299 Sunday, August 21, 2022 Approved
Radarr 4.2.1.6478 193 Sunday, August 14, 2022 Approved
Radarr 4.2.0.6438 372 Wednesday, July 20, 2022 Approved
Radarr 4.1.0.6175 535 Friday, April 15, 2022 Approved
Radarr 4.1.0.6122 175 Saturday, April 9, 2022 Approved
Radarr 4.1.0.6095 270 Wednesday, March 30, 2022 Approved
Radarr 4.0.5.5981 322 Saturday, March 5, 2022 Approved
Radarr 4.0.5.5977 164 Monday, February 28, 2022 Approved
Radarr 4.0.4.5922 331 Monday, January 31, 2022 Approved
Radarr 4.0.4.5909 174 Wednesday, January 26, 2022 Approved
Radarr 4.0.3.5879 173 Saturday, January 22, 2022 Approved
Radarr 4.0.2.5836 190 Sunday, January 16, 2022 Approved
Radarr 4.0.1.5813 199 Tuesday, January 11, 2022 Approved
Radarr 4.0.0.5745 229 Monday, January 3, 2022 Approved
Radarr 3.2.2.5080 904 Thursday, June 3, 2021 Approved
Radarr 3.2.1.5070 222 Friday, May 28, 2021 Approved
Radarr 3.2.0.5048 261 Tuesday, May 18, 2021 Approved
Radarr 3.1.1.4954 324 Tuesday, May 4, 2021 Approved
Radarr 3.1.0.4893 303 Wednesday, April 21, 2021 Approved
Radarr 3.0.2.4552 1509 Friday, February 5, 2021 Approved
Radarr 3.0.2.4369 406 Sunday, January 10, 2021 Approved
Radarr 3.0.1.4259 455 Friday, December 11, 2020 Approved
Radarr 3.0.0.4204 323 Sunday, November 29, 2020 Approved
Radarr 0.2.0.1504 939 Friday, July 3, 2020 Approved
Radarr 0.2.0.1480 1035 Monday, February 17, 2020 Approved
Radarr 0.2.0.1450 681 Tuesday, December 3, 2019 Approved
Radarr 0.2.0.1358 847 Saturday, June 29, 2019 Approved
Radarr 0.2.0.1344 540 Sunday, May 5, 2019 Approved
Radarr 0.2.0.1293 667 Saturday, February 2, 2019 Approved
Radarr 0.2.0.1217 584 Wednesday, November 14, 2018 Approved
Radarr 0.2.0.1120 595 Monday, June 11, 2018 Approved
Radarr 0.2.0.1067 390 Wednesday, April 18, 2018 Approved
Radarr 0.2.0.1066 350 Tuesday, April 17, 2018 Approved
Radarr 0.2.0.995 419 Sunday, March 4, 2018 Approved
Radarr 0.2.0.980 356 Wednesday, February 21, 2018 Approved
Radarr 0.2.0.935 427 Tuesday, February 6, 2018 Approved
Radarr 0.2.0.910 520 Friday, December 15, 2017 Approved
Radarr 0.2.0.870 490 Wednesday, October 18, 2017 Approved
Radarr 0.2.0.852 393 Sunday, September 10, 2017 Approved
Radarr 0.2.0.846 376 Tuesday, August 29, 2017 Approved
Radarr 0.2.0.778 410 Sunday, August 6, 2017 Approved

Program

Package


This package has no dependencies.

Discussion for the Radarr Package

Ground Rules:

  • This discussion is only about Radarr and the Radarr 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 Radarr, 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