Update mpd configuration

This commit is contained in:
Sonny Bakker 2024-09-16 08:34:45 +02:00
parent ebb8f8c2c2
commit b1965fc631
5 changed files with 65 additions and 6 deletions

View file

@ -0,0 +1,16 @@
# {{ ansible_managed }}
def_key "l"
next_column
def_key "h"
previous_column
def_key "k"
scroll_up
def_key "j"
scroll_down
def_key "l"
jump_to_playing_song
def_key "a"
add_item_to_playlist

View file

@ -0,0 +1,36 @@
# {{ ansible_managed }}
#
############## Connection ###################
## Connect to mpd running on a specified host
mpd_host = 10.0.0.1
## Connect to mpd on the specified port.
mpd_port = 21000
# header_visibility = yes
# playlist_show_mpd_host = yes
# titles_visibility = yes
# enable_window_title = yes
connected_message_on_startup = no
display_bitrate = yes
############## Theme ###################
user_interface = classic
song_columns_list_format = "(40)[9]{t|f} (25)[245]{a} (25)[245]{b} (25)[245]{l}"
song_list_format = "{$5 %a$9 $1│$9 $8%t$9 }|{ $8%f$9}$R{$5%b $7}"
# Column Names
header_window_color = 1
# Main window
main_window_color = 1
# Bottombar
progressbar_color = 1
player_state_color = 1