1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | # Connection Settings
mpd_host = "localhost"
mpd_port = "6600"
mpd_music_dir = "~/Música"
mpd_connection_timeout = "5"
mpd_crossfade_time = "0"
# Delays
playlist_disable_highlight_delay = "1"
# Song Format
song_list_format = "{$6%a$9} $1|$9 {$7%t$9} $R $1|$9 {$2%b$9} $1|$9 {$6%l$9}"
song_library_format = "{%n - }{%t}|{%f}"
song_status_format = "$b{$6%a$9 $1|$9 } {$7%t$9} $1|$9 {$2%b$9} $1|$9 {$6%y$9} $1|$9"
media_library_album_format = "{%b} {(%y)}"
tag_editor_album_format = "{%b} {(%y)}"
song_window_title_format = "{%b}"
# Columns settings
song_columns_list_format = "(6)[magenta]{l} (30)[red]{a} (30)[blue]{b} (53)[magenta]{t}"
media_library_disable_two_column_mode = "yes"
# Misc
playlist_display_mode = "classic"
titles_visibility="no"
browser_display_mode = "columns"
incremental_seeking = "yes"
autocenter_mode = "yes"
header_visibility = "no"
statusbar_visibility = "yes"
fancy_scrolling = "yes"
cyclic_scrolling = "yes"
lyrics_database = "1"
display_screens_numbers_on_start = "no"
display_bitrate= "yes"
ignore_leading_the = "yes"
enable_window_title = "yes"
progressbar_look = "·· "
# Interface
startup_screen ="5"
user_interface="classic"
alternative_header_first_line_format ="{$b$6%a$9} $1««$9 {$6%t$9}"
alternative_header_second_line_format ="{$5%b$9} $1»»$9 {$5(%y)$9}"
alternative_ui_separator_color ="black"
playlist_separate_albums = "no"
# Colors
colors_enabled = "yes"
empty_tag_color = "blue"
header_window_color = "black"
volume_color = "black"
display_volume_level="yes"
state_line_color = "cyan"
state_flags_color = "red"
main_window_color = "blue"
main_window_highlight_color="blue"
color1 = "white"
color2 = "blue"
progressbar_color = "cyan"
statusbar_color = "black"
active_column_color = "magenta"
window_border_color = "red"
active_window_border = "red"
|
x
Anomareh said about 12 years ago
Love this, and it’s almost perfect.
The pipe to the left of the album names should go, and something should be done with the artist and track name to make that area flow a bit better.
Love the bottom bar.