Search found 19 matches

by robnitro
Wed Apr 29, 2015 3:34 am
Forum: Windows OS
Topic: Libtorrent 1.0.4 compiled - for those with speed issues
Replies: 49
Views: 40104

Re: Libtorrent 1.0.4 compiled - for those with speed issues

I didn't use the VC++ for python, I used the ms VC 10
by robnitro
Tue Apr 28, 2015 6:55 am
Forum: Windows OS
Topic: Libtorrent 1.0.4 compiled - for those with speed issues
Replies: 49
Views: 40104

Re: Libtorrent 1.0.4 compiled - for those with speed issues

Shyrp, your file works on my deluge! It's a tiny bit bigger, so maybe there were new things added to boost or openssl? Odd that it would cause issues on other machines. I compiled this on my desktop, x64 win 7. Copied over to my server, similar hardware and win 7 x64. But the build environment is bo...
by robnitro
Fri Apr 17, 2015 1:36 am
Forum: Windows OS
Topic: Libtorrent 1.0.4 compiled - for those with speed issues
Replies: 49
Views: 40104

Re: Libtorrent 1.0.4 compiled - for those with speed issues

No idea, it's working fine for me on win7 x64 for a few days since.
by robnitro
Sat Apr 11, 2015 10:31 pm
Forum: Windows OS
Topic: How can I transfer my partially downloaded torrent?
Replies: 1
Views: 1836

Re: How can I transfer my partially downloaded torrent?

What I did when moving from transmission to deluge: -Get the .torrent file for that torrent. -Open that torrent, make sure it starts paused!, and point it to the directory where your existing files are. Or if you want you can move the folder somewhere else, but that can cause other issues! -Right cl...
by robnitro
Sat Apr 11, 2015 8:25 pm
Forum: Windows OS
Topic: Libtorrent 1.0.4 compiled - for those with speed issues
Replies: 49
Views: 40104

Libtorrent 1.0.4 compiled - for those with speed issues

For those with issues with speed, try this newer libtorrent.pyd that I finally learned how to compile for windows.

Stop deluge. Back up your libtorrent.pyd file.
Copy this one over the old one.
Restart deluge.
In ltconfig plugin you can see if its running 1.0.4
by robnitro
Mon Nov 03, 2014 11:31 pm
Forum: Windows OS
Topic: [NTFS] Full Allocation, Sparse Files and 20.000 Fragments
Replies: 14
Views: 23212

Re: [NTFS] Full Allocation, Sparse Files and 20.000 Fragment

Odd, I have had no issues using this... on 1.3.8 1.3.9 1.3.10 win 7 x64 set to zero. " # Set the right storage_mode if options["compact_allocation"]: storage_mode = lt.storage_mode_t(2) else: storage_mode = lt.storage_mode_t( 0 ) " by storage_mode = 0 do you mean what I posted he...
by robnitro
Wed Oct 29, 2014 8:29 pm
Forum: Windows OS
Topic: Running thin client - switches question
Replies: 5
Views: 4332

Re: Running thin client - switches question

Thanks with clearing that up!
Yeah I don't really see anything that helps...
-a ARGS, can't figure out what arguments would work to connect to a specific server using GTK.
Is there a man page somewhere for the arguments?
by robnitro
Tue Oct 14, 2014 9:19 pm
Forum: Windows OS
Topic: Running thin client - switches question
Replies: 5
Views: 4332

Re: Running thin client - switches question

No dice? Is there a page that lists the switches I can pass to deluge.exe? I tried deluge.exe /? and --help, no luck.
by robnitro
Tue Oct 14, 2014 9:18 pm
Forum: Windows OS
Topic: Extremely jumpy download speeds
Replies: 1
Views: 2713

Re: Extremely jumpy download speeds

Open a command window and run ping google.com -t while seeing the downloads. I had jumpy speeds with certain clients because of the way they were using up the bandwith, causing ping spikes. In that case, you can run QOS on your router with a limit of 90% of your max, or set deluge to use that min/ma...
by robnitro
Sat Oct 11, 2014 3:44 am
Forum: Windows OS
Topic: Running thin client - switches question
Replies: 5
Views: 4332

Running thin client - switches question

Hi, I use the deluge 1.3.9 thin client on windows 7. When I set the pc to sleep (server running deluge daemon), on resume it's disconnected. 1)Is there a command that can be sent to deluge.exe to reconnect? I've written some task scheduler script that closes and reloads deluge.exe, which works most ...