# Loosing album tag

**URL:** https://community.mp3tag.de/t/loosing-album-tag/14349
**Category:** Support
**Created:** [January 15, 2013, 4:19am UTC](https://community.mp3tag.de/t/loosing-album-tag/14349 "2013-01-15T04:19:59Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![ptbeau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/13edae/32.png) [@ptbeau](https://community.mp3tag.de/u/ptbeau)
#### Post date: [January 15, 2013, 4:19am UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/1 "2013-01-15T04:19:59Z")

</div>

I have used MP3tag to set the tags of a serie of flac file including artist, album, title,...  
when I convert the flac files to mp3 files if using "Switch Sound File Converter" I obtain all tags except "album"  
If I use dbPowerAMP or FLAC2MP3 I get "album" but loose "Artist" tag  
in Tool-\> Option -\> tag -\> Mapping I have  
VorbisComment DATE YEAR  
VorbisComment ORGANIZATION PUBLISHER  
VorbisComment TRACKNUMBER TRACK  
VorbisComment TPE1 ARTIST

in "Switch Sound File Converter" (My preferred one) if I omit the last line (TPE1 ARTIST" I also lose  
"ARTIST" after conversion  
Is there any solution to keep Artist and album when using the "Switch Sound File Converter" or  
any of the other two converter  
Thank you

---

<div class="post-metadata">

### Author: ![garym](https://community.mp3tag.de/user_avatar/community.mp3tag.de/garym/32/4822_2.png) [@garym](https://community.mp3tag.de/u/garym)
#### Post date: [January 15, 2013, 11:35am UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/2 "2013-01-15T11:35:43Z")

</div>

This is very odd. I rip to FLAC with dbpa and do tag editing with mp3tag after the fact. I just converted a FLAC file to mp3 (Lame) with dbpa and it keeps both ARTIST, ALBUM ARTIST, and ALBUM with no issues. I do notice that my mapping in mp3tag looks like the following (and doesn't include the "ARTIST" mapping you have in yours):

VorbisComment DATE YEAR  
VorbisComment ORGANIZATION PUBLISHER  
VorbisComment ALBUM ARTIST ALBUMARTIST  
VorbisComment TRACKNUMBER TRACK

and in dpba there is NO mapping setup for either ARTIST or ALBUM field in the VorbisComment tags.

---

<div class="post-metadata">

### Author: ![ptbeau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/13edae/32.png) [@ptbeau](https://community.mp3tag.de/u/ptbeau)
#### Post date: [January 15, 2013, 1:53pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/3 "2013-01-15T13:53:11Z")

</div>

Other informations: I did not rip those files, Got them from a torrents  
Did another test and convert the flac file to mp3 using "Switch Sound File Converter" but without using MP#tag to fix the tag just accepting them as they are and got both album and artist in mp3 tag  
I used "tag and rename" before and after the conversion just to check the status.  
Something in MP3tag is causing my problems. Any way to fix that.  
Thank a lot for your time and efforts

---

<div class="post-metadata">

### Author: ![garym](https://community.mp3tag.de/user_avatar/community.mp3tag.de/garym/32/4822_2.png) [@garym](https://community.mp3tag.de/u/garym)
#### Post date: [January 15, 2013, 1:57pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/4 "2013-01-15T13:57:32Z")

</div>

mp3tag is working fine on my FLAC files (and mp3 files created from FLAC). And if this was a widespread problem there would be lots of posts on this issue. Yours is the first I've seen. So I don't think this is an mp3tag problem. More likely something related to these FLAC files you are obtaining "from the wild". Can you rip a CD to FLAC (so you have a known source, ripped with a known ripper), edit tags with mp3, and then test again.

---

<div class="post-metadata">

### Author: ![ptbeau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/13edae/32.png) [@ptbeau](https://community.mp3tag.de/u/ptbeau)
#### Post date: [January 15, 2013, 2:13pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/5 "2013-01-15T14:13:53Z")

</div>

After another test I got the problem solved even if I do not understand the reasons.  
I added another line to  
VorbisComment DATE YEAR  
VorbisComment ORGANIZATION PUBLISHER  
VorbisComment TRACKNUMBER TRACK  
VorbisComment TPE1 ARTIST  
VorbisComment TALB ALBUM

Both tag album and artist were retained after conversion. If someone could explain I would  
appreciate.  
Thanks all of you

---

<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: [January 15, 2013, 4:20pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/6 "2013-01-15T16:20:59Z")

</div>

That's not a good solution as your write the artist and album tags to non standard fields. It is very strange that it works.

It looks like that conversion software only reads tag fields that are upper case.  
Please use this export code on your files and post the results to verify my observation.

```
$filename(%_workingdir% tag dump $replace(%_datetime%,:,.).txt,utf-8)$loop(%_path%)$repeat(=,70)

Filename: %_filename_ext%
     Tags: %_tag_read% '('%_tag%')'

$list( ,: ,$char(13)$char(10)$char(13)$char(10))

$loopend()

```

Select the files, press Ctrl+E  
Click on the New button ![:mt_new:](https://community.mp3tag.de/uploads/default/original/1X/ec5caa1b5d6c43fd0fe30efd3515a713a18c5105.png ":mt\_new:") and paste the code from above. Save the text and then click OK to run the export.

---

<div class="post-metadata">

### Author: ![ptbeau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/13edae/32.png) [@ptbeau](https://community.mp3tag.de/u/ptbeau)
#### Post date: [January 15, 2013, 6:24pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/7 "2013-01-15T18:24:39Z")

</div>

QUOTE (dano @ Jan 15 2013, 12:20) \<{POST\_SNAPBACK}\>

That's not a good solution as your write the artist and album tags to non standard fields. It is very strange that it works.

It looks like that conversion software only reads tag fields that are upper case.  
Please use this export code on your files and post the results to verify my observation.

```
$filename(%_workingdir% tag dump $replace(%_datetime%,:,.).txt,utf-8)$loop(%_path%)$repeat(=,70)

Filename: %_filename_ext%
     Tags: %_tag_read% '('%_tag%')'

$list( ,: ,$char(13)$char(10)$char(13)$char(10))

$loopend()

```

Select the files, press Ctrl+E  
Click on the New button ![:mt_new:](https://community.mp3tag.de/uploads/default/original/1X/ec5caa1b5d6c43fd0fe30efd3515a713a18c5105.png ":mt\_new:") and paste the code from above. Save the text and then click OK to run the export.

Please be patient. The result i'm getting after removing the two extra line that you say is not a good solution, i'm getting weird results. I will more testing to post proper information.  
Thanks

---

<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: [January 15, 2013, 8:05pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/8 "2013-01-15T20:05:59Z")

</div>

Just provide the export of one of the files where all tags are transferred. No need for more testing.

---

<div class="post-metadata">

### Author: ![ptbeau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/13edae/32.png) [@ptbeau](https://community.mp3tag.de/u/ptbeau)
#### Post date: [January 15, 2013, 8:13pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/9 "2013-01-15T20:13:19Z")

</div>

Filename: Herbert von Karajan - DG Recordings - 091-01 - (1973 - Bach - Matthäus Passion - BWV244 - I - Kommt, ihr Töchter, helft mir klagen.flac

```
 Tags: FLAC (FLAC)

```

TITLE: Johann Sebastian Bach : Matthäus Passion, BWV244 I. Erster Teil Nr. 1 Chor 'Kommt, ihr Töchter, helft mir klagen' (Chorus I/II)

ARTIST: Herbert von Karajan

ALBUM: Complete Recordings on Deutsche Grammophon 1967-1969 CD091

GENRE:

COMMENT:

NOTES: Medieval CUE Splitter (www.medieval.it)

TRACK: 01

I will continue testing 🙂

---

<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: [January 15, 2013, 8:23pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/10 "2013-01-15T20:23:52Z")

</div>

Ok that means all tag fields are upper case.  
If you use Mp3tag and make changes in the tag panel, the case of the fields that are editable with the tag panel will be changed.  
Instead of ARTIST you will have Artist

You cannot see this in the Mp3tag UI but the export script shows the real case.

To change the case back to upper case use **Actions \> Actions (Quick)** with these values:

Action Type: Case conversion  
Field:\_FIELDNAME  
Case conversion: UPPER CASE

---

<div class="post-metadata">

### Author: ![ptbeau](https://community.mp3tag.de/letter_avatar_proxy/v4/letter/p/13edae/32.png) [@ptbeau](https://community.mp3tag.de/u/ptbeau)
#### Post date: [January 15, 2013, 8:50pm UTC](https://community.mp3tag.de/t/loosing-album-tag/14349/11 "2013-01-15T20:50:46Z")

</div>

Thank a zillion. Without you I would have never find.  
🙂 🙂

---

<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/loosing-album-tag/14349/12 "2026-02-09T12:24:16Z")

</div>


