-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I believe that setting up a value-split on a per-episode level is not supported by Sphinx yet, even though it is defined in the specification.
Quote from the <podcast:value>
spec:
<podcast:value
type="[cryptocurrency or layer(string)]"
method="[payment transport(string)]"
suggested="[payment amount(float)]"
>
[one or more "podcast:valueRecipient" elements]
</podcast:value>
This element can exist at either the
<channel>
or<item>
level.
The value tag, when it exists at the
<channel>
level, designates the payment scheme for the entire podcast. When it exists at the<item>
level, it is intended to override the channel level tag for that episode only.
Please let me know if my assessment is correct. I've experimented with various feed setups and looked through the code, and as far as I am able to tell this feature is simply not implemented yet. It's always possible that I'm wrong though and something is wrong with my feed.
Keep up the great work everyone 🧡