Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Masstagger won't edit RATINGS properly after upgrading to foobar2k v2 (Read 546 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Masstagger won't edit RATINGS properly after upgrading to foobar2k v2

Masstagger won't edit the ratings property on an m4a tag, it seems like it doesn't detect that the ratings in the library is different than the ratings in the tag.

I have a track's tag (m4a) with a rating property equal to 1, and in the library the rating property is equal to 2.

I have a script that detects when the tag and the library have different values, so I run the masstagger on them.

("$if($meta(rating),$if($strcmp(%rating%,$meta(rating)),1,0))" IS 0 OR ("$meta(rating)" MISSING AND NOT %rating% MISSING))

But after upgrading foobar2k v2, Masstagger won't detect any changes, same thing happens in other plugins as well. In Masstagger it says that there are 'no changes', so it won't run.

Screenshots attached.