1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-25 09:18:34 +00:00
No description
Find a file
2013-08-05 02:49:37 -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 project output for core/common to _output 2013-07-30 22:55:58 -07:00
NzbDrone added json reference to NzbDrone.exe 2013-07-31 19:29:49 -07:00
NzbDrone.Api Added season pass for toggling monitored status of seasons 2013-08-05 02:09:41 -07:00
NzbDrone.Api.Test
NzbDrone.App.Test cleaned up some code around process handling. 2013-07-30 13:19:09 -07:00
NzbDrone.Common Special folders also apply to RootFolder unmapped folders 2013-08-04 10:04:36 -07:00
NzbDrone.Common.Test Fixed broken test 2013-08-05 02:49:37 -07:00
NzbDrone.Console updated project output for core/common to _output 2013-07-30 22:55:58 -07:00
NzbDrone.Core Added season pass for toggling monitored status of seasons 2013-08-05 02:09:41 -07:00
NzbDrone.Core.Test EpisodeRefresh matches by season and episode number instead of tvdbepisodeid 2013-08-03 22:45:46 -07:00
NzbDrone.Integration.Test fixed issue with number only series title. 2013-08-01 17:12:52 -07:00
NzbDrone.Libraries.Test
NzbDrone.SqlCe
NzbDrone.Test.Common cleaned up refresh series a bit. 2013-07-31 19:02:36 -07:00
NzbDrone.Test.Dummy
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 Added season pass for toggling monitored status of seasons 2013-08-05 02:09:41 -07:00
.gitignore
build.ps1
clo
DailySeries.csv
Gruntfile.js fixed less grunt watch 2013-08-01 18:00:30 -07:00
JSLintOptions.xml
Log4ViewConfig.l4v
NzbDrone.ncrunchsolution
NzbDrone.sln
NzbDrone.sln.DotSettings
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