![]() |
PeppyMeter and moOde - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: FAQ and Guides (https://moodeaudio.org/forum/forumdisplay.php?fid=9) +--- Thread: PeppyMeter and moOde (/showthread.php?tid=3484) |
RE: PeppyMeter and moOde - snivelfr - 04-12-2024 Hello Francesco, So i've made a test with a fresh install, and Peppymeter only, and it worked. To understand what could be at the source of the issue, I started to add the Audiophonics scripts about Power Management, and in time, Peppymeter wouldn't show up. The issue started when I add the line Code: python /home/pi/spc_moode.py shutdown To the file Code: cd /var/local/www/commandw/restart.sh As per the explanations provided by Audiophonics regarding the Power Management button tool which github is : Code: https://github.com/audiophonics/Raspberry-pwr-management/blob/master/README.md But honestly, i don't understand why this could cause such a difference. Of course, there is the other program ( https://github.com/audiophonics/Raspberry-pwr-management/blob/master/spc_moode.py ) which is the one called by the restart program. But it is called only when I want to stop the PI. Any thoughts about it ? RE: PeppyMeter and moOde - fdealexa - 04-13-2024 (04-12-2024, 10:45 PM)snivelfr Wrote: Hello Francesco, Hello snivelfr, This is a good new. Today I will try to replicate your problem and I will informe you. Have a good day, Francesco RE: PeppyMeter and moOde - fdealexa - 04-13-2024 (04-08-2024, 01:29 PM)fdealexa Wrote: @PeterLustig33 Hi Peter, How are you? I hope better: have you tried the suggested parameters? Have a good weekend, Francesco RE: PeppyMeter and moOde - fdealexa - 04-13-2024 @snivelfr Hi, would you please be so kind to take some pictures of the internal connection of your RaspTouch? In details the power switch leads, the DAC board, the connection of the switch to the DAC (the cable is probably 4 wires white-black-red-brown). I have tried to install the software but I hadn't any stop to the PeppyMeter: tomorrow I will continue to work. Good night, Francesco RE: PeppyMeter and moOde - kuyadreiph - 05-01-2024 Hi dev! I do the instructions but it's seems not working with me. I flashed the latest moode os using raspberry pi imager. And boot up and configure using raspberry pi 4 model b 2gb ram. I run some command as posted here. It says after i run so I've got stuck with this. Code: dell@moodeplayer:~ $ aplay -l RE: PeppyMeter and moOde - DRONE7 - 05-02-2024 You may wish to wait for fdealexa to confirm...:-) but this line in your output... -bash: git: command not found says you don't have git installed and so the file can't be downloaded. ..fix is to run sudo apt install git and when that finishes rerun the code from the beginning. RE: PeppyMeter and moOde - fdealexa - 05-02-2024 (05-02-2024, 05:14 AM)DRONE7 Wrote: You may wish to wait for fdealexa to confirm...:-) but this line in your output...@DRONE7 Bob, I think you are right: the git installation has been missed @kuyadreiph May I point out a couple of things more: . The procedure is based on a system where the default user is "pi" . I reccomend to execute the commands one by one (to see the single result in case of problems) Best regards and thanks Francesco P.S. I am not the dev of peppymeter: I only installed it in the moode environment RE: PeppyMeter and moOde - sorincp21 - 05-03-2024 Hi all, I’ve installed PeppyMeter on MoOde 8.3.9 and it’s working great as a standalone VUmeter. I was wondering if there is a way to overlay/integrate PeppyMeter on moode audio player GUI. I am only able to see either the PeppyMeter, or the player GUI, never both in the same time. Thanks! RE: PeppyMeter and moOde - fdealexa - 05-03-2024 Hi sorincp21, Welcome on board of the moOde forum. I'm sorry but, based on my knowledge, I am unable to answer your question. Maybe someone else will be kind enough to answer you. Best regards, Francesco RE: PeppyMeter and moOde - TheOldPresbyope - 05-04-2024 Quote: was wondering if there is a way to overlay/integrate PeppyMeter on moode audio player GUI.My grandmother was fond of saying "where there's a will, there's a way." My first boss was more blunt, "if it were easy, it would have been done already." Anyone can start with moOde's FOSS code---just clone the repo---and integrate these two views on a new branch. Things to remember: the display real estate is very limited and both its size and aspect ratio differ from one user device (and orientation) to another. The views have to be aesthetically pleasing whether the Peppymeter option is enabled or disabled. I'm no front-end developer, so maybe I'm being pessimistic, but this looks like more than a weekend effort. ![]() There's plenty of folk who'd give the result a test drive. Regards, Kent |