-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feature: Show duration of the videos in Show Content Sidebar #1487
Comments
Can you assign this issue to me? |
Working on it |
Is anyone working on this issue |
Yes I'm on it |
The issue can be resolved by converting the VideoMetaData.duration to the required format (x hr y min) and adding it to the sidebar. |
@devsargam Any suggestion on getting null values ?? |
by running the prisma migrations the VideoMetaData table has duration set to null. In the production db it would have the videos duration. |
Got it, thank you. Will raise PR |
Is your feature request related to a problem? Please describe.
It would be great if we add video duration to the sidebar which helps to directly check the duration without opening the specific video.
Describe the solution you'd like
We can use existing params content.VideoMetadata.duration or content.videoProgress.VideoFullDuration to display the video duration
Additional context
Getting null for both the params. Please suggest something if we can get the video duration.
The text was updated successfully, but these errors were encountered: