-
-
Notifications
You must be signed in to change notification settings - Fork 1
cmd.stage
vodbot stage
This is the staging functionality of VodBot, making it easy to export sections of VODs or Clips, or upload said sections to YouTube.
Running vodbot stage new <video_id> [video_id ...]
will begin the process of staging VODs or Clips, if provided with at least one ID for a VOD or Clip. There will be prompts for a title, description, and start and stop times for all the videos provided. When finished, VodBot will save the staged data in the configured stage folder. When stages exist, you can export or upload with VodBot.
You can also provide all the above parts of a new stage with command line arguments, run vodbot stage new -h
for info.
Running vodbot stage list
will print out all of the current stages, and some basic info on each (such as titles and IDs).
Running vodbot stage list <stage_id>
will print out all info on that specific stage.
Running vodbot stage rm <stage_id>
will remove that specific stage.
This project is licensed under the MIT license, copyright Logan "NotQuiteApex" Hickok-Dickson. You can read more about the license here.
If you'd like to support this project and the rest of the stuff I do, you can go to my website and select one of the support options, or just click the pink heart Sponsor button at the top of the page.