scrobbling.

This commit is contained in:
fiatjaf
2025-07-19 14:15:08 -03:00
parent 1afb6da049
commit a0a28462f0
+21
View 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...
}
```