-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Local cache of artists' images? #417
Comments
It uses a different image source for the grid view and the profile pic on the artist page. On the artist page, it uses the |
@alessandrococco you use LMS, right? I think this could be resolved after the fix for epoupon/lms#435 in the latest LMS |
Thanks, I didn't noticed that issue ;-) |
Hello, some days ago I updated to latest lms and launched a full scan but still I cannot see the artist image in the artist view 😢 I noticed a weird thing: I tried to call the It seems to be a bug on lms side. |
I just retrieve one of my old issue: epoupon/lms#392 (comment) It seems that the correct endpoint to retrieve the artist image from lms is |
@alessandrococco I checked the code and it seems that Supersonic is using the |
@dweymouth The <?xml version="1.0" encoding="utf-8"?>
<subsonic-response openSubsonic="true" serverVersion="6" status="ok" type="lms" version="1.16.0">
<artist albumCount="1" coverArt="ar-45" id="ar-45" musicBrainzId="eda0c0a6-c3ce-426d-8f84-e3200bc02693" name="1914" sortName="1914">
<album artist="1914" artistId="ar-45" coverArt="al-486" created="2021-06-30T22:33:38.000" displayArtist="1914" duration="3582" genre="Blackened death metal" id="al-486" isCompilation="false" musicBrainzId="dbcb2b6b-8195-4f2a-8a9e-afcca9259abb" name="The Blind Leading the Blind" playCount="0" played="" songCount="11" sortName="Blind Leading the Blind, The" year="2018">
<originalReleaseDate/>
<artists id="ar-45" name="1914"/>
<genres name="Blackened death metal"/>
<releaseTypes>album</releaseTypes>
</album>
<roles>artist</roles>
<roles>albumartist</roles>
</artist>
</subsonic-response> If I call the
There are no errors in the LMS logs and Supersonic does not display any error; where's the Supersonic log file? |
I misspoke, There is no Supersonic log file, but if you start it from the terminal it will print error messages |
Hello,
The artists view shows the artists' image:
But the artist's page doesn't:
Could the artist image be cached locally so it would be shown in the artist page?
The text was updated successfully, but these errors were encountered: