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 +++++++++++++++++ .ncmpcpp/error.log | 0 .ncmpcpp/keys | 190 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 250 insertions(+) create mode 100644 .ncmpcpp/config create mode 100644 .ncmpcpp/error.log create mode 100644 .ncmpcpp/keys (limited to '.ncmpcpp') 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" diff --git a/.ncmpcpp/error.log b/.ncmpcpp/error.log new file mode 100644 index 0000000..e69de29 diff --git a/.ncmpcpp/keys b/.ncmpcpp/keys new file mode 100644 index 0000000..8e7585b --- /dev/null +++ b/.ncmpcpp/keys @@ -0,0 +1,190 @@ +##################################################### +## this is example key configuration file, copy it ## +## to ~/.ncmpcpp/keys and set up your preferences ## +##################################################### +## +## Tips: +## - it's possible to bind maximum two keys to a command +## - keys can be defined with a character or a decimal value +## - a command can be disabled by binding it to 0 +## +## Note: First bind of volume_up/down +## will be used to switch between columns. +## +# +#key_up = 259 'k' +# +#key_down = 258 'j' +# +#key_up_album = '[' +# +#key_down_album = ']' +# +#key_up_artist = '{' +# +#key_down_artist = '}' +# +#key_page_up = 339 +# +#key_page_down = 338 +# +#key_home = 262 +# +#key_end = 360 +# +#key_space = 32 +# +#key_enter = 10 +# +#key_delete = 330 'd' +# +#key_volume_up = 261 '+' +# +#key_volume_down = 260 '-' +# +#key_prev_column = 260 +key_prev_column = 'h' 260 +# +#key_next_column = 261 +key_next_column = 'l' 261 +# +#key_toggle_space_mode = 't' +# +#key_toggle_add_mode = 'T' +# +#key_toggle_mouse = '|' +# +#key_toggle_bitrate_visibility = '#' +# +#key_screen_switcher = 9 +# +#key_backward_screen_switcher = 353 +# +#key_help = '1' 265 +# +#key_playlist = '2' 266 +# +#key_browser = '3' 267 +# +#key_search_engine = '4' 268 +# +#key_media_library = '5' 269 +# +#key_playlist_editor = '6' 270 +# +#key_tag_editor = '7' 271 +# +#key_outputs = '8' 272 +# +#key_music_visualizer = '9' 273 +# +#key_clock = '0' 274 +# +#key_server_info = '@' +# +#key_stop = 's' +# +#key_pause = 'P' +# +#key_next = '>' +# +#key_prev = '<' +# +#key_replay = 263 127 +# +#key_seek_forward = 'f' +# +#key_seek_backward = 'b' +# +#key_toggle_repeat = 'r' +# +#key_toggle_random = 'z' +# +#key_toggle_single = 'y' +# +#key_toggle_consume = 'R' +# +#key_toggle_replay_gain_mode = 'Y' +# +#key_shuffle = 'Z' +# +#key_toggle_crossfade = 'x' +# +#key_set_crossfade = 'X' +# +#key_update_db = 'u' +# +#key_sort_playlist = 22 +# +#key_apply_filter = 6 +# +#key_find_forward = '/' +# +#key_find_backward = '?' +# +#key_next_found_position = '.' +# +#key_prev_found_position = ',' +# +#key_toggle_find_mode = 'w' +# +#key_edit_tags = 'e' +# +#key_go_to_position = 'g' +# +#key_song_info = 'i' +# +#key_artist_info = 'I' +# +#key_lyrics = 'l' +key_lyrics = 'L' +# +#key_reverse_selection = 'v' +# +#key_deselect_all = 'V' +# +#key_select_album = 'B' +# +#key_add_selected_items = 'A' +# +#key_clear = 'c' +# +#key_crop = 'C' +# +#key_move_song_up = 'm' +# +#key_move_song_down = 'n' +# +#key_move_to = 'M' +# +#key_move_before = 0 +# +#key_move_after = 0 +# +#key_add = 'a' +# +#key_save_playlist = 'S' +# +#key_go_to_now_playing = 'o' +# +#key_toggle_auto_center = 'U' +# +#key_toggle_display_mode = 'p' +# +#key_toggle_separators_in_playlist = '!' +# +#key_toggle_lyrics_db = 'L' +key_toggle_lyrics_db = 'K' +# +#key_toggle_fetching_lyrics_for_current_song_in_background = 'F' +# +#key_go_to_containing_directory = 'G' +# +#key_go_to_media_library = '~' +# +#key_go_to_parent_dir = 263 127 +# +#key_switch_tag_type_list = '`' +# +#key_quit = 'q' 'Q' +# -- cgit v1.2.3-54-g00ecf