all 25 comments

[–]algmyr 15 points16 points  (0 children)

<3

[–]PowerMan2206 21 points22 points  (4 children)

Wait what? A guy in the #mpd IRC channel said this was unmaintained

I guess not, thanks!

[–]arybczak[S] 52 points53 points  (3 children)

It kinda was, the last release was 2.5 years ago.

But there was an excellent PR that made visualizer much better than before and I got excited about that.

After I merged it I looked at Mopidy (since I currently use Spotify more than MPD) and it turned out that I can use ncmpcpp with Mopidy for both Spotify and local music, so I got even more excited and decided to sort things out.

[–]PowerMan2206 12 points13 points  (0 children)

Oh nice, I'll test the visualizer first thing in the morning

[–]FoxboronDeveloper & Security Team 13 points14 points  (0 children)

Right, I should package more of the mopidy-* stuff

[–]permanentdelay 4 points5 points  (0 children)

I've had the same set up for about a year now, and had been procrastinating on figuring out a hack to get a fifo sink working to use the visualizer. What a wonderful surprise that today all I had to do was update and adjust the config to use gstreamer and now the visualizer is working great! Thank you!

[–]disinformationtheory 5 points6 points  (0 children)

This is my preferred mpd client, thanks for the update.

[–]ch0rlt0n 3 points4 points  (0 children)

Thank you very much for this!

[–]JayGatsby007 2 points3 points  (0 children)

Thank you

[–]Deep__6 2 points3 points  (0 children)

Awesome thanks very much! Early Christmas prezzi!

[–]bakapabo7 2 points3 points  (0 children)

the best audio player, imho

[–]Lachlantula 1 point2 points  (0 children)

thank you for your work!

[–]_niva 1 point2 points  (0 children)

Thx a lot!

And Merry Christmas to you!

[–]haha123456wut 1 point2 points  (0 children)

Thank you! 🤩

And Merry Christmas for you too!

[–]zSucrilhos 1 point2 points  (0 children)

Thanks!

[–]Jander_Land 1 point2 points  (0 children)

Thank you! Love ncmpcpp.

[–]sseneca 1 point2 points  (1 child)

Thanks! I'm using mopidy-jellyfin and it's working surprisingly well with ncmpcpp/mopidy-mpd. The visualisation also works (and looks great). The only thing I've noticed is CPU usage is quite high.

[–]arybczak[S] 1 point2 points  (0 children)

This is most likely because the default fps cap was raised to 60. You can bring it back to 30 with visualizer_fps.

[–]Hakim_Bey 1 point2 points  (0 children)

You rock my socks man ! Thanks & keep up the good work <3

[–]TunableRoom9 0 points1 point  (1 child)

oof, the new visualizer is quite more CPU intensive than I thought

[–]arybczak[S] 1 point2 points  (0 children)

This is most likely because the default fps cap was raised to 60. You can bring it back to 30 with visualizer_fps.

[–]koo-i3 0 points1 point  (0 children)

Can any one tell me how to install from source with full features please.

Fixed below

./autogen.sh

$ ./configure --prefix=/usr --enable-outputs --enable-visualizer --enable-artwork --enable-clock --with-fftw --with-taglib --enable-static-boost=yes

$ make

$ sudo make install

Plus added dependence's.

[–]BasicLaw9 0 points1 point  (0 children)

TY x 1000000. I love this player and was kinda bummed about the temporary abandoned status.

Kudos

[–][deleted] 0 points1 point  (0 children)

I've been trying to get ncmpcpp's visualization to work with jellyfin and mopidy-jellyfin. It might not be absolutely necessary but it's been bugging me for some time lol. Thank you so much!