Page 1 of 1

Filebot Automation Script and call to Google Assistent

Posted: 02 Feb 2020, 18:26
by DG77
So long time user and paying customer here!
Love the software and use it to automatically extract and sort my download.

On to the question, is it possible to somehow call my google nest/assistent and ask it to tell me when the download/sorting is complete?

I use the Kodi notification, but this would be even better in my case.

Re: Filebot Automation Script and call to Google Assistent

Posted: 03 Feb 2020, 17:04
by rednoah
There's no built in solution, but assuming you're using the amc script, then you can always use the --def exec option then you can call arbitrary 3rd party tools, make requests, etc to do anything.

Assuming that Google Assistant has some sort of API, there should be 3rd party tools that allow you to use it from the command-line, perhaps curl is enough to call some sort of webhook.

Re: Filebot Automation Script and call to Google Assistent

Posted: 03 Feb 2020, 17:23
by DG77
Thanks! This will help :)
I'll post back if I get something to work.