Show the currently playing media in the top panel with playback controls and an iOS-inspired now-playing card. Works with any MPRIS-compatible player, including Spotify, Firefox, Chrome, VLC, mpv, Rhythmbox, and more.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-L-003 warning
signals connected by extension should be disconnected in disable()
Signals assigned in `enable()` are missing matching disconnect calls in `disable()` or its helper methods.
extension.js:98
this._managerId = this._manager.connect('changed', () => this.sync())
extension.js:92
this.menu.connect('open-state-changed', (_menu, open) => {
this._card.setActive(open);
if (open)
this._card.sync();
})
| Version | Status |
|---|---|
| 2.1 (6) | Inactive |
| 2.1 (5) | Active |
| 2.0 (4) | Active |
| 1.3 (3) | Inactive |
| 1.2 (2) | Rejected |
| 1.0 (1) | Rejected |