September 1, 20241 yr Hi everyone, I'm trying to have my containers to execute "Post-process" scripts but they struggle to see the scripts. Here's an example with Bazarr. Im quite a newbie so I'll go through what i did step by step This reddit post has the script i want to execute. I downloaded the script. added my localip and API key from bazarr -then added a bind mount from host to container "-v /mnt/user/appdata/scripts/launch_translation.sh:/scripts/launch_translation.sh'" and bazarr console sees it However when I add that script to the post process tab it doesnt seem to work I put the sh extension to test it but still no luck Any help would be greatly appreciated. Thank you!
September 1, 20241 yr Community Expert Might need to chmod +x the script file, or possibly investigate some other permission issue.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.