Thank you thank you. Need to specify LD_LIBRARY_PATH before comskip. In my case LD_LIBRARY_PATH was set to /app/emby when run by emby, hence getting different results versus running the script from terminal.  While trouble shooting this I ended up creating a comskip post processing script that logs everything, including the resulting edl contents, to a log viewable in the emby admin console. #!/bin/bash file=$1 #Post-processor command line argument: "{path}" logpath="/config/logs/co
    • Agree
    • Like
    2