Page 1 of 1

Fetch Artwork from the GUI

Posted: 22 Jul 2020, 02:23
by TehBotol
It would be great if you could fetch artwork from the GUI instead of typing

Code: Select all

filebot -script fn:artwork.tvdb "z:\TV Series\一千零一夜 S01" -non-strict --log-file context.log
in the command prompt

so just to fetch artowork without renaming/moving file
and it would be great if you could add multiple folder and fetch multiple artwork for different series at once

thanks

Re: Fetch Artwork from the GUI

Posted: 22 Jul 2020, 05:28
by rednoah
1.
You can add missing artwork to previously processed files like so:
viewtopic.php?t=11079

rednoah wrote: 14 Sep 2019, 20:35 Apply Post-Processing Features via Filter

Some post-processing features can be applied to an existing set of files via AttributesImage Apply assuming that xattr metadata is readily available.
Image


2.
TehBotol wrote: 22 Jul 2020, 02:23 so just to fetch artwork without renaming/moving file
Adding missing artwork to files that have not yet been processed and xattr tagged by FileBot is not supported in the GUI. Support in the CLI is very limited in this regard, so properly processing files with FileBot first is always recommended.

:idea: You can always write your own GUI tools based on the filebot command-line tools, e.g. [Windows] Explorer Context Menu Integration for Scripts