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:

30,381

Downloads of v 0.2.0.852:

400

Last Update:

10 Sep 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.852 | Updated: 10 Sep 2017

Downloads:

30,381

Downloads of v 0.2.0.852:

400

Maintainer(s):

Software Author(s):

  • galli-leo

Radarr 0.2.0.852

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.852'" [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.852'" 
$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.852'
    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.852'
end

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


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

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


package { 'radarr':
  ensure   => '0.2.0.852',
  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 17 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.852/Radarr.develop.0.2.0.852.installer.exe'
$checksum = '1fbc4bfed389cc584c8ae19b8e3397b04ee8a3f5a0aea7d4613412b37a032511'

$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*'

$registry = Get-UninstallRegistryKey -SoftwareName $programUninstallEntryName
$file = $registry.UninstallString

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

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.5.2.8781 137 Sunday, May 5, 2024 Approved
Radarr 5.5.1.8747 115 Sunday, April 28, 2024 Approved
Radarr 5.5.0.8730 141 Sunday, April 21, 2024 Approved
Radarr 5.4.6.8723 116 Saturday, April 13, 2024 Approved
Radarr 5.4.5.8715 18 Sunday, April 7, 2024 Approved
Radarr 5.4.4.8688 247 Sunday, March 24, 2024 Approved
Radarr 5.4.3.8677 273 Sunday, March 17, 2024 Approved
Radarr 5.4.2.8667 250 Sunday, March 10, 2024 Approved
Radarr 5.4.1.8654 217 Sunday, March 3, 2024 Approved
Radarr 5.4.0.8636 201 Tuesday, February 27, 2024 Approved
Radarr 5.3.6.8612 154 Sunday, February 18, 2024 Approved
Radarr 5.3.5.8592 158 Sunday, February 11, 2024 Approved
Radarr 5.3.4.8567 171 Sunday, February 4, 2024 Approved
Radarr 5.3.3.8535 163 Sunday, January 28, 2024 Approved
Radarr 5.3.2.8504 158 Sunday, January 21, 2024 Approved
Radarr 5.3.1.8438 164 Sunday, January 14, 2024 Approved
Radarr 5.3.0.8410 157 Sunday, January 7, 2024 Approved
Radarr 5.2.6.8376 208 Sunday, December 24, 2023 Approved
Radarr 5.2.5.8361 141 Sunday, December 17, 2023 Approved
Radarr 5.2.4.8328 157 Sunday, December 10, 2023 Approved
Radarr 5.2.2.8288 277 Monday, November 20, 2023 Approved
Radarr 5.2.1.8276 32 Sunday, November 19, 2023 Approved
Radarr 5.2.0.8250 178 Sunday, November 12, 2023 Approved
Radarr 5.1.3.8246 102 Friday, November 10, 2023 Approved
Radarr 5.1.2.8207 206 Sunday, October 29, 2023 Approved
Radarr 5.1.1.8195 175 Sunday, October 22, 2023 Approved
Radarr 5.0.3.8127 214 Sunday, October 8, 2023 Approved
Radarr 5.0.3.8107 568 Sunday, October 1, 2023 Approved
Radarr 5.0.2.8103 275 Sunday, September 24, 2023 Approved
Radarr 5.0.1.7993 278 Sunday, September 3, 2023 Approved
Radarr 5.0.0.7952 257 Sunday, August 27, 2023 Approved
Radarr 4.7.5.7809 219 Monday, August 14, 2023 Approved
Radarr 4.7.4.7758 189 Sunday, August 6, 2023 Approved
Radarr 4.7.3.7731 199 Sunday, July 30, 2023 Approved
Radarr 4.7.2.7686 186 Sunday, July 23, 2023 Approved
Radarr 4.7.1.7640 194 Sunday, July 16, 2023 Approved
Radarr 4.7.0.7588 164 Sunday, July 9, 2023 Approved
Radarr 4.6.4.7568 141 Tuesday, July 4, 2023 Approved
Radarr 4.6.3.7516 187 Sunday, June 25, 2023 Approved
Radarr 4.6.2.7490 179 Sunday, June 18, 2023 Approved
Radarr 4.6.1.7456 164 Sunday, June 11, 2023 Approved
Radarr 4.6.0.7439 175 Sunday, June 4, 2023 Approved
Radarr 4.5.2.7388 186 Sunday, May 28, 2023 Approved
Radarr 4.5.2.7318 178 Sunday, May 21, 2023 Approved
Radarr 4.5.1.7282 174 Monday, May 15, 2023 Approved
Radarr 4.5.0.7106 368 Sunday, April 23, 2023 Approved
Radarr 4.4.4.7068 217 Saturday, April 15, 2023 Approved
Radarr 4.4.3.7030 182 Sunday, April 9, 2023 Approved
Radarr 4.4.2.6956 455 Saturday, February 11, 2023 Approved
Radarr 4.4.1.6926 188 Sunday, February 5, 2023 Approved
Radarr 4.4.0.6882 235 Saturday, January 21, 2023 Approved
Radarr 4.3.2.6857 252 Wednesday, January 4, 2023 Approved
Radarr 4.3.1.6822 304 Monday, December 12, 2022 Approved
Radarr 4.3.0.6671 504 Sunday, October 16, 2022 Approved
Radarr 4.2.4.6635 356 Sunday, September 25, 2022 Approved
Radarr 4.2.3.6575 263 Friday, September 9, 2022 Approved
Radarr 4.2.2.6503 305 Sunday, August 21, 2022 Approved
Radarr 4.2.1.6478 195 Sunday, August 14, 2022 Approved
Radarr 4.2.0.6438 374 Wednesday, July 20, 2022 Approved
Radarr 4.1.0.6175 539 Friday, April 15, 2022 Approved
Radarr 4.1.0.6122 179 Saturday, April 9, 2022 Approved
Radarr 4.1.0.6095 276 Wednesday, March 30, 2022 Approved
Radarr 4.0.5.5981 326 Saturday, March 5, 2022 Approved
Radarr 4.0.5.5977 173 Monday, February 28, 2022 Approved
Radarr 4.0.4.5922 340 Monday, January 31, 2022 Approved
Radarr 4.0.4.5909 177 Wednesday, January 26, 2022 Approved
Radarr 4.0.3.5879 177 Saturday, January 22, 2022 Approved
Radarr 4.0.2.5836 193 Sunday, January 16, 2022 Approved
Radarr 4.0.1.5813 203 Tuesday, January 11, 2022 Approved
Radarr 4.0.0.5745 232 Monday, January 3, 2022 Approved
Radarr 3.2.2.5080 905 Thursday, June 3, 2021 Approved
Radarr 3.2.1.5070 232 Friday, May 28, 2021 Approved
Radarr 3.2.0.5048 268 Tuesday, May 18, 2021 Approved
Radarr 3.1.1.4954 332 Tuesday, May 4, 2021 Approved
Radarr 3.1.0.4893 309 Wednesday, April 21, 2021 Approved
Radarr 3.0.2.4552 1513 Friday, February 5, 2021 Approved
Radarr 3.0.2.4369 409 Sunday, January 10, 2021 Approved
Radarr 3.0.1.4259 462 Friday, December 11, 2020 Approved
Radarr 3.0.0.4204 328 Sunday, November 29, 2020 Approved
Radarr 0.2.0.1504 941 Friday, July 3, 2020 Approved
Radarr 0.2.0.1480 1037 Monday, February 17, 2020 Approved
Radarr 0.2.0.1450 684 Tuesday, December 3, 2019 Approved
Radarr 0.2.0.1358 852 Saturday, June 29, 2019 Approved
Radarr 0.2.0.1344 546 Sunday, May 5, 2019 Approved
Radarr 0.2.0.1293 672 Saturday, February 2, 2019 Approved
Radarr 0.2.0.1217 588 Wednesday, November 14, 2018 Approved
Radarr 0.2.0.1120 599 Monday, June 11, 2018 Approved
Radarr 0.2.0.1067 394 Wednesday, April 18, 2018 Approved
Radarr 0.2.0.1066 354 Tuesday, April 17, 2018 Approved
Radarr 0.2.0.995 422 Sunday, March 4, 2018 Approved
Radarr 0.2.0.980 365 Wednesday, February 21, 2018 Approved
Radarr 0.2.0.935 431 Tuesday, February 6, 2018 Approved
Radarr 0.2.0.910 525 Friday, December 15, 2017 Approved
Radarr 0.2.0.870 492 Wednesday, October 18, 2017 Approved
Radarr 0.2.0.852 400 Sunday, September 10, 2017 Approved
Radarr 0.2.0.846 379 Tuesday, August 29, 2017 Approved
Radarr 0.2.0.778 417 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