upleb.uk

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

summaryrefslogtreecommitdiff
path: root/F3.md
diff options
context:
space:
mode:
Diffstat (limited to 'F3.md')
-rw-r--r--F3.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/F3.md b/F3.md
new file mode 100644
index 0000000..8f6c6d1
--- /dev/null
+++ b/F3.md
@@ -0,0 +1,21 @@
1NIP-F3
2======
3
4Scrobbling
5----------
6
7`draft` `optional`
8
9This NIP defines `kind:1073` as a _scrobble_ event. It has the following format:
10
11```yaml
12{
13 "kind": 1073,
14 "tags": [
15 ["title", "<song title>"],
16 ["album", "<song album>", "<optional variant>"],
17 ["artist", "<musician or band>", "<optional variant>"]
18 ]
19 // other fields...
20}
21```