Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Solved: (8.1.0 or later) No album art when used as upnp renderer
#1
Hello,

I have recently updated my moOde to 8.1.1 then found moOde no longer show album art when used as upnp renderer.

I tried fresh install (from 64bit image) but did not change the problem above, so I tried to dig into what is happening...

I found moOde got album art url thru getUpnpCoverUrl() in inc/mpd.php then have found that the sysCmd is wrongly hard-coded and is returning "sudo: /var/www/util/upnp_albumart.py: command not found"


Believe..the below in the original function getUpnpCoverUrl() in inc/mpd.php

Quote:$result = sysCmd('/var/www/util/upnp_albumart.py ...(...omit...)


should be...

Quote:$result = sysCmd('/var/www/util/upnp-albumart.py ...(...omit...)


I modified the file inc/mpd.php to reflect the above then it seems it is working as expected (album art shows correctly when upnp renderer).

The usage of upnp renderer might not be your preferences but hope this helps to fix the problem as I still believe moOde is one of the best renderer package for rpi.

Best regards,
Hiroshi
Reply
#2
Thanks for the finding the bug :-)

I'll add to the TODO list to fix.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
(06-26-2022, 11:06 AM)Tim Curtis Wrote: Thanks for the finding the bug :-)

I'll add to the TODO list to fix.

Hello Tim,

Thanks for your focus on this thread.

Appreciate your reply and excellent work and I will wait for the next release.

Best regards,
Hiroshi
Reply
#4
Hello Tim,

Sorry for my delayed confirmation but I have today in-place updated my moOde to 8.1.2 then it seems it is working as expected for the album art when UPnP.
Thank you for your quick update, always appreciate your great work.

Best regards,
Hiroshi Aiko.
Reply
#5
ran into the same issue, happy to hear it was fixed.
@Hiroshi Aiko do you have the thumbnails displayed correctly in the playlist?
Because that also does not work for me, and I have not yet found the root cause.
Reply


Forum Jump: