Skip to content
On this page

What is WebNowPlaying?

Just want to try it out? Skip to the Quickstart.

WebNowPlaying (or WebNowPlaying-Redux) enables programs to read and control media players.

  • Browser extension - Provides support for browser-based players.
  • Adapter library - Communicates with the browser extension and provides support for Desktop Players.

Adapters

These are programs, plugins or scripts make use of WebNowPlaying.

Official Adapters

Third-party adapters

Want to create or submit your own adapter? Click here!

History

A rough changelog of the major versions. For a more complete changelog, see:

v0.x

These versions were created by @tjhrulz.
WebNowPlaying is a drop-in replacement for Rainmeter's NowPlaying plugin, the browser extension would connect to the plugin and let Rainmeter read/control browser media.
It also allowed for additonl controls, such as the players volume.

v1.x

Versions from here on were created by @keifufu.
The extension could now connect to multiple adapters.

v2.x

Support for Desktop Players was added, read more about it here.
Adapters can now also read what functionality the current media supports, e.g., canSkipNext, canSetRating, etc.

v3.x

Adapters can read and send events to all/any player(s) instead of just the active one.
Events return whether they succeeded or failed.
Players report their available repeat modes.
Shuffle and repeat modes can now be set instead of just toggled.

Released under the MIT License.