We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mpv.net/src/MpvNet/FileTypes.cs
Line 20 in ace7566
Do each file have to get an array from libmpv to judge again?
Shouldn't we cache one array after another? This value will not update during playback
Just like the previous version Then handling the new options like video-exts by ProcessProperty?
video-exts
ProcessProperty
mpv.net/src/MpvNet/App.cs
Line 130 in ace7566
The text was updated successfully, but these errors were encountered:
stax76
No branches or pull requests
mpv.net/src/MpvNet/FileTypes.cs
Line 20 in ace7566
Do each file have to get an array from libmpv to judge again?
Shouldn't we cache one array after another?
This value will not update during playback
Just like the previous version
Then handling the new options like
video-exts
byProcessProperty
?mpv.net/src/MpvNet/App.cs
Line 130 in ace7566
The text was updated successfully, but these errors were encountered: