# Search on cover size?

**URL:** https://community.mp3tag.de/t/search-on-cover-size/14108
**Category:** Support
**Created:** [November 11, 2012, 6:30am UTC](https://community.mp3tag.de/t/search-on-cover-size/14108 "2012-11-11T06:30:54Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![edwin1234](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/b5ac83/32.png) [@edwin1234](https://community.mp3tag.de/u/edwin1234)
#### Post date: [November 11, 2012, 6:30am UTC](https://community.mp3tag.de/t/search-on-cover-size/14108/1 "2012-11-11T06:30:54Z")

</div>

Hi there, how can i search on coversize?  
I have some covers wich are 19kb how can i filter them out?  
I want that because i have songs with standard covers with a cd on it and they are 19kb  
Then can i find them and change them.  
Thanks

You can answer in german i can read it but not write it ☹

Greetings edwin

---

<div class="post-metadata">

### Author: ![dano](https://community.mp3tag.de/user_avatar/community.mp3tag.de/dano/32/6_2.png) [@dano](https://community.mp3tag.de/u/dano)
#### Post date: [November 11, 2012, 8:01am UTC](https://community.mp3tag.de/t/search-on-cover-size/14108/2 "2012-11-11T08:01:28Z")

</div>

This topic should help you:  
[/t/13562/1](https://community.mp3tag.de/t/13562/1)

---

<div class="post-metadata">

### Author: ![DetlevD](https://community.mp3tag.de/user_avatar/community.mp3tag.de/detlevd/32/123_2.png) [@DetlevD](https://community.mp3tag.de/u/DetlevD)
#### Post date: [November 11, 2012, 8:13am UTC](https://community.mp3tag.de/t/search-on-cover-size/14108/3 "2012-11-11T08:13:16Z")

</div>

Assuming you know the Mp3tag manual, help and examples for the Mp3tag Filter, and you know how to write and apply a filter expression, so maybe you need just help in converting from kilobytes to bytes and vice versa.

1 KB = 1024 Bytes  
19 KB = 19 \* 1024 = 19456 Bytes  
20 KB = 20 \* 1024 = 20480 Bytes

1023 Bytes / 1024 = 0 KB (integer rounded down)  
1024 Bytes / 1024 = 1 KB  
19456 Bytes / 1024 = 19 KB  
20479 Bytes / 1024 = 19 KB (integer rounded down)  
20480 Bytes / 1024 = 20 KB

Examples for Filter expressions ...  
"%\_cover\_size%" EQUAL 19456  
"%\_cover\_size%" GREATER 19455  
"%\_cover\_size%" GREATER 19455 AND "%\_cover\_size%" LESS 20480  
"$div(%\_cover\_size%,1024)" EQUAL 19  
"$div(%\_cover\_size%,1024)" GREATER 18  
"$div(%\_cover\_size%,1024)" GREATER 18 AND "$div(%\_cover\_size%,1024)" LESS 20

DD.20121111.1010.CET  
Edit.20121112.0808.CET

---

<div class="post-metadata">

### Author: ![edwin1234](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/b5ac83/32.png) [@edwin1234](https://community.mp3tag.de/u/edwin1234)
#### Post date: [November 11, 2012, 11:30am UTC](https://community.mp3tag.de/t/search-on-cover-size/14108/4 "2012-11-11T11:30:26Z")

</div>

> [@DetlevD](#):
>
> Assuming you know the Mp3tag manual, help and examples for the Mp3tag Filter, and you know how to write and apply a filter expression, so maybe you need just help in converting from kilobytes to bytes.  
> 1 KB = 1024 Bytes  
> 19 KB = 19 \* 1024 = 19456 Bytes  
> 20 KB = 20 \* 1024 = 20480 Bytes
> 
> Examples for Filter expressions ...  
> "%\_cover\_size%" EQUAL 19456  
> "%\_cover\_size%" GREATER 19455  
> "%\_cover\_size%" GREATER 19455 AND "%\_cover\_size%" LESS 20480
> 
> DD.20121111.1010.CET

thank you verry much for youre help  
edwin

---

<div class="post-metadata">

### Author: ![system](https://community.mp3tag.de/uploads/default/original/2X/c/ce7035d426cb755a7916793326d23b465222a407.png) [@system](https://community.mp3tag.de/u/system)
#### Post date: [February 9, 2026, 12:24pm UTC](https://community.mp3tag.de/t/search-on-cover-size/14108/5 "2026-02-09T12:24:10Z")

</div>


