From b3099adb3b6f02fd7dbb4efef46705448df86975 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 31 Dec 2013 14:13:37 +0100 Subject: Adding ncmpcpp config files --- .ncmpcpp/config | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .ncmpcpp/config (limited to '.ncmpcpp/config') diff --git a/.ncmpcpp/config b/.ncmpcpp/config new file mode 100644 index 0000000..f4372c9 --- /dev/null +++ b/.ncmpcpp/config @@ -0,0 +1,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 = "no" +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 = "[empty]" + +#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" -- cgit v1.2.3-54-g00ecf