https://github.com/ricmonmol/nvim-music-player
https://github.com/ricmonmol/nvim-music-player
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ricmonmol/nvim-music-player
- Owner: ricmonmol
- Created: 2025-12-31T02:49:52.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-12-31T15:03:10.000Z (4 months ago)
- Last Synced: 2026-01-04T22:45:58.394Z (4 months ago)
- Language: Python
- Size: 133 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-neovim-sorted - ricmonmol/nvim-music-player
- awesome-neovim - ricmonmol/nvim-music-player - A simple music player powered by `mpv`, written in Python, including a Telescope browser. (Media / Cursorline)
README
# 🎵 nvim-music-player
A simple Neovim music player powered by **mpv**, written in **Python**, with
a **Telescope browser**.
## Features
- Browse `~/Music` with Telescope
- Play FLAC and mp3 files inside Neovim
- Control playback via commands
- Works with LazyVim
## Requirements
- Neovim ≥ 0.9
- Python 3.10+
- mpv
- pynvim
- Telescope
- fd / fdfind
## Screenshots



## Installation (Lazy.nvim)
```lua
{
"ricmonmol/nvim-music-player",
build = "UpdateRemotePlugins", -- REQUIRED
}
```
## Usage
- `:MusicBrowse` - Search and browse music files
- `:MusicPlay ` - Play music directly from path (e.g., `:MusicPlay /path/to/file.flac`)
- `:MusicStop` - Stop music playback