Dort hast du schon nachgesehen? ... https://docs.mp3tag.de/mapping/#popularimeter
Siehe auch ... https://www.google.de/search?q=site%3Aforum...ter+popm+rating
DD.20151212.1404.CET
Zum Ausprobieren ...
RATING WINAMP <== $regexp($replace($regexp(%POPULARIMETER%,'^(?:.+?\|)(.+?)(?:\|.+?)$','$1'),'255','*****','196','****','128','***','64','**','1','*'),'[^*]',)... oder ...
RATING WINAMP <== $regexp($replace($regexp(%POPULARIMETER%,'^.*\|(.+?)\|.*$','$1'),'255','*****','196','****','128','***','64','**','1','*'),'[^*]',)... oder ...
RATING WINAMP <== $replace($regexp(%POPULARIMETER%,'^.*\|(.+?)\|.*$','$1'),255,5,196,4,128,3,64,2,1,1)DD.20151212.1648.CET
Siehe auch ...
Windows Media Player, Saving ratings and play counts
http://www.microsoft.com/windows/windowsme...me.aspx#ratings
DD.20151212.1900.CET