Updated README

This commit is contained in:
Kenzie
2021-07-25 01:36:37 +00:00
parent 83a18d6f4f
commit c275487af4

View File

@ -61,30 +61,30 @@ This section allows you to change the keybinds for the player. The format for a
## Default keybinds ## Default keybinds
| Key | function | | Key | function |
|-------|---------------------| | ----- | ------------------ |
| h | Show keybinds | | h | Show keybinds |
| p | Play/pause | | p | Play/pause |
| > | Next track | | > | Next track |
| < | Last track | | < | Last track |
| q | Quit | | q | Quit |
| + | Volume up | | + | Volume up |
| - | Volume down | | - | Volume down |
| i | Toggle info | | i | Toggle info |
| Up | Selection up | | Up | Selection up |
| Down | Selection down | | Down | Selection down |
| Enter | Play selected song | | Enter | Play selected song |
These keybinds can be changed by editing the config file. See the [`config.example`](config.example) file for the format. These keybinds can be changed by editing the config file. See the [`config.example`](config.example) file for the format.
## F.A.Q. ## F.A.Q.
1. **Q:** Album art is not showing up. - **Q:** Album art is not showing up.
**A:** Make sure your `music_directory` is not quoted i.e. if your music directory is `~/My Music` then your config should look like `music_directory = ~/My Music`. **A:** Make sure your `music_directory` is not quoted i.e. if your music directory is `~/My Music` then your config should look like `music_directory = ~/My Music`.
If this does not work, try changing `image_method` from `pixcat` to `ueberzug` or vice versa. If this does not work, try changing `image_method` from `pixcat` to `ueberzug` or vice versa.
2. **Q:** Album art is too big/too small. - **Q:** Album art is too big/too small.
**A:** You need to configure `font_height` and `font_width`. Their values should be the actual pixel height and width of a character in your terminal. **A:** You need to configure `font_height` and `font_width`. Their values should be the actual pixel height and width of a character in your terminal.
## More screenshots! ## More screenshots!