Tristan Ferrua 26eb52f44e Updated README.md
2021-01-31 14:54:36 +00:00
2021-01-31 14:52:49 +00:00
2021-01-29 13:26:31 +00:00
2021-01-29 13:25:32 +00:00
2021-01-29 13:25:32 +00:00
2021-01-31 14:54:36 +00:00

Miniplayer

A curses based mpd client with basic functionality and album art.

player-preview

After installation, the player can be opened from the terminal with miniplayer.

Installation

This package can be installed by:

  1. Cloning this repository to your computer and running
python setup.py install
  1. Through PyPi with
pip install miniplayer
  1. By installing the miniplayer-git package with your AUR package manager of choice.

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.

    font-example

  • image_method: The method to use for drawing album art. Available values are pixcat and ueberzug If you are not using Kitty, try ueberzug.

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
A curses based mpd client with basic functionality and album art.
Readme 1.7 MiB
Languages
Python 100%