-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ENHANCEMENT] - fileflows icon #41
Comments
@binarygeek119 Can you get me the result of nvidia-smi while fileflows is actively using your GPU? I need to see what process it runs to trigger the app detection. Thanks. |
|
Yeah, I was afraid of that. So many applications just invoke ffmpeg and not an app specific wrapper to ffmpeg or at least a good directory I can key the detection from. I'm going to need more info. Take the PID from nvidia-smi for each process and execute the following for each process and paste it to me:
|
|
fyi the dev might work with you to fix the ffmpeg path issue. its very active |
fileflows is not showing up |
|
|
I don't really have a test setup, so I'm kind of eyeballing it here. I haven't released anything, but what I've already done will be required anyways. You probably missed the previous commit where I look at the parent process calling the ffmpeg process to try and identify the app? EDIT: a82f3de <--- this commit for parent process checking |
@binarygeek119 Same question, does it work? |
fileflows does not show up but etv does. |
Okay, we need to see what the full command of the parent process is. I'm guessing it doesn't contain 'fileflows' anywhere which would make it impossible to detect. Do you know how to check the parent process? |
no i dont |
So in this case, you would take the PID of the known fileflows-spawned ffmpeg process and find the parent PID:
The first section of the output will be the Parent PID. All you need to do is the same process as before except use the parent PID instead:
|
|
it might be case sensitive the dev spells the app FileFlows with capital F's |
@binarygeek119 You're exactly right. I need to change this function that does the match to stripos which is insensitive and then detection should work. |
@binarygeek119 Did the latest update make FileFlows detection work? |
still not showing up |
fileflows is like unmanic or tdarr the dev is very active and im sure will work with you to add support
https://fileflows.com/
The text was updated successfully, but these errors were encountered: