diff options
| author | zmeyer44 <54515037+zmeyer44@users.noreply.github.com> | 2023-12-12 14:01:51 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 14:01:51 -0500 |
| commit | 2bd3c7400293c7e142fc68bc8d58176cecb9ab2d (patch) | |
| tree | 900ec39bddd935df511ffd77f679257a47a5fa17 | |
| parent | d53f6fba1510db7ad7440ca0c93429a88f1c6fa9 (diff) | |
Update 71.md
Adding segments
| -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>"], |