Thanks for the report. I can confirm I'm seeing the same. But I'm not
sure there's anything I can do. Right now I believe this is a data
problem on Spotify's end which will be cleared soon. Eg. I looked into
"Seefeel" and got these two records back in the albums query:


Code:
--------------------
            {
  "album_group": "album",
  "album_type": "album",
  "artists": [
  {
  "external_urls": {
  "spotify": "https://open.spotify.com/artist/0jyH4jtanxaysaxwDVhR6f";
  },
  "href": "https://api.spotify.com/v1/artists/0jyH4jtanxaysaxwDVhR6f";,
  "id": "0jyH4jtanxaysaxwDVhR6f",
  "name": "Seefeel",
  "type": "artist",
  "uri": "spotify:artist:0jyH4jtanxaysaxwDVhR6f"
  }
  ],
  "external_urls": {
  "spotify": "https://open.spotify.com/album/1Q6ES6AJFAz2N5LQWlPdh7";
  },
  "href": "https://api.spotify.com/v1/albums/1Q6ES6AJFAz2N5LQWlPdh7";,
  "id": "1Q6ES6AJFAz2N5LQWlPdh7",
  "images": [
  {
  "height": 640,
  "url": "https://i.scdn.co/image/ab67616d0000b273ccceb451e00131c952cf5111";,
  "width": 640
  },
  {
  "height": 300,
  "url": "https://i.scdn.co/image/ab67616d00001e02ccceb451e00131c952cf5111";,
  "width": 300
  },
  {
  "height": 64,
  "url": "https://i.scdn.co/image/ab67616d00004851ccceb451e00131c952cf5111";,
  "width": 64
  }
  ],
  "name": "(Ch-Vox) Redux",
  "release_date": "2021-05-14",
  "release_date_precision": "day",
  "total_tracks": 12,
  "type": "album",
  "uri": "spotify:album:1Q6ES6AJFAz2N5LQWlPdh7"
  },
  {
  "album_group": "album",
  "album_type": "album",
  "artists": [
  {
  "external_urls": {
  "spotify": "https://open.spotify.com/artist/0jyH4jtanxaysaxwDVhR6f";
  },
  "href": "https://api.spotify.com/v1/artists/0jyH4jtanxaysaxwDVhR6f";,
  "id": "0jyH4jtanxaysaxwDVhR6f",
  "name": "Seefeel",
  "type": "artist",
  "uri": "spotify:artist:0jyH4jtanxaysaxwDVhR6f"
  }
  ],
  "external_urls": {
  "spotify": "https://open.spotify.com/album/5YMZC087G8jIy4d4qzCwuf";
  },
  "href": "https://api.spotify.com/v1/albums/5YMZC087G8jIy4d4qzCwuf";,
  "id": "5YMZC087G8jIy4d4qzCwuf",
  "images": [
  {
  "height": 640,
  "url": "https://i.scdn.co/image/ab67616d0000b2736177549409699fa475c38600";,
  "width": 640
  },
  {
  "height": 300,
  "url": "https://i.scdn.co/image/ab67616d00001e026177549409699fa475c38600";,
  "width": 300
  },
  {
  "height": 64,
  "url": "https://i.scdn.co/image/ab67616d000048516177549409699fa475c38600";,
  "width": 64
  }
  ],
  "name": "(Ch-Vox) Redux",
  "release_date": "2021-05-14",
  "release_date_precision": "day",
  "total_tracks": 12,
  "type": "album",
  "uri": "spotify:album:5YMZC087G8jIy4d4qzCwuf"
  },
  
--------------------


I can't spot any relevant difference which would tell me which one to
show and which one not to show. But what is interesting is the
"release_date", which happens to be just a day ago. I guess they updated
their databases but still have some cleanup to do. We'd usually also get
a long list of countries in which an album or track was available. This
is missing from the examples you mention. Maybe they differ for the two
records, but haven't been added yet. Please ping back if the problem
continues in a week or more.



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=112962

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to