jeffvli / feishin

A modern self-hosted music player.
https://feishin.vercel.app
GNU General Public License v3.0
2.46k stars 103 forks source link

Pull top tracks from last.fm, not play data #592

Open sadmoonphoenix opened 5 months ago

sadmoonphoenix commented 5 months ago

What do you want to be added?

Pull top tracks from last.fm global data, instead of my own library. Maybe this one could be toggleable (and replace play stats everywhere?)

Additional context

Last.fm has a pretty good API that would make this pretty trivial. artist.getTopTracks for top tracks track.getInfo for grabbing stats

No, it is not server specific.

kgarner7 commented 1 month ago

For reference, Navidrome already does this. So it would really just be server-specific for Jellyfin, in which case Something like https://github.com/jesseward/jellyfin-plugin-lastfm is still probably better.