Go to file
Mark McDowall 3559d35d92 Add existing series, load more will only load 5 results at a time 2013-08-08 20:58:44 -07:00
.nuget
Exceptron.Client updated project output for core/common to _output 2013-07-30 22:55:58 -07:00
Libraries
Logo
Marr.Data updated test package to use the same libs as the update package. 2013-08-05 16:11:37 -07:00
NzbDrone Dispose tray icon when application is exited 2013-08-06 00:13:44 -07:00
NzbDrone.Api removed ClientSettings 2013-08-05 19:37:13 -07:00
NzbDrone.Api.Test fixing linux tests. 2013-08-05 19:42:22 -07:00
NzbDrone.App.Test cleaned up some code around process handling. 2013-07-30 13:19:09 -07:00
NzbDrone.Common FreeSpace check now uses the root of the drive\share as the check 2013-08-08 18:40:24 -07:00
NzbDrone.Common.Test Added commands to delete logs and log files (separately) 2013-08-07 20:18:49 -07:00
NzbDrone.Console updated project output for core/common to _output 2013-07-30 22:55:58 -07:00
NzbDrone.Core Skip sample check for .flv files, also log error for runtime 0 2013-08-08 18:50:11 -07:00
NzbDrone.Core.Test Skip sample check for .flv files, also log error for runtime 0 2013-08-08 18:50:11 -07:00
NzbDrone.Integration.Test always replace .NET 3.5 of json.net with 4.0 on build. 2013-08-05 15:49:41 -07:00
NzbDrone.Libraries.Test
NzbDrone.SqlCe
NzbDrone.Test.Common fixed broken builds. 2013-08-05 22:29:53 -07:00
NzbDrone.Test.Dummy NzbDrone.Test.Dummy is no longer Client Profile. (Not available in mono) 2013-08-05 20:00:00 -07:00
NzbDrone.Tvdb.Offline
NzbDrone.Update cleaned up some code around process handling. 2013-07-30 13:19:09 -07:00
NzbDrone.Update.Test
RawImages
ServiceHelpers
UI Add existing series, load more will only load 5 results at a time 2013-08-08 20:58:44 -07:00
.gitignore
DailySeries.csv
Gruntfile.js added page loading animation while the app is loading. 2013-08-05 19:29:34 -07:00
JSLintOptions.xml
Log4ViewConfig.l4v
NzbDrone.ncrunchsolution
NzbDrone.sln
NzbDrone.sln.DotSettings minor cleanup 2013-08-05 19:01:32 -07:00
SceneMappings.csv
SharedLiveTemplates.xml
build.ps1 crap! 2013-08-05 22:59:25 -07:00
clo
package.bat
package.json cleaned up gruntfile.js 2013-07-29 17:57:52 -07:00
readme.md
rename.ps1
service_deploy_production.bat
service_stage.bat
tests_mono.ps1

readme.md

NzbDrone vNext is currently under development to be faster, smarter and work on all major platforms (Windows, Linux, OSX). NzbDrone vNext is currently in alpha being tested and vetted by our release testers.

NzbDrone

NZBDrone is a PVR for newsgroup users written in .NET 4.0. 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:

  • 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

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