![]() |
[IDEA] Cover view on web radio - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] Cover view on web radio (/showthread.php?tid=4732) Pages:
1
2
|
RE: Cover view on web radio - TheOldPresbyope - 02-20-2022 Have a look, for example, at https://github.com/rern/rAudio-1/blob/main/srv/http/bash/status-coverartonline.sh For sure I'd want to be able to suppress a radio-track coverart function. My experience with ripping my classical CDs is that an online fetch of coverart is more often wrong than right. Looks like rAudio-1 is using similar sources. Regards, Kent RE: Cover view on web radio - Tim Curtis - 02-21-2022 It looks like the code scrapes lastfm using a userid token or coverartarchive.org via ? token. Either way it seems like some sort of account has to be created with the cover art service before an application can access the service. It's not clear to me so maybe someone can explain whats required. |