Skip to content
Release mpDris 0.5

Major changes:

- Support both Python v2 and v3.

- Support embedded cover art in MP3. If Mutagen is installed, it will be used
  to extract APIC frames from ID3 v2.3/v2.4 tags.

- Work with all versions and variations of python-mpd. The client wrapper class
  used to dig deep in python-mpd internals, which broke with every new release
  of that module. This has been rewritten to use a much cleaner approach.