qBittorrent should display free disk space

Registered by Christophe Dumez

I think it would be a good idea to display in torrent addition dialog:
   * free disk space on selected drive
   * free disk space after torrent download (and/or torrent size)

Maybe we could also check free space from time to time and pause all the downloads before the disk is full?

Blueprint information

Status:
Complete
Approver:
None
Priority:
Medium
Drafter:
Christophe Dumez
Direction:
Needs approval
Assignee:
Christophe Dumez
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
milestone icon 1.5.0
Started by
Christophe Dumez
Completed by
Christophe Dumez

Related branches

Sprints

Whiteboard

Under Linux/Mac OS, use the following function:
#include <sys/vfs.h>
int statfs(const char *path, struct statfs *buf);

Under Windows, use the following:
GetDiskFreeSpaceEx()

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.