Skip to content

Releases: pimoroni/mopidy-pidi

Version 1.0.3

30 Oct 13:27

Choose a tag to compare

  • Add support for display rotation
  • Implement "stream_title_changed" to update display upon radio track change

Version 1.0.2

13 Mar 13:31

Choose a tag to compare

Add support for stopping display plugins on exit.

Version 1.0.1

10 Mar 15:16

Choose a tag to compare

This maintenance release fixes several bugs with version 1.0.0, thank you @TrollDecker and @jchmielniak.

Chiefly PiDi should now work with mopidy-tunein and mopidy-youtube.

  • BugFix: support for mopidy-youtube, handle None Image.width/Image.height
  • BugFix: support for mopidy-tunein, handle None Track.length
  • BugFix: cache filename bug caused by Base64 outputting /

Version 1.0.0

10 Mar 15:14

Choose a tag to compare

This is a breaking release that drops support for Python 2.x and Mopidy 2.x in favour of the new Mopidy 3.x.

Version 0.2.0

12 Dec 11:01

Choose a tag to compare

This release improves upon a couple of small issues, in addition to drastically increasing album art performance.

Where previously MusicBrainz was the single sort of album art, this plugin now uses art supplied by Mopidy where available with MusicBrainz serving only as a fallback method. This may often mean- such as in the case of Spotify- that album art is still loaded from URLs, but without the API request to MusicBrainz it seems to fare much quicker. Caching is still in place.

Additionally Mopidy-PiDi will now display an on-screen message upon first start that directs the user to the web interface for their Mopidy configuration. While it's intended to avoid confusion about how much control Pirate Audio has over Mopidy (IE: it's not possible to start a song playing since there's no UI to speak of on the display) it will attempt to divine the public IP address of the Raspberry Pi, which should be useful in headless deployments.

  • Use Mopidy supplied album art where available, only use Brainz as a fallback
  • Attempt to discover and display public IP address on start
  • BugFix: display current volume on start

Version 0.1.0

25 Nov 13:47

Choose a tag to compare

This release introduces threaded album art retrival, which prevents long album art download times from locking up the display output. It also fixes a bug which caused excessive CPU load, and should be used with v0.0.3 of the PiDi Plugins (pidi-display-pil and pidi-display-st7789) for best results.

  • Threaded album art retrival to avoid locking up frontend
  • BugFix: fixed typo in album art retry functionality
  • BugFix: use time.sleep instead of event.wait, which was returning immediately

Version 0.0.2

25 Nov 13:27

Choose a tag to compare

Minor release to ensure mopidy-pidi includes a dependency upon musicbrainzngs. No code changes.

Version 0.0.1

08 Nov 14:30

Choose a tag to compare

Initial Release.