You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sonarr/readme.md

52 lines
2.1 KiB

# NzbDrone #
13 years ago
11 years ago
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.
11 years ago
## Major Features Include: ##
11 years ago
* Support for major platforms: Windows, Linux, OSX
11 years ago
* Automatically detects new episodes
13 years ago
* can scan your existing library and then download any old seasons that are missing
11 years ago
* can watch for better versions and upgrade your existing episodes. *eg. from DVD to Blu-Ray*
13 years ago
* fully configurable episode renaming
11 years ago
* full integration with SABNzbd
* full integration with XBMC (notification, library update, metadata)
* full support for specials and multi-episode releases
11 years ago
* beautiful UI
11 years ago
## Configuring Development Enviroment: ##
### Requirements ###
- Visual Studio 2012 ([Express Edition](http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web "Express Edition") might work but not tested.)
- [Git](http://git-scm.com/downloads)
- [NodeJS](http://nodejs.org/download/)
- [Grunt](http://gruntjs.com/getting-started)
### Setup ###
- Make sure all the required software mentioned above are installed.
- Clone the repository into your development machine. [*info*](https://help.github.com/articles/working-with-repositories)
- 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 ###
* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
11 years ago
Copyright 2010-2013
11 years ago
### Sponsors ###
- [JetBrains](http://www.jetbrains.com/) for providing us with free licenses to their great tools
- [ReSharper](http://www.jetbrains.com/resharper/)
- [WebStorm](http://www.jetbrains.com/webstorm/)
- [TeamCity](http://www.jetbrains.com/teamcity/)