DjScribbles / GamePipe

An application that automates the movement of Steam games from drive to drive or computer to computer
GNU General Public License v2.0
196 stars 12 forks source link

[Suggestion] Display ETA for transfers #24

Open r6d2 opened 7 years ago

r6d2 commented 7 years ago

I think it would be nice to display the total ETA of transfers on queue at any given time, like most file transfers programs do.

Thanks for considering!

DjScribbles commented 7 years ago

Not having an ETA was an intentional decision early on in development (which also happened to also be easier than adding one), since they're often wildly inaccurate.

However, there probably is some value in adding one. I could probably pump the current transfer speed through a simple IIR filter and come up with something moderately stable, enough to give you a rough ballpark on each game queued up without much trouble.