Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Download Recordings #90

Open
edavalosanaya opened this issue Mar 22, 2023 · 2 comments · May be fixed by #92
Open

Download Recordings #90

edavalosanaya opened this issue Mar 22, 2023 · 2 comments · May be fixed by #92

Comments

@edavalosanaya
Copy link
Contributor

Just a quick question, is there a way to download a recording via the Python client instead of having to physically transfer the recording from the SD card?

Thanks in advance!
Eduardo Davalos

@jonashogstrom
Copy link
Contributor

All the files in a recording are accessible via http. If you first download the recording.g3 json file (using the root path of the recording, it will contain all filenames for the files in the recording except the meta-files. Those need to be queried using the meta interface. This could all be wrapped in a neat utility function in python, but currently it isn't. You can also use the webui to download a zip-file with the whole contents of a recording (download buttons available in the "Storage" tab). There you can see the javascript implementation for the same functionality.

@edavalosanaya
Copy link
Contributor Author

Thanks for sharing this information. Very helpful!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants