Braasileiro / DeezerRPC

Deezer integrated with the Discord Rich Presence.
GNU General Public License v3.0
71 stars 15 forks source link

Idea : add back/forward buttons or keyboard shortcuts #28

Closed AntoineTurmel closed 1 year ago

AntoineTurmel commented 2 years ago

Win/Linux: Alt+LeftArrow for Back and Alt+RightArrow for Forward Mac: Cmd+LeftArrow for Back and Cmd+RightArrow for Forward

It would be nice since Deezer app doesn't have them and the web version allow this using web browser.

Braasileiro commented 2 years ago

Sorry for the very late response. This feature has already implemented by faejr and is merged in the main branch, I just don't have much time to work on my personal projects lately.

AntoineTurmel commented 2 years ago

Oh nice work @faejr ! I did compile the project, it's working but I assume the arrow need to be white when it's in dark mode 👍 image

Other issues I ran into (with master) : • default Electron icon is used reason=application icon is not set

image

faejr commented 2 years ago

That's strange, when I first implemented it I specifically made sure it'd change colour depending on dark and lightmode. I guess something might've happened along the way.

Also the rich presence login failed error is cuz you most likely didn't fill in the discordClientID in src/app/app.ts