We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
getCatalogAlbum
audioVariants
Example queries I'd like to do:
dolby-atmos
The following albums are available in Dolby Atmos
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
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?
No branches or pull requests
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 seeaudioVariants
?Example queries I'd like to do:
dolby-atmos
audio variantdolby-atmos
audio variantThe following albums are available in Dolby Atmos
The text was updated successfully, but these errors were encountered: