Beginner looking for help
Posted: 30 Apr 2015, 19:43
Hi all,
I've been using filebot for a while now, but I've always manually ran it. I'm in the process of setting up a HTPC and am very new with all of the automation type stuff and hopefully looking for a little guidance.
I read the AMC thread and right now that is just too advanced for me. So I tried to break it down to a simpler situation that I can test and learn with and think I was able to do so, but need a little help.
I copied and edited the following line from the AMC thread
Cmd line stuff is also fairly new to me, but I'm learning. I ran this and it almost did what I wanted it to. However first I was hoping someone could confirm/explain what's going on there.
-script fn:amc I've deduced that this part is running a script called "amc". Where is this script located? Is it part of the Filebot download? (ignore this, found the answer)
Input and output I understand as with log file.
--action copy I noticed that if I set this to --action test, it runs through but doesn't actually do anything so you can just see what happens. Are there more options here? What about a cut/paste or move option?
-non-strict Not sure what this is doing.
--def excludeList=amc.txt Noticed that this was requested to prevent running the script again for the same files (maybe?)
So I'd really like to learn a lot more about all this and the options available to me. Right now it's placing the movies in separate folders, I'd want to change that if possible. Also, the seasons for TV shows are being prefixed by a 0, is this able to be changed as well?
Thank so much in advance for the help. I'll be here trying to read as much as I can. I'm very eager to learn as much as I can.
I've been using filebot for a while now, but I've always manually ran it. I'm in the process of setting up a HTPC and am very new with all of the automation type stuff and hopefully looking for a little guidance.
I read the AMC thread and right now that is just too advanced for me. So I tried to break it down to a simpler situation that I can test and learn with and think I was able to do so, but need a little help.
I copied and edited the following line from the AMC thread
Code: Select all
filebot -script fn:amc "D:\Downloads" --output "D:\Test" --log-file amc.log --action copy -non-strict --def excludeList=amc.txt
-script fn:amc I've deduced that this part is running a script called "amc". Where is this script located? Is it part of the Filebot download? (ignore this, found the answer)
Input and output I understand as with log file.
--action copy I noticed that if I set this to --action test, it runs through but doesn't actually do anything so you can just see what happens. Are there more options here? What about a cut/paste or move option?
-non-strict Not sure what this is doing.
--def excludeList=amc.txt Noticed that this was requested to prevent running the script again for the same files (maybe?)
So I'd really like to learn a lot more about all this and the options available to me. Right now it's placing the movies in separate folders, I'd want to change that if possible. Also, the seasons for TV shows are being prefixed by a 0, is this able to be changed as well?
Thank so much in advance for the help. I'll be here trying to read as much as I can. I'm very eager to learn as much as I can.