-
Notifications
You must be signed in to change notification settings - Fork 199
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
No cover displayed with Ampache client #1156
Comments
Some more information : I have installed a subsonic client on my android (substreamer), and covers are nicely displayed using it. Using Power Ampache client, I don't observe such request. Is it expected ? which request from ampache client is supposed to get cover art from Nextcloud Music App ? |
Did you also follow that 'art' link and receive the image from there? If
yes, then I would conclude that this is a client issue.
Btw, are your cover art images embedded in the audio files, or do you use
separate image files located in the folder of each album? I'm wondering if
the image format could be such that PA2 cannot handle it.
|
Hum, the 'art' link does not work, I get 404 error. Like for example :
|
Can you see from the browser developer tools if there is any message
attached to this 404 response?
|
It seems to be nginx response : I had a similar issue when setting up my server, see that issue I raised to Nextcloud documentation : I may have to add another location or modify the one added to make this work... Will do some tests with that, come back to you later on, I have to go now.. |
So I did the test modifying the location in the nginx configuration file, and now the art link works and displays the cover. So this time, all is fine on server side I believe... 👍 (I have to update documentation issue with that) |
As far as the Music app is concerned, I consider this issue closed. The remaining problems shall be handled in the PA2 and Nextcloud documentation projects. |
HI,
I am using Nextcloud 29.0.1, Music 2.0.0 and PowerAmpache2-1.00-61-fdroid versions.
I cannot succeed to get covers from NC Music server on PA, although album art is nicely displayed in the NC Music web interface.
I don't know exactly how to investigate this, and I would be happy to learn when and how server provides covers to the ampache client. Some of my musical library files have cover art embedded in the file, some others have a
cover.jpg
file in the same folder. These last take a bit more time to be displayed in the web view, but it is ok at the end (performance issue with my small server I guess).Here is some log I collected when client is connecting :
And may be this type of request for songs (not sure, but one can see "song&id=xxxxxx") :
{"reqId":"rv6bGelJMOWJx4pkUMpx","level":0,"time":"2024-07-05T08:56:56+00:00","remoteAddr":"192.168.1.126","user":"--","app":"music","method":"GET","url":"/apps/music/ampache/server/json.server.php?action=stream&auth=c7658352979824eab3eb335c15b54a22&type=song&id=31188","message":"Ampache action 'stream' requested","userAgent":"Dalvik/2.1.0 (Linux; U; Android 14; Pixel 6a Build/AP2A.240705.004)","version":"29.0.3.4","data":{"app":"music"}}
The text was updated successfully, but these errors were encountered: