1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02:00
Go to file
Qstick 4fe9daec03 Use Any() in place of Count() to prevent enumerating
This rule flags the Count and LongCount LINQ method calls used to check if the collection has at least one element. These method calls require enumerating the entire collection to compute the count. The same check is faster with the Any method as it avoids enumerating the collection.
2023-03-15 19:24:48 -05:00
2022-09-17 17:43:33 -07:00
2020-11-21 22:30:33 +01:00
2022-08-07 15:24:41 -07:00
2019-02-22 16:27:47 -08:00
2022-12-02 16:09:24 -08:00
2015-08-02 22:22:22 -07:00
2021-09-30 11:10:43 -07:00
2020-10-04 15:43:53 -07:00
2018-12-29 13:08:45 +01:00
2023-01-05 19:23:04 -05:00
2022-11-18 22:05:34 -08:00
2022-08-07 15:04:46 -07:00
2023-02-12 19:16:07 -08:00
2022-08-06 15:36:38 -07:00

Sonarr Sonarr

Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.

Getting Started

Support

Note: GitHub Issues are for Bugs and Feature Requests Only

Features

Current Features

  • Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
  • Automatically detects new episodes
  • Can scan your existing library and download any missing episodes
  • Can watch for better quality of the episodes you already 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
  • Fully configurable episode renaming
  • Full integration with SABnzbd and NZBGet
  • Full integration with Kodi, Plex (notification, library update, metadata)
  • Full support for specials and multi-episode releases
  • And a beautiful UI

Contributing

Development

This project exists thanks to all the people who contribute. Contribute.

Supporters

This project would not be possible without the support of our users and software providers. Become a sponsor or backer to help us out!

Mega Sponsors

Sponsors

Sponsors

Flexible Sponsors

Backers

Backers

JetBrains

Thank you to JetBrains JetBrains for providing us with free licenses to their great tools

Licenses

Description
Smart PVR for newsgroup and bittorrent users.
Readme 334 MiB
Languages
C# 73.4%
JavaScript 13.3%
TypeScript 11.2%
CSS 1.5%
Shell 0.2%
Other 0.2%