| Age | Commit message (Collapse) | Author |
|
|
|
Extends NIP-71 to support addressable video events for content that may need updates after publication. This enables:
- Metadata corrections without republishing
- URL migration when hosting changes
- Preservation of imported content IDs from legacy platforms
- Platform migration tracking
Adds kinds 32221 (normal videos) and 32222 (short videos) with required 'd' tag for unique identification and optional 'origin' tag for tracking imported content.
|
|
|
|
|
|
as noticed by @bezysoftware at https://github.com/nostr-protocol/nips/pull/1437#issuecomment-2380626514.
I don't know how so many of these instances were left from the original PR at following ca3c52e3e74f0a4679f1c6c0d9ac6461ea748d2d.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Content in the summary tag is duplicated in the .content field
|
|
Co-authored-by: Pablo Fernandez <pfer@me.com>
|
|
Changed view start and end time to seconds
|
|
Adding segments
|
|
After discussing with Pablo, we decided to move away from relying on kind 1063 events and instead use the majority of the same tags for video events. The main motivations behind this are to allow for parameterized replaceable events for video events, prevent excessive `REQ` requests, not stringify event JSON in the `.content` section, ease of filtering by kind number, as well as some others. Happy to discuss this further.
|
|
Co-authored-by: Pablo Fernandez <pfer@me.com>
|
|
Changing to NIP-71
|