Custom Query (2447 matches)
Results (400 - 402 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#897 | Fixed | Command line interface broken in binary distribution [fix included] | ||
Description |
Problem: I'm on windows, so i downloaded the binary-only distribution of 1.1.6. It contains only .pyc bytecode files, no .py files. However, the command line interface is only searching for commands in the \commands folder with an extention of .py This is fixed by changing the function load_commands() in deluge\ui\console\main.py. I'll attach it. Basically, I just changed the constraints on what filenames will be added to the list of valid commands to allow .pyc files and removed the assumption that removing the last 3 characters from the filename removes the entire extention, including the . Sorry I don't know how to use svn or anything, excuse and ignore me if this has already been fixed :) Also, the console output looks horrible on windows (lots of random symbols). I assume this is because it's expecting readline, which interprets these properly? |
|||
#1354 | Duplicate | Command ui-interface for deluge-web | ||
Description |
Add new command for deluge-web: --ui-interface (analog in deluged) Example: when I add IP address in --ui-interface , I can connect for deluge-web only this IP |
|||
#908 | WontFix | compact space reservation | ||
Description |
when the "space reservation" is set to "compact" it's impossible to check whitch files to download or whitch to skip deluge v 1.1.6 & 1.1.7 ubuntu 8.10 & 9.04 |