-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Interactive transcripts display #27
Conversation
"xblockEventPlugin": {} | ||
} | ||
}) | ||
|
||
frag = super(YoutubePlayer, self).get_frag(**context) | ||
print(context) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either log.debug()
or remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
"dynamicLabel": True, | ||
"default": "low" | ||
}, | ||
# "videoJsResolutionSwitcher": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete completely, add a note when to revert back or don't touch it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted
@@ -5,4 +5,9 @@ | |||
width="829" height="511" | |||
data-setup='{{ data_setup }}' | |||
> | |||
{% for caption in player_state.transcripts %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why single element of transcripts
is caption
?
Here and in similar places
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i will rename to var caption to transcript
Also, please update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go! Squash and merge it.
Please be sure to write good commit message.
get transcripts for youtube, wistia, brightcove - add transcripts to context template players - add button for subtitles and text block with translates
6baf678
to
8c64b03
Compare
get transcripts for youtube, wistia, brightcove