transmission-remote-gui / transgui

🧲 A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.
GNU General Public License v2.0
3.24k stars 281 forks source link

Show Free disk space on separate HDD #1274

Open lilws opened 4 years ago

lilws commented 4 years ago
  1. Operating system: NAS
  2. Transmission Deamon: 2.94
  3. Transmission Remote GUI: 5.18.0

I have 2 HDDs and an USB HDD storage attached to my NAS, 3 separated HDDs without RAID, and Transmission is unable to display the Free storage of 3 different HDDs, only the one Transmission installed on. Is it something Trangui can do or Transmission itself?

antekgla commented 4 years ago

It's a problem of Transmission daemon. TransGUI only display the info what Transmission daemon provides. I have the same problem in my 2 HDD NAS. Transmission only display the free space in my HDD1 (where daemon is installed).

Ask here: https://github.com/transmission/transmission

Mirgolth commented 4 years ago

I'm using a NAS with 2 volumes, Transmission is installed on volume1 (RAID) but the available space showed is from volume2. The default download path is used, not the installation path.

garoto commented 4 years ago

Transmission will report free HDD space of the mount point declared in its settings.json directive:

"download-dir": "/home/garoto/data",

It has nothing to do with where the binary is or isn't located on whatever storage unit. Gee.

lilws commented 4 years ago

Transmission will report free HDD space of the mount point declared in its settings.json directive:

"download-dir": "/home/garoto/data",

It has nothing to do with where the binary is or isn't located on whatever storage unit. Gee.

I wonder is it possible to define multiple download dir so it can report those free space.