wmusic: Port to playerctl for MPRIS support.
commit9f5c04185bb50eebcfe112b7a46b66645928bc77
authorDoug Torrance <dtorrance@piedmont.edu>
Fri, 22 Jun 2018 20:20:58 +0000 (22 16:20 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 24 Jun 2018 14:46:57 +0000 (24 07:46 -0700)
treeb12ad92d0861d71214d45932ee81f66f4fda0302
parent3b4eb3abaf1228accfb8c0b6710a867558a4085b
wmusic: Port to playerctl for MPRIS support.

Since development on XMMS ended long ago (last release was in 2007), we have
switched support to MPRIS (Media Player Remote Interfacing Specification),
an API for controlling *any* media player which supports it.  We use the
playerctl C library, available from https://github.com/acrisci/playerctl.

Because of the switch, several more XMMS-specific features have been removed.
In particular,
* The channels are no longer displayed, and the volume is always displayed.
* The bitrate is no longer displayed, and the title is always displayed.
* The eject feature no longer is functional, although the eject button is
  still present.
* Toggling between the various XMMS windows is no longer supported.
wmusic/Makefile.am
wmusic/configure.ac
wmusic/src/wmusic.c