Artist Top Tracks 1.5 - Updated 18/08/2012
Re: Artist Top Tracks 1.0 - Created 29/03/2010
1) I plan to do some major research on this kind of "fixing" of Last.FM urls, a number of my scripts would benefit from this but I've not gotten round to it yet.
2) Yes, I've already said I'll add zero padding in the next version.
2) Yes, I've already said I'll add zero padding in the next version.
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.
-
- Posts: 29
- Joined: Mon Apr 03, 2006 12:23 pm
- Location: Netherlands
Re: Artist Top Tracks 1.0 - Created 29/03/2010
Trixmoto,
You are right about the zero padding. Missed it at the previous reply. Sorry about that.
One other thing about different versions from the same song:
Within Temptation - Ice Queen >> recognized as No 8
Within Temptation - Ice Queen (Acoustic) >> not recognized
Within Temptation - Ice Queen (live) >> not recognized
Perhaps some more fuzzy logic to remove the last part of the title between the brackets "(....)" from the search, when the title is not found.
In that case all 3 songs should get recognized as No 8.
Thanx, SuperFrodo
You are right about the zero padding. Missed it at the previous reply. Sorry about that.
One other thing about different versions from the same song:
Within Temptation - Ice Queen >> recognized as No 8
Within Temptation - Ice Queen (Acoustic) >> not recognized
Within Temptation - Ice Queen (live) >> not recognized
Perhaps some more fuzzy logic to remove the last part of the title between the brackets "(....)" from the search, when the title is not found.
In that case all 3 songs should get recognized as No 8.
Thanx, SuperFrodo
Re: Artist Top Tracks 1.0 - Created 29/03/2010

You Have a problem in you'r .ini file from your website for this version.
There is wrong "Procname" or "Title" if you so wish...
ID=ArtistTopTracks
Title=PUID Generator
There will be problem if somebody allredy have PUID installed,
or if not, they maybe cant find it in rightclickforscript.
BTW, I looove your scripts and all my (..) thumbs up for you all scripters.

Re: Artist Top Tracks 1.0 - Created 29/03/2010
Thanks, I'll get this fixed in the next version.
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: Artist Top Tracks 1.0 - Created 29/03/2010
I can't seem to get this script to work, any ideas?
Regardless of what artist I select I get the following error:
Error happened during script execution: unknown name.
Thanks
EDIT:
I un-installed and reinstalled the script and that corrected the error.
Regardless of what artist I select I get the following error:
Error happened during script execution: unknown name.
Thanks
EDIT:
I un-installed and reinstalled the script and that corrected the error.
Re: Artist Top Tracks 1.1 - Created 29/04/2010
New version (1.1) is now available to download from my website. Changes include...
- Fixed error in installation package
- Fixed lowest rank being used instead of highest
- Fixed string fields not being zero padded
- Added delay to comply with Last.Fms terms of service
- Added option to prefix value in string fields
- Added option to return playcount or listeners
- Fixed error in installation package
- Fixed lowest rank being used instead of highest
- Fixed string fields not being zero padded
- Added delay to comply with Last.Fms terms of service
- Added option to prefix value in string fields
- Added option to return playcount or listeners
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: Artist Top Tracks 1.1 - Created 29/04/2010
Thanks for the update Trixmoto - great work.
Re: Artist Top Tracks 1.1 - Created 29/04/2010
Impressive. Thanks, this is my most used script.
Re: Artist Top Tracks 1.1 - Created 29/04/2010
Thanks for the zero padding, but can we get an extra 0 for the playcount as Lady Gaga's Poker Face is on 1,985,576 which doesn't sort as it as an extra digit so it's placed among the 100,000s
-
- Posts: 29
- Joined: Mon Apr 03, 2006 12:23 pm
- Location: Netherlands
Re: Artist Top Tracks 1.1 - Created 29/04/2010
Thanx, the script works perfect now. 

Re: Artist Top Tracks 1.1 - Created 29/04/2010
I will add an option to allow you to set the padding in the next version. For now you'll need to modify lines 307-310...
...so that they are padded by 7 or 8.
Code: Select all
Case 1
valu = valu&Pad(rank,6)
Case 2
valu = valu&Pad(rank,6)
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: Artist Top Tracks 1.1 - Created 29/04/2010
Thanks for the quick response to amend!
Re: Artist Top Tracks 1.2 - Updated 26/06/2010
New version (1.2) is now available to download from my website. I've added an option to specify the length when zero padding.
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: Artist Top Tracks 1.2 - Updated 26/06/2010
Sweet! I was just looking for something like this. Thanks.
I think it would also be quite useful to add some functionality to project the imported data to a rating. But perhaps that should be done aside from this script. Does anybody know of an existing script that can assign ratings from a series of numbers (rank/listeners/playcount)?
I think it would also be quite useful to add some functionality to project the imported data to a rating. But perhaps that should be done aside from this script. Does anybody know of an existing script that can assign ratings from a series of numbers (rank/listeners/playcount)?
-
- Posts: 13
- Joined: Wed Nov 26, 2008 2:45 pm
Re: Artist Top Tracks 1.2 - Updated 26/06/2010
Hey Trix, Thanks for the awesome script.
Trying to understand the Zero Pad option.. Read the issues above but cant seem to figure this one out.
The Default has this set to "2"
My issue is still with Sorting on this field example:
10203
1061
10691
Trying to understand the Zero Pad option.. Read the issues above but cant seem to figure this one out.
The Default has this set to "2"
My issue is still with Sorting on this field example:
10203
1061
10691