[AppleMusicBridge] Further data request to receive artist information.#4271
Merged
Bockiii merged 6 commits intoRSS-Bridge:masterfrom Oct 18, 2024
jonastaedcke:master
Merged
[AppleMusicBridge] Further data request to receive artist information.#4271Bockiii merged 6 commits intoRSS-Bridge:masterfrom jonastaedcke:master
Bockiii merged 6 commits intoRSS-Bridge:masterfrom
jonastaedcke:master
Conversation
…sizes to content, add author to item
Contributor
|
looks ok. keep the collectdata method first. |
Contributor
Contributor
|
I think you are running the getBasics command unncessearily often.
Since you are already giving $json to getArtist, you can also give it to getName and save a url request. Otherwise the code looks great! Thanks for the addition/fix! |
Contributor
|
code looks code, cant verify by testing it right now and sadly the tester is broken right now :) |
Contributor
Author
|
@Bockiii Here is the output for the artist Lady Gaga 277293880 277293880.xml.zip |
Pull request artifacts
last change: Friday 2024-10-18 04:14:28 |
Contributor
|
please fix the lint test errors |
Contributor
Author
|
After a typo fix one test failed |
Contributor
|
the error is not on you, not sure what the testers problem is there, specially since it worked before. change lgtm, thanks! |
Contributor
Author
|
Thank you for your review and quick responses! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add image and name of artist, add some more cover sizes to content, add author to item
The
getIconfunction works and also outputs the correct URL for<logo>and<icon>. However, this stored image is ignored by my RSS reader (FreshRSS and Reeder).FreshRSS unfortunately removes the
srcsetattribute fromimg. Nevertheless, the different image sizes may help someone.Example of David Gilmour/638538:
This is my first PR. I hope everything is correct :)