# How to Organize my Album Covers ??

**URL:** https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968
**Category:** Support
**Created:** [October 5, 2012, 5:25am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968 "2012-10-05T05:25:27Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![daniel.ok](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/eb9ed0/32.png) [@daniel.ok](https://community.mp3tag.de/u/daniel.ok)
#### Post date: [October 5, 2012, 5:25am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968/1 "2012-10-05T05:25:27Z")

</div>

I have a small problem: My music is organized in Album folders like this (Artist - Album [Year]), the issue I have is inside this folder regarding covers. Now i have files (MP3's and Covers) in the same album folder. I want to create inside this folder another folder named "Covers" and inside of it to put all covers of that album.

I think it's not possible to make this with MP3tag but if you guys can give some ideas how to make this I'll be happy.

Thank you!!

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [October 5, 2012, 6:19am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968/2 "2012-10-05T06:19:15Z")

</div>

Several things:  
first append the list of read files in File\>Options\>Tags with \*.jpg (if the files are in jpg-format)  
Read the folders.  
Apply a filter  
%\_filename\_ext% HAS .jpg  
(This should limit the display to only jpgs.)

Use the converter Tag-Filename and the mask  
covers\%\_filename\_ext%

(Try it first with a single file ... if it works - go ahead)

---

<div class="post-metadata">

### Author: ![daniel.ok](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/eb9ed0/32.png) [@daniel.ok](https://community.mp3tag.de/u/daniel.ok)
#### Post date: [October 5, 2012, 6:29am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968/3 "2012-10-05T06:29:51Z")

</div>

> [@ohrenkino](#):
>
> Several things:  
> first append the list of read files in File\>Options\>Tags with \*.jpg (if the files are in jpg-format)  
> Read the folders.  
> Apply a filter  
> %\_filename\_ext% HAS .jpg  
> (This should limit the display to only jpgs.)
> 
> Use the converter Tag-Filename and the mask  
> covers\%\_filename\_ext%
> 
> (Try it first with a single file ... if it works - go ahead)

I works but in Tag-Filename should be only covers\%\_filename%. If I put covers\%\_filename\_ext% and an extra .JPG to the files!!

Also it works only if I drag and drop A SINGLE album folder. If I drag and drop for example a folder like this: Music\Artist\Album it creates a Covers folder in the wrong directory!!

Perhaps the code under Tag-Filename should be different (example: %?????%\covers\%\_filename%

For other extensions like \>PNG .JPEG .BMP I have to repeat the whole process? It is not possible to create an actions to all Covers extensions?

Thank you very much!

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [October 5, 2012, 7:06am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968/4 "2012-10-05T07:06:08Z")

</div>

> [@daniel.ok](#):
>
> I works but in Tag-Filename should be only covers\%\_filename%. If I put covers\%\_filename\_ext% and an extra .JPG to the files!!
> 
> Also it works only if I drag and drop A SINGLE album folder. If I drag and drop for example a folder like this: Music\Artist\Album it creates a Covers folder in the wrong directory!!
> 
> Perhaps the code under Tag-Filename should be different (example: %?????%\covers\%\_filename%
> 
> For other extensions like \>PNG .JPEG .BMP I have to repeat the whole process? It is not possible to create an actions to all Covers extensions?
> 
> Thank you very much!

Thanks for testing  
experiment with the syntax

.\covers\%\_filename%

Also, if you add more grafic files (you would have to add the extension in the above named option) you could either take a wild shot an sort by any tag so that the graphic files come first (as they have no tag). or you append the filter  
%\_filename\_ext% HAS .jpg OR %\_filename\_ext% HAS .png OR %\_filename\_ext% HAS .gif AND NOT %\_path% HAS covers

---

<div class="post-metadata">

### Author: ![daniel.ok](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/d/eb9ed0/32.png) [@daniel.ok](https://community.mp3tag.de/u/daniel.ok)
#### Post date: [October 5, 2012, 7:17am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968/5 "2012-10-05T07:17:15Z")

</div>

> [@ohrenkino](#):
>
> Thanks for testing  
> experiment with the syntax
> 
> .\covers\%\_filename%
> 
> Also, if you add more grafic files (you would have to add the extension in the above named option) you could either take a wild shot an sort by any tag so that the graphic files come first (as they have no tag). or you append the filter  
> %\_filename\_ext% HAS .jpg OR %\_filename\_ext% HAS .png OR %\_filename\_ext% HAS .gif AND NOT %\_path% HAS covers

to create the folder Covers inside the album no matter of parent directory is the script shoul be like this (after some tests i've made) : %\_folderpath%\covers\%\_filename%

But, now another issue occurs: I have albums with more than one disks: "\Album1\CD01" , "\Album1\CD02" , "\Album1\CD03" etc.  
How can I delete all pictures in CD(n) folders???

thank for your quick answer!!!

---

<div class="post-metadata">

### Author: ![ohrenkino](https://community.mp3tag.de/user_avatar/community.mp3tag.de/ohrenkino/32/4843_2.png) [@ohrenkino](https://community.mp3tag.de/u/ohrenkino)
#### Post date: [October 5, 2012, 7:51am UTC](https://community.mp3tag.de/t/how-to-organize-my-album-covers/13968/6 "2012-10-05T07:51:36Z")

</div>

> [@daniel.ok](#):
>
> to create the folder Covers inside the album no matter of parent directory is the script shoul be like this (after some tests i've made) : %\_folderpath%\covers\%\_filename%
> 
> But, now another issue occurs: I have albums with more than one disks: "\Album1\CD01" , "\Album1\CD02" , "\Album1\CD03" etc.  
> How can I delete all pictures in CD(n) folders???
> 
> thank for your quick answer!!!

Modify the filter so that it checks the path:  
%\_path% HAS "\CD"  
Then sort by tag to get the tag-less pictures to the top and delete them

---

<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/how-to-organize-my-album-covers/13968/7 "2026-02-09T12:24:05Z")

</div>


