feat(analyzer): override paths using env variables

Allow overriding FFMPEG, FFPROBE, or LIQUIDSOAP paths using env variables.
This commit is contained in:
jo 2022-08-09 15:54:58 +02:00 committed by Kyle Robbertze
parent 9413bd5a29
commit 04e5a7e404
4 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,4 @@
from os import getenv
LIQUIDSOAP = getenv("LIQUIDSOAP_PATH", "liquidsoap")