An InkyPi plugin to display alhum cover art on Subsonic compatible media servers.
- Display current album art and ID3 tag metadata from Subsonic music streaming servers
- Display audio file format and bitrate
- Supports plugin style settings to configure customizable text and backgrounds
Currently, Subsonic media servers are the only supported music provider.
- Use the inkypi plugin CLI to install this plugin:
inkypi plugin install now_playing https://github.com/mattserrano/InkyPi-NowPlaying
- Add
SUBSONIC_USERandSUBSONIC_PASSto the InkyPi.envfile (or via the API key manager) - Add your Subsonic server URL in the plugin settings
- Configure optional style settings and refresh the eInk display
This InkyPi plugin retrieves now playing data from Subsonic servers and displays cover art and ID3 metadata on your Raspberry Pi's eInk display. It currently calls Subsonics' getNowPlaying, getAlbumList2 and getCoverArt REST APIs.
REST API authentication is implemented with computed md5(password + salt) hashed request parameters.
This project is licensed under the GPL 3.0 license - see the LICENSE file for details.