Page 1 of 1

Absolute Order and Match Mapper

Posted: 17 Oct 2019, 22:45
by spetrillo
With FileBot Node there are two options I am not familiar with. Episode order is set to Absolute Order. In my CLI I do not have the option of --order Absolute, so what does this option do for me? Second what is the match mapper used for, as it has AnimeList.AniDB listed in there now?

Re: Absolute Order and Match Mapper

Posted: 18 Oct 2019, 01:18
by rednoah
1.
--order Absolute is a perfectly valid option:

Code: Select all

filebot -help

Code: Select all

--order [Airdate, DVD, Absolute, AbsoluteAirdate] : Episode order

2.
The --mapper option has been added rather recently:

Code: Select all

--mapper {expression}: Mapper expression
Please read this thread for history and usage to gain a thorough understanding for why it exists and how it can be useful to you: viewtopic.php?f=6&t=6037

Re: Absolute Order and Match Mapper

Posted: 18 Oct 2019, 03:10
by spetrillo
So if my original CLI does not have --order what is the default?

Re: Absolute Order and Match Mapper

Posted: 18 Oct 2019, 03:14
by rednoah
Not specifying --order at all is the same as specifying --order Airdate.

:idea: FileBot Node should always explicitly specify --order when running commands AFAIK.

Re: Absolute Order and Match Mapper

Posted: 20 Oct 2019, 15:53
by spetrillo
FileBot Node does have --order but my CLI I was running on my Windows PC did not have it, so that is why I was trying to figure out the default.

Last item for now...can I change the location of filebot.log from /usr/local/filebot-node/data via FileBot Node? It would be immensely helpful to be able to see this file rather than having to use WinSCP to get it. Ideally I would like it located where my exclude text file is.

Re: Absolute Order and Match Mapper

Posted: 21 Oct 2019, 14:47
by rednoah
FileBot Node internals such as log file locations cannot be modified. If you're on a remote host, then you'll want to use FileBot Node to view logs.


:idea: FileBot Node (client-side) is using HTTP requests to retrieve logs, so you could do the same via curl or your browser to view or download them.

Re: Absolute Order and Match Mapper

Posted: 21 Oct 2019, 15:04
by spetrillo
Ok got it...I see the printer icon in the bottom left of the Node dialog and can grab the filebot.log there...thanks!