rellc Posted August 17, 2020 Posted August 17, 2020 Hello, I am making a workflow that scrapes and play sound files from a website. It passes the url of a specific sound file chosen from the items in Script Filter as argument and then outputs to bash script, which stores and plays it using afplay command. As of now, the workflow exits once it passes the script filter outputs to bash, which plays the sound file only once. I'm stuck trying to figuring out a way to repeat playing the file (e.g. hitting Enter on the item in Script Filter multiple times). Does anyone know a workaround to this concern? Thanks in advance.
deanishe Posted August 17, 2020 Posted August 17, 2020 7 hours ago, rellc said: I'm stuck trying to figuring out a way to repeat playing the file (e.g. hitting Enter on the item in Script Filter multiple times). Add an External Trigger to your Script Filter, then call it after your bash script runs.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now