You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ pip install miniplayer
23
23
24
24
The config file is located at `~/.config/miniplayer/config`. The example configuration file, [`config.example`](config.example), has all the default values. You will need to create the file yourself.
25
25
26
-
####player
26
+
### player
27
27
Wow, that volume step is huge. Why isn't my album art centered?
28
28
29
29
| Option | Description |
@@ -40,7 +40,7 @@ The `font_width` and `font_height` options are used to center the album art prop
Why listen to music if you can't look at the pretty album art?
45
45
46
46
| Option | Description |
@@ -50,7 +50,7 @@ Why listen to music if you can't look at the pretty album art?
50
50
| http_cover_filenames | Space separated list of filenames to use in the call to the webserver to fetch the album art. |
51
51
| image_method | The method to use for drawing album art. Available values are `pixcat` and `ueberzug`. |
52
52
53
-
####mpd
53
+
### mpd
54
54
Tell me your mpd address please!
55
55
56
56
| Option | Description |
@@ -60,7 +60,7 @@ Tell me your mpd address please!
60
60
| pass | The mpd password |
61
61
62
62
63
-
####keybindings
63
+
### keybindings
64
64
This section allows you to change the keybinds for the player. The format for a keybind is `key = action` (for example `p = play_pause` or `left = last_track`).
65
65
66
66
To use `shift` as a modifier, capitalize the keybinding (i.e. `shift + p` becomes `P` and `shift + left` becomes `Left`). **This only works for alpha keys and the arrow keys!**
@@ -85,7 +85,7 @@ To use `shift` as a modifier, capitalize the keybinding (i.e. `shift + p` become
0 commit comments