Releases: natsukagami/mpd-mpris
Releases · natsukagami/mpd-mpris
v0.4.1
What's Changed
- Add nix support and some additional configurations by @natsukagami in #33
- Passively wait for mpd to send events for updates by @natsukagami in #34
- Use
Name
attribute as fallback forTitle
by @andremarcais in #36 - Add
mpd-mpris.desktop
by @doronbehar in #37
New Contributors
- @andremarcais made their first contribution in #36
Full Changelog: v0.4.0...v0.4.1
v0.4.0-2
v0.4.0
What's Changed
- Generate a new album art filename on song change by @natsukagami in #30
- Allow the user to configure the position update interval by @cdown in #32
New Contributors
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Album Art, Socket by Default, Panic on Disconnect
- [#14] Album art support.
- This depends on mpd's ability to identify album art for a music file. This seems to work only with embedded album arts (not thoroughly tested!)
mpd-mpris
will now try to listen to$XDG_RUNTIME_DIR/mpd/socket
if no options are provided, and will prioritize this over thelocalhost:6600
connection.- This helps with getting the
music-directory
configuration, which is only available through socket connections.
- This helps with getting the
- breaking:
mpd-mpris
now does not return thexesam:url
metadata if not connected through a local UNIX socket, and will emit the correctfile://
URL scheme if does. - breaking:
mpd-mpris
now panics on disconnection to mpd. It did not panic (but didn't work either) before.
More network types, file path
Go modules
This release adopts the Go modules system for the project. Thanks to @doronbehar for the idea and commit(s)!
`MPD_HOST` variable
(50f081f, thanks @doronbehar!) Now reads the MPD_HOST
environment variable to get the post and password
Duration fixes
Implemented `org.freedesktop.DBus.Introspectable`
Closes #1, if you are interested in the org.freedesktop.DBus.Introspectable
interface.