diff options
Diffstat (limited to '71.md')
| -rw-r--r-- | 71.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -39,6 +39,7 @@ The list of tags are as follows: | |||
| 39 | * `image` (optional) url of preview image with same dimensions | 39 | * `image` (optional) url of preview image with same dimensions |
| 40 | * `content-warning` (optional) warning about content of NSFW video | 40 | * `content-warning` (optional) warning about content of NSFW video |
| 41 | * `alt` (optional) description for accessibility | 41 | * `alt` (optional) description for accessibility |
| 42 | * `segment` (optional, repeated) start timestamp in format `HH:MM:SS.sss`, end timestamp in format `HH:MM:SS.sss`, chapter/segment title, chapter thumbnail-url | ||
| 42 | * `t` (optional, repeated) hashtag to categorize video | 43 | * `t` (optional, repeated) hashtag to categorize video |
| 43 | * `p` (optional, repeated) 32-bytes hex pubkey of a participant in the video, optional recommended relay URL | 44 | * `p` (optional, repeated) 32-bytes hex pubkey of a participant in the video, optional recommended relay URL |
| 44 | * `r` (optional, repeated) references / links to web pages | 45 | * `r` (optional, repeated) references / links to web pages |
| @@ -71,6 +72,7 @@ The list of tags are as follows: | |||
| 71 | ["i",<torrent infohash>], | 72 | ["i",<torrent infohash>], |
| 72 | ["text-track", "<encoded `kind 6000` event>", "<recommended relay urls>"], | 73 | ["text-track", "<encoded `kind 6000` event>", "<recommended relay urls>"], |
| 73 | ["content-warning", "<reason>"], | 74 | ["content-warning", "<reason>"], |
| 75 | ["segment", <start>, <end>, "<title>", "<thumbnail URL>"], | ||
| 74 | 76 | ||
| 75 | // Participants | 77 | // Participants |
| 76 | ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>"], | 78 | ["p", "<32-bytes hex of a pubkey>", "<optional recommended relay URL>"], |