I'm using 2.148 with the new watcher plugin
(thanks again jitterjames)
I'm working on a new group of commands that will move video files and use a script from another program that will rename the video file and then move it to the proper location. with this group of commands I have it watch the final destination folders (Movies, TV Shows) and those folders also have- png, jpg, tbn... added to them as well,
so I'm trying to filter the watcher plugin to only look for video files like- mp4, avi, mkv, iso..... and so on,
I've tried these with no luck
*."avi", "mp4", "iso"
*.("avi", "mp4", "iso")
*".avi", ".mp4", ".iso"
*(".avi", ".mp4", ".iso")
is there a way to filter for multiple file extensions? or to exclude multiple extensions?