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
MUDE music player requires two components: the MPV media player and the VS Code extension.Prerequisites
Install MPV
MUDE uses MPV as the audio backend. You must install MPV before using the extension.Make sure MPV is installed and available in your system PATH.
For other installation methods, visit the official MPV installation page.
Verify MPV installation
After installing MPV, verify it’s available in your PATH:Install the extension
From VS Code marketplace
Open extensions view
Click the Extensions icon in the Activity Bar on the left side, or press
Cmd+Shift+X (macOS) / Ctrl+Shift+X (Windows/Linux).Install the extension
Find “MUDE music player” by mayur1377 in the search results and click the Install button.
From command line
You can also install the extension using the VS Code command line:Verify installation
After installation, verify MUDE is working:- Look for MUDE controls in the status bar at the bottom of VS Code
- Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) - Type “MUDE” - you should see MUDE commands like “MUDE: Search Music”
Troubleshooting
MPV not found error
If VS Code shows an error that MPV cannot be found:- Verify MPV is installed:
mpv --version - Restart VS Code after installing MPV
- If the issue persists, ensure MPV is in your system PATH
Extension not activating
If MUDE controls don’t appear in the status bar:- Check the extension is enabled in the Extensions view
- Reload VS Code: open Command Palette and run “Developer: Reload Window”
- Check the Output panel (View > Output) and select “MUDE” from the dropdown to see logs