Review of "Media Controls" version 1.0 (1)

Details Page Preview

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.

Extension Homepage
https://github.com/naimur900/media-controller-gnome

No comments.

FAQ

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) warning 1

Shexli found 1 issue that may need reviewer attention.

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.

Disconnect all signals

  • 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();
            })

All Versions

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

Previous Reviews on this Version

naimur900 auto- rejected
Auto-rejected because of new version 1.2 (2) was uploaded