Commit graph

20 commits

Author SHA1 Message Date
Flisk a01f239aca Fix error message spam when no player is running 2018-10-05 15:36:56 +01:00
Doug Torrance 8b31ced398 wmusic: Bump to version 2.0.0. 2018-06-24 07:46:57 -07:00
Doug Torrance e9ab4b5bc8 wmusic: Add desktop file 2018-06-24 07:46:57 -07:00
Doug Torrance fe98463897 wmusic: Include all necessary header files. 2018-06-24 07:46:57 -07:00
Doug Torrance 5cf0a63bd4 wmusic: Update documentation and help text 2018-06-24 07:46:57 -07:00
Doug Torrance 2f472588c7 wmusic: Add manpage (adapted from Debian) 2018-06-24 07:46:57 -07:00
Doug Torrance 3e2b28712b wmusic: Separate changelog into its own file. 2018-06-24 07:46:57 -07:00
Doug Torrance c4f5c4dedf Remove trailing whitespace 2018-06-24 07:46:57 -07:00
Doug Torrance 988a0c0f20 wmusic: Fix volume display bug.
The black pixels which were copied to the right part of the volume slider
when the volume was decreased actually included a one-pixel-wide line of the
bright red indicating max volume.
2018-06-24 07:46:57 -07:00
Doug Torrance 4d7d5d7ee8 wmusic: Print message when connecting to new player. 2018-06-24 07:46:57 -07:00
Doug Torrance 2c04ffbf71 wmusic: Remove unsupported command line options 2018-06-24 07:46:57 -07:00
Doug Torrance fd74076a9a wmusic: Fix display bug; print entire title for short titles.
Previously, if a title was too short to require scrolling, the first
character was omitted.
2018-06-24 07:46:57 -07:00
Doug Torrance e94de4a618 wmusic: Fix incompatible pointer types. 2018-06-24 07:46:57 -07:00
Doug Torrance 9f5c04185b 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.
2018-06-24 07:46:57 -07:00
Doug Torrance 3b4eb3abaf wmusic: Update location of libdockapp header file. 2018-06-24 07:46:57 -07:00
Doug Torrance 2f2b84548d wmusic: Remove version.h header file; use autoconf's PACKAGE_STRING instead 2018-06-24 07:46:57 -07:00
Doug Torrance a28f29d147 wmusic: Modernize autotools files 2018-06-24 07:46:57 -07:00
Doug Torrance 12843a05f5 wmusic: Remove libdockapp directory; we will used shared lib. 2018-06-24 07:46:57 -07:00
Doug Torrance 08e87d5780 wmusic: Remove debian directory, spec file, and generated autotools files. 2018-06-24 07:46:57 -07:00
Doug Torrance 7054a65b90 wmusic: Add version 1.5.0 to repository 2018-06-24 07:46:56 -07:00