Hello guys, I want to see the size of the song cover but I want to see it in the list (so I can see it in all the songs) and not in the tag panel, I saw that the only option is shown in bytes, I would like to see it in Megabytes or Kilobytes, is there that way or are they only seen in Bytes?

![]()
You can use the function $div(x,1000) to get kb or $div(x,1000000) to get mb. Change the x to the field you are using for that column.
wow, thanks for the help MotleyG, it has helped me, I appreciate it