I recently switched front Plex to Jellyfin for my media collection and needed to adapt my "Music" skin with the current track playing on my server.
So after NowPlayingPlex let my introduce to you NowPlayingJellyfin !
Downloads on Github : https://github.com/mistic100/Rainmeter-NowPlayingJellyfin
It is the same base code so the usage is exactly the same :
Code: Select all
[Rainmeter]
Update=1000
[Variables]
JellyfinToken=XXXXXX
JellyfinUsername=JohnDoe
[MeasureTitleJellyfin]
Measure=Plugin
Plugin=NowPlayingJellyfin
JellyfinToken=#JellyfinToken#
JellyfinUsername=#JellyfinUsername#
PlayerType=Title
[MeasureArtistJellyfin]
Measure=Plugin
Plugin=NowPlayingJellyfin
PlayerName=MeasureTitleJellyfin
PlayerType=Artist
[MeasureAlbumJellyfin]
Measure=Plugin
Plugin=NowPlayingJellyfin
PlayerName=MeasureTitleJellyfin
PlayerType=Album
[MeasureDurationJellyfin]
Measure=Plugin
Plugin=NowPlayingJellyfin
PlayerName=MeasureTitleJellyfin
PlayerType=Duration
Substitute="00:00":""