-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
Description
Describe the bug (BUG 描述)
When playing a song, Stream Music will only scrobble it as completed once you're partway though. Ideally, it would scrobble it as soon as you start playing without submitting it, so integrations like Last.FM can show the actively playing song.
From a quick look at the Navidrome docs, and by observing Amperrfy behaviour, this should be as simple as calling the scrobble endpoint with submission=false.
To Reproduce (复现步骤)
Steps to reproduce the behavior:
- Setup a Navidrome server with Last.FM integration.
- Start playing a song.
- Once it's 1/4 the way though, it'll get added to the list as if it were finished.
- With Amperfy, do the same.
- Observe that once you start playing, Last.FM will show that the song is currently playing.
Expected behavior (期望行为)
Songs should be scrobbled while playing without submitting them.
Platform and Device Info (操作系统及设备信息)
- OS: IOS v16.7.8
- Version v1.3.0
Music Server Type (音乐服务器类型)
Navidrome v0.52.5
Additional context (额外信息)
Another IOS Subsonic client, Amperfy, does scrobble songs correctly.
Reactions are currently unavailable