|
|
|
|
|
by Cyph0n
783 days ago
|
|
Some more details on how the flow works: - Sonarr/Radarr periodically scans the RSS feeds for all indexers you have configured and looks for episodes or movies you’re missing (or that can be upgraded). - If it finds something you need, it grabs the item (magnet/torrent/nzb) and sends it to the appropriate download client. Note that you can configure multiple torrent or Usenet clients. - Sonarr/Radarr monitors the download progress using the download client’s API. - As soon as it completes, Sonarr/Radarr copies, moves, or hardlinks (best option for torrents) the file over to your library. The key thing to note is that your *arr app is the central controller for the entire flow. The app will only stop looking at a particular media item once: a) the item cannot be upgraded any further, b) you have marked it as “unmonitored”, or c) you have removed the show or movie. |
|