Mpv Mpris Versions Save

MPRIS plugin for mpv

1.1

9 months ago

What's Changed

Packaging Changes

mpv-mpris now depends on libavformat which is used to extract embedded album art. This shouldn't be an issue for most users as mpv itself already depends on libavformat.

New Contributors

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/1.0...1.1

1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/0.9...1.0

0.9

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/0.8.1...0.9

0.8.1

1 year ago

Remove accidental print statement when entering full screen

0.8

1 year ago

What's Changed

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/0.7.1...0.8

0.7.1

2 years ago

What's Changed

  • Test suite updates required for Debian reproducible builds

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/0.7...0.7.1

0.7

2 years ago

Changes:

  • Improve Makefile and Readme @pabs3
  • Add test suite @pabs3
  • Emit Stopped Signal on exit. #61 and #22
  • Set xesam:artist to channel name for YouTube videos. #50

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/0.6...0.7

0.6

2 years ago

Changes:

  • Fix YouTube regex including 0 to the numeric range
  • Fix LoopStatus property change signal
  • Fix loop-file change handler in mpv 0.33.0
  • Fix LoopStatus when numeric argument given to loop-file or loop-playlist

Full Changelog: https://github.com/hoyon/mpv-mpris/compare/0.5...0.6

0.5

4 years ago

NOTE: This binary only works on systems with glib >= 2.58. For systems with older glib versions, please follow instructions in README to build manually.

Changes:

  • Fixed some glib warnings
  • Uninitialise glib objects on shutdown
  • Fix dbus names with multiple instances
  • Use YouTube thumbnails as mpris:artUrl when playing YouTube videos

0.4

4 years ago

NOTE: This binary only works on systems with glib >= 2.58. For systems with older glib versions, please follow instructions in README to build manually.

Changes:

  • Fix crash when using loop-playlist (fixes #29)
  • Add support for mpris:artUrl for external images (fixes #25)
  • Add support for xesam:contentCreated
  • Check if string is valid utf8 before passing to glib (fixes #19)