Post

Replies

Boosts

Views

Activity

Reply to Catalog relationships empty for /me/library/albums. How to reconcile ?
Note that when it happens, the "Share albums..." feature in the Apple Music app may not work (which is a shame): it will send an empty email for instance, instead of the share url. In other cases, the share link works, and it contains the CatalogId. When the share link works, you can retrieve the album catalogId by using the first song of the song of the album which will contain its catalogId in the playparams struct. Querying the song will then gives you the album catalogId. When the share links does not work, the catalogId of the songs does not work. For instance this catalogId does not work for me (storefront "fr"): "playParams": { "id": "i.AWPK6FLXMqL4", "kind": "song", "isLibrary": true, "reporting": true, "catalogId": "392108251", "reportingId": "392108251" }
May ’23