From a0a28462f020001005ef20ea5b2260dce5b525be Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Sat, 19 Jul 2025 14:12:50 -0300 Subject: [PATCH] scrobbling. --- F3.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 F3.md 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... +} +```