Soundnode / soundnode-app

Soundnode App is the Soundcloud for desktop. Built with Electron, Angular.js and Soundcloud API.
https://soundnode.github.io/soundnode-website/
Other
5.15k stars 641 forks source link

[Feature Request][Linux] Media controls in notification #1054

Open mentos1386 opened 6 years ago

mentos1386 commented 6 years ago

I'm using Gnome 3 (3.2.81). In notification bar, other music players support media controls (next, previous, pause/play) and show current song. Soundnode only shows notification when a new song starts playing but no media controls.

First notification is Spotify, second is Soundnode image

Edit: I'm using Soundnode v7.0.0

jakejarrett commented 6 years ago

This was previously present, but there were some bugs in the implementation, Maybe in the future when there is a pure js implementation of mpris it can be implemented and work out of the box.

mentos1386 commented 6 years ago

@jakejarrett Did you try to implement mpris? There isn't any mpris library for js? I might go and implement it if there is no project working on this yet.

jakejarrett commented 6 years ago

I'd implemented mpris support (most of which is still in place but disabled for now) but it wouldn't work if built on a non-linux system (Required dbus dev libraries)