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.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mayur1377/MUDE-music-in-vscode/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Choose your operating system below for installation instructions:- macOS
- Linux
- Windows
Verify installation
Check that MPV is installed correctly:You should see MPV version information displayed.
Alternative installation methods
If you don’t have Homebrew, you can download MPV directly from the official website.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!”
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 --versionto 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: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