Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nothing happens on OS X #24

Closed
WatermelonDriveway opened this issue Jun 2, 2016 · 6 comments
Closed

Nothing happens on OS X #24

WatermelonDriveway opened this issue Jun 2, 2016 · 6 comments

Comments

@WatermelonDriveway
Copy link

WatermelonDriveway commented Jun 2, 2016

brew install fftw
Warning: fftw-3.3.4_1 already installed
brew tap homebrew/dupes
brew install ncurses
Warning: homebrew/dupes/ncurses-6.0_1 already installed

Seemed to install fine after cloning the repo and entering "./install.sh" and the config file is in the right place. I have mpd+ncmpcpp working fine, and my mpd.conf contains the fifo output lines.

Any idea?

@dpayne
Copy link
Owner

dpayne commented Jun 2, 2016

Could you paste the output of which vis?

@WatermelonDriveway
Copy link
Author

/usr/bin/vis

@dpayne
Copy link
Owner

dpayne commented Jun 2, 2016

Can you try running it from the build folder directly. ./build/vis

@WatermelonDriveway
Copy link
Author

When I run it with just 'vis', it looks like it's hanging waiting for something (still displaying my original prompt), but when I run it directly from the build folder, it does remove my prompt from the terminal as if trying to display something. I can post screenshots if that isn't descriptive enough

@dpayne
Copy link
Owner

dpayne commented Jun 2, 2016

I believe you're running into this issue https://github.com/dpayne/cli-visualizer#vis-hangs-with-no-output , basically it's a naming conflict with another program. The new issue (remove the prompt but still nothing), is most likely a config issue. For mpd the vis config should have the lines

audio.sources=mpd
mpd.fifo.path=/tmp/mpd.fifo

@WatermelonDriveway
Copy link
Author

Issue solved.. awesome. audio.sources was set to pulse, and both of those two lines you just sent were both commented off by default in the config, which I didn't notice.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants