by justsomeguy6575 » Mon Mar 22, 2010 11:29 pm
Ok first, I'm very new at this and just starting to use MM.
I've setup a very basic script to convert my flac file ratings to the 0-100 rating system MM uses. I use another app that uses 1-5 for ratings and allow someone else on the network access to my files that uses a program that also uses 1-5. So what I want is to leave the 1-5 rating in the flac tag. MM is set to not make any changes to the actual tags. I have MM set to monitor my music folder so it updates any time any file changes. I may update a rating through another program that changes the actual tag and would like MM to reflect that rating. Basically my script just takes the current rating 0-5 and multiplies it by 20 then updates MM DB to show the correct rating.
So I guess my question is, how can I have my script run when MM detects a file has changed. I thought the "OnTrackProperties" would work but that seems to only work if the user actually updates the tag manually. I need to run the script on a specific file that the File Monitor detects has changed.
Thanks for any help.
Ok first, I'm very new at this and just starting to use MM.
I've setup a very basic script to convert my flac file ratings to the 0-100 rating system MM uses. I use another app that uses 1-5 for ratings and allow someone else on the network access to my files that uses a program that also uses 1-5. So what I want is to leave the 1-5 rating in the flac tag. MM is set to not make any changes to the actual tags. I have MM set to monitor my music folder so it updates any time any file changes. I may update a rating through another program that changes the actual tag and would like MM to reflect that rating. Basically my script just takes the current rating 0-5 and multiplies it by 20 then updates MM DB to show the correct rating.
So I guess my question is, how can I have my script run when MM detects a file has changed. I thought the "OnTrackProperties" would work but that seems to only work if the user actually updates the tag manually. I need to run the script on a specific file that the File Monitor detects has changed.
Thanks for any help.