Releases: lazykern/mprisence
Releases · lazykern/mprisence
v0.5.1
- Try to connect discord before updating rich presence
Full Changelog: v0.5.0...v0.5.1
v0.4.1
Ignore default rich presence (mprisence) by default
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- README: Grammar and tagger recommendation by @lazykern in #31
- Interval config, Don't crash on dbus error, Try to reconnect if broken pipe by @lazykern in #32
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Change author username & Update repository URL
v0.3.1
What's Changed
- Add musikcube to default config by @phusitsom in #28
v0.3.0
- Add MusicBrainz as cover art providers
- Fetch cover art only if a new song is playing
- Ability to use multiple cover art providers
v0.2.3
What's Changed
- v0.2.3 by @phusitsom in #26
- Add strawberry to default config
- Allow stream for clementine by default
- Fix activity not clearing for player that doesn't allow streaming
Full Changelog: v0.2.2...v0.2.3
v0.2.2
- Fix MPD not using the default config
Config for MPD using mpDris2 as mpris protocol:
[player.music_player_daemon]
app_id = "1126153268486213672"
icon = "https://www.musicpd.org/logo.png"
allow_streaming = true
v0.2.1
- Add mpd to default config
[player.mpd]
app_id = "1126153268486213672"
icon = "https://www.musicpd.org/logo.png"
allow_streaming = true
EDIT
MPRIS identity for mpd is not mpd
.
For mpDris2, the identity is Music Player Daemon
.
See #25.