From 15f81522a9fe836c68e1f666cece88bf7a492c36 Mon Sep 17 00:00:00 2001 From: zeSchlausKwab Date: Fri, 18 Jul 2025 14:24:40 +0200 Subject: [PATCH] Update 'd' tag requirements in XX.md for improved stability and clarity; change example value to a random identifier and clarify default behavior. --- XX.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/XX.md b/XX.md index 3c026c87..e5513464 100644 --- a/XX.md +++ b/XX.md @@ -117,7 +117,7 @@ Each stream object MUST include: "created_at": 1690000000, "content": "{\"description\":\"Eclectic mix of jazz, world music, and electronic sounds from France.\",\"streams\":[{\"url\":\"https://icecast.radiofrance.fr/fiprock-hifi.aac\",\"format\":\"audio/aac\",\"quality\":{\"bitrate\":128000,\"codec\":\"aac\",\"sampleRate\":44100},\"primary\":true}]}", "tags": [ - ["d", "fip-radio-paris"], + ["d", "a7f9d2e1b8c3"], ["name", "FIP Radio"], ["t", "jazz"], ["t", "world"], @@ -147,9 +147,9 @@ Persistent discussion threads use existing comment protocols such as [NIP-25](25 ### Station Identification -- The `d` tag value SHOULD be descriptive and stable for the station +- The `d` tag value SHOULD be a random identifier to ensure stability over time +- If no `d` tag is present, it defaults to an empty string - Multiple stations can be published by the same pubkey using different `d` tags -- Clients SHOULD use the station name as a fallback identifier ### Streaming Compatibility