dustin / gopro

Tools for making the most out of GoPro Plus.
http://dustin.sallings.org/2020/04/29/gopro-plus.html
BSD 3-Clause "New" or "Revised" License
91 stars 12 forks source link

Integrate with GoProX #17

Open fxstein opened 1 year ago

fxstein commented 1 year ago

Hi,

Would love to integrate with GoProX workflow.

Primarily to upload processed media to GoPro Plus. What would be the most lightweight way to make this happen (CLI only)?

Very much appreciate what you are doing!

dustin commented 1 year ago

This particular tool was primarily created to give me a bit of assurance that I won't lose data if something happens to GoPro cloud, so most of the tooling is around managing stuff you keep there. But it does have some decent upload (and download) functionality.

gopro upload will do a lot of it (assuming it's run from a directory that has a gopro.db that you've authenticated with the service from).

It's going to default to uploading media it can recognize as camera media (i.e., original filenames), but if you want to hand-assemble media, you can use gopro createmulti to specify the medium type and sequence of parts that should make it up.

I also realized there are a couple of web-only features that might be useful to expose to the CLI, such as generating kml from uploaded media.