Is it possible for Subsonic refresh to be a diff between the previous and current? I have a pretty large collection so refreshing the whole thing every time can take quite a while, especially the retrieving album cover step.
Best posts made by worble
-
Better Subsonic Integration
Latest posts made by worble
-
Better Subsonic Integration
Is it possible for Subsonic refresh to be a diff between the previous and current? I have a pretty large collection so refreshing the whole thing every time can take quite a while, especially the retrieving album cover step.
-
RE: Subsonic Seeking
Looking at the server and what the web player does, it appears to want a
content-range
header with a value ofbytes {bytestart}-{byteend}/{totalbytes}
, I don't really know anything about the subsonic API, is this off-spec?Possibly of interest is that they specifically note:
// Note that we do not support Range Header of the type // bytes=x-x,y-y
(https://github.com/owncloud/music/blob/master/lib/Http/FileResponse.php)
Appreciate this is probably not really an issue in Strawberry itself, just throwing my thoughts/notes down.
-
RE: Subsonic Seeking
@jonas
Hmm, It's Nextcloud Music app (https://github.com/owncloud/music).
I assume it allows seeking since the Ultrasonic app on my phone and Sublime Music on my desktop can both seek fine, and it doesn't feel like they're downloading the file beforehand or anything to achieve this but I may be wrong. -
Subsonic Seeking
Hi, sorry if this is a dumb question but are you supposed to be able to seek the playing track if it's running from a subsonic server? I'm unsure if there's a bug or if the use case is just not supported, thanks!