mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-12-14 02:48:50 +00:00
378 B
378 B
NIP-F3
Scrobbling
draft optional
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>"]
]
// other fields...
}