Greeting and question

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
leducdungvp
Posts: 1
Joined: 16 Jun 2020, 15:49

Greeting and question

Post by leducdungvp »

Hi all im a new so i want to say hello.

And second,

The FAMC script is awesome. I've been trying to automate the renaming and organizing of downloaded media for years. The added options to trigger library refreshes and other actions are a bonus. If there was one more bonus I would like it would be to notify Growl for Windows. The script does offer the option now to notify Pushover, but all my other notifications are controlled by GfW.

Tks in advance!
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Greeting and question

Post by rednoah »

If there was an executable or script that sends Growl notifications, then you could easily integrate that with the --def exec option and add that call to the post-process.


e.g.

Code: Select all

--def exec="/path/to/notify.exe --message {quote fn}"
:idea: Please read the FAQ and How to Request Help.
Post Reply