1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-15 00:57:36 +02:00

Updated Sorting and Renaming (markdown)

dellipse 2017-06-08 22:54:43 -04:00
parent f208ee49ba
commit 503c9480a5

@ -1,25 +1,25 @@
## Terminology ## Terminology
**Completed Download Folder:** This is the folder where your download client places completed downloads (best if it only contains TV shows) **Completed Download Folder:** This is the folder where your download client places completed downloads (best if it only contains movies)
**Completed TV Download Folder:** Completed folder that only contains TV shows **Completed Movies Download Folder:** Completed folder that only contains movies
**Drone Factory:** This needs to be the same as the Completed Download Folder (you should never use a folder that contains sorted and renamed episodes) **Drone Factory:** This needs to be the same as the Completed Download Folder (you should never use a folder that contains sorted and renamed movies)
**Sorted TV Folder:** Final folder that contains your sorted and renamed episodes (in their respective series folders) **Sorted Movies Folder:** Final folder that contains your sorted and renamed movies (in their respective folders)
## SABnzbd ## SABnzbd
- Disable TV sorting (Config -> Sorting -> Series Sorting) - Disable movie sorting (Config -> Sorting -> Movie Sorting)
- Create a category for TV shows - Create a category for movies
- Configure Radarr to use the TV category; ensuring the path back to your DroneFactory folder is accurate and reachable (if across a network) - Configure Radarr to use the movie category; ensuring the path back to your DroneFactory folder is accurate and reachable (if across a network)
## Radarr ## Radarr
- The TV category for your download client (if applicable) - The Movie category for your download client (if applicable)
- The Drone Factory folder to be the same as your download client's *Completed Download Folder*/*Completed TV Download Folder* (if you're using a category with SABnzbd this needs to be the *Completed TV Download Folder* see SABnzbd's category config page for the path) - The Drone Factory folder to be the same as your download client's *Completed Download Folder*/*Completed Movie Download Folder* (if you're using a category with SABnzbd this needs to be the *Completed Movie Download Folder* see SABnzbd's category config page for the path)
## The Import Process ## ## The Import Process ##
Radarr does a number of checks to verify that the download is acceptable for importing, including: Radarr does a number of checks to verify that the download is acceptable for importing, including:
- Sample file check (run time is longer than 90 seconds) - Sample file check (run time is longer than 90 seconds)
- Upgrade for existing episode file (if any) - Upgrade for existing movie file (if any)
- Not being unpack by the download client (_UNPACK_ in SABnzbd) - Not being unpack by the download client (_UNPACK_ in SABnzbd)
- Enough free space exists at the destination - Enough free space exists at the destination