You are not logged in.

#1 2009-11-06 19:25:26

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

[SOLVED[Ncmpcpp music visualizer]

Hey.
I've done few search on how to achieve that feature... but can't figure how to get it.

I have set a path on mpd.conf with the "path" line, and on the ncmpcpp config with i set the path to it.

What i am doing wrong?

Last edited by YamiFrankc (2009-11-07 02:41:32)


Thanks and greetings.

Offline

#2 2009-11-06 20:36:01

reed9
Member
Registered: 2008-06-12
Posts: 77

Re: [SOLVED[Ncmpcpp music visualizer]

I'm not clear from your post what you did at all.

Anyway, there's a discussion for the git version in AUR regarding enabling support for the visualizer feature.
http://aur.archlinux.org/packages.php?ID=19193

Offline

#3 2009-11-06 20:41:41

s3kt0r
Member
Registered: 2009-01-20
Posts: 208

Re: [SOLVED[Ncmpcpp music visualizer]

Yeah, that "I have set a path on mpd.conf" confused me as well. fftw is needed.


box1: Arch (linux-3.17-rc5)
box2: Gentoo (linux-3.17-rc5)
wm: subtle

Offline

#4 2009-11-06 21:15:32

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: [SOLVED[Ncmpcpp music visualizer]

need to be using ncmpcpp-git

//blue/0/~/ grep fifo .ncmpcpp/config
## need to use mpd fifo output, whose format parameter
##        type            "fifo"
##        path            "/tmp/mpd.fifo"
#visualizer_fifo_path = ""
visualizer_fifo_path = "/tmp/mpd.fifo"
//blue/0/~/ grep fifo /etc/mpd.conf
        type            "fifo"
        path            "/tmp/mpd.fifo"
//blue/0/~/ ls -l /tmp/mpd.fifo
prw-r--r-- 1 patrick patrick 0 2009-11-06 16:14 /tmp/mpd.fifo

make is so smile.

Last edited by brisbin33 (2009-11-06 21:16:21)

Offline

#5 2009-11-07 01:55:12

YamiFrankc
Member
From: Mexico
Registered: 2009-06-19
Posts: 177
Website

Re: [SOLVED[Ncmpcpp music visualizer]

Eh, yeah. Sorry for my short and not understandable post, i where in hurry to go school...

brisbin33, i get an error running the daemon by just adding that to my mpd.conf, but as reed9 said, the link made it work.

Thanks to all

Last edited by YamiFrankc (2009-11-07 02:41:01)


Thanks and greetings.

Offline

Board footer

Powered by FluxBB