# Copy Album Artist field to Artist field IF empty

**URL:** https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286
**Category:** Support
**Created:** [April 3, 2012, 11:14am UTC](https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286 "2012-04-03T11:14:37Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Mandah](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/8e8cbc/32.png) [@Mandah](https://community.mp3tag.de/u/Mandah)
#### Post date: [April 3, 2012, 11:14am UTC](https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286/1 "2012-04-03T11:14:37Z")

</div>

Can someone create a script or something that will copy the Album Artist field into the Artist field IF it is empty

I also want this vice versa (from Artist to Album Artist).

Please indicate how to do this mp3tag because I am new to the program and not very good at codes lol.

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: [April 3, 2012, 11:19am UTC](https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286/2 "2012-04-03T11:19:54Z")

</div>

> [@Mandah.](#):
>
> ... Please indicate how to do this mp3tag because I am new to the program and not very good at codes lol.
> 
> Thanks

You could start with reading the FAQs:  
[/t/967/1](https://community.mp3tag.de/t/967/1)

Perhaps you also apply a filter with  
%artist% IS ""  
to show only those files that have no artist...

---

<div class="post-metadata">

### Author: ![Mandah](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/8e8cbc/32.png) [@Mandah](https://community.mp3tag.de/u/Mandah)
#### Post date: [April 14, 2012, 3:54am UTC](https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286/3 "2012-04-14T03:54:27Z")

</div>

I don't really have the time to learn the codes just yet lol would someone be able to make one for me? lol

---

<div class="post-metadata">

### Author: ![Mandah](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/m/8e8cbc/32.png) [@Mandah](https://community.mp3tag.de/u/Mandah)
#### Post date: [April 14, 2012, 3:57am UTC](https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286/4 "2012-04-14T03:57:06Z")

</div>

> [@ohrenkino](#):
>
> Perhaps you also apply a filter with  
> %artist% IS ""  
> to show only those files that have no artist...

Thanks, I forgot about the search filter.

---

<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:23pm UTC](https://community.mp3tag.de/t/copy-album-artist-field-to-artist-field-if-empty/13286/5 "2026-02-09T12:23:46Z")

</div>


