Lloyd Sparkes bfe134ee54 Proxy Support for Sonarr #732
Switch to use Port #0 which just uses the next free port
Non Functional - Code Cleanup
Tabs -> Spaces,
Opps Deleted too much
Refactoring & Code Cleanup & Move Config to DB
remove unneeded line
Clean Up Spaces
Code Review Points on the UI
FIx extra space
Clean Up unrequired changes
Add a HealthCheck.
Extra Check in ProxyCheck. Correctly deal with Socks Authentication
Remove SubModule
Add in Nuget + Tweak ProxyCheck
Code Review Points
Missed Review Point
Add Subnet Filtering, Add ProxyBypass for local addresses. UI updated for property changes.
Fix typo, and copy&paste error
Tweak URL to hit
2016-04-23 10:58:02 +01:00
2015-12-18 23:41:30 -08:00
2016-01-16 00:36:43 -08:00
2016-01-14 18:56:14 -08:00
2016-04-23 10:58:02 +01:00
2016-01-16 16:19:28 -08:00
2016-04-01 19:19:32 -07:00
2016-01-15 22:06:33 -08:00
2016-04-01 19:19:32 -07:00
2015-08-02 22:22:22 -07:00
2016-04-01 19:19:32 -07:00
2016-01-14 18:56:14 -08:00

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.

Major Features Include:

  • Support for major platforms: Windows, Linux, OSX, 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 XBMC, Plex (notification, library update, metadata)
  • Full support for specials and multi-episode releases
  • And a beautiful UI

Configuring Development Environment:

Requirements

Setup

  • Make sure all the required software mentioned above are installed.
  • Clone the repository into your development machine. info
  • Grab the submodules git submodule init && git submodule update
  • install the required Node Packages npm install
  • start gulp to monitor your dev environment for any changes that need post processing using npm start command.

Please note gulp must be running at all times while you are working with Sonarr client source files.

Development

  • Open NzbDrone.sln in Visual Studio
  • Make sure NzbDrone.Console is set as the startup project

License

Sponsors

Description
No description provided
Readme GPL-3.0 280 MiB
Languages
C# 76.7%
JavaScript 16.1%
TypeScript 5.2%
CSS 1.5%
Shell 0.2%
Other 0.2%