Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to see or query Audio Variants? #22

Open
gingerbeardman opened this issue Jun 4, 2024 · 2 comments
Open

How to see or query Audio Variants? #22

gingerbeardman opened this issue Jun 4, 2024 · 2 comments

Comments

@gingerbeardman
Copy link

Is it possible to query these somehow?

https://developer.apple.com/documentation/applemusicapi/albums/attributes

I see attributes on an album using getCatalogAlbum but I do not see audioVariants?

Example queries I'd like to do:

  • whether a particular album has dolby-atmos audio variant
  • all recently released albums with dolby-atmos audio variant

The following albums are available in Dolby Atmos

@PouleR
Copy link
Owner

PouleR commented Jun 12, 2024

Hi @gingerbeardman,

Most likely this can be done by using the extend parameter; see also https://developer.apple.com/documentation/applemusicapi/handling_resource_representation_and_relationships

However that's something I need to confirm and test; do you have the possibility to test this by yourself?

@gingerbeardman
Copy link
Author

Yes, I have your script running locally so I can test.

But, I don't know how I should use the extend parameter with the API you provide?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants