keifufu / WebNowPlaying

WebNowPlaying browser extension. Provides support for browser-based players
MIT License
85 stars 10 forks source link

REQUEST: Implementation of WebNowPlaying-Redux with PotPlayer? #18

Closed Shikamaru30 closed 1 year ago

Shikamaru30 commented 1 year ago

Not sure if you guys are able to do this but it would be awesome if you could. Thanks.

keifufu commented 1 year ago

Desktop players are only supported if they can report their media info to Windows, eg: show up in the volume flyout or media control center. If potplayer does not have this built-in, you can look for plugins to achieve this or ask the developers to add it. It's been a Windows API since the early days of Windows 10 so it's not some obscure api either.

Shikamaru30 commented 1 year ago

Desktop players are only supported if they can report their media info to Windows, eg: show up in the volume flyout or media control center. If potplayer does not have this built-in, you can look for plugins to achieve this or ask the developers to add it. It's been a Windows API since the early days of Windows 10 so it's not some obscure api either.

Thanks.