
Search found 5 matches
- 10 Oct 2016, 10:14
- Forum: Scripting and Automation
- Topic: Working on my first script
- Replies: 7
- Views: 3139
Re: Working on my first script
Haha, so very true! I am going to change the paths of the log file and exclude list just to make myself happy... and pretend I didn't just ask silly questions (it's really late
)

- 10 Oct 2016, 09:52
- Forum: Scripting and Automation
- Topic: Working on my first script
- Replies: 7
- Views: 3139
Re: Working on my first script
Hey, Do i need to use '--def excludeList=amc.txt' if i am cleaning the folder using '--def deleteAfterExtract=y --def clean=y' as filebot will not be processing the same files over and over again? Also can i specify a directory for this parameter '--log-file amc.log' i.e. '--log-file C:\Path\Goes ...
- 07 Oct 2016, 20:57
- Forum: Scripting and Automation
- Topic: Working on my first script
- Replies: 7
- Views: 3139
Re: Working on my first script
Thanks for your reply, I have done some tests and it works awesome! I have changed the script slightly to use the 'move' command and also got it to clean up the files after! filebot.launcher.exe -script fn:amc D:\Temp --output E: --def movieFormat="E:/Movies/{ny}/{fn}" seriesFormat="E:/TV Shows/{n ...
- 07 Oct 2016, 09:46
- Forum: Scripting and Automation
- Topic: Working on my first script
- Replies: 7
- Views: 3139
Re: Working on my first script
Thanks for your reply.
I will carry out a test run and see what happens, Would you be able to let me know why i still need to use the "output" parameter if i an using the '--def movieformat' etc?
Edit: What does '--action hardlink' do?
I will carry out a test run and see what happens, Would you be able to let me know why i still need to use the "output" parameter if i an using the '--def movieformat' etc?
Edit: What does '--action hardlink' do?
- 06 Oct 2016, 10:27
- Forum: Scripting and Automation
- Topic: Working on my first script
- Replies: 7
- Views: 3139
Working on my first script
Hi guys, I have been looking for a while for something to automate my media server a little better and I have just come across this tool, it looks amazing! I have a few questions I couldn't find by looking at the AMC overview and other links on that page. what does the non-strict argument do ...