You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? If so, please describe.
Sort of. As of right now, there’s no way to call a script or command after a file is written.
Describe the solution you'd like
A simple argument to call a script or command after an output is finished. I understand this could be complicated for continuous streams but I write mp3 files to disk after each call.
Describe alternative solutions or features you've considered
Right now I use inotifywatch to watch the file directories and then rsync those files to my RDIO-Scanner instance to ingest. This is clunky and often takes upwards of 20 mins before it’s operational.
Additional context
Ideally this would allow a simpler integration with other systems for notifications and audio file playback.