Hi Cubytus,
The patch is set for version 15.3,we included the change in the later versions, so also with version 17.0.
The changes allows you to set a download folder when you start transmission daemon. So you can set a new one at each start and all new torrent retrieving will have as download folder, this one set at the daemon boot. But I think this behaviour does not allows all you wish.
Cubytus wrote:Also, the upload dialog did show the remaining free space in the past, but doesn't anymore?
Yes, remaining free space was included with the label of the download location field . So the information is also no longer available.
But currently we are working on another change. Several additional features have the same issue: if the user set bad paths in their conf file (eg sickrage and with this feature it is easy to set a wrong), the daemon will write files on the fs partitions and will overload them.
So we are working how the firmware manages write permissions on the fs partitions and later the daemons won't be able to write on these locations :-D
For example with transmission, if you use the option "set location..."
- Code: Select all
Move to the share fvdw (=> ok):
Feb 4 10:40:58 Acrab daemon.info transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] moving "/share/1100/tr-downloads/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET.mkv" to "/share/1100/fvdw/Murdoch.Myst
Feb 4 10:40:58 Acrab daemon.info transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] moving "/share/1100/tr-downloads/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/RARBG.txt" to "/share/1100/fvdw/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]
Feb 4 10:40:58 Acrab daemon.info transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] moving "/share/1100/tr-downloads/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/murdoch.mysteries.s10e18.hdtv.x264-fleet.nfo" to "/share/1100/fvdw/Murdoch.Myst
Move to the fs folder '/share' (=> not allowed):
Feb 4 10:41:15 Acrab daemon.info transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] moving "/share/1100/fvdw/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET.mkv" to "/share/Murdoch.Mysteries.S10E18.HDTV.
Feb 4 10:41:15 Acrab daemon.err transmission-daemon[7447]: Couldn't create "/share/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]": Permission denied (file-posix.c:189)
Feb 4 10:41:15 Acrab daemon.err transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] error moving "/share/1100/fvdw/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET.mkv" to "/share/Murdoch.Mysteries.S10E18
Move to the share '/etc' (=> not allowed):
Feb 4 10:41:24 Acrab daemon.info transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] moving "/share/1100/fvdw/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET.mkv" to "/etc/Murdoch.Mysteries.S10E18.HDTV.x2
Feb 4 10:41:24 Acrab daemon.err transmission-daemon[7447]: Couldn't create "/etc/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]": Permission denied (file-posix.c:189)
Feb 4 10:41:24 Acrab daemon.err transmission-daemon[7447]: Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg] error moving "/share/1100/fvdw/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET[rarbg]/Murdoch.Mysteries.S10E18.HDTV.x264-FLEET.mkv" to "/etc/Murdoch.Mysteries.S10E18.H
This change can be only released by a new version. So I am sorry but you need to wait a bit :whistle