diff --git a/F3.md b/F3.md new file mode 100644 index 00000000..8f6c6d19 --- /dev/null +++ b/F3.md @@ -0,0 +1,21 @@ +NIP-F3 +====== + +Scrobbling +---------- + +`draft` `optional` + +This NIP defines `kind:1073` as a _scrobble_ event. It has the following format: + +```yaml +{ + "kind": 1073, + "tags": [ + ["title", ""], + ["album", "", ""], + ["artist", "", ""] + ] + // other fields... +} +```