OpenPecha / stt-split-audio

MIT License
0 stars 0 forks source link

STT0050: Update of Total Hours of raw audio available, audio uploaded and the remaining audio left to upload for each department. #18

Open gangagyatso4364 opened 3 months ago

gangagyatso4364 commented 3 months ago

Description

Task Description The task involves updating and tracking the total hours of raw audio available, the amount of audio that has been uploaded, and the remaining audio that is yet to be uploaded for each department. This information is critical for ensuring that all audio resources are properly managed and that no department falls behind in the uploading process and to ensure data availability at all times.

update in google sheet:

Completion Criteria

Accurate calculation of the total hours of raw audio for each department. Precise update of the total hours of audio uploaded for each department. Correct calculation of the remaining hours of audio to be uploaded for each department. All data should be compiled and presented in the table format provided.

Implementation

  1. Create a script to calculate audio duration if uploaded status in pecha tools is True.
  2. Retrieve the raw audio duration, uploaded audio duration, and calculate the remaining duration for each department from catalog.
  3. Ensure the time is calculated in hours and formatted as hh:mm:ss.
  4. Update the table with the calculated values.

Subtask