dyphire
dyphire
> What exactly do you mean with same series of videos? Similar to those mentioned in the comments https://github.com/mpv-player/mpv/pull/8563#issuecomment-1079760870 It refers more to the videos of episodes with similar file...
> To use in mpv.net, users can disable `auto-load-folder` and use a modified autoload.lua script. True, but it would be better if mpv.net could realize similar functions.
> I added two new loading logics One is the same type (image video...) One is the same file ext > > There are even new process-instance Can exist multiple...
> Not currently. I remember looking into this but I don't remember exactly what the conclusion was. Some things are unfortunately very hard to support as properties because DoVi records...
> > ``` > [disable-osc idle] > profile-cond=idle_active > osc=no > profile-restore=copy > ``` This auto-profiles condition is not good enough. Because not all users want to lose the osc...
> This profile does not cause the osc to be lost forever, it is only lost when mpv is idle, once a video is loaded then it will add the...
`shared_script_properties` may not be good enough, but I think these scripts should pass a variable to identify the menu open, such as menu-is-open.
@Eisa01 Do you have any opinion on this PR?
Now, I try to add a new function to use script message to control the osc logo display in idle state. This will allow automatic control the logo display of...
I think the better change is: ```lua p = p:gsub("\\", "/") :gsub("{", "\\{") :gsub("^ ", "\\h") ``` This will unify the display of path format. And this change also should...