Search found 12 matches
- 23 Jan 2020, 22:03
- Forum: Scripting and Automation
- Topic: AMC Script Not Working For TV Shows
- Replies: 4
- Views: 5727
Re: AMC Script Not Working For TV Shows
Hey rednoah, Sorry it took me so long to reply. You caught me inbetween computers (I just build a new machine - and the same problem is happening with the TV shows). I read the other thread, and I agree, this is likely a temporary API issue, but if you'd be so kind as to have a quick look at my log ...
- 17 Jan 2020, 03:47
- Forum: Scripting and Automation
- Topic: AMC Script Not Working For TV Shows
- Replies: 4
- Views: 5727
Re: AMC Script Not Working For TV Shows
I've noticed this as well. Ever since the new year, TV shows seems to be either failing or renaming incorrectly as an earlier show from a prior season. Happening way too often for it to be a one-off incident. My script that's been working for me very well for a very long time: "C:\Program Files ...
- 17 Sep 2015, 12:10
- Forum: Feature Requests and Bug Reports
- Topic: Incorrect matching of episode number (Tosh.0)
- Replies: 10
- Views: 12962
Re: Incorrect matching of episode number (Tosh.0)
Thank you! I removed --filter "age < 7 || !model.any{ it.age < 7 }"


- 14 Sep 2015, 19:41
- Forum: Feature Requests and Bug Reports
- Topic: Incorrect matching of episode number (Tosh.0)
- Replies: 10
- Views: 12962
Re: Incorrect matching of episode number (Tosh.0)
I tried my new script today, including both --filter "age < 7 || !model.any{ it.age < 7 }" and --filter "n != /The Walking Dead/" . But I got this error in the amc.log: CmdlineException: Processing multiple shows at once requires -non-strict So I added the -non-strict tag back, and it processed the ...
- 10 Sep 2015, 21:27
- Forum: Feature Requests and Bug Reports
- Topic: Incorrect matching of episode number (Tosh.0)
- Replies: 10
- Views: 12962
Re: Incorrect matching of episode number (Tosh.0)
Thank you for your help, Rednoah. I really like that code: --filter "age < 7 || !model.any{ it.age < 7 }" and have added it to my script. Thank you. I cannot use --def ut_label however, because I use the script for both movies and TV. And, if I use --filter "n != /The Walking Dead/" to stop Fear The ...
- 10 Sep 2015, 20:11
- Forum: Feature Requests and Bug Reports
- Topic: Incorrect matching of episode number (Tosh.0)
- Replies: 10
- Views: 12962
Re: Incorrect matching of episode number (Tosh.0)
To be honest again, the --filter and --def ut_label confuses me. For example, I don't know what to add to those tags to help me with the issues I have with Tosh.0 and (also) with Fear the Walking Dead mislabeling as The Walking Dead (I do know reason for the issue with this from another thread, just ...
- 10 Sep 2015, 17:36
- Forum: Feature Requests and Bug Reports
- Topic: Incorrect matching of episode number (Tosh.0)
- Replies: 10
- Views: 12962
Re: Incorrect matching of episode number (Tosh.0)
1. I did consider that TheTVDB didn't have the show info, but whenever I went to check the site, it was there (but I guess it got added after). This would make the most sense. 2. I will be honest, I do not know what -non-strict does. I got the original script from your tutorial, then it has been ...
- 09 Sep 2015, 20:12
- Forum: Feature Requests and Bug Reports
- Topic: Incorrect matching of episode number (Tosh.0)
- Replies: 10
- Views: 12962
Incorrect matching of episode number (Tosh.0)
This has occured with this show two weeks in a row now. It incorrectly renamed s07e17 to s07e03, and just today incorrectly renamed s07e18 to s07e08. Can't think of why this would happen. This is the script I am using in uTorrent 'run program when torrent finishes' box: "C:\Program Files\FileBot ...
- 14 Jul 2015, 23:09
- Forum: Scripting and Automation
- Topic: Intermittently not moving/renaming files
- Replies: 2
- Views: 2665
Re: Intermittently not moving/renaming files
Fair enough. Thanks for the quick reply.
- 14 Jul 2015, 22:18
- Forum: Scripting and Automation
- Topic: Intermittently not moving/renaming files
- Replies: 2
- Views: 2665
Intermittently not moving/renaming files
Hello! First, huge thank you to the staff involved in this program and those helping with automation issues (rednoah). My hats off to you, big time. After this, I'm sending a donation, as you've helped me in the past, and hopefully will again here now. I encourage everyone to do the same, as the ...
- 10 Jul 2015, 15:09
- Forum: Scripting and Automation
- Topic: Script leaving extra copy
- Replies: 3
- Views: 3492
Re: Script leaving extra copy
It works perfectly now! Thank you so much! Here is the complete script: "C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "K:/" --log-file amc.log --action copy --conflict override -non-strict --def music=y --def clean=y subtitles=en artwork=n "ut_label=%L" "ut_state=%S" "ut ...
- 10 Jul 2015, 14:56
- Forum: Scripting and Automation
- Topic: Script leaving extra copy
- Replies: 3
- Views: 3492
Script leaving extra copy
Hello! Long time lurker, first time poster. Love the program and enjoy the scripting flexibility! I currently use uTorrent v2.2.1 with the following script in the Options>Preferences>Advanced>Run Program feature: "C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "K:/" --log ...