1

I really like the terminal media player cmus.

I would like to have Ubuntu Sound Menu integration with cmus, so I can skip tracks, see the album art, etc.

Is this possible?

2 Answers2

2

Cmus does not natively support playback control via D-Bus/MPRIS. To my knowledge there is no third party plugin providing MPRIS control of cmus, at least I couldn't find any. Therefore we can not integrate it to the Indicator Sound menu the way we use to other MPRIS-capable players.

As an alternative to the sound menu you may want to have a look at some projects that allow remote cmus control via a web-interface or an Android app, or aid in displaying player status.

Takkat
  • 144,580
0

The latest cmus pre-release (2.8) now supports MPRIS. You can use and install playerctl to control its behavior. F.e.

playerctl next
playerctl prev
playerctl pause
tigerjack
  • 2,635