Seppe Stas

Results 44 comments of Seppe Stas

We already looked into a search feature, but it's quite a lot of work. Mainly because it requires some pretty complex additions to the UI to make it work properly....

Maybe we could replace the menu by a React component inside of the app?

Currently we only mark the song as not being playable when attempting to stream it fails. I am not sure, but maybe the `embeddable_by` or `sharing` property is useful to...

Interesting issue, nice catch! I think having the menu bar locked to show while the app is visible makes the most sense since this seems to be the behaviour of...

Duplicate of @FoxxMD's comment in #40. I think we should probably make the global "Like" shortcut feature opt-in and configurable. Or at least warn IntelliJ users XD.

Hmm, I'm pretty sure the `WM_APPCOMMAND` notification is only sent to the window that is active. https://github.com/atom/electron/blob/master/docs/api/global-shortcut.md looks more promising imo.

Pff, I'll never get this fixed in time for Hacktoberfest XD

Hey @zachmoody, could you specify in what environment (operating system, window manager, ...) you have this issue?

Mmh, this might make the interface a bit cluttered. It might solve #74 as well though. I guess by "who reposted the track" you mean the "like" counter? It looks...

@chloesil oh, I guess you are right. I think this should be easy to do if the API supports it, the hardest part will be to nicely integrate it in...