Page 1 of 1
Can we really choose the download folder, please?
Posted: Tue Feb 05, 2008 5:36 am
by compu73rg33k
I know there's an option to choose the download folder, but if the torrent only has one folder, it should at least allow an option to bypass the directory specified in the torrent and use the user-chosen directory. I know a little bit of python and am looking to learn a bit more, so I would be all for helping to fix this bug. Could someone point me in the right direction to go about doing this. Does this annoy anyone else?
Re: Can we really choose the download folder, please?
Posted: Tue Feb 05, 2008 6:01 am
by johnnyg
libtorrent which deluge is built on, doesn't currently support renaming files (this includes choosing the directory).
when libtorrent supports it, deluge will support it.
I, too, am eager for its support.
you could always try offering to help with implementing the feature in libtorrent, although it's written in C++, not Python.
Re: Can we really choose the download folder, please?
Posted: Tue Feb 05, 2008 6:28 am
by andar
johnnyg wrote:libtorrent which deluge is built on, doesn't currently support renaming files (this includes choosing the directory).
when libtorrent supports it, deluge will support it.
other people have already requested it:
http://libtorrent.rakshasa.no/ticket/333
I, too, am eager for its support.
you could always try offering to help with implementing the feature in libtorrent, although it's written in C++, not Python.
We use rasterbar's libtorrent:
http://www.libtorrent.org
Re: Can we really choose the download folder, please?
Posted: Tue Feb 05, 2008 6:53 am
by johnnyg
andar wrote:johnnyg wrote:libtorrent which deluge is built on, doesn't currently support renaming files (this includes choosing the directory).
when libtorrent supports it, deluge will support it.
other people have already requested it:
http://libtorrent.rakshasa.no/ticket/333
I, too, am eager for its support.
you could always try offering to help with implementing the feature in libtorrent, although it's written in C++, not Python.
We use rasterbar's libtorrent:
http://www.libtorrent.org
yeah I know that, I didn't see that the trac site was the wrong one. my bad.
Re: Can we really choose the download folder, please?
Posted: Wed Feb 06, 2008 12:02 am
by compu73rg33k
Oh wow, didn't know that functionality rested in libtorrent. What a bummer, hopefully they will get on that and add the support, it's a pretty big deal IMO.