You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8.0 KiB
8.0 KiB
Radarr is an independent fork of Sonarr reworked for automatically downloading movies via Usenet and BitTorrent.
The project was inspired by other Usenet/BitTorrent movie downloaders such as CouchPotato.
Getting Started
- Install Radarr for your desired OS or use Docker
- For Linux users, run
radarr
and optionally have Radarr start automatically - Connect to the UI through http://localhost:7878 or http://your-ip:7878 in your web browser
- See the Setup Guide for further configuration
Downloads
Support
Status
Service | Master | Develop |
---|---|---|
AppVeyor | ||
Travis |
This project works independently of Sonarr and will not interfere with it.
Radarr is currently undergoing rapid development and pull requests are actively added into the repository.
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)
- Scanning PreDB to know when a new release is available
- 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)
- And a beautiful UI
Planned Features
- Downloading Metadata such as trailers or subtitles (*)
- Adding metadata such as posters and information for Kodi and others to use (*)
- Dynamically renaming folders with quality info, etc. (*)
- Supporting custom folder structures, such as all movie files in one folder (*)
- Supporting multiple editions per movies (waiting on The Movie Database to finish their implementation)
- Supporting collections of movies, such as James Bond
Note: All features marked with (*) are set to be in the first release of Radarr.
Feature Requests
Configuring the 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
Thanks to JetBrains for providing us with free licenses to their great tools: