Search found 2 matches

by solrac21
Mon Feb 09, 2026 11:16 am
Forum: General MakeMKV discussion
Topic: [Request] Make a (configurable) sound when done
Replies: 3
Views: 4926

Re: [Request] Make a (configurable) sound when done

paste this into a notepad and change the extension to .py import time import sys import platform import os import psutil # Imports for Windows-specific functionality import win32gui # Used for checking active windows (requires 'pip install pywin32') import winsound # Used for reliable sound playback...
by solrac21
Wed Feb 04, 2026 10:59 pm
Forum: General MakeMKV discussion
Topic: [Request] Make a (configurable) sound when done
Replies: 3
Views: 4926

Re: [Request] Make a (configurable) sound when done

Hello, here is a python script that i run that plays a sound when the makemkv beta popup comes up. it will wait for you to click ok and then be ready for the next popup. rename file to .py and I run it with the command prompt. you should be able to change the sound by modifying the SOUND_ALIAS = &qu...