How disable the window of media always-on-top?

I can’t see the problem now, but I still have one backup plan. Since your addons work fine, we can download this addon called Advanced MPV Player and modify it’s code to change mpv’s behavior.

First install the addon, then click View Files to open its source folder. And open __int__.py, find this line:

class MpvManager2(MpvManager):

And add one more line under it, make it looks like this:

class MpvManager2(MpvManager):
    MPVBase.default_argv.remove("--ontop")

Save this file and restart anki. Let me know if this works.

3 Likes