I found your thread on creating context menus for FileBot, and not being one to leave well-enough alone, I'm trying to expand on it, lol.
Most of it I've got working, however I'm wanting to allow people to get artwork by clicking on a file within the folder as well, as opposed to just clicking on the folder.
I know that to have it find artwork from the folder path, you use this in the context menu:
@="cmd /c filebot -script fn:artwork.tvdb \"%1\" --log-file context.log"
.. but I'm not sure what I'll need to get it to work from a file within that folder (at present, that just throws up an error saying 'you're not a folder').
Is there a command to tell filebot to check for artwork using a file, or am I better off trying to figure out string manipulation within command prompt to trim the filename from %1 to just leave the path?
Thanks
