Show controls and information of the currently playing media in the panel.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-P-007 warning
JavaScript files should be reachable from extension.js or prefs.js
Some JavaScript files are not reachable from `extension.js` or `prefs.js` imports.
Don't include unnecessary files
enums/common.js
enums/shell_only.js
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.
helpers/shell/PanelButton.js:600
this.menuSlider.connect("seeked", (_, position) => {
this.playerProxy.setPosition(this.playerProxy.metadata["mpris:trackid"], position);
})
| Version | Status |
|---|---|
| 2.4.6 (2) | Unreviewed |
| 2.4.6 (1) | Rejected |