I read a lot in the forum, but until now i did not find an answer and I'm not familiar with scripting language.
I rated all my music with tractor, but also like to use other DJ-software, like mixxx.
No I recognized, that the rating of traktor is only shown in traktor.
Traktor writes a field called "POLULARITY" and uses a special code for the rating:
traktor@native-instruments.de|xxx|yyy
xxx is for the rating and yyy for a playcount.
The values of xxx are fixed to:
0 = no value
51 = 1 star
102= 2 stars
153= 3 stars
204= 4 stars
255= 5 stars
In order to use the ratings in both softwares, I would initially like to translate the Traktor rating into stars, that are shown in the comments field.
I would like an action like:
If POLARITY=traktor@native-instruments.de|51|, than write "" (one star) into the comments field.
But as result, I get the value traktor@native-instruments.de|102|0 in comments instead of **.
Alternatively I tried to include popularity in the MP3tag-browser in order to sort the mp3s and oly make the single action with the corresponding mp3s. But in the browser there are only empty values :-(.
Any ideas, how i can correct the action group or alternatively get the values into the browser?