mirror of
https://github.com/edufeed-org/nips.git
synced 2025-12-10 08:44:33 +00:00
Draft External Content IDs
This commit is contained in:
parent
403b5199a4
commit
280eb498e0
2 changed files with 32 additions and 0 deletions
31
XX.md
Normal file
31
XX.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NIP-XX
|
||||
======
|
||||
|
||||
External Content IDs
|
||||
-------------------------
|
||||
|
||||
`draft` `optional`
|
||||
|
||||
There are certain established global content identifiers that would be useful to reference in nostr events so that clients can query all events assosiated with these ids.
|
||||
|
||||
- Book [ISBNs](https://en.wikipedia.org/wiki/ISBN)
|
||||
- Podcast [GUIDs](https://podcastnamespace.org/tag/guid)
|
||||
- Movie [EIDRs](https://www.eidr.org)
|
||||
|
||||
Since the `i` tag is already used for similar references in kind-0 metadata events it makes sense to use it for these content ids as well.
|
||||
|
||||
|
||||
## Supported IDs
|
||||
|
||||
### Books:
|
||||
|
||||
- Book ISBN: `["i", "book:isbn:123"]`
|
||||
|
||||
### Podcasts:
|
||||
|
||||
- Podcast Feed GUID: `["i", "podcast:guid:123"]`
|
||||
- Podcast Item GUID: `["i", "podcast:item:guid:123"]`
|
||||
|
||||
### Movies:
|
||||
|
||||
- Movie EIDR: `["i", "movie:eidr:123"]`
|
||||
Loading…
Add table
Add a link
Reference in a new issue