How do I find my missing songs from last.fm?
Posted
by
duality_
on Super User
See other posts from Super User
or by duality_
Published on 2011-11-15T10:42:20Z
Indexed on
2011/11/16
10:02 UTC
Read the original article
Hit count: 292
My disk failed with all my music with it, lots of them. But luckily, I scrobbled every song to last.fm.
I am looking for a way to scan my disk for my songs and check last.fm and tell me which songs are missing from my disk that are present on last.fm.
So to recap: I would need to log into my last.fm account and compile a list of all the songs I have scrobbled and then scan my computer for missing songs.
Is there a program or script that does this? I don't mind it being a shell script even.
Edit: I know this is possible because I came close to this a little time ago. I created a PHP script (web page) that got all my songs through Last.fm API and then went through my files on disk and read their id3 tag. I got very close: the program showed missing songs, but there were many small issues (id3 reading was buggy, tags had different data, etc.) that required more programming time that I didn't have.
© Super User or respective owner