This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.ncmpcpp/config

30 lines
1008 B
Plaintext

####################################################
## this is example configuration file, copy it to ##
## ~/.ncmpcpp/config and set up your preferences ##
####################################################
#
##### connection settings #####
#
## set it in order to make tag editor and renaming files work properly
#
mpd_host = "patchMeIn@localhost"
#
mpd_port = "6600"
#
mpd_music_dir = "/media/dm-sup/Music"
#
#mpd_connection_timeout = "5"
#execute_on_song_change = "notify-send -t 3000 \"$(ncmpcpp --now-playing '{%t\n%b - %a}|{%f}')\""
execute_on_song_change = "notify-send -t 3000 "$(mpc status | sed -n 1p | sed 's/ - /\n/g')""
playlist_display_mode = "columns"
browser_display_mode = "columns"
search_engine_display_mode = "columns"
#fancy_scrolling = "yes" #DEPRECIATED
user_interface = "alternative"
visualizer_fifo_path = "/home/collin/.mpd/mpd.fifo"
visualizer_output_name = "RekahSoft FIFO"
visualizer_sync_interval = "30"
visualizer_type = "spectrum" # (spectrum/wave/wave_filled/ellipse)