Open GoogleCodeExporter opened 9 years ago
I have a temporary workaround for me (currently testing), by adding it manually
to transmission remote GUI source code.
Note:
* Breaks the 'last remembered' path,
* needs compiling for any change to path or to upgrade,
* doesn't check or rewrite the name if it contains invalid chars,
* doesn't check if the torrent already has a folder
-Save As is greyed out on magnet links which could be an issue
AddTorrent
Line 832
ADD below line
cbDestFolder.Text:='C:/MY_PATH_TO/Downloads/' + edSaveAs.Text;
Original comment by jason.p...@gmail.com
on 23 Nov 2014 at 11:09
Original issue reported on code.google.com by
jason.p...@gmail.com
on 22 Nov 2014 at 3:06