by IanRTaylorUK » Fri Dec 19, 2025 6:54 am
If your Album Art is stored as both a Tag within the media files AND as a JPEG in the Album folder, then you can view the size, Height and Width using Windows File Explorer.
For example, if ALL your media files reside on a hard disk assigned the drive letter M:, then point to this drive in File Explorer and use the search criterion kind:picture and a "details" view. Right click on the columns to add Size / Width / Height.
In my case ALL my album art is stored in both the file tags AND the album folder - as folder.jpg. My intention is that the folder.jpg is the same album artwork as that stored in the tags! 8655 items ranging from 100 x 100 pixels to 5653 x 6509, or 2 KB to 7595 KB.
If you wish to delve deeper into the media files "tagged" artwork, then I would suggest using your preferred AI agent to suggest a script to do so. For example, you might want to start with:
"Create an Excel VBA macro for Windows 11 / Office 365 that scans a chosen folder and all subfolders for audio files and attempts to detect embedded album art using only built-in Windows/Office APIs (no external DLLs). Output: Path, FileName, Extension, HasAlbumArt, ArtCount, SizeBytes, Width, Height. "
If your Album Art is stored as both a Tag within the media files AND as a JPEG in the Album folder, then you can view the size, Height and Width using Windows File Explorer.
For example, if ALL your media files reside on a hard disk assigned the drive letter [b]M:[/b], then point to this drive in File Explorer and use the search criterion[b][i] kind:picture[/i][/b] and a "details" view. Right click on the columns to add Size / Width / Height.
In my case ALL my album art is stored in both the file tags AND the album folder - as [b]folder.jpg[/b]. My intention is that the [b]folder.jpg[/b] is the same album artwork as that stored in the tags! 8655 items ranging from 100 x 100 pixels to 5653 x 6509, or 2 KB to 7595 KB.
If you wish to delve deeper into the media files "tagged" artwork, then I would suggest using your preferred AI agent to suggest a script to do so. For example, you might want to start with:
[i]"Create an Excel VBA macro for Windows 11 / Office 365 that scans a chosen folder and all subfolders for audio files and attempts to detect embedded album art using only built-in Windows/Office APIs (no external DLLs). Output: Path, FileName, Extension, HasAlbumArt, ArtCount, SizeBytes, Width, Height. "[/i]