Hello, I'm having trouble getting traktor to see my foobar ratings.
I am trying to use this code that I found on the forum:
$if($eql(%RATING%,5),traktor@native-instruments.de|255|0,
$if($eql(%RATING%,4),traktor@native-instruments.de|204|0,
$if($eql(%RATING%,3),traktor@native-instruments.de|153|0,
$if($eql(%RATING%,2),traktor@native-instruments.de|102|0,
$if($eql(%RATING%,1),traktor@native-instruments.de|51|0,)))))
To write %popularimeter% value based on what I have rated in foobar (to the %rating% value)
I can't get this to work for whatever reason, but the code looks like it should work... maybe I am inputting the script in the wrong place (I am a complete newb to mp3tag)
I am selecting all the files who I want to write the tag for, going to extended tags -> popularimeter -> putting this script in for the value
It is outputting 0's, and in some cases it just outputs the code I wrote
can someone help me?