added cross plattform ffmpeg, and an option to set ffmpeg bin

This commit is contained in:
Hellow2
2023-06-21 11:53:59 +02:00
parent 1d64aab778
commit cd61fe4c1d
5 changed files with 17 additions and 5 deletions

View File

@@ -10,7 +10,8 @@ def all_paths():
"Music dir": LOCATIONS.MUSIC_DIRECTORY,
"Log file": shared.LOG_PATH,
"Conf dir": LOCATIONS.CONFIG_DIRECTORY,
"Conf file": LOCATIONS.CONFIG_FILE
"Conf file": LOCATIONS.CONFIG_FILE,
"FFMPEG bin": LOCATIONS.FFMPEG_BIN,
}