Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
nick1n opened this issue Feb 28, 2012 · 2 comments
Closed

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

nick1n opened this issue Feb 28, 2012 · 2 comments
Assignees

Comments

@nick1n
Copy link
Owner

nick1n commented Feb 28, 2012

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 😕

@ghost ghost assigned nick1n Feb 28, 2012
@nick1n
Copy link
Owner Author

nick1n commented May 1, 2013

Related to Issue #50

@nick1n
Copy link
Owner Author

nick1n commented Sep 24, 2013

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

@nick1n nick1n closed this as completed Sep 24, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant