
Every night good sync checks server and downloads any new tv shows or movies into E:\incoming\
I'm hoping you can help with script to do the following:
1. identify if the file is a tv or movie, and then rename and move the file into one of the folders:
E:\Videos\TV\{n}/{"Season ${s.pad(2)}"}/{n} - {s00e00} - {t}
E:\Movies\{n} ({y})/{n} ({y}){" CD$pi"}
2. If the file is compressed... extract the file and process (rename and move)
3. I'm not sure if this is possible, but I normally copy kids movies to a different movie folder "E:\Kids Movies", not sure if there is any way to identify kids movies in a different way and move them to that folder.
I have made donations for filebot a few months ago...but would be happy to donate again if you can help with this script. Let me know

thanks