gopro icon indicating copy to clipboard operation
gopro copied to clipboard

Integrate with GoProX

Open fxstein opened this issue 3 years ago • 1 comments

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!

fxstein avatar Nov 02 '22 07:11 fxstein

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.

dustin avatar Nov 02 '22 18:11 dustin

I don't think there's anything to do in this project for this. Integrations have gotten easier and there's a FUSE filesystem to access all of your media without having to download it (but also, you can download it across multiple computers if you like).

dustin avatar Nov 10 '24 19:11 dustin

Thanks for the followup!

fxstein avatar Nov 11 '24 01:11 fxstein