Added by Jakub Kepa almost 2 years ago
I have tvheadend v.4.3-2064~gabcb0ea67 inside docker container
In record -> post processing command I had "echo "/path/with white space/%f" >>/tmp/test" and even this simple command dosen't seem to work ( I don't get any results in file /tmp/test). I want to connect this with comcutter API on different doker and this works like a charm executed manually inside doker, but tvheadend doesn't execute this script.
White space within paths can be tricky.
Try creating a script that does what you want when executed manually, then execute the script as a Post-processor command.