Get MUDE up and running in just a few minutes. This guide will take you from installation to playing your first song.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.
Prerequisites
Before you begin, make sure you have:- VS Code 1.91.0 or higher - Check your version with
code --version - MPV media player - Required for audio playback
Step 1: Install MPV
MUDE uses MPV for audio playback. Install it based on your operating system:- macOS
- Linux
- Windows
Verify MPV is installed:
mpv --versionIf you get a “command not found” error, MPV is not in your PATH. See the installation guide for troubleshooting.Step 2: Install MUDE extension
Open VS Code extensions
Press
Ctrl+Shift+X (Windows/Linux) or Cmd+Shift+X (macOS) to open the Extensions view.If you don’t see the 🎧 icon, reload VS Code with
Ctrl+Shift+P → “Developer: Reload Window”Step 3: Play your first song
Open the music search
Click the 🎧 icon in the status bar, or:
- Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(macOS) - Type “MUDE: Search Music”
- Press Enter
Search for a song
Type the name of a song, artist, or album you want to play. MUDE will search YouTube Music and show you results.
Select a track
Use the arrow keys to browse results, then press Enter to select a track. MUDE will:
- Download the audio
- Start playback
- Load automatic recommendations
Available commands
MUDE provides these commands accessible via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P):
| Command | Description |
|---|---|
| MUDE: Search Music | Search and play music from YouTube Music |
| MUDE: Toggle Pause | Play or pause the current track |
| MUDE: +10 sec | Seek forward 10 seconds |
| MUDE: -10 sec | Seek backward 10 seconds |
| MUDE: Play Next Track | Skip to the next recommended track |
| MUDE: Play Previous Track | Go back to the previous track |
What’s next?
Learn the features
Discover MUDE’s automatic playlists, recommendations, and advanced controls
Configure MPV
Optimize your MPV setup for the best audio experience
Basic usage guide
Learn tips and workflows for daily use
Troubleshooting
Fix common issues and get help
How automatic playlists work
When you play a song, MUDE automatically:- Fetches recommendations from YouTube Music’s “Up Next” section
- Builds a queue of similar tracks
- Plays continuously - when a track ends, the next one starts automatically
- Updates the status bar with upcoming track information
You can navigate through the recommendation queue using the Previous/Next buttons or commands.
Persistent playback
MUDE remembers your playback state across VS Code sessions:- Last played track is restored when you reopen VS Code
- Recommendation queue persists between windows
- Playback position is maintained when switching windows
Playback starts paused when VS Code restarts. Click Play to resume.
Getting help
Having issues? Here’s where to get help:- Troubleshooting guide: /guides/troubleshooting
- GitHub issues: Report a bug or request a feature
- Check requirements: Verify your system meets all requirements