Added the new image_method config option to the README. Added an image preview of the player to the README

This commit is contained in:
Tristan Ferrua
2021-01-31 14:51:56 +00:00
parent 6706c93797
commit f6c7e1a305

View File

@ -1,8 +1,10 @@
# Miniplayer # Miniplayer
A curses based mpd client with basic functionality and album art written for the Kitty terminal. A curses based mpd client with basic functionality and album art.
After installation, the player can be opened from Kitty with `miniplayer`. ![player-preview](https://github.com/GuardKenzie/miniplayer/img/preview.png?raw=true)
After installation, the player can be opened from the terminal with `miniplayer`.
## Installation ## Installation
@ -25,12 +27,14 @@ The config file is located at `~/.config/miniplayer/config`. The example configu
* ***music_directory*:** The path to your music directory for extracting album art. * ***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_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_height*:** The height of your font in pixels in the actual terminal.
![font-example](https://github.com/GuardKenzie/miniplayer/blob/main/img/font.png?raw=true)
* ***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 #### mpd
* ***host*:** The mpd host * ***host*:** The mpd host
* ***port*:** The mpd port * ***port*:** The mpd port
![font-example](https://github.com/GuardKenzie/miniplayer/blob/main/img/font.png?raw=true)
## Keybinds ## Keybinds