MPV is a free, open-source media player that MUDE uses to play audio. You must have MPV installed on your system before using MUDE Music Player.
MUDE will not work without MPV installed and available in your system PATH.
Installation
Choose your operating system below for installation instructions:
Install using Homebrew
The easiest way to install MPV on macOS is using Homebrew:
Verify installation
Check that MPV is installed correctly: You should see MPV version information displayed.
Restart VS Code
After installing MPV, restart VS Code to ensure MUDE can detect it.
Alternative installation methods If you don’t have Homebrew, you can download MPV directly from the official website .
Install using package manager
Install MPV using your distribution’s package manager: Ubuntu/Debian
Fedora
Arch Linux
Verify installation
Check that MPV is installed correctly: You should see MPV version information displayed.
Restart VS Code
After installing MPV, restart VS Code to ensure MUDE can detect it.
Install using Chocolatey
The easiest way to install MPV on Windows is using Chocolatey: Make sure you run this command in an elevated (administrator) command prompt or PowerShell window.
Verify installation
Check that MPV is installed correctly: You should see MPV version information displayed.
Restart VS Code
After installing MPV, restart VS Code to ensure MUDE can detect it.
Alternative installation methods If you don’t have Chocolatey, you can:
Download MPV from the official website
Extract the archive to a location on your system
Add the MPV directory to your system PATH environment variable
Verifying MUDE can detect MPV
After installing MPV and restarting VS Code:
Open VS Code
MUDE should activate automatically
If MPV is not detected, you’ll see an error message: “Failed to find MPV on your system!”
If you see this error message, make sure MPV is installed and available in your system PATH. You may need to restart your computer for PATH changes to take effect.
Troubleshooting
MPV not found after installation
If MUDE can’t find MPV after installation:
Restart VS Code - This is often all that’s needed
Check PATH - Open a new terminal and run mpv --version to verify MPV is in your PATH
Restart your computer - Some PATH changes require a full system restart
Manual PATH configuration - If MPV still isn’t found, you may need to manually add it to your system PATH
Permission issues (Linux/macOS)
If you encounter permission errors, make sure the MPV binary has execute permissions:
which mpv # Find MPV location
ls -l $( which mpv ) # Check permissions
Configuration
MUDE uses MPV with the following configuration:
Audio-only mode : MPV runs in audio-only mode (no video window)
Auto-restart : MPV automatically restarts if it crashes
These settings are configured automatically by MUDE and don’t require manual configuration.
Learn more
For more information about MPV, visit the official MPV documentation .