It is currently April 27th, 2024, 5:37 am

Plugin NowPlayingJellyfin

Share and get help with Plugins and Addons
mistic100
Posts: 35
Joined: October 12th, 2014, 5:27 pm

Plugin NowPlayingJellyfin

Post by mistic100 »

Hello

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":""
Have a nice day