Releases: phin05/discord-rich-presence-plex
Releases · phin05/discord-rich-presence-plex
v2.11.0
Release Notes
- Added display config properties
display.albumImage
, display.artist
and display.artistImage
.
Installation Instructions
v2.10.0
Release Notes
- Added support for progress bar display. Config property
display.progressMode
will be set to bar
by default. Refer to the Configuration Reference section of the README for more information.
Full Changelog
Installation Instructions
v2.9.0
Release Notes
- Posters for movies and TV shows are no longer cropped to a square by default. This is achieved by disabling the status icon, which can be re-enabled by setting
display.statusIcon
to true
in the config.
Installation Instructions
v2.8.0
Release Notes
- Discord has recently added support for changing the activity type of Rich Presence. The "Watching" and "Listening" activity types are now used instead of "Playing".
- Added additional display configuration fields. Refer to the Configuration Reference section of the README for more information.
Installation Instructions
v2.7.0
Release Notes
- Added support for live TV (#72)
- Added support for dynamic button labels (#80)
Installation Instructions
v2.6.0
Release Notes
- Added dynamic button URL placeholders for TheTVDB, Trakt, Letterboxd and MusicBrainz (#53, #68, #79)
- Added optional config property
mediaTypes
for buttons to restrict their display to specific media types (#53)
- Added support for artist/music videos (#27)
Installation Instructions
v2.5.0
Release Notes
- Poster images will now be downscaled to a maximum size of 256x256 before being uploaded (#78)
Installation Instructions
v2.4.5
Release Notes
- While running under Docker, the script will now change the ownership of the runtime directory mounted into the container to be in line with the UID and GID values specified through environment variables
DRPP_UID
and DRPP_GID
, if both are set (#77). Refer to the UID and GID section of the README for more information.
Installation Instructions
v2.4.4
Release Notes
- While running under Docker, to resolve permission issues, the script will now change its user ID to match that of the owner of the runtime directory mounted into the container
Installation Instructions
v2.4.3
Release Notes
- Added support for Flatpak version of Discord (#75)
Installation Instructions