| 1 | 1 | 
                    new file mode 100644  | 
            
| ... | ... | 
                    @@ -0,0 +1,44 @@  | 
            
| 1 | 
                    +def_key "j"  | 
            |
| 2 | 
                    + scroll_down  | 
            |
| 3 | 
                    +def_key "k"  | 
            |
| 4 | 
                    + scroll_up  | 
            |
| 5 | 
                    +  | 
            |
| 6 | 
                    +def_key "h"  | 
            |
| 7 | 
                    + previous_column  | 
            |
| 8 | 
                    +def_key "h"  | 
            |
| 9 | 
                    + jump_to_parent_directory  | 
            |
| 10 | 
                    +def_key "l"  | 
            |
| 11 | 
                    + next_column  | 
            |
| 12 | 
                    +def_key "l"  | 
            |
| 13 | 
                    + enter_directory  | 
            |
| 14 | 
                    +  | 
            |
| 15 | 
                    +def_key "J"  | 
            |
| 16 | 
                    + move_sort_order_down  | 
            |
| 17 | 
                    +def_key "J"  | 
            |
| 18 | 
                    + move_selected_items_down  | 
            |
| 19 | 
                    +def_key "K"  | 
            |
| 20 | 
                    + move_sort_order_up  | 
            |
| 21 | 
                    +def_key "K"  | 
            |
| 22 | 
                    + move_selected_items_up  | 
            |
| 23 | 
                    +  | 
            |
| 24 | 
                    +def_key "g"  | 
            |
| 25 | 
                    + move_home  | 
            |
| 26 | 
                    +def_key "G"  | 
            |
| 27 | 
                    + move_end  | 
            |
| 28 | 
                    +  | 
            |
| 29 | 
                    +def_key "ctrl-u"  | 
            |
| 30 | 
                    +# page_up  | 
            |
| 31 | 
                    + push_characters "kkkkkkkkkkkkkkk"  | 
            |
| 32 | 
                    +def_key "ctrl-d"  | 
            |
| 33 | 
                    +# page_down  | 
            |
| 34 | 
                    + push_characters "jjjjjjjjjjjjjjj"  | 
            |
| 35 | 
                    +  | 
            |
| 36 | 
                    +def_key "n"  | 
            |
| 37 | 
                    + next_found_item  | 
            |
| 38 | 
                    +def_key "N"  | 
            |
| 39 | 
                    + previous_found_item  | 
            |
| 40 | 
                    +  | 
            |
| 41 | 
                    +def_key "t"  | 
            |
| 42 | 
                    + jump_to_position_in_song  | 
            |
| 43 | 
                    +def_key "0"  | 
            |
| 44 | 
                    + replay_song  | 
            
| 0 | 45 | 
                    new file mode 100644  | 
            
| ... | ... | 
                    @@ -0,0 +1,97 @@  | 
            
| 1 | 
                    +## Connection  | 
            |
| 2 | 
                    +# mpd_host = "/var/run/mpd/socket"  | 
            |
| 3 | 
                    +  | 
            |
| 4 | 
                    +## Directories  | 
            |
| 5 | 
                    +# mpd_music_dir = "/var/lib/mpd/music"  | 
            |
| 6 | 
                    +# lyrics_directory = "/var/lib/mpd/lyrics"  | 
            |
| 7 | 
                    +lyrics_directory =  | 
            |
| 8 | 
                    +mpd_music_dir =  | 
            |
| 9 | 
                    +  | 
            |
| 10 | 
                    +## Music visualizer  | 
            |
| 11 | 
                    +# visualizer_data_source = "/tmp/mpd.fifo"  | 
            |
| 12 | 
                    +# visualizer_in_stereo = no  | 
            |
| 13 | 
                    +# visualizer_type = "spectrum"  | 
            |
| 14 | 
                    +# visualizer_autoscale = yes  | 
            |
| 15 | 
                    +# visualizer_spectrum_smooth_look = yes  | 
            |
| 16 | 
                    +# visualizer_color = 233,238,244,250,231,231,231,231,231,231  | 
            |
| 17 | 
                    +visualizer_data_source = "localhost:0"  | 
            |
| 18 | 
                    +  | 
            |
| 19 | 
                    +## Startup  | 
            |
| 20 | 
                    +startup_screen = "playlist"  | 
            |
| 21 | 
                    +screen_switcher_mode = "playlist,browser"  | 
            |
| 22 | 
                    +  | 
            |
| 23 | 
                    +## User interface  | 
            |
| 24 | 
                    +user_interface = alternative  | 
            |
| 25 | 
                    +connected_message_on_startup = no  | 
            |
| 26 | 
                    +header_visibility = no  | 
            |
| 27 | 
                    +header_text_scrolling = yes  | 
            |
| 28 | 
                    +titles_visibility = no  | 
            |
| 29 | 
                    +statusbar_visibility = no  | 
            |
| 30 | 
                    +playlist_disable_highlight_delay = 0  | 
            |
| 31 | 
                    +  | 
            |
| 32 | 
                    +## Playlist  | 
            |
| 33 | 
                    +playlist_show_mpd_host = yes  | 
            |
| 34 | 
                    +playlist_show_remaining_time = yes  | 
            |
| 35 | 
                    +playlist_shorten_total_times = yes  | 
            |
| 36 | 
                    +playlist_separate_albums = no  | 
            |
| 37 | 
                    +  | 
            |
| 38 | 
                    +## Display mode  | 
            |
| 39 | 
                    +playlist_display_mode = columns  | 
            |
| 40 | 
                    +browser_display_mode = classic  | 
            |
| 41 | 
                    +search_engine_display_mode = columns  | 
            |
| 42 | 
                    +playlist_editor_display_mode = columns  | 
            |
| 43 | 
                    +  | 
            |
| 44 | 
                    +## Mouse  | 
            |
| 45 | 
                    +mouse_list_scroll_whole_page = no  | 
            |
| 46 | 
                    +lines_scrolled = 5  | 
            |
| 47 | 
                    +  | 
            |
| 48 | 
                    +## Editor  | 
            |
| 49 | 
                    +external_editor = "vim"  | 
            |
| 50 | 
                    +use_console_editor = yes  | 
            |
| 51 | 
                    +  | 
            |
| 52 | 
                    +## Window title  | 
            |
| 53 | 
                    +enable_window_title = yes  | 
            |
| 54 | 
                    +song_window_title_format = mpd:{%a - %t}|{%f}
                 | 
            |
| 55 | 
                    +  | 
            |
| 56 | 
                    +## Header format  | 
            |
| 57 | 
                    +alternative_header_first_line_format  = $b{%t}|{%f}$/b
                 | 
            |
| 58 | 
                    +alternative_header_second_line_format = {$b%a$/b{ - %b{ (%y)}}}|{%D}
                 | 
            |
| 59 | 
                    +  | 
            |
| 60 | 
                    +## Progress bar  | 
            |
| 61 | 
                    +progressbar_look = "──"  | 
            |
| 62 | 
                    +progressbar_color = 245  | 
            |
| 63 | 
                    +progressbar_elapsed_color = 255  | 
            |
| 64 | 
                    +  | 
            |
| 65 | 
                    +## Song format  | 
            |
| 66 | 
                    +song_columns_list_format = (30)[]{aE} (4f)[]{nE} (40)[]{t|f:Title} (30)[]{bE} (8f)[]{lrE}
                 | 
            |
| 67 | 
                    +song_list_format         = {%t}|{%f}{$R(%l)}
                 | 
            |
| 68 | 
                    +song_status_format       = {%a - %t{ (%b)}}|{%f}
                 | 
            |
| 69 | 
                    +song_library_format      = {%n - %t}|{%f}{ (%l)}
                 | 
            |
| 70 | 
                    +browser_sort_format      = {%a - %t}|{%f}{ (%l)}
                 | 
            |
| 71 | 
                    +  | 
            |
| 72 | 
                    +## Formatting  | 
            |
| 73 | 
                    +current_item_prefix = $r$(255)  | 
            |
| 74 | 
                    +current_item_suffix = $(end)$/r  | 
            |
| 75 | 
                    +current_item_inactive_column_prefix = $r$(240)  | 
            |
| 76 | 
                    +current_item_inactive_column_suffix = $(end)$/r  | 
            |
| 77 | 
                    +selected_item_prefix = $r  | 
            |
| 78 | 
                    +selected_item_suffix = $/r  | 
            |
| 79 | 
                    +now_playing_prefix = $b$(255)  | 
            |
| 80 | 
                    +now_playing_suffix = $(end)$/b  | 
            |
| 81 | 
                    +modified_item_prefix = "* "  | 
            |
| 82 | 
                    +browser_playlist_prefix = "[playlist] "  | 
            |
| 83 | 
                    +  | 
            |
| 84 | 
                    +## Colors  | 
            |
| 85 | 
                    +colors_enabled = yes  | 
            |
| 86 | 
                    +empty_tag_color = default  | 
            |
| 87 | 
                    +header_window_color = default  | 
            |
| 88 | 
                    +volume_color = default  | 
            |
| 89 | 
                    +state_line_color = default  | 
            |
| 90 | 
                    +state_flags_color = default  | 
            |
| 91 | 
                    +main_window_color = 251  | 
            |
| 92 | 
                    +color1 = 255  | 
            |
| 93 | 
                    +color2 = 255  | 
            |
| 94 | 
                    +statusbar_color = default  | 
            |
| 95 | 
                    +alternative_ui_separator_color = default  | 
            |
| 96 | 
                    +window_border_color = 236  | 
            |
| 97 | 
                    +active_window_border = 255  |