Jeff

Results 154 comments of Jeff

Interesting idea! I'm not familiar without MusicBee's AutoDJ, but off the top of my head this does seem feasible to add.

I did a bit of research about this since I haven't really used it before, and I'm not sure if Electron natively supports this functionality. Do you know if there...

I think I'll probably need some additional assistance since I don't see an easy way on how to implement this. If anyone has implemented this previously, your insight is appreciated!

@daynyxx Nice find. Seems like this issue is stuck unless someone is aware of a path forwards.

> But I am missing one crucial feature - ability to control music from the tray icon (play/pause/next/previous etc.) This can be added! > By the way, the latest appimage...

![image](https://user-images.githubusercontent.com/42182408/153972214-326ffdaf-c91c-4930-bbfd-569209a9ee78.png) Added playback controls to the tray. Also changed the `Minimize to tray` and `Exit to tray` toggles to work without restarting the app. Maybe that will fix it for...

> When will you release the version with that fix/feature? Probably in a day or two.

So I just tested on Ubuntu and did a bit of research and found that Electron's minimize API handles differently between Windows/Linux so the minimize to tray doesn't work. I...

I'll keep the stop button since it does have a different function from the pause. Stop should already be implemented in the MPRIS controls but I don't recall if I've...

So looking into the tray click events again, I found that it's actually an issue on Electron's side: https://github.com/electron/electron/issues/6773. Don't think it'll be solvable unless someone knows of a different...