Skip to content

Commit

Permalink
Merge branch 'dev' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
b3rs3rk committed Feb 22, 2022
2 parents f86d84f + 3edcda0 commit d45272f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions gpustat.plg
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
-->

<CHANGES>
###2022-02-22
- #35 Fix jellyfin app detection looking for the wrong image path

###2022-02-20
- PR #30 Add Shinobi Pro app detection for Nvidia (thanks @corgan2222!)
- PR #30 Add nsfminer app detection for Nvidia (thanks @corgan2222!)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Icon="gpustat.png"
$gpu_nv = $gpu_intel = $gpu_amd = $gpu_unknown = false;

$apps = [
'plex', 'jelly', 'handbrake', 'emby', 'tdarr', 'unmanic', 'dizquetv',
'plex', 'jellyfin', 'handbrake', 'emby', 'tdarr', 'unmanic', 'dizquetv',
'deepstack', 'nsfminer', 'shinobipro', 'foldinghome',
];

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Nvidia extends Main
const STATISTICS_PARAM = '-q -x -g %s 2>&1';
const SUPPORTED_APPS = [ // Order here is important because some apps use the same binaries -- order should be more specific to less
'plex' => ['Plex Transcoder'],
'jelly' => ['jellyfin-ffmpeg'],
'jellyfin' => ['jellyfin-ffmpeg'],
'handbrake' => ['/usr/bin/HandBrakeCLI'],
'emby' => ['emby'],
'tdarr' => ['ffmpeg', 'HandbrakeCLI'],
Expand Down

0 comments on commit d45272f

Please sign in to comment.