Discussion for handle value:block in feeds with remote:items #485
thebells1111
started this conversation in
Clarification Needed
Replies: 2 comments 1 reply
-
This is an interesting idea. I’ve been thinking that to move forward we would probably want to formalize remoteItem first since a lot of other things are starting to flow from that. Then we can include some other dependent features like we are discussing with lists, etc. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@agates Do you have thoughts here? I know we briefly discussed it in the board meeting, but I don't remember what the consensus was, or if there was one. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With issues #363 #346 proposed by @agates the ability to create curated content lists as RSS feeds is attainable. The
<podcast:remoteItem>
allows a channel with a link to items found in other channels. However, the channel also allows a<podcast:value>
block. Now, most apps will override the channel level value block with the item level value block, but I can see a few issues arising, and would like some input to determine what these issues are, if these issues are worth addressing, and what we can do to fix them.Here's some I've thought of:
value
block, then is receiving the full value of anyone streaming to an episode they did very little produce. The listener would most likely assume all streaming and boosts are going to the podcaster, which wouldn't be the case.value
block for a small percentage to cover the time and expertise it takes to curate a popular list. I don't necessarily have an issue with someone wanting to be included in thevalue
block, but it brings up a whole host of other issues, like what's a proper percentage when curating, they'll be cutting into a podcaster's cut and the podcaster may not want to share revenue with someone for the simple task of curating a list, and if it's a popular podcast, a 1% cut could be a significant amount of money. Each person we add to thevalue
block is at the very least a 1% cut of revenue to the podcaster.I'm wondering if it's appropriate for a channel with
remoteItems
to have a channel levelvalue
block. I can see pros and cons to this.I'm also thinking at some point value cuts will need the ability to have to be a set using something other than percentages. Something like a static fee of 10 sats is the curators cut of each transaction, or something like
10 sats or 1%, whichever is less
Beta Was this translation helpful? Give feedback.
All reactions