mirror of https://github.com/Radarr/Radarr
140a220340
* availability specification to prevent downloading titles before their release * pull inCinamas status out of js handlebars and set it in SkyHook * minor code improvement * add incinemas to footer * typo * another typo * release date handling * still print cinema date out for announced titles * revert a minor change from before since its unnecessary * early implementation of minimumAvailability --> when does radarr consider a movie "available" should be specified by user default to "Physical release?" this isn't functional yet, but it has a skeleton + comments. I dont know how to have the minimumavailability attribute default to something or to have it actually populate the Movieinfo object could use some help with that * adding another comment for another location that might need to be updated to handle minimumAvailability * the implementation is now function; however, i still need to specify default values for minimumAvailability * missed these changes in the previous commit * fix rounded corners on new field in editmovie dialog * add minimum availability specification to the addMovie page * minor adjustment from last commit * handle the case where minimumavailability has never yet been set nullstring.. if its never been set, default to Released (Physical/Web) represented by integer value 3 * minAvailability specification on NetImport lists * add support for min availability to the movie editor * use enum MovieStatusType values directly makes for cleaner code * need to fix up the migration forgot in last commit * cleaning up code, proper case * erroneous code added in this feature needed to be removed * update "Wanted" page to take into account minimumAvailability * implement preDB minimumAvailability as default.. behaves same as Physical/Web a few comments with TODO for when preDB is implemented * minor adjustment * remove some unused code (leave commented for now) * improve code for minimumavailability and add option for availabilitydelay (but doesnt do anything yet) * improve isAvailable method * clean up and fix helper info on indexer configuration page * add buttons in Wanted/Missing view |
||
---|---|---|
.github | ||
.idea | ||
Logo | ||
debian | ||
gulp | ||
osx | ||
schemas | ||
setup | ||
src | ||
tools | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.travis.yml | ||
7za.dll | ||
7za.exe | ||
7zxa.dll | ||
CLA.md | ||
CONTRIBUTING.md | ||
README.md | ||
appveyor.yml | ||
build-appveyor.cake | ||
build-appveyor.ps1 | ||
build.ps1 | ||
build.sh | ||
gulpFile.js | ||
package.json | ||
package.sh | ||
sonarr.icns | ||
test.sh | ||
webpack.config.js |
README.md
Status
Service | Master | Develop |
---|---|---|
AppVeyor | ||
Travis |
A fork of Sonarr to work with movies à la Couchpotato.
This fork works independently of Sonarr and will not interfere with it.
Downloads
To connect to the UI, fire up your browser and open http://localhost:7878 or http://your-ip:7878.
Support
Features
Current Features
- Adding new movies with lots of information, such as trailers, ratings, etc.
- Support for major platforms: Windows, Linux, macOS, Raspberry Pi, etc.
- Can watch for better quality of the movies you 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
- Full integration with SABnzbd and NZBGet
- Automatically searching for releases as well as RSS Sync
- Automatically importing downloaded movies
- Recognizing Special Editions, Director's Cut, etc.
- Identifying releases with hardcoded subs
- All indexers supported by Sonarr also supported
- New PassThePopcorn Indexer
- QBittorrent, Deluge, rTorrent, Transmission and uTorrent download client (Other clients are coming)
- New TorrentPotato Indexer (Works well with Jackett)
- And a beautiful UI
Planned Features
- Scanning PreDB to know when a new release is available
- Fixing the other Indexers and download clients
- Importing movies from various online sources, such as IMDb Watchlists (A complete list can be found here)
- Full integration with Kodi, Plex (notification, library update, metadata)
Configuring Development Environment
Requirements
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
- Start gulp to monitor your dev environment for any changes that need post processing using
npm start
command.
Notice
Gulp must be running at all times while you are working with Radarr client source files.
Development
- Open
NzbDrone.sln
in Visual Studio or run the build.sh script, if Mono is installed - Make sure
NzbDrone.Console
is set as the startup project
Sponsors
JetBrains for providing us with free licenses to their great tools: