chrisidefix / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
0 stars 0 forks source link

Suggestion: Create SubFolder Tick box #857

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Click Add Torrent, select Torrent
2.Pop up asks for Destination Folder and Save As

What version of the product are you using? On what operating system?
5.0.1 Windows

Please provide any additional information below.
I would like a tick-box for 'Create Sub Folder'. When ticked it appends a '/' 
followed by the name of the torrent to the 'Destination folder' field. This 
seems like it would be very useful and is a feature I've used many a time in 
the utorrent variety of application.

If anyone knows the file/line in source Ill have a go at locally customising 
for my own use by defaulting to this behaviour at all times rather than the 
fully fledged tick box. 

Original issue reported on code.google.com by jason.p...@gmail.com on 22 Nov 2014 at 3:06

GoogleCodeExporter commented 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