This indeed looks like invalid metadata. Here's what we get for one of
those tracks (the one listed in your initial posting:
Code:
--------------------
do {
my $a = {
album => {
cover => "617e93f2-03eb-48b6-aaef-c356c7c92913",
id => 20436415,
title => "Cold Snap",
vibrantColor => "#f8da61",
videoCover => undef,
},
allowStreaming => bless(do{\(my $o = 1)}, "JSON::XS::Boolean"),
artist => {
id => 10930,
name => "Albert Collins",
picture => "065f3881-ad18-4a84-9548-812823d344d9",
type => "MAIN",
},
artists => [
{
id => 10930,
name => "Albert Collins",
picture => "065f3881-ad18-4a84-9548-812823d344d9",
type => "MAIN",
},
],
audioModes => ["STEREO"],
audioQuality => "LOSSLESS",
copyright => "1986 Alligator Records & Artist Mgmt., Inc",
duration => 413,
editable => bless(do{\(my $o = 0)}, "JSON::XS::Boolean"),
explicit => bless(do{\(my $o = 0)}, "JSON::XS::Boolean"),
id => 20436422,
isrc => "USARL8675207",
mixes => { TRACK_MIX => "0011d7dc959da6eb39d7a139c062a4" },
peak => "0.914275",
popularity => 1,
premiumStreamingOnly => bless(do{\(my $o = 0)}, "JSON::XS::Boolean"),
replayGain => "-2.26",
streamReady => bless(do{\(my $o = 1)}, "JSON::XS::Boolean"),
streamStartDate => "2009-06-18T00:00:00.000+0000",
title => "Too Many Dirty Dishes",
trackNumber => 7,
url => "http://www.tidal.com/track/20436422",
version => undef,
volumeNumber => 1,
};
}
--------------------
As you can see it says "audioQualit: LOSSLESS". That's what we are
looking for to decide whether a track was available as FLAC or not. We
have to rely on the data we receive to initialise the playback. There's
not much we can do in this case.
Please reach out to TIDAL and report the invalid data. Thanks!
Michael
"It doesn't work - what shall I do?" - "Please check your server.log
and/or scanner.log file!"
(LMS: Settings/Information)
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=116213
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter