gafirst / match-uploader

Upload FRC match videos to YouTube in a fast, consistent manner
GNU General Public License v3.0
1 stars 2 forks source link

Add simple autopilot mode #39

Closed evan10s closed 4 months ago

evan10s commented 1 year ago

This flow starts optionally once a match upload is initiated.

Required data:

  1. Once a match upload finishes, increment the selected match key
  2. Check to see if all required match videos have been uploaded. If yes, continue. If no, wait 5 minutes and then repeat this step.
  3. Attempt to generate a description for the video. If the description generation succeeds (match results available, etc.), continue. Otherwise, wait 5 minutes and go back to step 2.
  4. Write to a log and trigger the upload.
evan10s commented 4 months ago

Released in 3.4.0