nick1n / nicholast.fm

Last.fm Stat Utility Web App
https://nicholast.fm
21 stars 1 forks source link

Faster and less Last.fm api calls: Weekly tracks #6

Closed nick1n closed 10 years ago

nick1n commented 12 years ago

Need to implement a method so that we can reduce the amount of calls it does to the api service, such as, use weekly stats, instead of recent tracks, but at the same time need to make sure the weekly stats don't get cut off, also need to use recent tracks for beginning and end of months for accurate monthly stats. Also, remember not to cache the most recent week/tracks because they can change.

I'm pretty sure weekly charts get cut off after 500 entries, which can happen, in which case, we dump that data, and use Recent Tracks for that week, and have it take much longer :confused:

nick1n commented 11 years ago

Related to Issue #50

nick1n commented 10 years ago

Closing this issue because we can't use Weekly tracks, since it doesn't include album name.