How can I make the program also write to the tags

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: How can I make the program also write to the tags

Re: How can I make the program also write to the tags

Post by Mizery_Made » Mon May 28, 2012 11:12 am

There's also UpdateAll

Re: How can I make the program also write to the tags

Post by mcow » Sun May 27, 2012 11:38 pm

I use this:
Code: Select all
def apply_rating(song, rating):
    if song:
        song.Rating = rating
        song.WriteTags()
        song.UpdateDB()

How can I make the program also write to the tags

Post by Tristla » Fri May 25, 2012 9:54 pm

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?

Top