katelyynn / bleh

home of bleh, my last.fm theme/script
https://cutensilly.org/bleh/fm
GNU General Public License v3.0
14 stars 0 forks source link

improve recent activity loved track-detection #89

Open jabreen opened 3 weeks ago

jabreen commented 3 weeks ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

very very specific nitpicky request - the new "Recent activity" section shows newly-loved tracks, but (presumably) only client-side. i loved a couple of songs on my mobile last.fm client, refreshed the theme, and they weren't there, even though they were added to the loved list

Describe the solution you'd like A clear and concise description of what you want to happen.

presumably parse the loved list on refresh for new tracks and the timestamp at which they were added? idk how their API works image image

forgive me if this isn't plausible || last.fm if u need it to check

katelyynn commented 3 weeks ago

this is definitely something i can try looking into at some point. i imagine it'll be a lil complicated but all it would require is keeping a local hidden list of what loved tracks u last had so it can identify new ones

rn the activity list works by just hooking events aka clicking the post shout button, love track button, set obsession etc. but having it sync could be cool