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--68.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/68.md b/68.md
index 2950712..6c1e7d2 100644
--- a/68.md
+++ b/68.md
@@ -6,9 +6,9 @@ Picture-first feeds
6 6
7`draft` `optional` 7`draft` `optional`
8 8
9This NIP defines event kind `20` for picture-first clients. Images must be self-contained. They are hosted externally and referenced using `imeta` tags 9This NIP defines event kind `20` for picture-first clients. Images must be self-contained. They are hosted externally and referenced using `imeta` tags.
10 10
11Unlike a `kind 1` event with a pircture attached, Picture events are meant to contain all additional metadata concerning the subject media and to be surfaced in picture-specific clients rather than general micro-blogging clients. The thought is for events of this kind to be referenced in a Instagram/Flickr/Snapshat/9gag like nostr client where the picture itself is at the center of the experience. 11The idea is for this type of event to cater to Nostr clients resembling platforms like Instagram, Flickr, Snapchat, or 9GAG, where the picture itself takes center stage in the user experience.
12 12
13## Picture Events 13## Picture Events
14 14
@@ -60,6 +60,8 @@ They may contain multiple images to be displayed as a single post.
60 60
61 // Specify the media type for filters to allow clients to filter by supported kinds 61 // Specify the media type for filters to allow clients to filter by supported kinds
62 ["m", "image/jpeg"], 62 ["m", "image/jpeg"],
63
64 // Hashes of each image to make them queryable
63 ["x", "<sha256>"] 65 ["x", "<sha256>"]
64 66
65 // Hashtags 67 // Hashtags
@@ -87,4 +89,4 @@ Only the following media types are accepted:
87- `image/png`: Portable Network Graphics (PNG) 89- `image/png`: Portable Network Graphics (PNG)
88- `image/webp`: Web Picture format (WEBP) 90- `image/webp`: Web Picture format (WEBP)
89 91
90Picture events might be used with [NIP-71](71.md)'s kind `34236` to display short vertical videos in the same feed. \ No newline at end of file 92Picture events might be used with [NIP-71](71.md)'s kind `34236` to display short vertical videos in the same feed.