Hi guys.
Can you add more info in the “get_sync_progress” of insync headless?
We’re a little blind with the actual info.
Works flawlessly, but some info is missing: total file size remaining, upload speed and (I thinks that’s may be tricky, but possible) type of file that are waiting to upload.
Now we have this:
$ insync-headless get_sync_progress
Uploading
Video_File_numer_1.mp4 (7% of 4.5 GB)
ISO_File.iso (5% of 2.7 GB)
6 files queued
It would be great if we had this kind of info:
$ insync-headless get_sync_progress
Uploading
Video_File_numer_1.mp4 (7% of 4.5 GB at 180 kbps)
ISO_File.iso (5% of 2.7 GB at 352 kbps)
6 files queued in 3 folders (Total size queued 12.5 GB)
Filetype queued:
ISO = 2 files
TXT = 1 file
MP4 = 1 file
Unknown = 2 files
This will give us more control about how much size and what kind of file is waiting to upload. Is useful for those that we doesn’t have good upload speed and this way they can calculate the time remaining.
We can view if Insync is using all the bandwith (or not) too.
Thanks!!