by randomspam » Wed Jun 14, 2017 7:05 am
Darryl_Gittins wrote:Close MediaMonkey.
Open this file in notepad:
C:\Users\USERNAME\AppData\Roaming\MediaMonkey\Scripts\Auto\GenreFinder.vbs
Find this line:
str = FixGenre(ele.ChildNodes.Item(0).Text)
Change it to this:
str = FixGenre(ele.ChildNodes.Item(1).Text)
(The 0 changes to a 1).
Restart MediaMonkey.
Thanks for the suggestion, I was amazed to see such a recent reply on the thread. Sadly it's still not quite right, for me at least.
Before this change I had the same issue as everyone else, it would say it was successful but nothing would change. Now that I've made the edit as you suggested it updates the Genre but appears to be completely random. I can select one album and it will bring back 12 different genres, one for each track and many of them clearly incorrect.
[quote="Darryl_Gittins"]Close MediaMonkey.
Open this file in notepad:
C:\Users\USERNAME\AppData\Roaming\MediaMonkey\Scripts\Auto\GenreFinder.vbs
Find this line:
str = FixGenre(ele.ChildNodes.Item(0).Text)
Change it to this:
str = FixGenre(ele.ChildNodes.Item(1).Text)
(The 0 changes to a 1).
Restart MediaMonkey.[/quote]
Thanks for the suggestion, I was amazed to see such a recent reply on the thread. Sadly it's still not quite right, for me at least.
Before this change I had the same issue as everyone else, it would say it was successful but nothing would change. Now that I've made the edit as you suggested it updates the Genre but appears to be completely random. I can select one album and it will bring back 12 different genres, one for each track and many of them clearly incorrect.