From cebaee8835de60af69d232e9145122623233bcfc Mon Sep 17 00:00:00 2001 From: Luc Timmerman <48736891+Luctia@users.noreply.github.com> Date: Tue, 28 Jun 2022 23:05:54 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 856669b..ece3e70 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,17 @@ note of the following: - Root folder: `/data/media/` and then tv, movies or music depending on service - In qBittorrent, after connecting it to the -arr services, you can indicate it should move torrents in certain categories to certain directories, like torrents in the `radarr` category - to `/data/torrents/movies`. You should do this. + to `/data/torrents/movies`. You should do this. Also set the `Default Save Path` to + `/data/torrents`. Set "Run external program on torrent completion" to true and enter this in the + field: `chmod -R 775 "%F/"`. - You'll have to add indexers in Prowlarr by hand. Use Prowlarrs settings to connect it to the other -arr apps. + +## FAQ + +### Why do I need to set some settings myself, can that be added? +Some settings, particularly for the Servarr suite, are set in databases. While it *might* be +possible to interact with this database after creation, I'd rather not touch these. It's not +that difficult to set them yourself, and quite difficult to do it automatically. For other +containers, configuration files are automatically generated, so these are more easily edited, +but I currently don't believe this is worth the effort.