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,696

Downloads of v 5.3.0.8410:

155

Last Update:

07 Jan 2024

Package Maintainer(s):

Software Author(s):

  • https://github.com/Radarr/Radarr/graphs/contributors

Tags:

radarr pvr p2p filesharing torrent nntp admin

Radarr

This is not the latest version of Radarr available.

  • 1
  • 2
  • 3

5.3.0.8410 | Updated: 07 Jan 2024

Downloads:

29,696

Downloads of v 5.3.0.8410:

155

Maintainer(s):

Software Author(s):

  • https://github.com/Radarr/Radarr/graphs/contributors

Radarr 5.3.0.8410

This is not the latest version of Radarr available.

  • 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 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="'5.3.0.8410'" [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="'5.3.0.8410'" 
$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: '5.3.0.8410'
    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  '5.3.0.8410'
end

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


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

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


package { 'radarr':
  ensure   => '5.3.0.8410',
  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 07 Jan 2024.

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

  • Adding new movies with lots of information, such as trailers, ratings, etc.
  • Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
  • Can watch for better quality of the movies you have and do an automatic upgrade. eg. from DVD to Blu-Ray
  • Automatic failed download handling will try another release if one fails
  • Manual search so you can pick any release or to see why a release was not downloaded automatically
  • Full integration with SABnzbd and NZBGet
  • Automatically searching for releases as well as RSS Sync
  • Automatically importing downloaded movies
  • Recognizing Special Editions, Director's Cut, etc.
  • Identifying releases with hardcoded subs
  • All indexers supported by Sonarr also supported
  • New PassThePopcorn Indexer
  • QBittorrent, Deluge, rTorrent, Transmission and uTorrent download client (Other clients are coming)
  • New TorrentPotato Indexer
  • Torznab Indexer now supports Movies (Works well with Jackett)
  • Scanning PreDB to know when a new release is available
  • Importing movies from various online sources, such as IMDb Watchlists (A complete list can be found here)
  • Full integration with Kodi, Plex (notification, library update)
  • And a beautiful UI

Community

Notes

Installs as a service, to get to Radarr open browser and go to [localhost]:7878 (remove the brackets)


tools\chocolateyInstall.ps1
$ErrorActionPreference = 'Stop'

$packageName = 'radarr'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$fileLocation32bit = Get-Item "$toolsDir\*x86-installer.exe"
$fileLocation64bit = Get-Item "$toolsDir\*x64-installer.exe"

$packageArgs = @{
  packageName    = $packageName
  fileType       = 'exe'
  file           = $fileLocation32bit
  file64         = $fileLocation64bit
  silentArgs     = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
  validExitCodes = @(0)
}

Install-ChocolateyInstallPackage @packageArgs

# Remove the installers as there is no more need for it
Remove-Item $toolsDir\*.exe -ea 0 -Force

# Start service if it's not running
if (Get-Service "$packageName" -ErrorAction SilentlyContinue) {
  $running = Get-Service $packageName
  if ($running.Status -eq "Running") {
    Write-Host 'Service is already running'
  } elseif ($running.Status -eq "Stopped") {
    Start-Service $packageName
  }
}
tools\.skipAutoUninstall
 
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
tools\Radarr.develop.5.3.0.8410.windows-core-x64-installer.exe
md5: 5E3E25E0E4AB374605940DCC7A327132 | sha1: BD5B173171EE3DDFF3A0CBE40503213330DBEC91 | sha256: C8B29F30C123F934728E075D24808FA7B9EF6D67EA808C028FD4334A6D34C45A | sha512: 4AFBC30A9657AD5423CB7F11F308162D8B4A2FA38C66F3052BAB38E91999CCECEB7D57B801E3DD36E56A14FD942D15965565C3F60C829D80B25BABA2426DB4B5
tools\Radarr.develop.5.3.0.8410.windows-core-x86-installer.exe
 
tools\chocolateyBeforeModify.ps1
 
legal\LICENSE.txt
 
legal\VERIFICATION.txt
 

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 12 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 159 Sunday, January 28, 2024 Approved
Radarr 5.3.2.8504 156 Sunday, January 21, 2024 Approved
Radarr 5.3.1.8438 163 Sunday, January 14, 2024 Approved
Radarr 5.3.0.8410 155 Sunday, January 7, 2024 Approved
Radarr 5.2.6.8376 204 Sunday, December 24, 2023 Approved
Radarr 5.2.5.8361 139 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 30 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 199 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 181 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 169 Sunday, June 18, 2023 Approved
Radarr 4.6.1.7456 161 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 300 Monday, December 12, 2022 Approved
Radarr 4.3.0.6671 502 Sunday, October 16, 2022 Approved
Radarr 4.2.4.6635 354 Sunday, September 25, 2022 Approved
Radarr 4.2.3.6575 261 Friday, September 9, 2022 Approved
Radarr 4.2.2.6503 300 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 176 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 175 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 230 Monday, January 3, 2022 Approved
Radarr 3.2.2.5080 904 Thursday, June 3, 2021 Approved
Radarr 3.2.1.5070 223 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 1511 Friday, February 5, 2021 Approved
Radarr 3.0.2.4369 406 Sunday, January 10, 2021 Approved
Radarr 3.0.1.4259 456 Friday, December 11, 2020 Approved
Radarr 3.0.0.4204 323 Sunday, November 29, 2020 Approved
Radarr 0.2.0.1504 940 Friday, July 3, 2020 Approved
Radarr 0.2.0.1480 1036 Monday, February 17, 2020 Approved
Radarr 0.2.0.1450 681 Tuesday, December 3, 2019 Approved
Radarr 0.2.0.1358 850 Saturday, June 29, 2019 Approved
Radarr 0.2.0.1344 542 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 597 Monday, June 11, 2018 Approved
Radarr 0.2.0.1067 391 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 357 Wednesday, February 21, 2018 Approved
Radarr 0.2.0.935 427 Tuesday, February 6, 2018 Approved
Radarr 0.2.0.910 521 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

  • Automatically built and uploaded by JourneyOver
  • If you have any requests or issues with this package please make an issue here instead of "Contact Maintainers"

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