aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpd/ncmpcpp/config
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2022-09-24 22:04:27 +0800
committerHsieh Chin Fan <pham@topo.tw>2022-09-24 22:04:27 +0800
commite5f7080e094212d2db1c695a5cd8fcc47f4a5bdd (patch)
treefbd5ca682efe051254242a656c32fb2ae923cbba /mpd/ncmpcpp/config
parentad1226bbdf7d3f216ea0f939e6f4634b0c4ef627 (diff)
Add ncmpcpp config
Diffstat (limited to 'mpd/ncmpcpp/config')
-rw-r--r--mpd/ncmpcpp/config93
1 files changed, 93 insertions, 0 deletions
diff --git a/mpd/ncmpcpp/config b/mpd/ncmpcpp/config
new file mode 100644
index 0000000..84e2519
--- /dev/null
+++ b/mpd/ncmpcpp/config
@@ -0,0 +1,93 @@
1## Copyright (C) 2020-2021 Aditya Shakya <adi1090x@gmail.com>
2## Everyone is permitted to copy and distribute copies of this file under GNU-GPL3
3
4### Directories ###
5ncmpcpp_directory = ~/.config/ncmpcpp/
6lyrics_directory = ~/.config/ncmpcpp/lyrics
7mpd_music_dir = ~/Music
8mpd_host = "localhost"
9mpd_port = "6600"
10mpd_crossfade_time = "2"
11
12### Script ###
13execute_on_song_change="~/.config/ncmpcpp/scripts/album-art"
14
15### Behaviour ###
16message_delay_time = 1
17autocenter_mode = "yes"
18centered_cursor = "yes"
19ignore_leading_the = "yes"
20playlist_disable_highlight_delay = 2
21allow_for_physical_item_deletion = "no"
22
23### Visualizer ###
24visualizer_data_source = /tmp/mpd.fifo
25visualizer_output_name = "mpd_visualizer"
26visualizer_in_stereo = "yes"
27visualizer_look = " "
28visualizer_type = "ellipse"
29
30### Appearance ###
31playlist_display_mode = "columns"
32colors_enabled = "yes"
33#user_interface = classic
34user_interface = alternative
35volume_color = "white"
36
37### Window ###
38song_window_title_format = "Music Player"
39#song_window_title_format = "{%a - }{%t}|{%f}"
40statusbar_visibility = "no"
41header_visibility = "no"
42titles_visibility = "yes"
43
44### Progress bar ###
45progressbar_look = "▂▂▂"
46progressbar_color = "black"
47progressbar_elapsed_color = "yellow"
48
49### Alternative UI ###
50alternative_ui_separator_color = "blue"
51alternative_header_first_line_format = $b$5$/b $b$8{%t}|{%f}$/b $/b
52alternative_header_second_line_format = {$b{$2 %a$9}{ - $7 %b$9}{ ($2%y$9)}}|{%D}
53
54### Song list ###
55song_status_format = "$7%t"
56song_list_format = " $4%t$9 $7$R%a$9 $2%l$9 "
57song_library_format = {{%a - %t} (%b)}|{%f}
58song_columns_list_format = "(35)[blue]{t} (30)[green]{a} (6)[cyan]{lr}"
59
60### Colors ###
61main_window_color = "blue"
62state_line_color = "black"
63current_item_prefix = "$(blue)$r"
64current_item_suffix = "$/r$(end)"
65current_item_inactive_column_prefix = red
66current_item_inactive_column_suffix = red
67now_playing_prefix = "$4 "
68selected_item_prefix = "* "
69
70color1 = "white"
71color2 = "red"
72
73### Layout ###
74startup_screen = visualizer
75startup_slave_screen = playlist
76startup_slave_screen_focus = yes
77locked_screen_width_part = 41
78
79### Misc ###
80default_place_to_search_in = "database"
81
82display_bitrate = "no"
83enable_window_title = "yes"
84follow_now_playing_lyrics = "yes"
85empty_tag_marker = ""
86
87cyclic_scrolling = "yes"
88header_text_scrolling = "yes"
89jump_to_now_playing_song_at_start = "yes"
90lines_scrolled = "2"
91
92system_encoding = "utf-8"
93regular_expressions = "extended"