Ton-O / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
0 stars 0 forks source link

Auto-selection of directory depending on torrent file name (feature request) #791

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As you know, there are plenty of interesting serials in the world :)
And there are popular trackers with good naming of .torrent files.

Usually I'm watching about 3-4 serials in parallel. The files are downloaded on 
the NAS, and files for different serials are stored in different folders.
Typical scenario is: download .torrent file, click, then in the drop-down menu 
I select the path, corresponding to the serial (e.g. ddd/rrr/Fargo for Fargo 
series). The thing is that the name of the torrent file - like 
Fargo.S01E02.fff.gg.torrent, allows to identify, where I will store the file. 
So, it would be great if the app can suggest the same folder that I was using 
for similar file last time.

The app already keeps the history of about 10 last used folders. So, it's 
possible to add the names of torrent files to kind of DB (or part of names). 
For the advanced case, the app can allow user to specify some regexp to create 
matching rules like "For Fargo.* the first suggested path for download should 
be ddd/rrr/Fargo", where user specifies "Fargo.*" and "ddd/rrr/Fargo".

I guess it can be done in a more simple way - without asking user to specify 
the mask - just doing analysis of torrent file name.

Original issue reported on code.google.com by Oleg.Kli...@gmail.com on 19 May 2014 at 7:38