An elegant, pill-shaped music player for your desktop. Features a smooth audio visualizer, scrolling text, and seamless integration with Dash-to-Dock and the Top Panel. Comes with a Pop-Up menu as well.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO026 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
src/constants.js
src/uiEffects.js
src/uiExpandedPlayer.js
src/uiLyricsWidget.js
src/uiMusicPill.js
src/uiPlayerSelector.js
src/uiVisualizers.js
src/uiWidgets.js
EGO016 warning
main loop sources should be removed in disable()
Main loop sources assigned in `enable()` are missing matching removals in `disable()` or its helper methods.
prefs.js:1194
GLib.timeout_add(GLib.PRIORITY_DEFAULT, 1500, () => {
if (saveBtn) saveBtn.set_icon_name('document-save-symbolic');
return GLib.SOURCE_REMOVE;
})
prefs.js:1217
GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
refreshAppMappings();
if (typeof updateDetectedPlayers === 'function') updateDetectedPlayers();
return GLib.SOURCE_REMOVE;
prefs.js:1295
GLib.idle_add(GLib.PRIORITY_DEFAULT, () => {
refreshAppMappings();
updateDetectedPlayers();
return GLib.SOURCE_REMOVE;
| Version | Status |
|---|---|
| 1.1.0 (44) | Active |
| 1.1.0 (43) | Active |
| 1.0.0 (42) | Active |
| 1.0.0 (41) | Active |
| 1.0.0 (40) | Rejected |
| 1.0.0 (39) | Rejected |
| 1.0.0 (38) | Rejected |
| 1.0.0 (37) | Rejected |
| 36 | Rejected |
| 35 | Rejected |
| 34 | Rejected |
| 33 | Rejected |
| 32 | Rejected |
| 31 | Rejected |
| 30 | Rejected |
| 29 | Active |
| 28 | Rejected |
| 27 | Active |
| 26 | Active |
| 25 | Active |
| 24 | Rejected |
| 23 | Active |
| 22 | Rejected |
| 21 | Rejected |
| 20 | Active |
| 19 | Active |
| 18 | Rejected |
| 17 | Active |
| 16 | Active |
| 15 | Active |
| 14 | Rejected |
| 13 | Rejected |
| 12 | Rejected |
| 11 | Rejected |
| 10 | Rejected |
| 9 | Rejected |
| 8 | Rejected |
| 7 | Rejected |
| 6 | Rejected |
| 5 | Rejected |
| 4 | Rejected |
| 3 | Rejected |
| 2 | Rejected |
| 1 | Rejected |
Sorry for the large diff:( I had to refactor my whole code into seperate src folder, also sorry for the seperatly gnome 50 version, Im using here the latest functions. I updated it again because an important bug fix, see here: https://github.com/Andbal23/dynamic-music-pill/issues/5 I will not update the code that frequently in the feature, it was just because the "begining", had to do a lot of bug fixes and etc. Thats way its version 1. Thank you for your hard work I know what "job" is this.