[SOLVED] Cover art not being found. - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [SOLVED] Cover art not being found. (/showthread.php?tid=7162) Pages:
1
2
|
Cover art not being found. - MJR42 - 12-03-2024 I had a couple of albums that didn't have cover art when I started up a new 9.1.4 install. I used mp3tag v3.27 to add embedded cover art for each of the tracks in the album and then regenerated the library. The new cover art is not showing up, but when I change tags like "artist" or "album", those changes show up when I regenerate the library. Is there something I need to do to get the cover image to show properly? RE: Cover art not being found. - Tim Curtis - 12-03-2024 Zip up one of the albums and PM a download link to myself, @TheOldPresbyope and @Nutul. One of us will see if we can reproduce the issue. RE: Cover art not being found. - the_bertrum - 12-03-2024 In situations like this, clearing the browser cache is always worth a go. RE: Cover art not being found. - MJR42 - 12-04-2024 (12-03-2024, 11:36 AM)the_bertrum Wrote: In situations like this, clearing the browser cache is always worth a go. Do you have any instructions on how to do this from the CLI? However, I don't think it's a browser cache problem, as I'm using both the local screen and a remote browser to see what's going on. RE: Cover art not being found. - TheOldPresbyope - 12-04-2024 @MJR42 See Tim's post #2 Regards, Kent RE: Cover art not being found. - Nutul - 12-04-2024 Clear the browsers cache (images, since-the-beginning-of-time), then ctrl-F5. for the local display; just restart it (from the configuration pages) it will clear the browser's cache. been there a gazillion times. it works. RE: Cover art not being found. - MJR42 - 12-05-2024 So I tried to clear the cache Code: sudo killall chromium I've uploaded a zip file to GDrive and made it available for download to anyone with the link: https://drive.google.com/file/d/1sbtJy_qCyoZYkfCKlAkeHsTVSloqqPcn/view?usp=drive_link I'm afraid the file is larger than Google can scan, but I maintain a Windows firewall and anti-virus, so it should be clean. RE: Cover art not being found. - Tim Curtis - 12-05-2024 There doesn't appear to be any embedded covers in the sample tracks you provided. Code: pi@moode9:~ $ metaflac --export-tags-to=- "/media/VFAT64/Test/MJR42/Studio_Sessions/01 Sweet Georgia Brown.flac" Also no cover image file in the album dir. RE: Cover art not being found. - TheOldPresbyope - 12-05-2024 @MJR42 We didn't intend for you to publish the link publicly. On quick examination, your FLAC files have both ID3v2 and VORBIS_COMMENT tags. This violates the FLAC specs. Regards, Kent RE: Cover art not being found. - TheOldPresbyope - 12-05-2024 @MJR42 A followup- With the Sweet Georgia Brown track as an example, here's what the VORBIS_COMMENT metadata block contains Code: METADATA block #2 At a glance, this looks good, so getting rid of the ID3v2 nonsense should suffice. Regards, Kent |