Proposal: <podcast:valuePercentage> #606
agates
started this conversation in
Tag Proposal
Replies: 2 comments
-
Thanks @agates we built this function into TrueFans. We give 1% of sats earned to the playlist curator. We can change this default amount in our admin dashboard. We will look at this proposal as this sounds like a user generated split request which we can add to the users settings. We built our functionality using VTS. So we honour the individual wallet splits for each episode but apply the 1%. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In case it wasn't obvious this depends on #607 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Value Percentage
<podcast:valuePercentage>
This elements specifies a percentage of value splits in combination with
<podcast:remoteItem>
tags that are not under<podcast:valueTimeSplit>
.This allows a feed to request a percentage of value splits without having to specify specific times for every
<podcast:remoteItem>
in their feed. This is particularly useful for playlists where the curator asks for a percentage for playlist curation or references in<podcast:podroll>
, incentivizing discoverability methods.The
maximumRemotePercentage
attribute from remote<podcast:value>
blocks should be respected.Parent
<podcast:value>
or<podcast:remoteItem>
Count
Single
Node Value
A number from 0 to 100, indicating a percentage. If not defined, defaults to 0. If the value is less than 0, 0 is assumed.
If the value is greater than 100, 100 is assumed.
Example (Music Playlist requesting 5% of the value at the channel, but 1% for one remoteItem)
Beta Was this translation helpful? Give feedback.
All reactions