# Setting an Album tag from two parent folders

**URL:** https://community.mp3tag.de/t/setting-an-album-tag-from-two-parent-folders/15541
**Category:** General Discussion
**Created:** [February 25, 2014, 6:52pm UTC](https://community.mp3tag.de/t/setting-an-album-tag-from-two-parent-folders/15541 "2014-02-25T18:52:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![AMJF](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/3e96dc/32.png) [@AMJF](https://community.mp3tag.de/u/AMJF)
#### Post date: [February 25, 2014, 6:52pm UTC](https://community.mp3tag.de/t/setting-an-album-tag-from-two-parent-folders/15541/1 "2014-02-25T18:52:26Z")

</div>

If I have this layout in my MP3 files and folders:

"POP MUSIC" (Folder)  
---- "ABC" (Subfolder)  
---- "DEF" (Subfolder)  
---- "GHI" (Subfolder)

Is it possible to use Alt-2 to create an Album tag using the parent folders so that is says "POP MUSIC ABC" or "POP MUSIC DEF", with a space between each?

---

<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: [February 25, 2014, 7:08pm UTC](https://community.mp3tag.de/t/setting-an-album-tag-from-two-parent-folders/15541/2 "2014-02-25T19:08:17Z")

</div>

yes.  
you have to enter ALBUM twice:

%album%\%album%\%dummy%

the first %album% contains POP MUSIC, the second %album% ABC

---

<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: [February 25, 2014, 7:12pm UTC](https://community.mp3tag.de/t/setting-an-album-tag-from-two-parent-folders/15541/3 "2014-02-25T19:12:42Z")

</div>

> [@AMJF](#):
>
> ... Is it possible to use Alt-2 to create an Album tag using the parent folders so that is says "POP MUSIC ABC" or "POP MUSIC DEF", with a space between each?

Yes.

Example ...  
"O:\TEST\T1\The Cure\CD1\101\_Track.mp3"

%PART1%\%ALBUM%\%ALBUM%\%PART4%\%PART5%\%PART6%\_%PART7%

PART1: O:  
ALBUM: TEST T1  
PART4: The Cure  
PART5: CD1  
PART6: 101  
PART7: Track

DD.20140225.2119.CET

---

<div class="post-metadata">

### Author: ![AMJF](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/a/3e96dc/32.png) [@AMJF](https://community.mp3tag.de/u/AMJF)
#### Post date: [February 25, 2014, 7:55pm UTC](https://community.mp3tag.de/t/setting-an-album-tag-from-two-parent-folders/15541/4 "2014-02-25T19:55:07Z")

</div>

> [@ohrenkino](#):
>
> yes.  
> you have to enter ALBUM twice:
> 
> %album%\%album%\%dummy%
> 
> the first %album% contains POP MUSIC, the second %album% ABC

Thanks very much, didn't think it'd be so simple! 😉
