Describe the bug
Codeproject.ai incorrectly displays as Immich. Was able to fix it with the following change:
In /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php, changed codeproject line under SUPPORTED_APPS to:
'codeproject' => ['/python38/venv/bin/python3'], * This change WORKS*
For faster-whisper-nvidia and piper-nvidia, I cannot for the life of me figure out what i have done wrong. can't seem to get anything to show up for those apps.
I have added faster-whisper-nvidia.png and piper-nvidia.png to the 'images' folder, and made the following additions to Nvidia.php:
'faster-whisper-nvidia' => ['python3'], This change DOES NOT WORK
'piper-nvidia' => ['/app/piper/piper'], This change DOES NOT WORK
No other similar process names are listed before these entries, but still nothing shows up. I have also tried shortening the filenames and corresponding entries to just piper.png & whisper.png, but still no dice. Other variations were tried, but also do not work.
Also, no precisely sure why, but the working and non-working changes revert upon rebooting the server, as well. new images disappear, and new entries disappear, but the 'Immich' line that I removed (I don't use that app, nor plan to) stays missing, so this is pretty darn confusing to me, as the Nvidia.php file is not just being replaced with the original file, obviously, or the Immich line should return on reboot if that were the case, I would think.
To Reproduce
Steps to reproduce the behavior:
- Install GPU Statistics plugin from Community Apps
- Run codeproject/ai-server:cuda12_2 docker from Community Apps
- Run ghcr.io/slackr31337/wyoming-piper-gpu docker from Community Apps
- Run lscr.io/linuxserver/faster-whisper:gpu docker from Community Apps
Expected behavior
Accurate display of correct applications currently utilizing the GPU
Screenshots


Client (please complete the following information):
Describe the bug
Codeproject.ai incorrectly displays as Immich. Was able to fix it with the following change:
In /usr/local/emhttp/plugins/gpustat/lib/Nvidia.php, changed codeproject line under SUPPORTED_APPS to:
'codeproject' => ['/python38/venv/bin/python3'], * This change WORKS*
For faster-whisper-nvidia and piper-nvidia, I cannot for the life of me figure out what i have done wrong. can't seem to get anything to show up for those apps.
I have added faster-whisper-nvidia.png and piper-nvidia.png to the 'images' folder, and made the following additions to Nvidia.php:
'faster-whisper-nvidia' => ['python3'], This change DOES NOT WORK
'piper-nvidia' => ['/app/piper/piper'], This change DOES NOT WORK
No other similar process names are listed before these entries, but still nothing shows up. I have also tried shortening the filenames and corresponding entries to just piper.png & whisper.png, but still no dice. Other variations were tried, but also do not work.
Also, no precisely sure why, but the working and non-working changes revert upon rebooting the server, as well. new images disappear, and new entries disappear, but the 'Immich' line that I removed (I don't use that app, nor plan to) stays missing, so this is pretty darn confusing to me, as the Nvidia.php file is not just being replaced with the original file, obviously, or the Immich line should return on reboot if that were the case, I would think.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Accurate display of correct applications currently utilizing the GPU
Screenshots
Client (please complete the following information):