From 0b81b635f850b793bc872d71c0705d85f31d0e54 Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 27 Aug 2013 10:39:47 -0700 Subject: [PATCH] Created Sorting and Renaming (markdown) --- Sorting-and-Renaming.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Sorting-and-Renaming.md diff --git a/Sorting-and-Renaming.md b/Sorting-and-Renaming.md new file mode 100644 index 0000000..59e6f27 --- /dev/null +++ b/Sorting-and-Renaming.md @@ -0,0 +1,23 @@ +## Terminology +- Completed Download Folder - This is the folder where your download client places completed downloads (best if it only contains TV shows) +- Completed TV Download Folder - Completed folder that only contains TV shows +- 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) + +## SABnzbd +- Disable TV sorting (Config -> Sorting -> Series Sorting) +- Create a category for TV shows +- Configure NzbDrone to use the TV category + +## Setup +In NzbDrone configure: +- The TV 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* + +## The Import Process ## +NzbDrone does a number of checks to verify that the download is acceptable for importing, including: +- Sample file check (greater than 70MB or longer than 3 minutes) +- Upgrade for existing episode file (if any) +- Not being unpack by the download client (_UNPACK_ in SABnzbd) +- Enough free space exists at the destination + +Once a file has passed all those checks it is imported, if there is an existing file it is deleted, otherwise the episode file is moved and renamed (according to your naming rules). Once the file has been moved it removes the source folder as long as it is less than 70MB in size). **If no files are imported nothing is deleted**. \ No newline at end of file