Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
doesn't show track titles for me, have a couple of other last.fm userscripts installed though. |
|
|
I think a neat addition to this script would be separate percentages for the weekly charts, so that it shows a percentage of only the total tracks played in the date range that the chart is in. I realize this might be a little weird to code, but it's just an idea. Thanks for the great script, and M Lenzen, I like that you added support for smaller percentages. |
|
|
If anyone's intereset I posted my changes here:
|
|
|
Oh yea, the script is great btw. |
|
|
I found that whole percentages weren't detailed enough for me, if anybody else is interested, so I changed the percentage line to: var percentage = Math.round((played / tracksplayed) * 1000) / 10; and changed the cutoff to .1% |
|
|
Cool, though sometimes the percentages don't fit into the dark gray bar. Take a look at the 1 % artists in the "overall" listing here: http://www.last.fm/user/Malesca/ |
|
|
Nice one. |