AI 产品解读Scrobble (log) music listening history from online music services to Last.fm, Libre.fm, and ListenBrainz
Online music listeners want to track their playback history across many different music streaming sites in a centralized scrobbling service, but most services don't natively support scrobbling to Last.fm et al.
1. Install extension and click initial notification to set up accounts. 2. Sign in to one or more scrobbling services (Last.fm, Libre.fm, ListenBrainz) via the Options > Accounts page. 3. Browse to any supported music site (YouTube, Spotify Web, Bandcamp, etc.) and play music. 4. The extension's content script detects playback via site-specific connectors and extracts track metadata. 5. Track info is sent to connected scrobbling services automatically. 6. Optionally, click the extension icon to manually correct unrecognized songs or love/unlove tracks.
Detects currently playing songs on 200+ online music services (YouTube, Spotify, Bandcamp, Deezer, etc.) via site-specific connectorsScrobbles track metadata (artist, title, album) to Last.fm, Libre.fm, and ListenBrainzManual song correction via popup when songs are not auto-recognizedLoves/unloves tracks on connected scrobbling servicesScrobble cache for offline or failed scrobblesDesktop notifications for now-playing songs
- 目标用户
- Last.fm users who listen to music on web-based players / Music enthusiasts who want centralized listening history across multiple platforms / Users of Libre.fm and ListenBrainz seeking scrobbling from web music players
- Source code is heavily minified; exact UI logic in options/popup JS bundles is hard to trace line-by-line.
- Could not verify whether all 200+ connectors are fully functional or if some are deprecated.
- The 'premium' and 'unlock' keyword hits in minified bundles could not be fully traced to confirm they are entirely false positives, but no locale strings or feature-gating logic supports them.
付费分析未识别到付费功能
No evidence of paid features, subscriptions, or feature-gating within the extension. No stripe, subscription, payment, billing, upgrade, or license keywords found. 'premium' and 'unlock' hits are false positives from minified JS code (not in locale strings or feature logic). The only financial link is an OpenCollective donation page, which is voluntary support, not a paid feature.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- Users must sign in to one or more external scrobbling services (Last.fm, Libre.fm, ListenBrainz) to use the core workflow. The extension has an 'Accounts' section in the options page with 'Sign in' / 'Sign out' buttons. It uses Last.fm's auth.getsession API (ws.audioscrobbler.com) to exchange tokens for sessions, and links to listenbrainz.org/login/musicbrainz for ListenBrainz authentication. The store description states: 'You should click on a notification that is shown when the extension is loaded first time. Then, you should grant access to your accounts.' The extension itself does not manage its own accounts.
存在冲突