We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently in pentabarf.xml, the <event> for non-talk schedule items contains the static:
pentabarf.xml
<event>
<recording> <optout>false</optout> <license>{{ WAFER_VIDEO_LICENSE }}</license> </recording>
We should have some way to control this, so that video systems don't have to do heuristics.
Maybe a "no-video" boolean on scheduleitems, that overrides the default?
The text was updated successfully, but these errors were encountered:
Are ScheduleItems stable enough to attach this information to? I.e. would it be lost if an event was moved to a different slot?
Sorry, something went wrong.
Hrm, probably a duplicate of #384, which I didn't find in my quick skim earlier.
As you mentioned in #614, they probably aren't stable enough, but we could make them more stable.
No branches or pull requests
Currently in
pentabarf.xml
, the<event>
for non-talk schedule items contains the static:We should have some way to control this, so that video systems don't have to do heuristics.
Maybe a "no-video" boolean on scheduleitems, that overrides the default?
The text was updated successfully, but these errors were encountered: