Releases: hoyon/mpv-mpris
Releases · hoyon/mpv-mpris
1.1
What's Changed
- Fix idle->playing state transition by @pritambaral in #90
- add support for embedded cover art by @gnojus in #94
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
- @pritambaral made their first contribution in #90
- @gnojus made their first contribution in #94
Full Changelog: 1.0...1.1
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
- @mia-0 made their first contribution in #84
- @gnome-mpv made their first contribution in #88
Full Changelog: 0.9...1.0
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
- @tpeacock19 made their first contribution in #79
Full Changelog: 0.8.1...0.9
0.8.1
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
What's Changed
- Test suite updates required for Debian reproducible builds
Full Changelog: 0.7...0.7.1
0.7
0.6
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
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: