Hi everyone
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
Hi everyone
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
DD.20160321.1423.CET, DD.20160321.1640.CET
Thank you again
martin