Open pasikonik opened 1 year ago
I've considered this in the past, but decided against it because I thought it goes beyond my goal of creating "a simple label" that's just there.
I'll give it more thought, though. You could fire a PR if you've already implemented it yourself, but otherwise don't bother because I could very well end up rejecting it and wasting your time.
A small update on this, I'm currently experimenting with an A-B repeat feature, which I've always found is criminally missing from most modern media players. It's gonna be an ugly and imprecise hack at best, but better than nothing I guess.
Anyway, what that means is, if I decide to add it to this extension, it might mean I might start taking it in another direction. Which would in turn mean making it a bit more feature-rich, rather than just a simple label.
Hello! I stumbled upon this issue and I figured it's best if I share that we implemented this a year ago for gnome-mpris-label.
The conversation thread is a lot of back-and-forth, but the final changes merged to the main branch are quite small, just check the diff (or the "files changed" tab on github) of the files players.js
and extension.js
.
This extension is great, but I'm missing one functionality. I'm talking about showing an album cover after click on tray or keyboard shortcut (better one).
Do you consider adding this feature? Media Controls has it, but for me simplicity is important, therefore I chose this extension.
I can try to do a Pull Request if you accept the contributions here.