mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.32k stars 419 forks source link

Show data usage? #65

Open fliegentoeter opened 7 years ago

fliegentoeter commented 7 years ago

Hello,

is it possible to show data usage in the remotes tab behind every remote? Like Dropbox (1,5GB/2GB used)

I feel like this would be an important feature for a GUI and I miss it a lot.

mmozeiko commented 7 years ago

For currently used size this is not feasible. Rclone can calculate it, but that can take a lot of time - it requires traversing all your remote which can take a lot of time if you have many files/folders there. For example, for my Google Drive remote it takes ~3 minutes to calculate total size.

And as far as I know rclone doesn't know what is total available size for remote.