Review of "Spotify Controller" version 3

Details Page Preview

Control Spotify from the topbar! Credit to Marcus Heine (https://github.com/mheine) for most of the code in this extension.

Extension Homepage
https://github.com/koolskateguy89/gnome-shell-extension-spotify-controller

No comments.

Diff Against

Files

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

All Versions

Version Status
17 Active
16 Active
15 Active
14 Inactive
13 Inactive
12 Inactive
11 Active
10 Rejected
9 Inactive
8 Active
7 Rejected
6 Active
5 Inactive
4 Rejected
3 Active
2 Inactive
1 Inactive

Previous Reviews on this Version

andyholmes active
If you're looking to improve the performance of your extension, you should really be using asynchronous DBus calls to query the MPRIS database instead of spawning subprocesses. Those forks are really expensive. There's an introduction for GJS here you can read: https://www.andyholmes.ca/articles/dbus-in-gjs.html
koolskateguy89 posted a review
I'll have a look at it, thanks