Media Management Tool
I've been using an assortment of scripts over the years to manage media from my different action cameras and drones, it's clear a centralized and unified solution is needed.
This tool draws inspiration from my dji-utils/offload.sh script as well as the popular gopro-linux tool and @deviantollam's dohpro
Right now the script supports these cameras:
Feel free to PR!
I plan have the tool read a directory, use a config file and act accordingly to offload media from any type of drive
Download from the releases tab, additionally, a github action will run for every push.
--input
: Either one of these:
E:\
)
--output
: Destination folder, a hard drive, etc...--name
: Project name, eg: Paragliding Weekend Winter 2021
--camera
: Type of device being imported. Values supported:
gopro, insta360, dji, android
--buffersize
: Buffer size for copying files. Default is 1000 bytes
--date
: Date format. Default is dd-mm-yyyy
--range
: Date range, for example: 12-03-2021,15-03-2021
connection
: sd_card
/connect
skip_aux
: Skips .THM
, .LRV
filessort_by
: Sort by: camera
, days
(defaults to both)--input
: A directory pointing to your SD card, MTP or GoPro Connect not supported--camera
: Type of device being updated. Values supported: gopro, insta360
Refer to Issues