Post-processor command not executing
Added by Conrad S over 11 years ago
Hi,
I have a problem with my Tvheadend 3.4~wheezy (on Debian).
The post-processor command isn't executing.
My command is:/home/hts/.hts/tvheadend/postProcessor.sh %f /samba/public/Aufnahmen/%t.mp4
The script works fine when I run it with manually entered parameters.
It does logging. I could see if anything goes wrong. But the script doesn't run at all when called by Tvheadend.
It's chown'd hts:hts and has 777 rights.
Tvheadends log says, that the script was spawned. But nothing was ever executed.
Has anyone an idea?
Thanks.
Conrad
Replies (2)
RE: Post-processor command not executing - Added by Prof Yaffle over 11 years ago
Have you tried spawning a shell to run the command, rather than calling the script directly? Failing that, does the script specify what shell to run the script in?
RE: Post-processor command not executing - Added by Conrad S over 11 years ago
It works now. I found out, that the hts user had no write permissions to the logging file. That's why the script didn't work. It's fine now.