the forums at degreez.net

It is currently Sat Apr 27, 2024 5:06 am

All times are UTC - 7 hours [ DST ]




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 233 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 16  Next
Author Message
 Post subject:
PostPosted: Fri Jun 18, 2004 11:45 pm 
*Auto save torrents to a folder - When clicking an opening torrents through a website. BitTornado should automatically save them to a directory on your hard drive of your choice.

Move to folder when complete - When a download is complete. The files downloaded are moved to a folder of your choice. This will allow us to seperate incomplete files from the complete files.

Windows XP style Status bar, buttons, and more :)


Top
  
 
 Post subject:
PostPosted: Sat Jun 19, 2004 4:52 am 
Guest wrote:
Windows XP style Status bar, buttons, and more :)

I can help with that 8) . Create a new file and name it "btdownloadgui.exe.manifest" and put it in the folder where the btdownloadgui.exe is (your normal install folder of bittornado). Now edit the manifest file to have the following content:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" processorArchitecture="X86" name="btdownloadgui.exe" type="win32" />
<description>BitTornado</description>
<dependency>
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" processorArchitecture="X86" publicKeyToken="6595b64144ccf1df" language="*" />
</dependentAssembly>
</dependency>
</assembly>

But be warned, changing the color of the progress bar is not supported anymore (e.g. green when seeding).


Top
  
 
 Post subject:
PostPosted: Sat Jun 19, 2004 6:48 am 
Offline

Joined: Mon Jun 14, 2004 9:44 pm
Posts: 2
Also can you add a little program that will run in the background (optional?) and run at the start (optional?) that will load a certain file or folder (optional?) that will seed any files that one downloads? So they don?t have to keep the BitTornado window open all the time? also have it connect with the BitTornado window where you can select whether or not you want this file added to the list of files you want to share at all times.

I hope you under stand what I am talking about

Thanks
Web Works


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 20, 2004 3:05 pm 
Offline

Joined: Thu Mar 18, 2004 4:01 am
Posts: 51
Location: Belgium
how about a vote system on this site, to see wich features ppl want baddest


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 22, 2004 11:45 am 
Would it be possible to add setting file priorities to the curses downloader? I have a box on fairly fast connection at work, but it doesn't have neither X, and not enough disk space to download some larger batches, so this feature would come in really handy...


Top
  
 
 Post subject:
PostPosted: Tue Jun 22, 2004 3:49 pm 
Offline

Joined: Sun Mar 07, 2004 10:05 am
Posts: 1212
The option is there, though it's not amazingly easy to use. Run curses w/ no options.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Jun 22, 2004 3:53 pm 
Offline

Joined: Tue Apr 06, 2004 11:17 pm
Posts: 61
Location: Riverside, CA
Be able to set upload limit, with a number instead of "dsl/cable slow" or "dsl/cable fast". I would like to set it to a setting that suits me and those don't suit me.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 24, 2004 3:38 am 
I thought that option was always there...


Top
  
 
 Post subject:
PostPosted: Thu Jun 24, 2004 6:02 pm 
Offline

Joined: Tue Apr 06, 2004 11:17 pm
Posts: 61
Location: Riverside, CA
Image

That's all it has, you can't set a number. :(


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 24, 2004 11:50 pm 
Offline

Joined: Sat Apr 10, 2004 9:54 am
Posts: 986
I see what you mean. It usually takes me 1 sec to set a number so i dont really notice. It would be a nice feature as a option.

replying to the post above mine.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 25, 2004 10:31 am 
Offline

Joined: Sun Mar 07, 2004 10:05 am
Posts: 1212
That connection mode setting was inherited from Eike Frost's client (at http://ei.kefro.st/projects/btclient/). With the new GUI, I'm planning on having people only set the upload rate, with the number of uploads calculated based on that number.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 11:31 am 
It seems that BitTornado is behind in the game...
Why doesn't it use the UDP bittorrent protocol yet?
http://libtorrent.sourceforge.net/udp_t ... tocol.html

Both Azureus and XBT clients have been using this for quite some time now. Perhaps it's time this should be looked into?


Top
  
 
 Post subject: wht does this add?
PostPosted: Mon Jun 28, 2004 1:02 pm 
Hohead wrote:
It seems that BitTornado is behind in the game...
Why doesn't it use the UDP bittorrent protocol yet?
http://libtorrent.sourceforge.net/udp_t ... tocol.html

Both Azureus and XBT clients have been using this for quite some time now. Perhaps it's time this should be looked into?


Moving thew tracker to udp doesn't seem to have much purpose. Maybe it lightens the server load a tad. Bandwidth? Like 128 bytes per connection isn't that significant.

What am I missing?


Top
  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 2:47 pm 
I searched the Yahoo bittorrent group to quote this:
Quote:
With TCP, it usually takes 13+ packets. That's 13+ * 54 = 702+ bytes
overhead.
With UDP, it'd take 4 packets. That's 4 * 42 = 168 bytes overhead.
Overhead will be reduced by over 75% and the tracker does not have to
maintain connection state.

Also, Bram has already decided to use UDP as the main protocol for the next version of bittorrent, so obviously it's a lot better than TCP.


Top
  
 
 Post subject:
PostPosted: Mon Jun 28, 2004 6:52 pm 
Offline

Joined: Sun Mar 07, 2004 10:05 am
Posts: 1212
No he hasn't. In fact, it's almost certainly still going to be TCP.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 233 posts ]  Go to page Previous  1 ... 5, 6, 7, 8, 9, 10, 11 ... 16  Next

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 132 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group