-
Notifications
You must be signed in to change notification settings - Fork 62
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
Media upload datasource! #419
Merged
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
d46feae
basic changes to allow files box
dale-wahl cffe373
basic imports, yay!
dale-wahl 888b078
video_scene_timelines to work on video imports!
dale-wahl 677fd7a
add is_compatible_with checks to processors that cannot run on new me…
dale-wahl 6c84ecd
more is_compatible fixes
dale-wahl 9f8b089
necessary function for checking media_types
dale-wahl 53426fe
enable more processors on media datasets
dale-wahl 73580e9
Merge branch 'master' into media_upload
dale-wahl b082fbc
Merge branch 'master' into media_upload
dale-wahl 30c5975
consolidate user_input file type
dale-wahl e5d8ef1
detect mimetype from filename
dale-wahl 43ba4ca
handle zip archives; allow log and metadata files
dale-wahl 1c7ba16
do not count metadata or log files in num_files
dale-wahl 8c1eca8
Merge branch 'master' into media_upload
dale-wahl 91e8697
move machine learning processors so they can be imported elsewhere
dale-wahl 14f1539
audio_to_text datasource
dale-wahl 211c4d8
Merge branch 'master' into media_upload
dale-wahl fd11a7e
When validating zip file uploads, send list of file attributes instea…
stijn-uva 86df7e6
Check type of files in zip when uploading media
stijn-uva 7e144fc
Skip useless files when uploading media as zip
stijn-uva 2ee050f
Merge branch 'master' into media_upload
stijn-uva f34b054
check multiple zip types in JS
dale-wahl 8225871
js !=== python
dale-wahl 4f7cfc1
fix media_type for loose file imports; fix extension for audio_to_tex…
dale-wahl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this does not load for me in parenthesis