diff --git a/73.md b/73.md index d883e791..545c961d 100644 --- a/73.md +++ b/73.md @@ -20,6 +20,7 @@ There are certain established global content identifiers such as [Book ISBNs](ht | Geohashes | "geo:``" | "geo" | | Movies | "isan:``" | "isan" | | Papers | "doi:``" | "doi" | +| Music pieces | "isrc:``" | "isrc" | | Hashtags | "#``" | "#" | | Podcast Feeds | "podcast:guid:``" | "podcast:guid" | | Podcast Episodes | "podcast:item:guid:``" | "podcast:item:guid" | diff --git a/F3.md b/F3.md index 8f6c6d19..591bd6c4 100644 --- a/F3.md +++ b/F3.md @@ -12,6 +12,7 @@ This NIP defines `kind:1073` as a _scrobble_ event. It has the following format: { "kind": 1073, "tags": [ + ["i", "isrc:"], ["title", ""], ["album", "", ""], ["artist", "", ""]