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

MPD Info without CAVA? #47

Open
catalinescu-sudo opened this issue Oct 21, 2020 · 3 comments
Open

MPD Info without CAVA? #47

catalinescu-sudo opened this issue Oct 21, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@catalinescu-sudo
Copy link

Hello!

Is it possible to install the service as it is without the spectrum visualiser? On rpi 0 w the installing of mpd_oled makes the device respond laggy, and I believe is from the spectrum part.
I think the older versions were without the spectrum. I only need song info and clock screensaver when nothing is playing. It's doable?

Thank you for your support on volumio community

Best regards,
Catalin

@antiprism
Copy link
Owner

Hi Catalin

The spectrum display has always been included. If you want to remove it then you will need to change the code, It is probably sufficient to have have mpd_oled read the audio from a FIFO that doesn't exist ('mpd_oled -c fifo,dummy') and modify
the draw_spect_display() function in main.c to draw the display elements that you want.

Alternatively, more bars and a higher framerate require more processing, so try running running with e.g. 'mpd_oled -b 10 -f 15', and see if the player is more responsive.

Also, try running 'top' to see how much CPU the different proceses are using when the player is unresponsive.

Adrian.

@supercrab
Copy link

@catalinescu-sudo I had mpd_oled running on my Pi 0 initially. If you want a snappier system, try a different Pi model like RPi 3, it's much more responsive and might be worth the extra £££.

@catalinescu-sudo
Copy link
Author

catalinescu-sudo commented Feb 15, 2021 via email

@antiprism antiprism added the enhancement New feature or request label Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants