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.
Lidarr/readme.md

55 lines
2.2 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*
10 years ago
* automatic failed download handling
* manual search so you can pick any release or to see why a release was rejected
13 years ago
* fully configurable episode renaming
10 years ago
* full integration with SABNzbd and NzbGet
* full integration with XBMC,Plex (notification, library update, metadata)
11 years ago
* full support for specials and multi-episode releases
11 years ago
* beautiful UI
11 years ago
## Configuring Development Enviroment: ##
### Requirements ###
10 years ago
- Visual Studio 2013 ([Express Edition](http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web "Express Edition") might work but not tested.)
11 years ago
- [Git](http://git-scm.com/downloads)
- [NodeJS](http://nodejs.org/download/)
10 years ago
- [Gulp](http://gulpjs.com)
11 years ago
### 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)
10 years ago
- install the required Node Packages `npm install`
- install gulp `npm install gulp -g`
- start gulp to monitor your dev environment for any changes that need post processing using `gulp watch` command.
11 years ago
10 years ago
*Please note gulp must be running at all times while you are working with NzbDrone client source files.*
11 years ago
### Development ###
10 years ago
- Open `NzbDrone.sln` in Visual Studio
11 years ago
- Make sure `NzbDrone.Console` is set as the startup project
### License ###
* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
10 years ago
Copyright 2010-2014
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/)