Skip to content
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

#1406: Enhancements to Dataset Manager -> Manage Video Storage functionality #1412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

susanodd
Copy link
Collaborator

@susanodd susanodd commented Dec 4, 2024

  • Improved layout with panels for different data
  • Added links to unlinked videos to allow the dataset manager to retrieve deleted videos via a hyperlink
  • Added command to renumber backup video versions (for use if they are numbered wrong, also renames bak bak sequences to correct format)
  • Remove 7char Django strings in filenames (they appear when a file should overwrite an existing file, see elsewhere)
  • Correct video file extension to match video file encoding type (needed for backup files)

The paths in the Gloss Video objects are repaired as described above. If there is a matching file, it is fixed to the new path. Thus the commands can also be used on the development servers.

One caveat, for the special case of multiple Gloss Video Version 0 objects, this removes objects without any video file, except for leaving one file. If more than one object has a file, only the most recent is left. This is likely a file with extra 7char Django sequence in it. That is fixed by the other code.

Added command to renumber backup videos, remove 7char strings, correct extension to match video type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant