Created
March 18, 2014 22:19
-
-
Save m87h/9631029 to your computer and use it in GitHub Desktop.
ncmpcpp config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mpd_host = "[email protected]" | |
mpd_port = "6600" | |
mpd_music_dir = "/path/to/music" | |
mpd_stream = "http://mpd.example.com/mpd.mp3" | |
message_delay_time = "3" | |
playlist_shorten_total_times = "yes" | |
playlist_display_mode = "columns" | |
browser_display_mode = "columns" | |
search_engine_display_mode = "columns" | |
playlist_editor_display_mode = "columns" | |
autocenter_mode = "yes" | |
centered_cursor = "yes" | |
user_interface = "alternative" | |
follow_now_playing_lyrics = "yes" | |
locked_screen_width_part = "60" | |
display_bitrate = "yes" | |
allow_physical_files_deletion = "yes" | |
allow_physical_directories_deletion = "yes" | |
external_editor = "vim" | |
use_console_editor = "yes" | |
header_window_color = "cyan" | |
volume_color = "red" | |
state_line_color = "yellow" | |
state_flags_color = "red" | |
progressbar_color = "yellow" | |
statusbar_color = "cyan" | |
visualizer_color = "red" | |
execute_on_song_change = "/Applications/terminal-notifier.app/Contents/MacOS/terminal-notifier -message \"\\\\`/usr/local/bin/mpc -h [email protected] current 2>/dev/null`\" -title 'Now playing' -sender se.protomou.ncmpcpp 2>&1 > /dev/null" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment