Skip to content
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

Better mpv.net support #109

Open
stax76 opened this issue Dec 13, 2023 · 6 comments
Open

Better mpv.net support #109

stax76 opened this issue Dec 13, 2023 · 6 comments

Comments

@stax76
Copy link

stax76 commented Dec 13, 2023

You can add this code for better mpv.net support:

local mpvnet_path = mp.get_property_native("user-data/frontend/process-path")
if mpvnet_path then options.mpv_path = mpvnet_path end

@tsl0922 is maybe interested using user-data/frontend/process-path as well. Ideally, mpv would have a process-path util, but implementing it cross-platform is much more complicated.

@computator1200
Copy link

@stax76 could you make a guide on how to use thumbfast with mpv.net

@stax76
Copy link
Author

stax76 commented Dec 13, 2023

@computator1200 It's documented here. It requires mpv.net v7.0.0.2. With the suggested code above and mpv.net v7.0.0.2 it would work without any user configuration.

@po5
Copy link
Owner

po5 commented Dec 13, 2023

I will implement this but it will have to wait until next time I boot into Windows.

@vantiss
Copy link

vantiss commented Jan 3, 2024

is implementing this still planned? I've been using mpv.net for a long time now and it would be rad to have this integrated :>

@po5
Copy link
Owner

po5 commented Jan 3, 2024

You've been neglecting to read the readme for a while?

@vantiss
Copy link

vantiss commented Jan 3, 2024

that's the solution I've been using since I learned about thumbfast and it's a great script! I just liked the idea of not needing to do that when I saw this issue pop up a few weeks ago, so I was curious what the status on it was

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants