-
Notifications
You must be signed in to change notification settings - Fork 695
scrobbling #1981
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
base: master
Are you sure you want to change the base?
scrobbling #1981
Conversation
Você Não Presta |
Some kind of references might be useful to include, c.f. #1043 |
@staab sorry, I had this commit with the ISRC code thing. From that code you can get basically anything from a song. Trusting clients to get all the metadata right is a mistake, I think. I guess even the "title", "artist" and "album" are included here only as contextual hints, but ISRC should be authoritative. The hardest part is how to get an ISRC code from a song except for their official search and third party websites which are all highly gated. It's also possible to get one from the Spotify API. If DVMs weren't so bad I would say they could be used to do that job. Everything is too hard. |
|
||
This NIP defines `kind:1073` as a _scrobble_ event. It has the following format: | ||
|
||
```yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yaml should say json
Second implementation: https://nostrapps.github.io/trackstr/ |
MusicBrainz has everything https://musicbrainz.org/isrc/USUG11904206 |
Reverse lookup if you want lookup: https://www.isrcfinder.com/ |
Another way to seed data could be from here: https://listenbrainz.org/recent/ |
this is for publishing music you heard to, like https://last.fm/ and other social networks do.
this is a placeholder and the NIP text is incomplete.