Moode Forum
9.0.8 UI slow when running Camilla - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: 9.0.8 UI slow when running Camilla (/showthread.php?tid=6912)

Pages: 1 2 3 4


RE: 9.0.8 UI slow when running Camilla - Snoil - 09-19-2024

I'm missing this
Code:
.... /var/lib/cdsp/statefile.yml --config /etc/mpd2cdspvolume.co>
mine looks like this

Code:
pi@moode:~ $ systemctl status mpd2cdspvolume
● mpd2cdspvolume.service - Synchronize MPD volume to CamillaDSP
    Loaded: loaded (;;file://moode/lib/systemd/system/mpd2cdspvolume.service/lib/systemd/system/mpd2cdspvolume.service;;; disabled; preset: enabled)
    Active: active (running) since Thu 2024-09-19 13:39:23 CEST; 3h 57min ago
  Main PID: 30559 (python)                                                                                                                          
     Tasks: 1 (limit: 3930)                                                                                                                        
       CPU: 436ms                                                                                                                                  
    CGroup: /system.slice/mpd2cdspvolume.service                                                                                                    
            └─30559 python /usr/local/bin/mpd2cdspvolume --pid_file /var/run/mpd2cdspvol/mpd2cdspvol.pid --volume_state_file /var/lib/cdsp/statefil>
                                                                                                                                                   
Sep 19 13:39:23 moode systemd[1]: Stopping mpd2cdspvolume.service - Synchronize MPD volume to CamillaDSP...                                          
Sep 19 13:39:23 moode systemd[1]: mpd2cdspvolume.service: Deactivated successfully.                                                                  
Sep 19 13:39:23 moode systemd[1]: Stopped mpd2cdspvolume.service - Synchronize MPD volume to CamillaDSP.                                            
Sep 19 13:39:23 moode systemd[1]: Started mpd2cdspvolume.service - Synchronize MPD volume to CamillaDSP.                                            
does this mean anything?


RE: 9.0.8 UI slow when running Camilla - Tim Curtis - 09-19-2024

Just looks like the output got truncated by the terminal window

Here is with a wider term window
Code:
pi@moode:~ $ systemctl status mpd2cdspvolume.service
● mpd2cdspvolume.service - Synchronize MPD volume to CamillaDSP
    Loaded: loaded (/lib/systemd/system/mpd2cdspvolume.service; disabled; preset: enabled)
    Active: active (running) since Wed 2024-09-18 23:03:57 EDT; 14h ago
  Main PID: 1418 (python)
     Tasks: 1 (limit: 4464)
       CPU: 117ms
    CGroup: /system.slice/mpd2cdspvolume.service
            └─1418 python /usr/local/bin/mpd2cdspvolume --pid_file /var/run/mpd2cdspvol/mpd2cdspvol.pid --volume_state_file /var/lib/cdsp/statefile.yml --config /etc/mpd2cdspvolume.config

Sep 18 23:03:57 moode systemd[1]: Started mpd2cdspvolume.service - Synchronize MPD volume to CamillaDSP.



RE: 9.0.8 UI slow when running Camilla - Snoil - 09-19-2024

ok thank you.
I'm clutching at straws.