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:
authorfiatjaf <fiatjaf@gmail.com>2025-07-19 14:12:50 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-07-19 14:15:08 -0300
commita0a28462f020001005ef20ea5b2260dce5b525be (patch)
treee3da0fd16b0d7705f712fb071bda75e40ac7b105 /F3.md
parent1afb6da049e57dd628ef46a3b0f90300653a66ee (diff)
scrobbling.
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```