I am trying to easily identify the pixels in an imported cover image.
I can highlight a track in an album and view the detail in the tag panel, but that is rather time consuming when there are lots of albums.
I have succeeded in adding a cover_size column to the display, but found this was the raw file size of the art. Then I was able to divide the resulting number by 1024 to give the KB instead of the actual number.
I really want the size of the image in pixels, but displayed only once to save space. For instance, if the image is 512x512 the column should show 512.
Is there a way to do this?
Thanks!