TV Sorting Questions
Posted: August 6th, 2009, 2:57 pm
Hi everybody, I have a few question regarding the TV Sorting.
My questions is:
1. When does the TV Sorting happen, after the post-processing script is done?
2. Where does it takes its base directory, in the TV category?
I've never used it before I've used a custom script instead to move my downloaded shows, but now I would like to begin using TV Sorting, but generally show that I download have different naming convention for the filename, but my script change the filename to the name of the job that is almost every time all in the same format with capitals, tags and everything. I'd like to keep my renaming post processing and then have TV Sorting to send the file into the right sub-directory. I will use the "%sn/Season %s/%fn" criteria to keep my filename.
Here is the result of my custom script, look at the rename line...
Thanks in advance
MageMinds
My questions is:
1. When does the TV Sorting happen, after the post-processing script is done?
2. Where does it takes its base directory, in the TV category?
I've never used it before I've used a custom script instead to move my downloaded shows, but now I would like to begin using TV Sorting, but generally show that I download have different naming convention for the filename, but my script change the filename to the name of the job that is almost every time all in the same format with capitals, tags and everything. I'd like to keep my renaming post processing and then have TV Sorting to send the file into the right sub-directory. I will use the "%sn/Season %s/%fn" criteria to keep my filename.
Here is the result of my custom script, look at the rename line...
Code: Select all
========================================================================================================
[Config.SourcePath] F:\downloads\Newsgroups\complete\TV\Prototype.This.S01E01.DVDRip.XviD-aAF\
[Config.DestPath] F:\Media Center\TV Shows\
========================================================================================================
[Move] Moved file \aaf-prototype101.avi to the destination folder
[Rename] Rename file aaf-prototype101.avi to Prototype.This.S01E01.DVDRip.XviD-aAF.avi
[Delete] Deleting file aaf-prototype101.nfo
[Delete] Deleting file aaf-prototype101.sfv
[Delete] Deleting file Prototype.This.S01E01.DVDRip.XviD-aAF.nzb
[CleanUp] Deleting the job folder
========================================================================================================MageMinds