Jonas van den Berg
Jonas van den Berg
I'm facing the same issue, which is especially noticeable when a media player reports the cover image in the MPRIS `artUrl` field in the form of a `data:` URI, e.g....
Modifying the loop to run the metadata retrieval only once and linking with glib compiled from source (https://github.com/GNOME/glib/tree/c50836535a10e142b27cd8b7d7c97c8d114d3598) yields this valgrind output: ``` ==36721== 2,950,614 (64 direct, 2,950,550 indirect) bytes...
That *sketch* looks amazing! I definitely agree with your points, I will move away from putting everything in the tray menu at some point, but I intended to keep it...
One thing, on Windows the tray menu should stay opened when you click checkboxes. I've added that in a recent update. Does that not work for you?
I introduced that change in version 2.2.0 https://github.com/ungive/discord-music-presence/blob/master/CHANGELOG.md > 2.2.0 Tray menu improvements When clicking a checkbox, the tray menu is not closed anymore. That way it should be easier...
Thanks for confirming. Yeah, that's the way "disabled" labels look, I could tweak that a bit, I suppose.
I will close this issue until the need for an improved UI arises. Thanks for opening it!
Reopening this, as this will be needed for #42 and #62
Implemented the settings window. On Windows the automatic update settings and a check for updates button will be visible too, this is just a screenshot from Linux. Everything else is...
The settings window is now implemented in version [2.3.1](https://github.com/ungive/discord-music-presence/releases/tag/v2.3.1)! Configuration is now much easier and adding new options and categories will be much less problematic than it was before. @PapitaConPure...