# Feature Request - Resursive "Import cover from file" script

**URL:** https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501
**Category:** General Discussion
**Created:** [November 11, 2024, 3:19pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501 "2024-11-11T15:19:31Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ethrusio](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/c57346/32.png) [@ethrusio](https://community.mp3tag.de/u/ethrusio)
#### Post date: [November 11, 2024, 3:19pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501/1 "2024-11-11T15:19:31Z")

</div>

Often times, artwork is stored in a separate folder (usually called /Artwork). If the "Import cover from file" script worked recursively, it would have more success rate. Thanks!!

---

<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: [November 11, 2024, 3:23pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501/2 "2024-11-11T15:23:17Z")

</div>

Could you give a real example?  
AFAIK you can specify a cover file name which includes an absolute or relative path component.  
see e.g. this path:

> [@Cover Problem (Cover einfügen) ab v2.51](https://community.mp3tag.de/t/cover-problem-cover-einfugen-ab-v2-51/13443/5):
>
> So sollte das klappen: ..\Cover\Front-small.jpg

---

<div class="post-metadata">

### Author: ![ethrusio](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/c57346/32.png) [@ethrusio](https://community.mp3tag.de/u/ethrusio)
#### Post date: [November 11, 2024, 3:27pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501/3 "2024-11-11T15:27:51Z")

</div>

As I import music to my music library that is gathered from many different sources, I run scripts to match those imports to my preferred configurations. One of the scripts is "Import cover from file". My goal here is to locate any file in the directory that work as a cover (e.g. cover\*.png or even \*.png as a worst case). Often times, these folders will have artwork located within a separate Artwork folder. Therefore, my script fails to locate any covers.

Thanks for asking. I should have been more clear.

---

<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: [November 11, 2024, 3:35pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501/4 "2024-11-11T15:35:30Z")

</div>

I don't know how often in the life of a file a cover has to be imported from such varying paths.  
So I would think that simply an action group with 2 (or more) actions that import covers from various folder depths would be a good way.  
... and that such a folder is

> [@ethrusio](#):
>
> usually called /Artwork

does not seem to be true as the linked thread looks for covers in

> [@Cover Problem (Cover einfügen) ab v2.51](https://community.mp3tag.de/t/cover-problem-cover-einfugen-ab-v2-51/13443/5):
>
> ..\Cover\Front-small.jpg

I see in your suggestion the problem that you would have to switch on an off that recursion if you want to get the desired hits if you have several picture files in different folder depths.  
And if you do that, you could alternatively adapt the path ...

So I think until your request becomes a feature, there are a number of workarounds

---

<div class="post-metadata">

### Author: ![ethrusio](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/e/c57346/32.png) [@ethrusio](https://community.mp3tag.de/u/ethrusio)
#### Post date: [November 11, 2024, 3:40pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501/5 "2024-11-11T15:40:41Z")

</div>

That is a great workaround that I haven't considered. I'll add a few additional lines to my script to predict some folders (like "\Cover and \Artwork). Thanks @ohrenkino.

Would be a good feature for the future nonetheless.

---

<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: [November 11, 2024, 3:44pm UTC](https://community.mp3tag.de/t/feature-request-resursive-import-cover-from-file-script/66501/6 "2024-11-11T15:44:12Z")

</div>

please note the 2 dots in front of the backslash as only they will move up one directory in a relative path.
