Quote Originally Posted by krell View Post
There are a range of other options inside SCRU which can further automate the process.. For instance I have setup filters to recognise "S0*,E0*" strings for instance and the program auto unpacks into my TV folder .. possibilities are endless .. a great free app
For filters, can you use regex matches to create output folders? i.e.
Code:
(.+?)S\d\dE\d\d
and have the output folder be the captured tv show name group?

wanna send shows to different folders, and not have to create filters for separate shows.