Found one new issue (V3.0.63-rpi), when streaming from Qobuz.
If you skip back on a current playing song, MPD seems to keep stuck in it’s position.
It does handle correct when streaming the same album and track from the library.
Start:
{“status”:“play”,“position”:4,“title”:“Story Of Love”,“artist”:“Bon Jovi”,“album”:“2020”,“albumart”:“https://static.qobuz.com/images/covers/qa/u5/o846nc9fku5qa_600.jpg",“uri”:“qobuz://song/102498673”,“trackType”:"qobuz”,“seek”:23348,“duration”:350,“samplerate”:“96 kHz”,“bitdepth”:“24 bit”,“channels”:2,“bitrate”:null,“random”:null,“repeat”:null,“repeatSingle”:false,“consume”:true,“volume”:100,“mute”:false,“disableVolumeControl”:true,“stream”:false,“updatedb”:false,“volatile”:false,“service”:“qobuz”}
After skipping back to the beginning:
{“status”:“play”,“position”:4,“title”:“Story Of Love”,“artist”:“Bon Jovi”,“album”:“2020”,“albumart”:“https://static.qobuz.com/images/covers/qa/u5/o846nc9fku5qa_600.jpg",“uri”:“qobuz://song/102498673”,“trackType”:"qobuz”,“seek”:89120,“duration”:350,“samplerate”:“96 kHz”,“bitdepth”:“24 bit”,“channels”:2,“bitrate”:“2982 Kbps”,“random”:null,“repeat”:null,“repeatSingle”:false,“consume”:true,“volume”:100,“mute”:false,“disableVolumeControl”:true,“stream”:false,“updatedb”:false,“volatile”:false,“service”:“qobuz”}
After stop/start:
It’s back to normal.
{“status”:“play”,“position”:4,“title”:“Story Of Love”,“artist”:“Bon Jovi”,“album”:“2020”,“albumart”:“https://static.qobuz.com/images/covers/qa/u5/o846nc9fku5qa_600.jpg",“uri”:“qobuz://song/102498673”,“trackType”:"qobuz”,“seek”:11598,“duration”:350,“samplerate”:“96 kHz”,“bitdepth”:“24 bit”,“channels”:2,“bitrate”:“2804 Kbps”,“random”:null,“repeat”:null,“repeatSingle”:false,“consume”:true,“volume”:100,“mute”:false,“disableVolumeControl”:true,“stream”:false,“updatedb”:false,“volatile”:false,“service”:“qobuz”}
And then Volumio gets really confused and start to have it’s own opinion:
Even though the the previous song is still playing (Story of Love). Volumio just display the next song???
{“status”:“play”,“position”:5,“title”:“Let It Rain”,“artist”:“Bon Jovi”,“album”:“2020”,“albumart”:“https://static.qobuz.com/images/covers/qa/u5/o846nc9fku5qa_600.jpg",“uri”:“qobuz://song/102498674”,“trackType”:“qobuz”,“seek”:107561,“duration”:350,“samplerate”:"96 kHz”,“bitdepth”:“24 bit”,“channels”:2,“bitrate”:“2869 Kbps”,“random”:null,“repeat”:null,“repeatSingle”:false,“consume”:true,“volume”:100,“mute”:false,“disableVolumeControl”:true,“stream”:false,“updatedb”:false,“volatile”:false,“service”:“qobuz”}
Then Volumio realize it I guess…
(Song Let it rain is still playing…)
{“status”:“play”,“position”:6,“title”:“Let It Rain”,“artist”:“Bon Jovi”,“album”:“2020”,“albumart”:“https://static.qobuz.com/images/covers/qa/u5/o846nc9fku5qa_600.jpg",“uri”:“qobuz://song/102498674”,“trackType”:"qobuz”,“seek”:104081,“duration”:279,“samplerate”:“96 kHz”,“bitdepth”:“24 bit”,“channels”:2,“bitrate”:“3022 Kbps”,“random”:null,“repeat”:null,“repeatSingle”:false,“consume”:true,“volume”:100,“mute”:false,“disableVolumeControl”:true,“stream”:false,“updatedb”:false,“volatile”:false,“service”:“mpd”}
And after 15 seconds in the next song:
And now every new song starts at the beginning, but the position has an offset from the first skipping backwards.