Releases: denven/yihack-onedrive-uploader
Releases · denven/yihack-onedrive-uploader
Support new model YFUS
New model support by fixing some compatibility issues:
v.1.0.6
Minor fixes:
- use the latest curl (version 8.5.0) standalone program to upload files, since it seems to have fewer timeout chances and can reduce the retransmission count, increasing upload efficiency
- avoid uploading unviewable intermediate media files (*.h26x)
- adjust a few log information format style
v1.0.5
v1.0.4
v1.0.3
- Bug fixes: issue 8
- Auto rename video folder name by UTC time to your local time. For example, video folder 2023Y04M30D20H will be renamed to 2023Y04M30D13H if your local time zone string is set to
PST8PDT,M3.2.0,M11.1.0
(America/Los Angeles).- This feature is used for firmware v0.4.9 only or when you find your video folder name doesn't match your local time
- Turn on this feature by adding one configuration item in your
config.json
file:"convert_utc_path_name": "true"
- New change: Organize uploaded video folders by 3-level hierarchically instead of putting them all in the root upload directory. The folders are organized as /YOUR_ROOT_UPLOAD_PATH/month/date/date_with_hour. For example, video folder 2023Y04M30D13H on camera will be arranged into the path on your OneDrive /YOUR_ROOT_UPLOAD_PATH/202304/20230430/2023Y04M30D13H
v1.0.2
v1.0.1
Currently, the OneDrive uploader is already stable for unattended, continuous uploading of your existing and newly generated videos on your camera. The improvement processes and test details can be seen at #6.
- Although sometimes there are chances of upload failures for video files whose size is greater than 4MB, due to the dependent OneDrive resumable API not being very reliable.
- The uploader has added extra re-transmission to reduce upload failures and it has significant effects.
The auto-clean feature will ensure your drive storage space is always not exhausted.
This release has only a few changes and bug fixes based on the v1.0.0-beta version:
- Canceled the periodical access token renewal in the subshell, changed to renew it during the upload process every half an hour
- minor bug fix for log writing
v1.0.0
v1.0.0-beta
The first beta release after 5+ days of tests based on the preview version, with the enhancement of improving the file upload success rate by re-transmission. The success rate is higher than 99% from the test data. Check the test results here.
First release
All the developed features are tested by the author on his own camera, anyway, the core features are working normally.
- auto upload newly recorded video files
- auto clean old files (by directory) when a OneDrive storage usage threshold is set