Skip to content

Commit

Permalink
#41 Add FileFlows app detection
Browse files Browse the repository at this point in the history
  • Loading branch information
b3rs3rk committed Nov 16, 2022
1 parent 3b28180 commit 032f26a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Icon="gpustat.png"

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

switch ($gpustat_cfg['VENDOR']) {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Nvidia extends Main
'unmanic' => ['ffmpeg'],
'dizquetv' => ['ffmpeg'],
'ersatztv' => ['ffmpeg'],
'fileflows' => ['ffmpeg'],
'deepstack' => ['python3'],
'nsfminer' => ['nsfminer'],
'shinobipro' => ['shinobi'],
Expand Down

0 comments on commit 032f26a

Please sign in to comment.