Hi,
I predominately DJ using Traktor (Pro 2) software, but when organising/tagging my music I tend to use mp3tag.
The main fields I use to organise my music are Genre, Comment & Rating (POPULARIMETER). The first 2 are easy, but Rating is a bit tricky to integrate.
As is documented in various places, Traktor stores rating in the POPM/POPULARIMETER field in the format:
traktor@native-instruments.de|xxx|0
with xxx being 0, 51, 102, 153, 204, 255 for 0 to 5 stars.
(the POPM field may also be missing completely for 0 stars)
I've managed to get the Traktor star rating to display as an mp3tag column using this Value expression:
$repeat($char(9734),$if2($ifgreater($regexp(%popularimeter%,'^traktor@native-instruments.de|(\d{1,3})|\d+$',$1),204,5,$ifgreater($regexp(%popularimeter%,'^traktor@native-instruments.de|(\d{1,3})|\d+$',$1),153,4,$ifgreater($regexp(%popularimeter%,'^traktor@native-instruments.de|(\d{1,3})|\d+$',$1),102,3,$ifgreater($regexp(%popularimeter%,'^traktor@native-instruments.de|(\d{1,3})|\d+$',$1),51,2,$ifgreater($regexp(%popularimeter%,'^traktor@native-instruments.de|(\d{1,3})|\d+$',$1),0,1,))))),0))
However, I'm struggling to find a way to edit the Traktor Rating value using the mp3 Tag Panel. If I add the field POPULARIMETER then I can see the raw value "traktor@native-instruments.de|xxx|0" but what I really want is a dropdown with 0 to 5 stars or the numbers 0 to 5.
I'm not even sure this is possible, but knowing what a deep program mp3tag is, perhaps there is a way that I'm not aware of. I saw that there are some other application specific fields for rating: RATING_MM, RATING_WINAMP, RATING_WMP. Perhaps these work as desired, but not for the Traktor specific format. Is there a way to configure a field such as "RATING_TRAKTOR" ?
Seb



’s) to show up in the tag panel?