Hi!

I find gmusicbrowser very nice, the only thing i am missing is fade out on stop or pause, so songs don't stop so abruptly. Maybe it is already there, but i can't find such settings.

truly yours, Konstantin

The lullaby plugin adds the command FadeOut (which take a number of seconds as argument), but it's a bit rudimentory (as is the plugin). I guess I should add something better, not sure when.
In the meantime, if the plugin is enabled, you can edit your layout to replace the normal stop by the Fadeout, by replacing the "Stop" by :
Stop(activate=FadeOut(5))


Is it also possible to add the fade out option to a layout without Stop button? Like shimmer layout toggling between Play and Pause Icon?