-
Notifications
You must be signed in to change notification settings - Fork 20
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
Uploading videos in a course does not work as expected #765
Comments
Implementing this is possible for the regular upload using the 'Medien Hochladen' button. However, for the studio upload using the 'Video Aufnehmen' button, it's not directly feasible. For now, I'll only add it for the regular upload. |
* On Mediaupload attach video to currently selected playlist * Implement dropdown to choose playlist in mediaupload dialog * Make sure a course mediaupload isnt added to default playlist * Make sure only Videos with tokens are available thru the backend * After mediaupload, visualize that the video is processing and bugfix
Unfortunately, the video appears to also get linked to the "course playlist" / "Kurswiedergabeliste" after it is done processing (not while still being processed). It is very unfortunate this won't work for uploads from OC Studio. Maybe clicking on "Video aufnehmen" should switch the playlist to the course playlist? |
I think switching playlists without any notification might also be confusing for some users. If we implement this, maybe we should have a notification pop up that says something along the lines of "Uploads über OC Studio werden immer in der Kurswiedergabelist angelegt. Aufgrund technischer Restriktionen ist das leider nicht anders möglich."? |
Uploading a video in this situation (or recording one in OC Studio) does not add the video to the currently selected playlist, but the course playlist. This is unexpected behavior and confusing. It is also annoying to have to then copy the video to the other playlist and delete it from the course playlist. Many users will probably believe that all videos need to be in the course playlist, as a sort of library for the course, which would result in an unorganized and relatively useless list.
The text was updated successfully, but these errors were encountered: