Shows current track from Eversolo and playback controls. Uses audioscrobbler.com (Last.fm) to fetch album covers as a fallback.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
| Version | Status |
|---|---|
| 10 | Active |
| 9 | Active |
| 8 | Active |
| 7 | Rejected |
| 6 | Active |
| 5 | Rejected |
| 4 | Active |
| 3 | Active |
| 2 | Rejected |
| 1 | Rejected |
1. Please remove version from the import (line 7 `extension.js`). 2. Please don't use deprecated modules (line 13 `extension.js`): [EGO Review Guidelines: deprecated modules](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#do-not-use-deprecated-modules) 3. Mention in the description that this extension is using `audioscrobbler.com` services. 4. Remove `_settingsFromLocalSchema()` function since you already have `this.getSettings()` in the entry point (line 34 `extension.js`). 5. Better to hold it in the class rather than global scope (line 51, 326 `extension.js`). 6. You should call `abort()` on disable or destroy (line 224 `extension.js`): [`Soup.Session.abort()`](https://gjs-docs.gnome.org/soup30~3.0/soup.session#method-abort) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions