You are not logged in.

#1 2012-11-18 21:06:10

chamoo2000
Member
Registered: 2012-04-23
Posts: 4

ncmpcpp visualizer issue

im trying to enable ncmpcpp visualizer....
i followed the wiki and installed ncmpcpp-git from AUR... and configured the /etc/mpd.conf and .ncmpcpp/config files
mpd is creating the mpd.fifo file, but the visualizer dodn't work...

Offline

#2 2012-11-18 21:46:53

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: ncmpcpp visualizer issue

chamoo2000 wrote:

im trying to enable ncmpcpp visualizer....
i followed the wiki and installed ncmpcpp-git from AUR... and configured the /etc/mpd.conf and .ncmpcpp/config files
mpd is creating the mpd.fifo file, but the visualizer dodn't work...


Please read http://www.catb.org/esr/faqs/smart-questions.html

If you want people to help you, you will need to include information that they can use to assist:
your configs, for example. Error messages. Saying "the visualizer don't work" is not helpful at all...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2012-11-19 05:18:53

chamoo2000
Member
Registered: 2012-04-23
Posts: 4

Re: ncmpcpp visualizer issue

oh ok thanx.... so here is my configs...

my  etc/mpd.conf

###### OUTPUT PLUGINS #####
audio_output {
    type                    "fifo"
    name                    "my_fifo"
    host                "localhost"
    path                    "/tmp/mpd.fifo"
    format                  "44100:16:2"
}

audio_output {
        type                           "pulse"
        name                           "Pulseaudio"
        mixer_type                     "software"  # optional
##      server                         "127.0.0.1   "          # optional
##      sink                           "remote_server_sink"    # optional
}


and my   /.ncmpcpp/config

If you set format to 44100:16:2, make it 'yes'.
##
#
visualizer_in_stereo = "yes"
#
visualizer_fifo_path = "/tmp/mpd.fifo"
#
#
visualizer_output_name = "my_fifo"
#
#
visualizer_sync_interval = "1"
#
#
visualizer_type = "spectrum" (spectrum/wave)
#
#visualizer_look = "2"

Last edited by chamoo2000 (2012-11-19 05:19:13)

Offline

Board footer

Powered by FluxBB