Would be nice to be able to run a script when a recording has started. In my case, I want to force an update to my Kodi library. Linux guys can use inotify and on Windows it’s real easy to throw together a service in C# using file watchers.
However, the only option for NAS users is cross compiling inotify-tools for their particular architecture and that’s way beyond me. Either that or Kodi constantly polling folders over the network and that’s just ugly.