From 8f8b0b2c8003798a229218d88cbb3df4e7a17d2b Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Mon, 4 May 2020 21:24:14 -0700 Subject: [PATCH] Updated Users Guide (markdown) --- Users-Guide.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Users-Guide.md b/Users-Guide.md index 2ecba8e..133e408 100644 --- a/Users-Guide.md +++ b/Users-Guide.md @@ -28,4 +28,12 @@ For usenet, this is very easy because [nzbget](https://nzbget.net/) and [sabnzbd But now we come to torrent clients, and my opinion of them is that there are none that are as good as the above usenet download clients. I would start with [qBittorrent](https://www.qbittorrent.org/) which has been growing in popularity and seems to be actively developed. If that doesn't suit, I would try [Deluge](https://deluge-torrent.org/) next. Finally, as an [rTorrent](https://github.com/rakshasa/rtorrent) user myself... I would try it last. And you should absolutely scour the internet for articles, opinions and comments about each one because they are *all* very different and some do certain things a *lot* better than others. And don't forget, *extraction* of packed torrents is an after thought in all of them. -**Note:** This guide is written for Radarr's Aphrodite branch, known as v3. \ No newline at end of file +**Note:** This guide is written for Radarr's Aphrodite branch, known as v3. + +## Library and Download Folder Setup + +You've done the hard part, you've selected your download client and indexers/trackers. Now we move on to the next task, which is getting your library and download folder sorted out to be the best it can be. From a very high level, Radarr is going to need to be able to read and write to both folders. Your download client will also need to be able to read and write to the download folder. If you have an existing library of movies you're going to import, it will need to be in the right structure which is a `movie.ext` file in a `movie/` folder which is in a folder of `movies/`, like `movies/Movie Title (Year)/Movie Title (Year).ext`. Ideally, the movie file name will also contain the *quality/source* (like DVD, HDTV, WEB-DL or BLURAY), edition (Theatrical, Director's Cut, Unrated) and/or `-GrouP`. All of this information is irreplaceable, it cannot be found any other way. So if you have that data, make sure it is in the file name. + +Ideally, your download folder is on the same file system as your library folder. This will allow imports that *move*, like usenet and torrents that are *finished seeding* to be instant and it allows hard links for imports that *copy*, like torrents that are still seeding when imported. For moves, it saves time and io which *most* users won't really notice... but for long term seeding, hard links allow a library and download copy to exist without wasting space. If you want to download to a different drive or file system, like an SSD, you can still achieve this by having your *incomplete* folder on the SSD, but your *complete* folder on the library file system. + +I would also suggest separating your downloads logically, putting usenet downloads in one folder and torrents in the other. And inside those download folders, consider category based sub-folders too. For example, `/data/usenet/{tv|movies}` and/or `/data/torrents/{tv|movies}`. I like to *avoid* naming the folders after the software itself, since I don't know what the future might hold where I switch from one to another and then end up in the awkward situation of using SABnzbd pointed at a folder named `nzbget`. \ No newline at end of file