mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-09 08:38:50 +00:00
add isrc code.
This commit is contained in:
1
73.md
1
73.md
@@ -20,6 +20,7 @@ There are certain established global content identifiers such as [Book ISBNs](ht
|
|||||||
| Geohashes | "geo:`<geohash, lowercase>`" | "geo" |
|
| Geohashes | "geo:`<geohash, lowercase>`" | "geo" |
|
||||||
| Movies | "isan:`<id, without version part>`" | "isan" |
|
| Movies | "isan:`<id, without version part>`" | "isan" |
|
||||||
| Papers | "doi:`<id, lowercase>`" | "doi" |
|
| Papers | "doi:`<id, lowercase>`" | "doi" |
|
||||||
|
| Music pieces | "isrc:`<id, uppercase>`" | "isrc" |
|
||||||
| Hashtags | "#`<topic, lowercase>`" | "#" |
|
| Hashtags | "#`<topic, lowercase>`" | "#" |
|
||||||
| Podcast Feeds | "podcast:guid:`<guid>`" | "podcast:guid" |
|
| Podcast Feeds | "podcast:guid:`<guid>`" | "podcast:guid" |
|
||||||
| Podcast Episodes | "podcast:item:guid:`<guid>`" | "podcast:item:guid" |
|
| Podcast Episodes | "podcast:item:guid:`<guid>`" | "podcast:item:guid" |
|
||||||
|
|||||||
1
F3.md
1
F3.md
@@ -12,6 +12,7 @@ This NIP defines `kind:1073` as a _scrobble_ event. It has the following format:
|
|||||||
{
|
{
|
||||||
"kind": 1073,
|
"kind": 1073,
|
||||||
"tags": [
|
"tags": [
|
||||||
|
["i", "isrc:<code>"],
|
||||||
["title", "<song title>"],
|
["title", "<song title>"],
|
||||||
["album", "<song album>", "<optional variant>"],
|
["album", "<song album>", "<optional variant>"],
|
||||||
["artist", "<musician or band>", "<optional variant>"]
|
["artist", "<musician or band>", "<optional variant>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user