Skip to content

Releases: hoyon/mpv-mpris

1.1

30 Aug 17:33
Compare
Choose a tag to compare

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: 1.0...1.1

1.0

30 Mar 19:27
Compare
Choose a tag to compare
1.0

What's Changed

  • rename album fields to match MusicBrainz internal names by @tpeacock19 in #81
  • Fix string leaks in property change handler by @mia-0 in #84
  • Makefile: Allow to append CFLAGS / LDFLAGS from environment. by @olifre in #87
  • Do not use the default GMainContext by @gnome-mpv in #88

New Contributors

Full Changelog: 0.9...1.0

0.9

10 Sep 11:11
Compare
Choose a tag to compare
0.9

What's Changed

  • expose musicbrainz metadata if available by @tpeacock19 in #79
  • Fix test failure with glib 2.73.3 by @pabs3 in #80

New Contributors

Full Changelog: 0.8.1...0.9

0.8.1

17 Jun 22:39
Compare
Choose a tag to compare

Remove accidental print statement when entering full screen

0.8

17 Jun 14:19
Compare
Choose a tag to compare
0.8

What's Changed

  • add -pedantic to CFLAGS by @sevz17 in #74
  • Fix Unknown Artist for YouTube videos by @supershadoe in #76
  • makefile: Remove backticks and use explicit shell function call by @earboxer in #77
  • Emit signal for fullscreen event #78

Full Changelog: 0.7.1...0.8

0.7.1

06 Apr 20:43
Compare
Choose a tag to compare

What's Changed

  • Test suite updates required for Debian reproducible builds

Full Changelog: 0.7...0.7.1

0.7

05 Mar 23:12
Compare
Choose a tag to compare
0.7

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: 0.6...0.7

0.6

24 Oct 21:30
Compare
Choose a tag to compare
0.6

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: 0.5...0.6

0.5

25 Apr 14:19
Compare
Choose a tag to compare
0.5

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

17 Jan 20:23
Compare
Choose a tag to compare
0.4

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)