ravachol / kew

A terminal music player for Linux.
GNU General Public License v2.0
971 stars 26 forks source link

[Feature request] Enable mpris support #48

Closed werdahias closed 1 year ago

werdahias commented 1 year ago

I'd be great if cue had mpris player support, thus enabling it to be controlled by the DE's audio control or playerctl for WM. This would allow playing/pausing/skipping even if the terminal is in the background.

ravachol commented 1 year ago

I'll look into it.

werdahias commented 1 year ago

thanks !

ravachol commented 1 year ago

Thank you, good suggestion.

ravachol commented 1 year ago

Added some (perhaps a bit experimental) support for MPRIS. Not working with KDEs media player widget yet, for instance. It's not detecting when the track changes.

ravachol commented 1 year ago

I think most of the basics are in. Missing stuff like shuffle (currently, the shuffle key in cue shuffles the whole playlist once). I will probably change that to a more normal shuffle function in the future and also enable mpris support.