Search found 4 matches

by garfield69
08 Jun 2017, 04:15
Forum: Feature Requests and Bug Reports
Topic: Unable to find filebot on sourceforge.net
Replies: 1
Views: 2109

Unable to find filebot on sourceforge.net

I went looking for the latest revision today at https://sourceforge.net/projects/filebo ... ebot/HEAD/ and got a page-not-found.
Backtracked all the way to https://sourceforge.net/projects/filebot ... it apparently is all gone.
Deliberate or accident?
by garfield69
02 Jul 2016, 08:17
Forum: Feature Requests and Bug Reports
Topic: using AMC with filter, but just for series not movies
Replies: 4
Views: 4005

Re: using AMC with filter, but just for series not movies

rednoah wrote:You can change the filter so that it'll always return true for movie objects.
Would you be so kind as to provide me an example?
something like:

Code: Select all

--filter "isMovie()|| age < 92|| !model.any{ it.age < 92}"
Thanks.
by garfield69
01 Jul 2016, 20:36
Forum: Feature Requests and Bug Reports
Topic: using AMC with filter, but just for series not movies
Replies: 4
Views: 4005

using AMC with filter, but just for series not movies

I am currently calling filebot from uTorrent in the Run this program when a torrent changes state with the following command line: "C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --action move -non-strict -no-xattr --log-file "d:/tv/amc.log" --filter "age < 92|| !model.any{ it.age ...