I just finished the first version of a plugin able to query the current playing music on a Plex server.
It works globally like the NowPlaying measure with a few thing missing (a bunch of `PlayerType` not available and no bangs).
It was only tested locally but should works on a remote server too.
Complete documentation and download here https://github.com/mistic100/Rainmeter-NowPlayingPlex
Example usage :
Code: Select all
[Rainmeter]
Update=1000
[Variables]
PlexToken=XXXXXX
PlexUsername=JohnDoe
[MeasureTitlePlex]
Measure=Plugin
Plugin=NowPlayingPlex
PlexToken=#PlexToken#
PlexUsername=#PlexUsername#
PlayerType=Title
[MeasureArtistPlex]
Measure=Plugin
Plugin=NowPlayingPlex
PlayerName=MeasureTitlePlex
PlayerType=Artist
[MeasureAlbumPlex]
Measure=Plugin
Plugin=NowPlayingPlex
PlayerName=MeasureTitlePlex
PlayerType=Album
[MeasureDurationPlex]
Measure=Plugin
Plugin=NowPlayingPlex
PlayerName=MeasureTitlePlex
PlayerType=Duration
Substitute="00:00":""