2024-08-14, 04:44 PM
(2024-08-14, 02:55 PM)mvallevand Wrote: The different scripts are already documented, but I don't think the NextPVR wiki is the best place to instruct Linux users on how to write batch files or Windows users to write shell scripts, and also why I don't support scripts or ffmpeg in general. Definitely best to test for yourself though
That being said some things to consider in your script, the stdout from scripts are written to the log to help debugging but once that is done you should try and avoid spamming the logs. In this case use -v panic as an input option. For ffmpeg in scripts (especially Windows, but LE does have optional versions of ffmpeg too) you might not want the system default.
Martin
Thanks for the suggestion, done!