No description
Find a file
2013-08-10 12:58:30 -07:00
.nuget
Exceptron.Client
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 properly respond to IfModifiedSince headers. should improve caching 2013-08-10 12:58:30 -07:00
NzbDrone.Api.Test fixing linux tests. 2013-08-05 19:42:22 -07:00
NzbDrone.App.Test
NzbDrone.Common Fixing test issue when Linux always returns / for PathGetPathRoot (when its rooted) 2013-08-08 21:44:49 -07:00
NzbDrone.Common.Test Added commands to delete logs and log files (separately) 2013-08-07 20:18:49 -07:00
NzbDrone.Console
NzbDrone.Core Added default ports for notifications 2013-08-08 23:22:26 -07:00
NzbDrone.Core.Test Made free disk space non-existent folder should throw windows only 2013-08-08 22:03:33 -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
NzbDrone.Update.Test
RawImages
ServiceHelpers
UI Some nd icons renamed and added 2013-08-08 23:04:45 -07:00
.gitignore
build.ps1 crap! 2013-08-05 22:59:25 -07:00
clo
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
package.bat
package.json
readme.md
rename.ps1
SceneMappings.csv
service_deploy_production.bat
service_stage.bat
SharedLiveTemplates.xml
tests_mono.ps1

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