upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--73.md1
-rw-r--r--F3.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/73.md b/73.md
index d883e79..545c961 100644
--- a/73.md
+++ b/73.md
@@ -20,6 +20,7 @@ There are certain established global content identifiers such as [Book ISBNs](ht
20| Geohashes | "geo:`<geohash, lowercase>`" | "geo" | 20| Geohashes | "geo:`<geohash, lowercase>`" | "geo" |
21| Movies | "isan:`<id, without version part>`" | "isan" | 21| Movies | "isan:`<id, without version part>`" | "isan" |
22| Papers | "doi:`<id, lowercase>`" | "doi" | 22| Papers | "doi:`<id, lowercase>`" | "doi" |
23| Music pieces | "isrc:`<id, uppercase>`" | "isrc" |
23| Hashtags | "#`<topic, lowercase>`" | "#" | 24| Hashtags | "#`<topic, lowercase>`" | "#" |
24| Podcast Feeds | "podcast:guid:`<guid>`" | "podcast:guid" | 25| Podcast Feeds | "podcast:guid:`<guid>`" | "podcast:guid" |
25| Podcast Episodes | "podcast:item:guid:`<guid>`" | "podcast:item:guid" | 26| Podcast Episodes | "podcast:item:guid:`<guid>`" | "podcast:item:guid" |
diff --git a/F3.md b/F3.md
index 8f6c6d1..591bd6c 100644
--- a/F3.md
+++ b/F3.md
@@ -12,6 +12,7 @@ This NIP defines `kind:1073` as a _scrobble_ event. It has the following format:
12{ 12{
13 "kind": 1073, 13 "kind": 1073,
14 "tags": [ 14 "tags": [
15 ["i", "isrc:<code>"],
15 ["title", "<song title>"], 16 ["title", "<song title>"],
16 ["album", "<song album>", "<optional variant>"], 17 ["album", "<song album>", "<optional variant>"],
17 ["artist", "<musician or band>", "<optional variant>"] 18 ["artist", "<musician or band>", "<optional variant>"]