From 83c08827d750ad29efcc6e6f2f3bd4caa8f8798f Mon Sep 17 00:00:00 2001 From: Audionut Date: Sun, 18 Aug 2024 14:29:15 +1000 Subject: [PATCH] Remove installation specific --- src/prep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/prep.py b/src/prep.py index 5a0caf1f7..5292b85a1 100644 --- a/src/prep.py +++ b/src/prep.py @@ -477,7 +477,7 @@ def get_video(self, videoloc, mode): """ def exportInfo(self, video, isdir, folder_id, base_dir, export_text): # Path to the MediaInfo CLI executable - mediainfo_cli_path = 'D:\\mediainfo\\MediaInfo.exe' # Correct path to the MediaInfo CLI executable + mediainfo_cli_path = 'path/to/mediainfo/commandline.exe' # Correct path to the MediaInfo CLI executable if not os.path.exists(f"{base_dir}/tmp/{folder_id}/MEDIAINFO.txt") and export_text: console.print("[bold yellow]Exporting MediaInfo...")