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

Improved functionality for videos and gloss revisions in admin #1395

Open
susanodd opened this issue Nov 25, 2024 · 0 comments
Open

Improved functionality for videos and gloss revisions in admin #1395

susanodd opened this issue Nov 25, 2024 · 0 comments

Comments

@susanodd
Copy link
Collaborator

susanodd commented Nov 25, 2024

I'm adding some functionality to the admin to

  • search on lemma as well as annotation
  • search on video file types that are not mp4
  • fix old backup files so they have the correct video type in the file name (*)
  • fix wrongly numbered backup files (the API is creating all backups as version 1 (**)
  • add a restore video command for deleted media in the DeletedGlossOrMedia table (optionally put this in the media manager so a link can be given)

(*) the old bak bak files have no video type file extension
(**) the pull request that fixes the version numbering bug is not reviewed yet

@vanlummelhuizen @Woseseltops should "Apple iTunes Video (.M4V) Video" have extension MP4 or should they have M4V.

The ensure_mp4 code tested them for h264 and made the extension be "mp4".

I made an admin command that sets the extension (possibly before the bakNNN) to match the video type..

@susanodd susanodd self-assigned this Nov 25, 2024
susanodd added a commit that referenced this issue Nov 26, 2024
#1395: Search in video history and revision history in admin
@susanodd susanodd changed the title Search functionality for videos and gloss revisions in admin Improved functionality for videos and gloss revisions in admin Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant