diff options
Diffstat (limited to 'F3.md')
| -rw-r--r-- | F3.md | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -0,0 +1,21 @@ | |||
| 1 | NIP-F3 | ||
| 2 | ====== | ||
| 3 | |||
| 4 | Scrobbling | ||
| 5 | ---------- | ||
| 6 | |||
| 7 | `draft` `optional` | ||
| 8 | |||
| 9 | This NIP defines `kind:1073` as a _scrobble_ event. It has the following format: | ||
| 10 | |||
| 11 | ```yaml | ||
| 12 | { | ||
| 13 | "kind": 1073, | ||
| 14 | "tags": [ | ||
| 15 | ["title", "<song title>"], | ||
| 16 | ["album", "<song album>", "<optional variant>"], | ||
| 17 | ["artist", "<musician or band>", "<optional variant>"] | ||
| 18 | ] | ||
| 19 | // other fields... | ||
| 20 | } | ||
| 21 | ``` | ||