Replies: 1 comment 2 replies
-
|
The subsonic API provides the Unfortunately the response data, as you can see from the API example, does not include:
So MS cannot determine that you have paused the track. The way it monitors tracks from subsonic sources is:
The scenario you described probably means that the track is still being reported in I have previously looked into implementing a Navidrome-specific Source since they support some non-subsonic features that could make tracking plays easier (maybe). But also...I might be an idiot. I've looked at the subsonic API docs 100's of times but never So I'll look into refactoring the Subsonic Source to use this. Expect an update next week. UPDATE: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm not sure if this is a Subsonic thing, a Navidrome thing, etc. but if I were to listen to a song, eg: Pretty Odd by Panic at the Disco on Feishin and then I pause the next track a few seconds in, the Navidrome subsonic source eventually counts up to 99% and the duration of the track and then scrobbles it after a stale period even though I did not listen to it.
Debug logs
Overlapping verbose logs for readability
I am connected to Navidrome via Feishin's Navidrome connector, not its Subsonic connector. To reduce the test case, I also tested this directly via Navidrome web and it is the same behavior. Is it possible to avoid this or is there a way to modify the stale behavior? I ran another test via Navidrome web where I explicitly closed the X for the player and then closed the browser tab, but the source listened counter kept ticking up.
I read through #338 but didn't think it was the same since this is a Subsonic source?
Thank you for your insight.
Beta Was this translation helpful? Give feedback.
All reactions