-
Notifications
You must be signed in to change notification settings - Fork 70
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
Description to show #26
Comments
I would also like to know how to get the video descriptions to show up in the playlist. |
I really needed this done so went and changed one of the core files with the code below:
I placed it in the videojs-playlist-ui.js file. Worked perfectly after that. |
Descriptions aren't showing up for me either, as they do on the advanced example demonstration here. Video.js 5.16.0 videojs-playlist videojs-playlist-ui - v3.0.0 - 2016-09-08 |
Any breakthroughs with this? Where is a good place to place the code poonamthorup posted above. Thanks. |
Add this after line 199 where the li is constructed.
|
I downloaded what I think was the most recent version, and just used the existing code design pattern to add it in. I was at line 301 when I added this, where the LI is being constructed, just as is mentioned above. I was using a description no matter what so I didn't check for one, though I think you could probably pass an empty string instead of something like "No Description" like I did. I also like checking for the description, as done above, I just knew I always needed one...
The class already matches up with existing styles, and can be overwritten with inline styles, though I had to use !important. |
You can also try the steps mentioned in - https://player.support.brightcove.com/references/video-metadata-mediainfo.html |
Hi,
Any idea how the description can show up in the playlist?
The text was updated successfully, but these errors were encountered: