Damus
nobody · 26w
Iโ€™ve been using this as reference: https://podcasting2.org/docs/podcast-namespace/tags/value-recipient And then once Iโ€™ve made that bit, in Castopod as nostr:npub1f49twdlzlw667r74jz6t06xxlemd8gp...
๐–˜๐–Š๐–™๐–™๐–”๐–˜๐–๐–Ž ๐–™๐–”๐–“๐–†๐–’๐–Ž profile picture
Currently, you value block looks like this:

<podcast:value type="lightning" method="keysend">
<podcast:valueRecipient name="[email protected]" type="node" address="039c6ce177bcbff05924bad1ab2e877b06ebf9201ea1e039886ad84ebc73e716c3" customKey="696969" customValue="1" split="100"/>
</podcast:value>

Say your manager, George, in his endless generosity suggests you add a split for @nobody and me. 3% each, because of course Merlin and @Rexi ๐Ÿฆด deserve treats too. Then it would look like this:


<podcast:value type="lightning" method="keysend">
<podcast:valueRecipient name="[email protected]" type="node" address="039c6ce177bcbff05924bad1ab2e877b06ebf9201ea1e039886ad84ebc73e716c3" customKey="696969" customValue="1" split="94"/>
<podcast:valueRecipient name="james" type="lnaddress" split="3" address="[email protected]"/>
<podcast:valueRecipient name="[email protected]" type="node" address="02591ad07975526c7e8ee63362ca524a6b3fd7a55b18b652891c8b0d4a50cf6e7e" customKey="696969" customValue="1" split="3"/>
</podcast:value>

Pay attention to the differences in <podcast:valueRecipient> tags and within those, see the values in their respective split="".
2
ChadF and 33 others · 26w
Looking at that on my phone it looks correct but you won't know until you updated the feed and push it to production. When/if you do just let us know and we can send some Boosts. You have one so adding others isn't much different.
inpc · 26w
Iโ€™ll give that a try once I figure out what the hell is going wrong with Nextcloud now, thanks!!