I've searched the forums and found some related posts with some ideas on how to do this, but I've found those posts to leave a dead end on the actual result.
My structure is fairly simple:
I:\TV Shows\(name of show)\(season xx)\(properly named episodes).ext
This next part is to explain why I'm doing what I'm doing:
I use theRenamer to rename the episodes. The problem I'm running into is this. I have a Fetch import folder that theRenamer uses so that I can download all shows to a specific folder and when I hit a button in theRenamer it JUST scans that folder to rename and move to the proper structure above. The cause for wanting to exclude a folder is because of how windows moves files due to network paths I guess. When we use theRenamer to rename and move from our Fetch folder, this is the outcome:
\\d0rkfiles\TV Shows\!-Unsorted-!\(unsorted and poorly named tv shows)
to
\\d0rkfiles\TV Shows\
Works fast since Windows seems to move it locally, not dealing with the network
\\d0rkfiles\!-Unsorted-!\
to
\\d0rkfiles\TV Shows\
works very slowly since Windows seems to movie it via the network - doubly slow since we are on laptops using wireless. It seems to take the long way of moving the files.
So that's what I'm doing, hopefully that makes sense. If it does, I would like MP-TVSeries to filter out and ignore whatever is in that \\d0rkfiles\TV Shows\!-Unsorted-!\ folder.
From what I've read in other posts, I would assume the fix is to use Regular Expressions to return negative on files that have "!-Unsorted-!" in the path (i can easily rename that to something easier if it helps). I tried my hand on modifying the current Regex, but I think I'm completely missing the boat on it.
Any help or suggestions would be wonderful
And I'll gladly explain anything better if I need to.
My structure is fairly simple:
I:\TV Shows\(name of show)\(season xx)\(properly named episodes).ext
This next part is to explain why I'm doing what I'm doing:
I use theRenamer to rename the episodes. The problem I'm running into is this. I have a Fetch import folder that theRenamer uses so that I can download all shows to a specific folder and when I hit a button in theRenamer it JUST scans that folder to rename and move to the proper structure above. The cause for wanting to exclude a folder is because of how windows moves files due to network paths I guess. When we use theRenamer to rename and move from our Fetch folder, this is the outcome:
\\d0rkfiles\TV Shows\!-Unsorted-!\(unsorted and poorly named tv shows)
to
\\d0rkfiles\TV Shows\
Works fast since Windows seems to move it locally, not dealing with the network
\\d0rkfiles\!-Unsorted-!\
to
\\d0rkfiles\TV Shows\
works very slowly since Windows seems to movie it via the network - doubly slow since we are on laptops using wireless. It seems to take the long way of moving the files.
So that's what I'm doing, hopefully that makes sense. If it does, I would like MP-TVSeries to filter out and ignore whatever is in that \\d0rkfiles\TV Shows\!-Unsorted-!\ folder.
From what I've read in other posts, I would assume the fix is to use Regular Expressions to return negative on files that have "!-Unsorted-!" in the path (i can easily rename that to something easier if it helps). I tried my hand on modifying the current Regex, but I think I'm completely missing the boat on it.
Any help or suggestions would be wonderful
United States of America