Bug 149550 - add option for scan folders to be scanned recursively
Summary: add option for scan folders to be scanned recursively
Status: RESOLVED FIXED
Alias: None
Product: ktorrent
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Joris Guisson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-05 01:15 UTC by Mike Frysinger
Modified: 2007-09-29 17:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Frysinger 2007-09-05 01:15:34 UTC
Version:           2.2.2 (using KDE KDE 3.5.7)
Installed from:    Gentoo Packages
OS:                Linux

i have one directory where i keep all my torrents (say /foo/torrents/) but rather than just dump them all in there, i like to keep things semi-sorted ...

so related torrents get a subdir of:
/foo/torrents/moo/
/foo/torrents/cow/
/foo/torrents/man/

so i'd like to tell ktorrent to use /foo/torrents/ as the scan folder, but to do so recursively so that if i drop a new torrent in /foo/torrents/cow/, it'll get automatically added just like when i drop a torrent into /foo/torrents/
Comment 1 Joris Guisson 2007-09-29 17:17:27 UTC
SVN commit 718728 by guisson:

- Ported scanfolder plugin
- Added option to recursively scan directories

BUG: 149550



 M  +6 -2      ktorrent/prefdialog.cpp  
 M  +1 -0      ktorrent/prefdialog.h  
 M  +2 -1      libktorrent/bcodec/bdecoder.h  
 M  +3 -0      libktorrent/interfaces/prefpageinterface.cpp  
 M  +5 -0      libktorrent/interfaces/prefpageinterface.h  
 M  +6 -0      libktorrent/torrent/torrentcontrol.cpp  
 M  +1 -0      plugins/CMakeLists.txt  
 A             plugins/scanfolder (directory)  
 A             plugins/scanfolder/CMakeLists.txt  
 A             plugins/scanfolder/ktscanfolderplugin.desktop  
 A             plugins/scanfolder/ktscanfolderplugin.kcfg  
 A             plugins/scanfolder/scanfolder.cpp   [License: GPL (v2+)]
 A             plugins/scanfolder/scanfolder.h   [License: GPL (v2+)]
 A             plugins/scanfolder/scanfolderplugin.cpp   [License: GPL (v2+)]
 A             plugins/scanfolder/scanfolderplugin.h   [License: GPL (v2+)]
 A             plugins/scanfolder/scanfolderpluginsettings.kcfgc  
 A             plugins/scanfolder/scanfolderprefpage.cpp   [License: GPL (v2+)]
 A             plugins/scanfolder/scanfolderprefpage.h   [License: GPL (v2+)]
 A             plugins/scanfolder/scanfolderprefpage.ui  


WebSVN link: http://websvn.kde.org/?view=rev&revision=718728