Page 3 of 6

Re: Artist Top Tracks 1.2 - Updated 26/06/2010

Posted: Thu Dec 02, 2010 3:50 am
by sourceminer
OK seem to have figured it out, however I see why I was confused.
I had changed this setting a few times without seeing any result, until I told it to update Custom1 with
Rank rather than Play count just to reset of sorts... Then ran the script again telling it to Re-Update Custom1
with the play count with zero pad set to 8.

The script may need to overwrite the field or have an option to overwrite existing data.

Re: Artist Top Tracks 1.2 - Updated 26/06/2010

Posted: Thu Dec 02, 2010 4:28 am
by trixmoto
It should always overwrite unless the value is the same, but it applies the padding before checking so this should work. :-?

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Mon Dec 06, 2010 6:22 pm
by trixmoto
New version (1.3) is now available to download from my website. Changes include...

- Fixed multi-value separator not working correctly
- Fixed changing the padding value doesn't update values

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Sun Feb 13, 2011 10:18 am
by Mastrom
You need to add zeroes in front of numbers so when you sort songs by the custom field (text) storing the value sorting will work properly. Now all nines will go together no matter if it's 9 or 91 or 9991 plays.

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Sun Feb 13, 2011 12:11 pm
by trixmoto
Yeah, there's an option for that.

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Sun Apr 24, 2011 3:07 pm
by unnicorn
Looks pretty obvious since no one else has asked for it, but how do I enable or activate it and where are the options to customize the script.

Installed the script already

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Mon Apr 25, 2011 12:42 pm
by trixmoto
Tools > Scripts > Artist Top Tracks

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Thu Apr 28, 2011 12:11 pm
by Onweerwolf
Does this script understand that a song tagged with artist 'Beatles' needs to get last.fm's data from 'The Beatles'?

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Thu Apr 28, 2011 12:59 pm
by trixmoto
It fixes "Beatles, The" to "The Beatles", but it doesn't guess that it might need to have "The" at the front, no.

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Thu Apr 28, 2011 1:30 pm
by Onweerwolf
Ok, thnx for answering. :)

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Sat Jan 21, 2012 2:05 pm
by fands
This is a very very nice script, but unfortunately only parses the 50 best tracks. (probably because more tracks were not allowed by Last.fm at the time)
Last.fm has no limit for the number of tracks anymore, so I suggest you change the search parameter and add &limit=>>whatever your limit will be<<

To do it yourself:
Change line 186 from the script:

Code: Select all

  Dim url : url = "http://ws.audioscrobbler.com/2.0/?method=artist.getTopTracks&api_key=6cfe51c9bf7e77d6449e63ac0db2ac24&artist="
TO:

Code: Select all

  Dim url : url = "http://ws.audioscrobbler.com/2.0/?method=artist.getTopTracks&limit=9999&api_key=6cfe51c9bf7e77d6449e63ac0db2ac24&artist="
With this change I can get the playcount for all my tracks instead of only the 50 best ones :D

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Sun Jan 22, 2012 4:41 am
by trixmoto
Ok, thanks, I'll add this to my list.

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Tue May 08, 2012 7:21 pm
by kazadharri
OK. So I'm running this script. But I am now wondering if it can do what I would like to do with the results? Which is create a playlist of the top 15- 20 ranked songs by each artist which would then act as an input the to Radio DJ script I use. So would I need to create a Magic Node somehow? If so, anyone have any ideas on how the sql would go? I am not a SQL programmer at all.

Thanks,
Jeff

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Wed Jul 11, 2012 12:23 am
by juglar103
doesnt work in version 4.0.6?

Re: Artist Top Tracks 1.3 - Updated 06/12/2010

Posted: Wed Jul 11, 2012 2:58 am
by trixmoto
Negative questions are a little confusing and I'm not really sure how to answer it directly. It worked for me yesterday though.