Updated the example config
This commit is contained in:
@ -1,23 +1,28 @@
|
|||||||
[player]
|
[player]
|
||||||
music_directory = ~/Music
|
music_directory = ~/Music
|
||||||
font_width = 11
|
font_width = 11
|
||||||
font_height = 24
|
font_height = 24
|
||||||
image_method = pixcat
|
image_method = pixcat
|
||||||
volume_step = 5
|
volume_step = 5
|
||||||
auto_close = false
|
auto_close = false
|
||||||
album_art_only = false
|
album_art_only = false
|
||||||
|
show_playlist = true
|
||||||
|
|
||||||
|
|
||||||
[mpd]
|
[mpd]
|
||||||
host = localhost
|
host = localhost
|
||||||
port = 6600
|
port = 6600
|
||||||
# pass = example
|
# pass = example
|
||||||
|
|
||||||
# [keybindings]
|
# [keybindings]
|
||||||
# > = next_track
|
# > = next_track
|
||||||
# < = last_track
|
# < = last_track
|
||||||
# + = volume_up
|
# + = volume_up
|
||||||
# - = volume_down
|
# - = volume_down
|
||||||
# p = play_pause
|
# p = play_pause
|
||||||
# q = quit
|
# q = quit
|
||||||
# h = help
|
# h = help
|
||||||
# i = toggle_info
|
# i = toggle_info
|
||||||
|
# up = select_up
|
||||||
|
# down = select_down
|
||||||
|
# enter = select
|
||||||
|
Reference in New Issue
Block a user