Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ##### visual definitions #####
- song_list_format = {$5%a $8%t $R$5%b}|{$8%f}
- song_status_format = $2%t $0by $5%a $0on $8%b
- now_playing_prefix = "$b"
- now_playing_suffix = "$/b"
- browser_playlist_prefix = playlist "$9"
- selected_item_prefix = "$3 >"
- selected_item_suffix = "$9"
- modified_item_prefix = "$2"
- playlist_display_mode = "classic"
- discard_colors_if_item_is_selected = "no"
- autocenter_mode = "yes"
- progressbar_look = "ββ "
- default_tag_editor_pattern = "%t"
- header_visibility = "no"
- titles_visibility = "no"
- statusbar_visibility = "no"
- display_bitrate = "no"
- mouse_support = "yes"
- empty_tag_marker = "empty"
- ##### colors definitions #####
- colors_enabled = "yes"
- empty_tag_color = "blue"
- header_window_color = "default"
- volume_color = "default"
- state_line_color = "default"
- state_flags_color = "default"
- main_window_color = "cyan"
- color1 = "default"
- color2 = "green"
- main_window_highlight_color = "blue"
- progressbar_color = "blue"
- progressbar_elapsed_color = "white"
- statusbar_color = "white"
- alternative_ui_separator_color = "cyan"
- active_column_color = "blue"
- #visualizer_color = "blue"
- window_border_color = "cyan"
- active_window_border = "red"
- ##### visualizer definitions #####
- visualizer_fifo_path = "/tmp/mpd.fifo"
- visualizer_output_name = "my_fifo"
- visualizer_sync_interval = "10"
- visualizer_in_stereo = "no"
- #visualizer_type = "wave" (spectrum/wave)
- visualizer_type = "spectrum" (spectrum/wave)
- centered_cursor = "yes"
- ##### song format #####
- ##
- ## for song format you can use:
- ##
- ## %l - length
- ## %f - filename
- ## %D - directory
- ## %a - artist
- ## %A - album artist
- ## %t - title
- ## %b - album
- ## %y - date
- ## %n - track number (01/12 -> 01)
- ## %N - full track info (01/12 -> 01/12)
- ## %g - genre
- ## %c - composer
- ## %p - performer
- ## %d - disc
- ## %C - comment
- ## %P - priority
- ## $R - begin right alignment
- ## - 0 - default window color (discards all other colors)
- ## - 1 - black
- ## - 2 - red
- ## - 3 - green
- ## - 4 - yellow
- ## - 5 - blue
- ## - 6 - magenta
- ## - 7 - cyan
- ## - 8 - white
- ## - 8 - white
- ## - 9 - end of current color
- ##
Advertisement
Add Comment
Please, Sign In to add comment