ehedaya / theSloth

A chrome extension to relay data about songs played in http://thephish.fm/listen
http://stats.thephish.fm/
3 stars 3 forks source link

Song pages? #64

Closed KernelForbin closed 10 years ago

KernelForbin commented 10 years ago

Were these taken out for a particular reason? Lack of functionality with new API?

By this I mean the "Song" header at the top of stats that allows you to see last time a song was played (not the version).

ehedaya commented 10 years ago

A first-pass version of this is up on http://staging.stats.thephish.fm/songs.html ... mostly just testing the retrieval / filtering of songs. Please play around with it and let me know if you see any mismatches. It's not including songs with no show date, so "other" music won't be included, which includes album plays I suppose.

ehedaya commented 10 years ago

Also note that the "count" is only updated when you view a list of those songs, as it is a fairly intense query for each song so looping for each song is not feasible. And the list of songs is cached for about 10 seconds.

ehedaya commented 10 years ago

OK this is now on the main stats site. A few little things to finish off here and there like sorting of the songs list and displaying popular versions + DJs on the sidebar of the songs page.