4706584d2b279af5d0f8b6a1c74bce971c38d0c0
Miniplayer
A curses based mpd client with basic functionality and album art written for the Kitty terminal.
After installation, the player can be opened from Kitty with miniplayer.
Configuration
The config file is located at ~/.config/miniplayer/config. The example configuration file, config.example, has all the default values.
player
- music_directory: The path to your music directory for extracting album art.
- font_width: The width of your font in pixels in the actual terminal.
- font_height: The height of your font in pixels in the actual terminal.
mpd
- host: The mpd host
- port: The mpd port
Keybinds
| Key | function |
|---|---|
| h | Show keybinds |
| p | Play/pause |
| > | Next track |
| < | Last track |
| q | Quit |
| + | Volume +5 |
| - | Volume -5 |
Description
Languages
Python
100%
