Custom Query (1756 matches)

Filters
 
Columns

Show under each result:


Results (199 - 201 of 1756)

Ticket Resolution Summary Owner Reporter
#426 fixed Priority set on wrong file andar chebatron@…

Reported by chebatron@…, 5 years ago.

description

I have a torrent with 1000 files in it. I need only one of them. So I start the torrent with all files priority set to Do Not Download and then set priority of one file to Normal. When the torrent is done I found that wrong file was downloaded. I tried with other torrents and the behavior is persistent.

Gentoo Linux Python 2.5.2 Boost 1.35.0 pyxdg 0.15 setuptools 0.6_rc8 pygtk 2.12.1 dbus-python 0.82.4 librsvg 2.22.2 GTK 2.12.11

#427 fixed Specifiing a new config dir leads to permission denied error markybob peterke@…

Reported by peterke@…, 5 years ago.

description

When starting the deluge daemon, there is an option to specify where the config directory is, but besides putting the log file there, the program ignores the option and tries to create it's own config dir in the users home directory.

This way it is impossible to start it under SUSE during boot time, as then no HOME environmental variable is set, thus Deluge tries to create the .config folder in the file system root. (Even though it was specified to use a different folder).

With just a quick look through, the problem seems to be in the configmanager.py file in the class constructor: the self.config_directory is always initialized to the *default* config dir, even though it was overridden on startup. In the daemon.py file the config dir variable is later set to the correct *new* config folder, but the execution never reaches this line (the overriding of the *default* config dir), as when it loads the *default* it already dies with a permission denied error.

#428 fixed Ability to rename files within a torrent (including directories) andar johnnybg@…

Reported by johnnybg@…, 5 years ago.

description

Since libtorrent revision 2362, a rename_file function was added. Deluge should support renaming files within torrents when adding them.

Note: See TracQuery for help on using queries.