-
Notifications
You must be signed in to change notification settings - Fork 12
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
Different perspectives also visible for video's with NME #1409
Comments
Are you asking to be able to upload three videos for each of the NME ? |
For every sign that will be uploaded for NME, for which we agreed it will be minimum 1 and maximum 3, we want to be able to show different perspectives - just like with the neutral gloss video. So camera left and right etc. |
I'll let @Woseseltops do this. He did the API for the perspective video upload. I'm not sure yet of how to properly name the new files. Also a new model class is needed. Maybe a subclass of both Perspective and NME videos. |
Functional design (mockup)I think we need an extra dropdown during entry And if there are multiple videos with the same index, but different perspectives, it won't show up like this: but like this Let me know if you disagree @uklomp ! |
Technical design
|
@Woseseltops any preference for the filenames of the perspective NME videos?
|
No preference, as long as we're consistent. Your question makes me think you might want to implement this one. If so, make yourself assignee! If not, I'll make a start this afternoon |
I was thinking of the file system, since I was kind of very busy with it the past weeks. You basically invented the migration with your mock-up :) Just add the field You are also welcome to do it! It just needs the migration first, before any new things can be made.
Then modification to the generation of the file names is needed as well. (Where it is explicitly coded.)
That would get a head start on the API.
i know how to implement it now. But you may begin if you want. Or at least browse the code in videos to see if it is too much to complete in your time today. The migration needs to be added first. Then the other code can be done in different branches once that is there. (We did this long ago with the Frequency data. I was afraid to make migrations in those days.) I'm busy fixing the mess with the selected datasets at the moment. (Bug repair.) |
To do:
|
Would it be possible to apply our new functionalities of the neutral gloss videos also to the videos uplaoded in the non-manual elements panel? That is: different perspectives, play, full screen etc.
The text was updated successfully, but these errors were encountered: