Skip to content
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

Merged
merged 1 commit into from
Dec 16, 2016
Merged

Interactive transcripts display #27

merged 1 commit into from
Dec 16, 2016

Conversation

dorosh
Copy link

@dorosh dorosh commented Dec 14, 2016

get transcripts for youtube, wistia, brightcove

  • add transcripts to context template players
  • add button for subtitles and text block with translates

"xblockEventPlugin": {}
}
})

frag = super(YoutubePlayer, self).get_frag(**context)
print(context)
Copy link

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

Copy link
Author

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": {
Copy link

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.

Copy link
Author

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 %}
Copy link

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

Copy link
Author

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

@z4y4ts
Copy link

z4y4ts commented Dec 14, 2016

Also, please update bower.json

Copy link

@z4y4ts z4y4ts left a 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
@dorosh dorosh force-pushed the feature/transcrip_display branch from 6baf678 to 8c64b03 Compare December 16, 2016 08:48
@dorosh dorosh merged commit 33b335e into dev Dec 16, 2016
@z4y4ts z4y4ts deleted the feature/transcrip_display branch May 9, 2017 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants