You are not logged in.
Pages: 1
I was bored with ncmpcpp's default visualizers so I decided to fork ncmpcpp and make my own.
Ellipse visualizer - inspired by consolecandy
I've also colored the original visualizers
The code is available here, and the original coloring code can be found from this pull request. I haven't tested it anywhere but my own box, so I can't guarantee it will work perfectly on every machine.
Last edited by dpayne (2014-10-23 06:01:49)
Offline
I just compiled your fork, it works fine.
How do you enable the colours?
Offline
Make sure you configure with the correct flags
./configure --enable-clock --enable-unicode --without-iconv --enable-outputs --enable-visualizer --with-curl --with-taglib
make
./src/ncmpcpp
Offline
The problem was the name of the option, it's visualizer_color instead of visualizer_colors (as the github link says).
Offline
Nice work.
Moving to Community Contributions...
Offline
maybe ask unk if he likes to merge this?
He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.
Douglas Adams
Offline
It was merged into ncmpcpp.
Offline
Pages: 1