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

Transcript command #2623

Merged
merged 5 commits into from
Oct 7, 2024
Merged

Transcript command #2623

merged 5 commits into from
Oct 7, 2024

Commits on Oct 7, 2024

  1. ♻️(backend) extract default timestamp calculation

    Default upload timestamp calculation is extracted to UploadableFileMixin
    to avoid the use of get_source_s3_key to get it.
    kernicPanel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2ad6f11 View commit details
    Browse the repository at this point in the history
  2. ♻️(backend) rename transcript util

    Renaming transcript util to ease patching.
    kernicPanel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e4ef356 View commit details
    Browse the repository at this point in the history
  3. ✨(backend) add management command for video transcription

    As we want to transcript the whole catalog of videos, we need to add a
    management command.
    kernicPanel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    57b8a1b View commit details
    Browse the repository at this point in the history
  4. 🥅(backend) delete pending timedtexttrack on error

    When an error occurs, deleting the created timed text track allows the
    transcription to be retriggered.
    kernicPanel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    dd36707 View commit details
    Browse the repository at this point in the history
  5. 🚩(transcription) flag to show transcription button

    As we want to control the display of the automatic transcription button,
    we add a flag which allows to enable it.
    kernicPanel committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    471eb63 View commit details
    Browse the repository at this point in the history