Plex Activity is a lightweight Rainmeter skin that monitors your Tautulli server. It surfaces real-time playback activity, including user details, stream quality, transcoding status, and progress bars.
- Download the latest
.rmskinpackage from the Releases Page. - Double-click the file to install it with Rainmeter.
- Load the skin:
Skins->Tautulli->PlexActivity.ini.
To set up the skin, right-click it and select Edit skin (or open @Resources/variables.inc).
You must set your Tautulli address and API key for the skin to work.
PlexPyAddress=http://192.168.1.199:8181
; Your Tautulli IP and Port
APIKey=8449903058c14827aa54ad4af9d06579
; Found in Tautulli Settings -> Web Interface -> API KeyYou can control the background color and opacity using the BgColor variable.
The format is Red, Green, Blue, Alpha.
- R, G, B: The color values (0-255).
- Alpha: The opacity level (0-255).
255= Solid color.0= Fully transparent (invisible).
Examples:
; Default (Dark Grey, Semi-Transparent)
BgColor=25,25,25,125
; Solid Black (No transparency)
BgColor=0,0,0,255
; Fully Transparent (Invisible background, text only)
BgColor=0,0,0,1; Update speed. 2 = ~1 second, 6 = ~3 seconds (Recommended)
RefreshRate=2
; Minimum height (pixels) of the background when empty
MinHeight=80
; Maximum number of streams before the list truncates with an overflow message (MAX 20, if you need more, run `node scripts/gen_meters.js <number>` and replace your @Resources/meters.inc file with the generated one)
MaxStreams=5
; Font and Color settings
FontMain=Segoe UI
DefaultFontColor=255,255,255
ColorPlay=100,220,100,255
ColorPause=220,220,100,255
ColorTranscode=255,150,0,255- "Server not responding" / "Invalid API Key": The skin now detects connection errors. Verify your
PlexPyAddressis reachable and yourAPIKeyis correct in the variables file. - Background opacity: If the background is too dark or too light, adjust the 4th number in
BgColor. - Skin not updating: Ensure you save the
variables.incfile and right-click -> Refresh the skin in Rainmeter.
- Skin & Code: csmit195
- Backend Data: Powered by Tautulli
Licensed under Creative Commons Attribution-Non-Commercial-Share Alike 3.0
