1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-04-09 07:24:10 +02:00
Frank Riley e752e7f35d Fixed several issues in GrowlService:
1) Calls to the growl SDK were not made in a thread safe manner

2) Loading the icon from a URL did not work in mono, and it made
   the GrowlService calls take exceptionally long

3) The result of the growl SDK calls was not checked

4) A bug in the growl for windows SDK caused the mono version
   on unix platforms to not work. A fixed version of the SDK is
   now included in the build (do not use the NuGet version, it's
   broken on unix). The bug was reported to growl for windows here:
   https://code.google.com/p/growl-for-windows/issues/detail?id=48

use var for locals

made requested changes from code review

Gave state class a better name
2014-08-08 17:56:54 -07:00
2013-12-01 14:44:01 -08:00
2014-05-29 15:04:03 -07:00
2014-08-08 17:56:54 -07:00
2014-07-06 20:10:51 -07:00
2014-05-15 21:58:38 -07:00
2014-01-27 14:10:37 -08:00
2014-01-24 14:20:03 -08:00
2013-02-15 18:05:07 -06:00
2013-08-23 17:51:01 -07:00

NzbDrone

NZBDrone is a PVR for newsgroup users. It can monitor multiple RSS feeds for new episodes of your favourite shows and will grab, sorts and renames them. It can also be configured to automatically upgrade the quality of files already downloaded if a better quality format becomes available.

Major Features Include:

  • Support for major platforms: Windows, Linux, OSX
  • Automatically detects new episodes
  • can scan your existing library and then download any old seasons that are missing
  • can watch for better versions and upgrade your existing episodes. eg. from DVD to Blu-Ray
  • fully configurable episode renaming
  • full integration with SABNzbd
  • full integration with XBMC (notification, library update, metadata)
  • full support for specials and multi-episode releases
  • beautiful UI

Configuring Development Enviroment:

Requirements

Setup

  • Make sure all the required software mentioned above are installed.
  • Clone the repository into your development machine. info
  • install the required Node Packages using the following command npm install
  • start grunt to monitor your dev environment for any changes that need post processing using grunt command.

Please note grunt must be running at all times while you are working with NzbDrone source files.

Development

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

License

Sponsors

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