apple_music
apple_music copied to clipboard
A ruby wrapper for the Apple Music API
Catalog artist can include an artwork attribute: https://developer.apple.com/documentation/applemusicapi/get_a_catalog_artist
``` TypeError: no implicit conversion of nil into String from apple_music (c78cf4ffa6fe) lib/apple_music/song/attributes.rb:30:in `parse' from apple_music (c78cf4ffa6fe) lib/apple_music/song/attributes.rb:30:in `initialize' from apple_music (c78cf4ffa6fe) lib/apple_music/resource.rb:37:in `new' from apple_music (c78cf4ffa6fe) lib/apple_music/resource.rb:37:in `initialize' from...
**Context:** ruby: 3.0.4 rails: 6.1 **the issue** ``` ArgumentError: wrong number of arguments (given 3, expected 2) from /usr/local/bundle/gems/apple_music-0.3.1/lib/apple_music/album.rb:47:in `get_relationship' ``` Same happens when calling ::Apple::Artist.related_albums(artist.id) for instance PS: If...
Issue: https://github.com/yhirano55/apple_music/issues/13
*Problem:* I was seeing that after having my server running a while, search results for songs that had been returning results were suddenly an empty array. Inspecting the API's results...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.3.3. Release notes Sourced from rexml's releases. REXML 3.3.3 - 2024-08-01 Improvements Added support for detecting invalid XML that has unsupported content before root element...