upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/F3.md
blob: 8f6c6d19596cdba45841a549367724b21718510f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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...
}
```