add isrc code.

This commit is contained in:
fiatjaf 2025-07-21 17:32:57 -03:00
parent a0a28462f0
commit 33e68dd769
2 changed files with 2 additions and 0 deletions

1
73.md
View File

@ -20,6 +20,7 @@ There are certain established global content identifiers such as [Book ISBNs](ht
| Geohashes | "geo:`<geohash, lowercase>`" | "geo" |
| Movies | "isan:`<id, without version part>`" | "isan" |
| Papers | "doi:`<id, lowercase>`" | "doi" |
| Music pieces | "isrc:`<id, uppercase>`" | "isrc" |
| Hashtags | "#`<topic, lowercase>`" | "#" |
| Podcast Feeds | "podcast:guid:`<guid>`" | "podcast:guid" |
| Podcast Episodes | "podcast:item:guid:`<guid>`" | "podcast:item:guid" |

1
F3.md
View File

@ -12,6 +12,7 @@ This NIP defines `kind:1073` as a _scrobble_ event. It has the following format:
{
"kind": 1073,
"tags": [
["i", "isrc:<code>"],
["title", "<song title>"],
["album", "<song album>", "<optional variant>"],
["artist", "<musician or band>", "<optional variant>"]