You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 51.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Aside from their main identifier, the `"d"` tag, sets can optionally have a `"ti
50
50
| Relay sets | 30002 | user-defined relay groups the user can easily pick and choose from during various operations |`"relay"` (relay URLs) |
51
51
| Bookmark sets | 30003 | user-defined bookmarks categories , for when bookmarks must be in labeled separate groups |`"e"` (kind:1 notes), `"a"` (kind:30023 articles), `"t"` (hashtags), `"r"` (URLs) |
52
52
| Curation sets | 30004 | groups of articles picked by users as interesting and/or belonging to the same category |`"a"` (kind:30023 articles), `"e"` (kind:1 notes) |
53
-
| Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category |`"a"` (kind:34235 videos) |
53
+
| Curation sets | 30005 | groups of videos picked by users as interesting and/or belonging to the same category |`"a"` (kind:21 videos)|
54
54
| Kind mute sets | 30007 | mute pubkeys by kinds<br>`"d"` tag MUST be the kind string |`"p"` (pubkeys) |
55
55
| Interest sets | 30015 | interest topics represented by a bunch of "hashtags" |`"t"` (hashtags) |
56
56
| Emoji sets | 30030 | categorized emoji groups |`"emoji"` (see [NIP-30](30.md)) |
Copy file name to clipboardexpand all lines: 71.md
+16-16
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,19 @@ Video Events
6
6
7
7
`draft``optional`
8
8
9
-
This specification defines video events representing a dedicated post of externally hosted content. These video events are _addressable_ and delete-requestable per [NIP-09](09.md).
9
+
This specification defines _video_ events representing a dedicated post of externally hosted content.
10
10
11
-
Unlike a `kind1` event with a video attached, Video Events are meant to contain all additional metadata concerning the subject media and to be surfaced in video-specific clients rather than general micro-blogging clients. The thought is for events of this kind to be referenced in a Netflix, YouTube, or TikTok like nostr client where the video itself is at the center of the experience.
11
+
Unlike a `kind:1` event with a video attached, video events are meant to contain all additional metadata concerning the subject media and to be surfaced in video-specific clients rather than general micro-blogging clients. The thought is for events of this kind to be referenced in a Netflix, YouTube, or TikTok like nostr client where the video itself is at the center of the experience.
12
12
13
13
## Video Events
14
14
15
-
There are two types of video events represented by different kinds: horizontal and vertical video events. This is meant to allow clients to cater to each as the viewing experience for horizontal (landscape) videos is often different than that of vertical (portrait) videos (Stories, Reels, Shorts, etc).
15
+
There are two types of video events represented by different kinds: _normal_ and _short_ video events. This is meant to allow clients to cater to each as the viewing experience for longer, mostly horizontal (landscape) videos is often different than that of short-form, mostly vertical (portrait), videos ("stories", "reels", "shorts" etc).
16
+
17
+
Nothing except cavaliership and common sense prevents a _short_ video from being long, or a _normal_ video from being vertical, and that may or may not be justified, it's mostly a stylistic qualitative difference, not a question of actual raw size.
16
18
17
19
#### Format
18
20
19
-
The format uses an _addressable event_ kind `34235` for horizontal videos and `34236` for vertical videos.
21
+
The format uses a _regular event_ kind `21` for _normal_ videos and `22` for _short_ videos.
20
22
21
23
The `.content` of these events is a summary or description on the video content.
22
24
@@ -27,7 +29,7 @@ Each `imeta` tag can be used to specify a variant of the video by the `dim` & `m
0 commit comments