Skip to content

Releases: hoyon/mpv-mpris

1.2

Choose a tag to compare

@hoyon hoyon released this 05 Jan 22:36

What's Changed

  • More consistent external album art finding with mpv
  • Use audio-client-name when naming mpv session bus
  • Fix shuffle functionality
  • Fix race condition at initialisation which sometimes caused error logging
  • Fix using multiple instances with flatpak by using a random string rather than pid to identify multiple players
  • Now properly report of Next and previous are available based on current position in playlist

Full Changelog: 1.1...1.2

1.1

1.1

Choose a tag to compare

@hoyon hoyon released this 30 Aug 17:33

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

1.0

Choose a tag to compare

@hoyon hoyon released this 30 Mar 19:27

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

0.9

Choose a tag to compare

@hoyon hoyon released this 10 Sep 11:11

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

Choose a tag to compare

@hoyon hoyon released this 17 Jun 22:39

Remove accidental print statement when entering full screen

0.8

0.8

Choose a tag to compare

@hoyon hoyon released this 17 Jun 14:19

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

Choose a tag to compare

@hoyon hoyon released this 06 Apr 20:43

What's Changed

  • Test suite updates required for Debian reproducible builds

Full Changelog: 0.7...0.7.1

0.7

0.7

Choose a tag to compare

@hoyon hoyon released this 05 Mar 23:12

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

0.6

Choose a tag to compare

@hoyon hoyon released this 24 Oct 21:30

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

0.5

Choose a tag to compare

@hoyon hoyon released this 25 Apr 14:19

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