aboutsummaryrefslogtreecommitdiffstats
path: root/.ncmpcpp/config
blob: 36a75aa4bdd734b45ce7238fca6b7cf9e8e52346 (plain)
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
# MPD
mpd_music_dir = "~/.mpd/folders/"
mpd_crossfade_time = "1"

## SCRIPT
#execute_on_song_change = "notify_mpc > /dev/null"

## DISPLAY MODE - classic/columns
playlist_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"

## FORMAT
#song_library_format = "{%n - }{%t}|{%f}"
#song_list_format = "{%a - }{%b [%y] - }{%t}|{$8%f$9}$R{$3(%l)$9}"
song_list_format           = "$3{%A }|{%a }$7{%b }$0{%t}| $4$R{%7l}$9"
song_columns_list_format = "(7f)[green]{l} (25)[cyan]{a} (30)[green]{t|f} (30)[cyan]{b} (5)[green]{y}"

## COLOR
header_window_color             = "cyan"
main_window_color               = "cyan"
main_window_highlight_color     = "green"

# LYRICS
lyrics_directory = "~/.lyrics"
#store_lyrics_in_song_dir = "yes"
follow_now_playing_lyrics = "yes"
fetch_lyrics_for_current_song_in_background = "yes"

## INTERFACE
user_interface                  = "alternative"
now_playing_prefix              = "$r"
now_playing_suffix              = "$/r"
#ignore_leading_the              = "yes"
mouse_support                   = "yes"
autocenter_mode                 = "yes"
centered_cursor                 = "yes"
progressbar_look                = "   "
#default_space_mode              = "select"
header_visibility               = "no"
statusbar_visibility            = "no"
titles_visibility               = "no"
screen_switcher_mode            = "sequence: 2 -> 3  -> 9 -> 10"
empty_tag_marker                = ""

#LASTFM
lastfm_preferred_language = "en"
## VISUALIZER
# mpd.conf
#audio_output {
#    type                    "fifo"
#    name                    "my_fifo"
#    path                    "/tmp/mpd.fifo"
#}
visualizer_in_stereo = "yes"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "mpd_fifo"
visualizer_sync_interval = "30"
visualizer_type = "spectrum"       # spectrum/wave
visualizer_color = "blue"