Skip to content

Commit

Permalink
Remove installation specific
Browse files Browse the repository at this point in the history
  • Loading branch information
Audionut committed Aug 18, 2024
1 parent a5c19db commit 83c0882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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...")
Expand Down

0 comments on commit 83c0882

Please sign in to comment.