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 videos to YouTube playlist post-upload #33

Closed evan10s closed 1 year ago

evan10s commented 1 year ago

The API route to upload videos to YouTube should be able to accept/reference a YouTube playlist ID to add the video to immediately after upload.

One unknown here is how to manage the playlist IDs. Two options:

  1. Add a JSON file that maps video labels (ex: Overhead) to playlist IDs for the current event
  2. Dynamically look on YouTube for a playlist with a given name (ex: 2023 Event - Label) and locally cache the playlist ID
evan10s commented 1 year ago

On server:

On settings:

On video uploads:

github-actions[bot] commented 1 year ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: