1.9.0
v1.9.0 Update
This release introduces Live Activity output with WebNowPlaying integration and file-based activity export, along with multiple stability and metadata fixes.
Added
WebNowPlaying integration
Stream your current music metadata to Rainmeter and OBS in real time - no browser extension needed. The following fields are sent every second:
- Track title, artist, and source
- Cover art
- Playback position and duration
Setup: Install the Rainmeter or OBS plugin, then go to Dashboard → Settings and enable WNP Rainmeter Support or WNP OBS Support.
- Rainmeter plugin → https://github.com/keifufu/WebNowPlaying-Rainmeter
- OBS script → https://github.com/keifufu/WebNowPlaying-OBS
Activity File Store
Writes your current playback data to local files on every track change - useful for streaming overlays, widgets, or any tool that reads from disk.
| File | Contents |
|---|---|
artist.txt |
Artist name |
title.txt |
Track title |
source.txt |
Source |
cover.png |
Album art (downloaded automatically) |
activity.json |
All fields + updatedAt timestamp |
When playback stops, text files are cleared and cover.png is removed.
Enable/disable: Dashboard → Settings → Local Activity Share
Open the folder: Dashboard → Settings → Open Directory
Fixed
- Fixed
KeepAliveManagernot being initialized on startup - Fixed user-added music sites disappearing from the list
- Fixed empty parentheses not being stripped from activity title and artist fields
Full Changelog: 1.8.0...1.9.0