> 1) Is there anyway to map these entries (title, artist, album) to LMS? I
> am even wondering to learn how to program LMS ….
That's the one dream feature I've been thinking about a log in the past.
A unified music collection. No matter whether local or remote. The one
feature that would make me bump the version number to 8. Alas... I still
have to figure out how this could be done.
> 2) What approach are you guys taking to manage this BIG DATA issue?
I don't have a big collection :-D
--
Michael
Results 1,281 to 1,290 of 1723
Thread: Qobuz.com streaming plugin
-
2019-11-22, 07:37 #1281
Qobuz.com streaming plugin
-
2019-11-23, 09:22 #1282
- Join Date
- Nov 2019
- Posts
- 1
Qobuz playback skips forward
Hi Michael,
New Qobuz subscriber (Studio). I am running LMS 7.9.1, Qobuz plugin 1.531, Squeezebox Touch. The first day with Qobuz on LMS was flawless. A few days later tracks are skipping forward 30 to 90 seconds into the song, 16/44 or 24/96. Tidal streams fine and the Qobuz app streams fine, so I doubt it is a bandwidth issue. Any ideas?
Thanks!
ajstrother
-
2019-11-23, 10:18 #1283
Qobuz.com streaming plugin
> New Qobuz subscriber (Studio). I am running LMS 7.9.1, Qobuz plugin
> 1.531, Squeezebox Touch. The first day with Qobuz on LMS was flawless. A
> few days later tracks are skipping forward 30 to 90 seconds into the
> song, 16/44 or 24/96. Tidal streams fine and the Qobuz app streams fine,
> so I doubt it is a bandwidth issue. Any ideas?
I'd update to 7.9.2 as a first step. If they moved to using https for
the streams, you might be missing some necessary changes.
--
Michael
-
2019-11-23, 11:45 #1284
- Join Date
- Nov 2007
- Posts
- 23
I'm having the exact same problem. It worked fine for the past week, and then yesterday it would start skipping tracks. I especially noticed it at the first track of any album I picked. Played for 10 seconds than skipped to the next track. After that it often worked ok. But choose another album, and the same thing happened. Hope this can be fixed.
Edit: I just installed 7.9.2. Will report if there are further problems.Last edited by jmsent; 2019-11-23 at 11:54.
-
2019-11-23, 12:18 #1285
- Join Date
- Nov 2007
- Posts
- 23
Tried it with 7.9.2. Same results. Skips to the next track. Could this be an issue with an interrupted data stream from Qobuz? Not seeing any problems like this at all on Tidal.
Also tried listening to the same albums directly off the Qobuz app. Absolutely no skips or stutters.Last edited by jmsent; 2019-11-23 at 12:38.
-
2019-11-23, 14:32 #1286
- Join Date
- Nov 2008
- Posts
- 19
Truncating tracks (another type of "skipping" problem)
Playing Savall's new "Messiah" via the plugin, the last few seconds of the tracks were being skipped. The Qobuz web player streaming to a Chromecast Audio device plays the same album OK. LMS 7.9.2 - 1573685519 + Linux 5.0.0-36-generic #39~18.04.1-Ubuntu SMP x86_64.
-
2019-11-23, 20:34 #1287
- Join Date
- Jan 2006
- Posts
- 208
-
2019-11-23, 20:49 #1288
- Join Date
- Apr 2005
- Posts
- 53
Truncating tracks (another type of "skipping" problem)
Hi Michael,
I'm seeing similar behavior with tracks ending prematurely on about 20% of the tracks I play. Logging in debug mode, after the premature track end the log displays:
[19-11-23 19:27:29.9383] Plugins::Qobuz::Reporting::__ANON__ (155) got http://www.qobuz.com/api.json/0.2/tr...p_id=xxxxxxxx: { status => "success" }
Could this be a problem on Qobuz's end?
I'm using Logitech Media Server Version: 7.9.2 - 1574315728, Qobuz plugin version 1.531, macOS 10.14.6
Thanks!
KenLast edited by kjg; 2019-11-23 at 20:49. Reason: Removed CODE tags
-
2019-11-23, 22:17 #1289
- Join Date
- Aug 2012
- Posts
- 4
Same here with 7.9.2 and 1.531. A recent subscriber, and it was working perfectly until yesterday. The most common case is it skipping the last ~10 seconds or so of some tracks. If I seek to that location, it plays fine, however.
I am a software and network engineer, so I can help debug if any help is needed.
I took a glance at the Qobuz API docs and the plugin code, and did not see any smoking gun. My completely random guess is that something about the pre-fetching of the next track is triggering the unhappiness, like Qobuz being more restrictive on simultaneous connections on the account, such that the new streaming connection terminates the old. If the buffer has enough to finish out the track, that works, but if it doesn't...
But, again, that is not something I have dug into sufficiently to affirm, just a guess.
-
2019-11-23, 23:42 #1290
Qobuz.com streaming plugin
> I'm seeing similar behavior with tracks ending prematurely on about 20%
> of the tracks I play. Logging in debug mode, after the premature track
> end the log displays:
>
> [19-11-23 19:27:29.9383] Plugins::Qobuz::Reporting::__ANON__ (155) got
> http://www.qobuz.com/api.json/0.2/tr...p_id=xxxxxxxx:
> { status => "success" }
No, this reporting should be totally out of line. I bet you'd get this
line in the cases where you don't get the track change, too.
--
Michael