
Search found 12 matches
- 05 Oct 2018, 12:29
- Forum: Feature Requests and Bug Reports
- Topic: Filebot + AMC script with clean option leaving one empty folder
- Replies: 8
- Views: 11863
Re: Filebot + AMC script with clean option leaving one empty folder
I've been running this for two days now and it works great. You can go ahead and push a new stable release. 

- 03 Oct 2018, 19:14
- Forum: Feature Requests and Bug Reports
- Topic: Filebot + AMC script with clean option leaving one empty folder
- Replies: 8
- Views: 11863
- 03 Oct 2018, 12:55
- Forum: Feature Requests and Bug Reports
- Topic: Filebot + AMC script with clean option leaving one empty folder
- Replies: 8
- Views: 11863
Re: Filebot + AMC script with clean option leaving one empty folder
Yes, that did it! How long until it works when running fn:amc?
Thanks for the excellent support!
Thanks for the excellent support!
- 03 Oct 2018, 11:54
- Forum: Feature Requests and Bug Reports
- Topic: Filebot + AMC script with clean option leaving one empty folder
- Replies: 8
- Views: 11863
Re: Filebot + AMC script with clean option leaving one empty folder
I must say this is very strange. I haven't changed anything in forever. I compared a log from yesterday to one that's a few months older and the only thing that's different is the paths. I put together a simpler command line for you (not as messy as my original one :) ). I ran it and the end result ...
- 03 Oct 2018, 02:53
- Forum: Feature Requests and Bug Reports
- Topic: Filebot + AMC script with clean option leaving one empty folder
- Replies: 8
- Views: 11863
Filebot + AMC script with clean option leaving one empty folder
Hi, I've been using filebot with the AMC script for many years now and I'm extremely happy with it. :D However today I noticed that filebot is leaving an empty folder after extracting a rar archive even though I have the clean option included in my script. Example: Extracting Read archive [ncis ...
- 28 Feb 2018, 18:33
- Forum: Scripting and Automation
- Topic: Keeping tags from release name
- Replies: 2
- Views: 1718
Re: Keeping tags from release name
Thank you!
Option 1 is probably the best solution in my case. I tried something similar yesterday but I got the formatting wrong...
Option 1 is probably the best solution in my case. I tried something similar yesterday but I got the formatting wrong...

- 28 Feb 2018, 12:58
- Forum: Scripting and Automation
- Topic: Keeping tags from release name
- Replies: 2
- Views: 1718
Keeping tags from release name
I want to keep some of the tags from the release name, such as PROPER, REPACK, REAL etc. I've been using {'.'+fn.match(/REAL/).upper()} in my script and it's been working great. However, yesterday I ran into a problem with the show UnREAL. The original title: UnREAL.S03E01.720p.HDTV.x264-BATV The ...
- 19 Mar 2015, 11:02
- Forum: Scripting and Automation
- Topic: Problem with video format
- Replies: 8
- Views: 4678
Re: Problem with video format
Well, at least now I know why it didn't work
. I'll have to live with that, it probably won't happen that often anyway...
Thank you for your help!

Thank you for your help!
- 19 Mar 2015, 08:11
- Forum: Scripting and Automation
- Topic: Problem with video format
- Replies: 8
- Views: 4678
Re: Problem with video format
Send me file path the doesn't work. Source path: E:/Testin/Marvels.Agents.of.S.H.I.E.L.D.S02E13.PROPER.720p.HDTV.x264-2HD/ **RAR ARCHIVE** After AMC has finished unpacking: E:/Testin/Marvels.Agents.of.S.H.I.E.L.D.S02E13.PROPER.720p.HDTV.x264-2HD/marvels.agents.of.s.h.i.e.l.d.s02e13.proper.720p.hdtv ...
- 18 Mar 2015, 19:49
- Forum: Scripting and Automation
- Topic: Problem with video format
- Replies: 8
- Views: 4678
Re: Problem with video format
If it works in the GUI and it also works in the CLI, assuming we're talking about the exact same file. I guess if the filepath is too long it might cause issues with mediainfo. You could try using the latest mediainfo.dll and see if that fixes the problem. I think you're right, the file path is too ...
- 18 Mar 2015, 14:26
- Forum: Scripting and Automation
- Topic: Problem with video format
- Replies: 8
- Views: 4678
Re: Problem with video format
Assuming your format is correct, then I suppose FileBot can't get the mediainfo for theses files for some reason. You can see what FileBot sees, and figure out why it's not working. Presumably mediainfo has some problems with those specific files / encoders. I checked and it seems like mediainfo ...
- 18 Mar 2015, 09:22
- Forum: Scripting and Automation
- Topic: Problem with video format
- Replies: 8
- Views: 4678
Problem with video format
First of all, thank you for a great software! I started playing with this yesterday and I thought that I got everything working but I ran into one problem with the newest Marvel's Agents of S.H.I.E.L.D. episode. filebot -script fn:amc --output "X:" --log-file amc.log --action copy --conflict ...