Help with very basic script
Posted: 14 Mar 2013, 21:53
Hi, i have been using Filebot for a while now to just rename files..awesome program
Anyway i was reading over at the Popcorn Hour forums and came across this thread
http://www.networkedmediatank.com/showt ... t=schedule
its exactly what i want to do but to be honest this stuff is way over my head
What i want to be able to do is take the movie/tv show from one folder, rename it and movie it to another folder just like u did in the youtube video in that thread.
so what i have done so far is just add this cmd file and it works but i would like to change a few things if possible
It outputs to the correct folder with Movie and Tv folders
1.Is there a way to not have the movie and TV folders?
2.Also it deletes the file from the original folder, is it possible to not delete it
I don't know if this is all completely wrong but like i said i just seen it in action on the Popcorn Hour Forums
BTW my scripting skills are 0
Thanks
Anyway i was reading over at the Popcorn Hour forums and came across this thread
http://www.networkedmediatank.com/showt ... t=schedule
its exactly what i want to do but to be honest this stuff is way over my head
What i want to be able to do is take the movie/tv show from one folder, rename it and movie it to another folder just like u did in the youtube video in that thread.
so what i have done so far is just add this cmd file and it works but i would like to change a few things if possible
Code: Select all
filebot -script fn:utorrent-postprocess "E:/Temp/old" --output "W:" -non-strict
1.Is there a way to not have the movie and TV folders?
2.Also it deletes the file from the original folder, is it possible to not delete it
I don't know if this is all completely wrong but like i said i just seen it in action on the Popcorn Hour Forums
BTW my scripting skills are 0
Thanks