# Codec

**URL:** https://community.mp3tag.de/t/codec/17780
**Category:** Support
**Created:** [March 21, 2016, 11:32am UTC](https://community.mp3tag.de/t/codec/17780 "2016-03-21T11:32:44Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [March 21, 2016, 11:54am UTC](https://community.mp3tag.de/t/codec/17780/2 "2016-03-21T11:54:50Z")

</div>

> [@faisdlair](#):
>
> ... I create a Column name as CODEC  
> How can i see in  
> WMA instead Of Windows Media Audio  
> FLAC instead of Free Lossless Audio  
> MP3 instead of MPEG-1/2 Audio Layer 3  
> etc thank you

Just a proposal ...

**Mp3tag Column Definition Name : Codec (Tool) Value: %\_codec%[$if2(' ('%\_tool%')',)] ... or ... Value: $replace(%\_codec%[' ('$if2(%\_tool%,)')'],'()',) ... or ... Value: $replace(%\_codec%[' ('$if($eql(%\_tool%,'%\_tool%'),,%\_tool%)')'],'()',) Name : Codec Value: %\_codec% ... or ... Value: $replace(%\_codec%,'Windows Media Audio','WMA','Free Lossless Audio Codec','FLAC','MPEG 1 Layer III','MP3') ... or ... Value: $regexp(%\_codec%,'[\U\D]',) ... or ... Value: $replace($regexp(%\_codec%,'[\U\D]',),'LIII','L3','LII','L2','LI','L1')**

See also ...  
[Regarding new Bit-Depth Information field](https://community.mp3tag.de/t/17484/8)

DD.20160321.1423.CET, DD.20160321.1640.CET

---

_[View the full topic](https://community.mp3tag.de/t/codec/17780)._
