aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpd/ncmpcpp/config
diff options
context:
space:
mode:
Diffstat (limited to 'mpd/ncmpcpp/config')
-rw-r--r--mpd/ncmpcpp/config95
1 files changed, 0 insertions, 95 deletions
diff --git a/mpd/ncmpcpp/config b/mpd/ncmpcpp/config
deleted file mode 100644
index e818015..0000000
--- a/mpd/ncmpcpp/config
+++ /dev/null
@@ -1,95 +0,0 @@
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 ###
13#execute_on_song_change="~/.config/ncmpcpp/scripts/album-art"
14#execute_on_song_change = "~/.ncmpcpp/cover_obs.sh"
15
16### Behaviour ###
17message_delay_time = 1
18autocenter_mode = "yes"
19centered_cursor = "yes"
20ignore_leading_the = "yes"
21playlist_disable_highlight_delay = 2
22allow_for_physical_item_deletion = "no"
23
24### Visualizer ###
25#visualizer_data_source = /tmp/mpd.fifo
26#visualizer_output_name = "mpd_visualizer"
27#visualizer_in_stereo = "yes"
28#visualizer_look = " "
29visualizer_type = "spectrum"
30
31### Appearance ###
32playlist_display_mode = "columns"
33colors_enabled = "yes"
34#user_interface = classic
35user_interface = alternative
36volume_color = "white"
37
38### Window ###
39song_window_title_format = "Music Player"
40#song_window_title_format = "{%a - }{%t}|{%f}"
41statusbar_visibility = "no"
42header_visibility = "no"
43titles_visibility = "yes"
44
45### Progress bar ###
46progressbar_look = "▂▂▂"
47progressbar_color = "black"
48progressbar_elapsed_color = "yellow"
49
50### Alternative UI ###
51alternative_ui_separator_color = "blue"
52alternative_header_first_line_format = $b$5$/b $b$8{%t}|{%f}$/b $/b
53alternative_header_second_line_format = {$b{$2 %a$9}{ - $7 %b$9}{ ($2%y$9)}}|{%D}
54
55### Song list ###
56song_status_format = "$7%t"
57song_list_format = " $4%t$9 $7$R%a$9 $2%l$9 "
58song_library_format = {{%a - %t} (%b)}|{%f}
59song_columns_list_format = "(35)[blue]{t} (30)[green]{a} (6)[cyan]{lr}"
60
61### Colors ###
62main_window_color = "blue"
63state_line_color = "black"
64current_item_prefix = "$(blue)$r"
65current_item_suffix = "$/r$(end)"
66current_item_inactive_column_prefix = red
67current_item_inactive_column_suffix = red
68now_playing_prefix = "$4 "
69selected_item_prefix = "* "
70
71color1 = "white"
72color2 = "red"
73
74### Layout ###
75startup_screen = visualizer
76startup_slave_screen = playlist
77startup_slave_screen_focus = yes
78locked_screen_width_part = 25
79
80### Misc ###
81default_place_to_search_in = "database"
82
83display_bitrate = "no"
84enable_window_title = "yes"
85follow_now_playing_lyrics = "yes"
86empty_tag_marker = ""
87
88cyclic_scrolling = "yes"
89header_text_scrolling = "yes"
90jump_to_now_playing_song_at_start = "yes"
91lines_scrolled = "2"
92
93system_encoding = "utf-8"
94regular_expressions = "extended"
95