mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-16 11:37:58 +02:00
Smart PVR for newsgroup and bittorrent users.
c5b25bcfee
Add Form type url (type=url input field) Add isValidUrl input type validation Only allow absolute urls when checking if a url is valid String => string as per comments that sonarr is standarizing on the lowercase primative Remove this before function calls Refactored everything so OnGrab is supported Don't double submit the webhook Wrappers around Series, EpisodeFile, Episode so the entire data structure isn't exposed Add Braces as per style guide Series.ID and Series.TvdbId should be integers Reorder webhook payload as per style guide Upgrade to use ongrab as json instead of string Add method selection to webhook settings include episode directly in download event QualityVersion should be an int and not a string (don't convert it int=>string) Remove the list of episodes Add season number to episode data structure Code Review Fixes: * Remove episodefile from payload, move everything to episode * Change episode to a list convert to var as per code review / style guide Down with internals Everything now uses webhookpayload. None of that payload.Message stuff {"EventType":"Test","Series":{"Id":1,"Title":"Test Title","Path":"C:\\testpath","TvdbId":1234},"Episodes":[{"Id":123,"EpisodeNumber":1,"SeasonNumber":1,"Title":"Test title","AirDate":null,"AirDateUtc":null,"Quality":null,"QualityVersion":0,"ReleaseGroup":null,"SceneName":null}]} Remove logger and processProvider Remove unused constructor |
||
---|---|---|
.idea | ||
debian | ||
gulp | ||
Logo | ||
osx | ||
schemas | ||
setup | ||
src | ||
tools/pdb2mdb | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
build.ps1 | ||
build.sh | ||
CLA.md | ||
CONTRIBUTING.md | ||
gulpFile.js | ||
integration_mono.sh | ||
package.json | ||
readme.md | ||
rename.ps1 | ||
tests_mono.sh | ||
webpack.config.js |
Sonarr
Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
Major Features Include:
- Support for major platforms: Windows, Linux, OSX, Raspberry Pi, etc.
- Automatically detects new episodes
- Can scan your existing library and download any missing episodes
- Can watch for better quality of the episodes you already have and do an automatic upgrade. eg. from DVD to Blu-Ray
- Automatic failed download handling will try another release if one fails
- Manual search so you can pick any release or to see why a release was not downloaded automatically
- Fully configurable episode renaming
- Full integration with SABNzbd and NzbGet
- Full integration with XBMC, Plex (notification, library update, metadata)
- Full support for specials and multi-episode releases
- And a beautiful UI
Configuring Development Environment:
Requirements
- Visual Studio 2013 Free Community Edition
- Git
- NodeJS
- Gulp
Setup
- Make sure all the required software mentioned above are installed.
- Clone the repository into your development machine. info
- Grab the submodules
git submodule init && git submodule update
- 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.
Please note gulp must be running at all times while you are working with Sonarr client source files.
Development
- Open
NzbDrone.sln
in Visual Studio - Make sure
NzbDrone.Console
is set as the startup project
License
- GNU GPL v3 Copyright 2010-2015