- Removed `http_base_url` and `http_cover_filenames` from config - removed `_getAlbumArtFromFile` and `_getAlbumArtFromHttpServer` functions - The `getAlbumArt` function now fetches the album art using `MPDClient.albumart` - Removed unused imports.
44 lines
835 B
Plaintext
44 lines
835 B
Plaintext
[player]
|
|
font_width = 11
|
|
font_height = 24
|
|
volume_step = 5
|
|
auto_close = false
|
|
album_art_only = false
|
|
show_playlist = true
|
|
|
|
[art]
|
|
image_method = pixcat
|
|
|
|
[mpd]
|
|
host = localhost
|
|
port = 6600
|
|
# pass = example
|
|
|
|
# [keybindings]
|
|
# > = next_track
|
|
# < = last_track
|
|
# + = volume_up
|
|
# - = volume_down
|
|
# p = play_pause
|
|
# q = quit
|
|
# h = help
|
|
# i = toggle_info
|
|
# up = select_up
|
|
# down = select_down
|
|
# enter = select
|
|
# Up = move_up
|
|
# Down = move_down
|
|
# delete = delete
|
|
# x = shuffle
|
|
# r = repeat
|
|
|
|
# [theme]
|
|
# # If a color is set to "auto", it will automatically pick the color based on the album art
|
|
# accent_color = auto
|
|
# bar_color = auto
|
|
# time_color = white
|
|
#
|
|
# # The progress bar. Only one character allowed for body and head
|
|
# bar_body = -
|
|
# bar_head = >
|