blob: 39ca05938c16313434aae17b6f7b7f375c46900d (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
|
ncmpcpp_directory = ~/.ncmpcpp
lyrics_directory = ~/.ncmpcpp/lyrics
mpd_host = "127.0.0.1"
mpd_port = "6600"
mpd_connection_timeout = 5
mpd_crossfade_time = 5
mpd_music_dir = "/data/Music/"
audio_output {
type "my_fifo"
name "Visualizer feed"
path "/tmp/mpd.fifo"
format "44100:16:2"
}
visualizer_output_name = "my_fifo"
visualizer_type = "ellipse"
execute_on_song_change = nowplaying
visualizer_look = "●┃"
visualizer_in_stereo = "yes"
system_encoding = "utf-8"
playlist_disable_highlight_delay = "0"
message_delay_time = 5
now_playing_suffix = $/b
selected_item_prefix = "* "
browser_sort_mode = name
browser_sort_format = {%a - }{%t}|{%f} {(%l)}
song_list_format = "{{%a - %t}|{%f}}{$R%l}"
song_columns_list_format = "(50)[green]{t|f:Title} (40)[cyan]{ar} (5f)[cyan]{l}"
# song_columns_list_format = "(50)[cyan]{ar}(50)[green]{t|f:Title}"
song_status_format = "{$2 $8%a $3: $8%t $3 $6%b}|{$b$2 $8%f}"
progressbar_elapsed_color = cyan
statusbar_color = green
statusbar_time_color = cyan
playlist_display_mode = "columns"
browser_display_mode = "columns"
playlist_disable_highlight_delay = "0"
playlist_show_remaining_time = "yes"
discard_colors_if_item_is_selected = "no"
incremental_seeking = "yes"
seek_time = "1"
autocenter_mode = yes
centered_cursor = yes
progressbar_look = "━|━"
# user_interface = "alternative"
#
header_visibility = no
statusbar_visibility = yes
titles_visibility = no
header_text_scrolling = yes
#
#follow_now_playing_lyrics = no
fetch_lyrics_for_current_song_in_background = yes
ask_before_clearing_playlists = yes
#
#clock_display_seconds = no
#
display_volume_level = "no"
display_bitrate = "no"
search_engine_default_search_mode = 2
external_editor = "/usr/bin/nvim"
use_console_editor = yes
follow_now_playing_lyrics = "yes"
display_screens_numbers_on_start = "yes"
lyrics_database = "1"
default_place_to_search_in = "database"
lyrics_fetchers = azlyrics, genius, sing365, metrolyrics, justsomelyrics, jahlyrics, plyrics, tekstowo, internet
## Navigation ##
cyclic_scrolling = "yes"
jump_to_now_playing_song_at_start = "yes"
lines_scrolled = "2"
#fancy_scrolling = "yes"
## Other ##
regular_expressions = "extended"
# enable_window_title = "no"
follow_now_playing_lyrics = "yes"
ignore_leading_the = "yes"
empty_tag_marker = ""
|