feat(analyzer): override paths using env variables
Allow overriding FFMPEG, FFPROBE, or LIQUIDSOAP paths using env variables.
This commit is contained in:
parent
9413bd5a29
commit
04e5a7e404
4 changed files with 14 additions and 7 deletions
4
analyzer/libretime_analyzer/pipeline/_liquidsoap.py
Normal file
4
analyzer/libretime_analyzer/pipeline/_liquidsoap.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
from os import getenv
|
||||
|
||||
|
||||
LIQUIDSOAP = getenv("LIQUIDSOAP_PATH", "liquidsoap")
|
Loading…
Add table
Add a link
Reference in a new issue