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?
Search found 4 matches
- 08 Jun 2017, 04:15
- Forum: Feature Requests and Bug Reports
- Topic: Unable to find filebot on sourceforge.net
- Replies: 1
- Views: 2109
- 02 Jul 2016, 18:00
- 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
That's terrific. Thank you very much.
- 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
Would you be so kind as to provide me an example?rednoah wrote:You can change the filter so that it'll always return true for movie objects.
something like:
Code: Select all
--filter "isMovie()|| age < 92|| !model.any{ it.age < 92}"
- 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 ...