From b6daf4040fa1c54ce557c6a1419f53a54e119ac0 Mon Sep 17 00:00:00 2001 From: Klipp Date: Wed, 9 Sep 2020 09:12:54 -0400 Subject: [PATCH] Added information for arr services --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c8173c6..ac63c56 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ So I decided to do something simple in Go, Putio-Go * [Advanced Usage](#advanced-usage) * [Docker](#docker) * [Docker-compose](#docker-compose) +* [How to use with Sonarr/Radarr](#How-to-use-with-Sonarr/Radarr) * [Example](#example) ## Installation @@ -64,5 +65,16 @@ services: restart: unless-stopped ``` +### How to use with Sonarr/Radarr +What you have to do is: + * Go to your Radarr/Sonarr configuration + * `Download Client` tab + * Add a new `torrent blackhole` client + * Chose a name + * In torrent & watch folder, put the same folder you set as `PUTIO_WATCH_FOLDER` + * If for `PUTIO_WATCH_FOLDER` you set `/torrent`, you should put the same in torrent & watch folder + * Save magnet file !! + * Done ! + ### Example ![alt text](https://i.imgur.com/1jUU1xn.png "Example of logs given by Krantor")