https://github.com/mayur1377/mude-music-in-vscode
Music player in VScode!
https://github.com/mayur1377/mude-music-in-vscode
contribution contributions-welcome music music-player open-source typescript vscode vscode-extension youtube-music youtube-music-player yt-dlp
Last synced: 2 months ago
JSON representation
Music player in VScode!
- Host: GitHub
- URL: https://github.com/mayur1377/mude-music-in-vscode
- Owner: mayur1377
- License: mit
- Created: 2025-01-19T06:04:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-26T18:52:16.000Z (5 months ago)
- Last Synced: 2025-04-26T19:37:20.647Z (5 months ago)
- Topics: contribution, contributions-welcome, music, music-player, open-source, typescript, vscode, vscode-extension, youtube-music, youtube-music-player, yt-dlp
- Language: TypeScript
- Homepage:
- Size: 309 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

**MUDE Player** is a minimalistic music player integrated into your favorite editor, allowing you to play ad-free music from the comfort of your workspace.
## Features
- **Seamless Integration**: Control your music directly from the editor.
- **YouTube Music**: Search and play music from YouTube Music within the editor, no login, no ads.
- **Auto-Playlists**: Create playlists from your tracks and play them on the go. No need to search for music every time!
- **Playback Controls**:
- Seek forward (+10 seconds)
- Seek backward (-10 seconds)
- Play/Pause
- Next track
- Previous track## Requirements
- **MPV**: Ensure MPV is installed on your system to use MUDE Player.
For reference: [MPV Installation](https://mpv.io/installation/)
You can install MPV using the following command:
For macOS users:
```bash
brew install mpv
```For Linux users:
```bash
sudo apt-get install mpv
```For Windows users:
```bash
choco install mpv
```## How to Contribute
Want to help make MUDE even better? You can contribute by:
- **Improving the Code**: Since this started off as a personal project, there are many areas that can be improved, bugs that can be fixed, and features that can be added. Feel free to fork the repository and make changes.
Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details.
## Found an Issue?
If you find a bug or have a feature request, please create an issue on the repository!
## General Rules
To keep everything smooth and consistent, please:
- Follow the project’s style and contribution rules.
- Be kind and respectful to others.
- If you’re unsure, ask questions.