From 807ce13aa77dd274a9b81252c2a134bbdab631c0 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Fri, 10 Feb 2017 09:19:38 -0800 Subject: [PATCH] Updated Sorting and Renaming (markdown) --- Sorting-and-Renaming.md | 51 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/Sorting-and-Renaming.md b/Sorting-and-Renaming.md index 1fe1a65..6829dc6 100644 --- a/Sorting-and-Renaming.md +++ b/Sorting-and-Renaming.md @@ -23,4 +23,53 @@ Sonarr does a number of checks to verify that the download is acceptable for imp - 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 +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**. + +## Rename Options ## + +{Series Title} +{Series CleanTitle} +{Episode} +{Episode} +{Movie Title} +{Movie CleanTitle} +{Movie Title The} +{Edition Tags} +{Release Year} +{IMDb Id} +{Season} +{Air Date} +{Air Date} +{Episode Title} +{Episode CleanTitle} +{Original Title} +{Original Filename} +{Release Group} +{Original Title} +{Original Filename} +//{IMDb Id} +{Release Group} +{Quality Full} +{Quality Title} +{Quality Proper} +{Quality Real} +{Quality Full} +{Quality Title} +{Quality Proper} +{Quality Real} +{MediaInfo Video} +{MediaInfo VideoCodec} +{MediaInfo VideoBitDepth} +{MediaInfo Audio} +{MediaInfo AudioCodec} +{MediaInfo AudioChannels} +{MediaInfo Simple} +{MediaInfo Full} +{MediaInfo Video} +{MediaInfo VideoCodec} +{MediaInfo VideoBitDepth} +{MediaInfo Audio} +{MediaInfo AudioCodec} +{MediaInfo AudioChannels} +{MediaInfo Simple} +{MediaInfo Full} \ No newline at end of file