ricmonmol/nvim-music-player

github github
media
stars 4
issues 3
subscribers 0
forks 1
CREATED

UPDATED


🎵 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

Screenshot 1 Screenshot 2 Screenshot 3

Installation (Lazy.nvim)

{
  "ricmonmol/nvim-music-player",
  build = "UpdateRemotePlugins", -- REQUIRED
}

Usage

  • :MusicBrowse - Search and browse music files
  • :MusicPlay <path> - Play music directly from path (e.g., :MusicPlay /path/to/file.flac)
  • :MusicStop - Stop music playback