You are not logged in.

#1 2015-10-01 14:20:17

ralpheeee88
Member
Registered: 2015-04-19
Posts: 30

NCMPCPP Config Help (SOLVED)

I just cant get ncmpcpp to work after reading several tutorials....Am hoping some1 is kind enough to help me out and point me in the right direction: 1) music does not load up 2) ncmpcpp:connection refused

.mpd.conf (ext usb storage)

music_directory "/media/ralpheeee/Films/Music"  
 playlist_directory "/home/ralpheeee/.mpd/playlists"   
 db_file      "/home/ralpheeee/.mpd/mpd.db"  
 log_file      "/home/ralpheeee/.mpd/mpd.log"  
 pid_file      "/home/ralpheeee/.mpd/mpd.pid"  
 state_file     "/home/ralpheeee/.mpd/mpdstate"  
 audio_output {  
     type  "alsa"  
     name  "Alsa Sound"  
 } 

.ncmpcpp

% egrep -v '^#' .ncmpcpp/config
mpd_music_dir = "/media/ralpheeee/Films/Music/"
visualizer_in_stereo = "yes"
visualizer_fifo_path = "/tmp/mpd.fifo"
visualizer_output_name = "my_fifo"
visualizer_sync_interval = "30"
visualizer_type = "spectrum"
visualizer_look = "◆▋"
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"
external_editor = "nano"
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"
mpd_host = "127.0.0.1"
mpd_port = "6601"
mouse_list_scroll_whole_page = "yes"
lines_scrolled = "1"
#ask_before_clearing_main_playlist = "yes"
enable_window_title = "yes"
song_columns_list_format = "(25)[cyan]{a} (40)[]{f} (30)[red]{b} (7f)[green]{l}"

mpd_connection_timeout = "5"
mpd_crossfade_time = "1"

Last edited by ralpheeee88 (2015-10-01 14:45:37)

Offline

#2 2015-10-01 14:24:48

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: NCMPCPP Config Help (SOLVED)

You've specified a non-standard port in ncmpcpp's config, but not in mpd.conf.

Offline

#3 2015-10-01 14:29:54

ralpheeee88
Member
Registered: 2015-04-19
Posts: 30

Re: NCMPCPP Config Help (SOLVED)

Raynman wrote:

You've specified a non-standard port in ncmpcpp's config, but not in mpd.conf.

am a real noob ...does that mean I add

 mpd_port = "6601" 

to mpd.conf?

Offline

#4 2015-10-01 14:38:48

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: NCMPCPP Config Help (SOLVED)

Something like that. I'm not going to look up the exact name of the setting for you; you can check `man mpd.conf` yourself.

Or remove the "mpd_port" line from ncmpcpp's config if you didn't put it there for a good reason.

Offline

#5 2015-10-01 14:42:20

ralpheeee88
Member
Registered: 2015-04-19
Posts: 30

Re: NCMPCPP Config Help (SOLVED)

Raynman wrote:

Something like that. I'm not going to look up the exact name of the setting for you; you can check `man mpd.conf` yourself.

Or remove the "mpd_port" line from ncmpcpp's config if you didn't put it there for a good reason.

ok perfect that took care of problem 1+2

Last edited by ralpheeee88 (2015-10-01 14:44:46)

Offline

Board footer

Powered by FluxBB