Scrobble tracks and update "Now Playing" on your Last.fm profile.
- Scrobbles tracks when they finish playing
- Updates "Now Playing" status when a track starts
- One-click authentication via Last.fm's web authorization flow
- Per-user toggle to enable/disable scrobbling
Install from the Nuclear plugin browser.
This plugin uses a custom widget (React component) for the auth flow, so it needs to be pre-bundled:
pnpm install
pnpm buildThe build step uses esbuild to bundle the plugin source and its dependencies into a single CJS file at dist/index.js. React, the plugin SDK, and Nuclear UI are kept external.
AGPL-3.0-only