No description
Find a file
2013-09-06 23:38:31 -07:00
.nuget
debian
Exceptron.Client
Libraries
Logo
Marr.Data
NzbDrone Log fatal for windows app when fails to start 2013-09-06 23:38:31 -07:00
NzbDrone.Api Progress messages are logged with Logger.Progress 2013-09-03 22:01:28 -07:00
NzbDrone.Api.Test
NzbDrone.App.Test fixed broken test 2013-09-05 07:25:47 -07:00
NzbDrone.Common Chained commands keep the same CommandId in nlog context 2013-09-03 22:02:26 -07:00
NzbDrone.Common.Test Added progress messaging, using info logging 2013-09-01 21:12:57 -07:00
NzbDrone.Console better migration error handling. 2013-09-05 07:25:47 -07:00
NzbDrone.Core Added caching to SAB 2013-09-06 21:16:51 -07:00
NzbDrone.Core.Test Fixed SceneMappingProxy tests 2013-09-05 23:28:52 -07:00
NzbDrone.Host SignalR disconnect timeout is now 5 minutes instead of 30 seconds 2013-09-03 22:02:58 -07:00
NzbDrone.Integration.Test
NzbDrone.Libraries.Test
NzbDrone.Test.Common fixed broken tests 2013-09-05 07:25:46 -07:00
NzbDrone.Test.Dummy
NzbDrone.Update delete target folder before update 2013-09-02 22:15:09 -07:00
NzbDrone.Update.Test
ServiceHelpers
UI Disabled root folder signalr 2013-09-06 21:16:51 -07:00
.gitignore
build.ps1
Gruntfile.js
integration_mono.sh
Log4ViewConfig.l4v
NzbDrone.ncrunchsolution
NzbDrone.sln
NzbDrone.sln.DotSettings
package.json
readme.md
rename.ps1
SharedLiveTemplates.xml
tests_mono.sh

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