artwork image - 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: artwork image (/showthread.php?tid=372) |
artwork image - bigbulb - 08-02-2018 Hi all, I've been told that WAV files are lack of metadata handling and embed artwork front cover image are not easy. I ripped my CD on XLD ( Mac OS ), to WAV and try several times to include artwork image, but moode audio can't show the front cover on my android phone screen while playing the said album. When I'm just about to give up , I tried my friend's WAV file, ripped from EAC, moode audio can show the front cover artwork image. can someone tell me your experience and any method to show the artwork on moode audio under WAV format , using XLD please? RE: artwork image - swizzle - 08-02-2018 If you have your collection organized you can place the album art (cover.jpg or whatever) in the folder with the album’s songs and moode will use that. RE: artwork image - bigbulb - 08-03-2018 (08-02-2018, 07:57 AM)swizzle Wrote: If you have your collection organized you can place the album art (cover.jpg or whatever) in the folder with the album’s songs and moode will use that. Hi swizzle, Thanks for your reply. Yes I tried but still can't see the front cover image shown on my android phone. Will try to post this question in other forum which is XLD- related. I'll report back once I solved this. Thanks. RE: artwork image - TheOldPresbyope - 08-03-2018 (08-03-2018, 02:55 PM)bigbulb Wrote:(08-02-2018, 07:57 AM)swizzle Wrote: If you have your collection organized you can place the album art (cover.jpg or whatever) in the folder with the album’s songs and moode will use that. @bigbulb <nerd alert!> A WAV file is an instance of a RIFF (Resource Interchange File Format) container file which does allow metadata. Lists of standard tag types are available, e.g., at https://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/RIFF.html. Note that there is no RIFF tag type defined for cover artwork. The problem is getting various music editors/taggers/players to use the available tag types in a common way. Here is a link to a test file I created just now https://www.dropbox.com/s/osdz9wes2fru0yy/organfinale.wav?dl=0 It is a 13-second organ track I borrowed from http://www.kozco.com/tech/soundtests.html. It contained no metadata. I added metadata using Mp3tag v2.88a (running in PlayOnLinux on my Linux Mint laptop) and setting ID3v2.3 as the tag specification. My metadata entries as described by Mp3tag: Title: Organ Finale Artist: Koz Album: Sound Tests & Clips Year: 2010 Track: 1 Genre: Classical Comment: http://www.kozco.com/tech/soundtests.html Cover: <a jpg image of my cat looking annoyed at her paparazzi> Here's a subset of what I found by dumping strings from the resulting file. I've added comments denoted by "<--" identifying interesting RIFF metadata tag types and my metadata entries mapped into them. Code: $ strings organfinale.wav The Swiss Army knife known as VLC displays all the text metadata and the cat image, but it's known for interpreting everything it can find. The utility mediainfo reports all the text metadata and also reports the presence, name, and jpg info about the cat image. Don't know whether these tools are reporting the values of the RIFF tag types or of the ID3 tag types. My moOde r4.2 player displays only the text metadata. This is true also of the Media Player which came with Linux Mint. My conjecture is that both the MPD WAV decoder plugin inside moOde and the Media Player know only how to deal with the standard RIFF metadata, for which there is no tag type defined for artwork, and not any ID3 metadata contained within it, which is how Mp3tag embedded my cover art. It would be interesting to look at files tagged by XTD and EAC to compare. I have no Mac at hand but if I get a mo I'll try running EAC in WINE or PlayOnLinux. Regards, Kent RE: artwork image - bigbulb - 08-04-2018 Hi Kent, and friends, Thanks for info in detail. I learn new things everyday since I get into Moode Audio / RPi music palyer ! Finally I managed to solved the problem, I did put image in the same folder previously , without success, but after a quick check in preferences , I set file name to Default and it works ! Thank you ! RE: artwork image - TheOldPresbyope - 08-04-2018 (08-04-2018, 05:32 AM)bigbulb Wrote: Hi Kent, and friends, Glad you found a solution. In your first post, you said " When I'm just about to give up , I tried my friend's WAV file, ripped from EAC, moode audio can show the front cover artwork image." Did you have a cover image in the directory of that file as well? The reason I ask is I wasn't able to make EAC embed a cover image in a WAV container. (Full disclosure---it's been years since I tried to use EAC. I may be overlooking something obvious.) Regards, Kent |