Fetch Artwork from the GUI

All your suggestions, requests and ideas for future development
Post Reply
TehBotol
Supporter
Posts: 34
Joined: 06 Mar 2013, 00:01

Fetch Artwork from the GUI

Post 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
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Fetch Artwork from the GUI

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply