Skip to content

Releases: lazykern/mprisence

v0.5.1

23 Sep 16:10
Compare
Choose a tag to compare
  • Try to connect discord before updating rich presence

Full Changelog: v0.5.0...v0.5.1

v0.5.0

29 Aug 07:46
Compare
Choose a tag to compare

What's Changed

  • fix typo in default config by @sudoAlphaX in #36
  • Added command mprisence player list

Full Changelog: v0.4.1...v0.5.0

v0.4.1

10 Jul 07:36
Compare
Choose a tag to compare

Ignore default rich presence (mprisence) by default

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Mar 04:44
60d5a32
Compare
Choose a tag to compare

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

11 Aug 09:35
Compare
Choose a tag to compare

Change author username & Update repository URL

v0.3.1

09 Jul 10:40
d0b9d06
Compare
Choose a tag to compare

What's Changed

  • Add musikcube to default config by @phusitsom in #28

v0.3.0

07 Jul 11:31
1a5ebd2
Compare
Choose a tag to compare
  • 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

05 Jul 17:28
1a5ebd2
Compare
Choose a tag to compare

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

05 Jul 14:34
f2bf1f3
Compare
Choose a tag to compare
  • 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

05 Jul 14:17
Compare
Choose a tag to compare
  • 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.