mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-09 08:38:50 +00:00
scrobbling.
This commit is contained in:
21
F3.md
Normal file
21
F3.md
Normal file
@@ -0,0 +1,21 @@
|
||||
NIP-F3
|
||||
======
|
||||
|
||||
Scrobbling
|
||||
----------
|
||||
|
||||
`draft` `optional`
|
||||
|
||||
This NIP defines `kind:1073` as a _scrobble_ event. It has the following format:
|
||||
|
||||
```yaml
|
||||
{
|
||||
"kind": 1073,
|
||||
"tags": [
|
||||
["title", "<song title>"],
|
||||
["album", "<song album>", "<optional variant>"],
|
||||
["artist", "<musician or band>", "<optional variant>"]
|
||||
]
|
||||
// other fields...
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user