I found many scripts that change tags, but they only do an 'UpdateDB' in the end.
which only writes the new information to the MM database. who can tell me?

Moderator: Gurus
def apply_rating(song, rating):
if song:
song.Rating = rating
song.WriteTags()
song.UpdateDB()
Users browsing this forum: No registered users and 2 guests