
Genre Finder 5.0 - Updated 05/08/2012
Re: Genre Finder 5.0 - Updated 05/08/2012
I'm not sure, I think that should work 

Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
Re: Genre Finder 5.0 - Updated 05/08/2012
Has something changed at Last.fm? The script isn't working for me at the moment - it worked last weekend just fine. Now it runs but won't pull in any genres, and I haven't changed any settings.
Re: Genre Finder 5.0 - Updated 05/08/2012
I notice the same thing. When running, it comes back right away saying all tracks processed yet nothing changes with the genre. I upgraded to Windows 10. Did you upgrade to Windows 10?mhendu wrote:Has something changed at Last.fm? The script isn't working for me at the moment - it worked last weekend just fine. Now it runs but won't pull in any genres, and I haven't changed any settings.
I also notice a similar issue with BatchArtfinder2014.
Maybe Windows 10 breaks some add-ins ?
Re: Genre Finder 5.0 - Updated 05/08/2012
I'm still on Windows 7, so it's not related to Windows 10. Nothing has changed on my system since last week.
Re: Genre Finder 5.0 - Updated 05/08/2012
Hi,
same here. I'm on windows 7. It worked like 4 days ago, but seems to be broken today.
just saying "Genre=[Unknown]" in log file. Even though i've tried with very classic tracks like beatles, rolling stones, kraftwerk etc..
same here. I'm on windows 7. It worked like 4 days ago, but seems to be broken today.
just saying "Genre=[Unknown]" in log file. Even though i've tried with very classic tracks like beatles, rolling stones, kraftwerk etc..
Re: Genre Finder 5.0 - Updated 05/08/2012
Mine is not working either. Maybe this is the problem (text from the lastfm website):
We’re currently migrating data (including scrobbles) to our new site and to minimise data disruption, we’ve temporarily suspended some functionality. Rest assured, we’re re-activating features one-by-one as soon as each data migration completes. Keep an eye on progress
We’re currently migrating data (including scrobbles) to our new site and to minimise data disruption, we’ve temporarily suspended some functionality. Rest assured, we’re re-activating features one-by-one as soon as each data migration completes. Keep an eye on progress
Re: Genre Finder 5.0 - Updated 05/08/2012
Mime isn't working too, with a more detailed log I could make a workaround.
Just changed the line 800 on GenreFinder.vbs from str = FixGenre(ele.ChildNodes.Item(0).Text) TO str = FixGenre(ele.ChildNodes.Item(1).Text)
The problem apparently is because of a little change in the xml the last.fm is returning.
Just changed the line 800 on GenreFinder.vbs from str = FixGenre(ele.ChildNodes.Item(0).Text) TO str = FixGenre(ele.ChildNodes.Item(1).Text)
The problem apparently is because of a little change in the xml the last.fm is returning.
Re: Genre Finder 5.0 - Updated 05/08/2012
thanks !
now it started working again just like you said.
great
now it started working again just like you said.
great

Re: Genre Finder 5.0 - Updated 05/08/2012
Making the change to line 800 worked for me too. Thanks!
Re: Genre Finder 5.0 - Updated 05/08/2012
it's working but i suspect something else is wrong with the settings "use top results" / "Minimum match". seems you get alla possible results even if you set top results to high (100) level.
or am I doing something wrong perhaps?
or am I doing something wrong perhaps?
Re: Genre Finder 5.0 - Updated 05/08/2012
Hey guys, i dont know if this is related to the posts above, but the script stopped working for me. i tried modifying the line 800, did not fix it. I am using this very useful script with multiple values and a bunch of "white" lists. would be really good if it worked again.. any news on your side?
-
- Posts: 22
- Joined: Wed Aug 20, 2008 3:28 pm
Re: Genre Finder 5.0 - Updated 05/08/2012
Also having issues even after adjusting line 800!
Re: Genre Finder 5.0 - Updated 05/08/2012
Hello,
when i want to change settings, get error
Error #-2147418113 - SonbgsDB.SDBUIDropDown
Control '' has no parent window
GenreFinder.vbs Line: 2022, Colunn: 4
when i want to change settings, get error
Error #-2147418113 - SonbgsDB.SDBUIDropDown
Control '' has no parent window
GenreFinder.vbs Line: 2022, Colunn: 4
Re: Genre Finder 5.0 - Updated 05/08/2012
not working for me either.
it worked fine until recently. any chance a fix is in the works? i used this all the time and now it just doesn't retrieve anything at all.
it worked fine until recently. any chance a fix is in the works? i used this all the time and now it just doesn't retrieve anything at all.

Re: Genre Finder 5.0 - Updated 05/08/2012
I think it broke since the last.fm site redesign. maybe something changed in the api. The last.fm play importer is broke too.