<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Souichi</id>
	<title>BakaBT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Souichi"/>
	<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Special:Contributions/Souichi"/>
	<updated>2026-04-22T09:01:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=1618</id>
		<title>Linux Video Playback</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Linux_Video_Playback&amp;diff=1618"/>
		<updated>2009-06-18T22:19:41Z</updated>

		<summary type="html">&lt;p&gt;Souichi: /* MPlayer tweaks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article explains the best video playback options for Linux and provides installation instructions.&lt;br /&gt;
&lt;br /&gt;
==List of recommended players==&lt;br /&gt;
;* [http://www.mplayerhq.hu/ MPlayer]&lt;br /&gt;
;* [http://smplayer.sourceforge.net/ SMPlayer]&lt;br /&gt;
==MPlayer==&lt;br /&gt;
===Installing MPlayer===&lt;br /&gt;
Perform the one of the following commands as root, depending on your distribution.&lt;br /&gt;
====Debian based distributions (Includes Ubuntu)====&lt;br /&gt;
 aptitude install mplayer&lt;br /&gt;
====OpenSuse====&lt;br /&gt;
 zypper in mplayer&lt;br /&gt;
&lt;br /&gt;
====Fedora/Red Hat based distributions====&lt;br /&gt;
 yum install mplayer&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S mplayer&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva mplayer&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MPlayer codecs===&lt;br /&gt;
Not all distributions include the full set of mplayer codecs in their repositories. To install the full set follow these easy steps.&amp;lt;br/&amp;gt;&lt;br /&gt;
1. Download: http://www4.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2&amp;lt;br/&amp;gt;&lt;br /&gt;
2. Extract with: tar xvf all-20071007.tar.bz2&amp;lt;br/&amp;gt;&lt;br /&gt;
3. Copy the codecs (but not the directory) to the MPlayer codec directory. Default is /usr/lib/win32&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Debian/Ubuntu users:&amp;lt;br/&amp;gt;&lt;br /&gt;
1. Visit http://debian-multimedia.org/ and add it as a package repository using the instructions in the red boxes.&amp;lt;br/&amp;gt;&lt;br /&gt;
2. sudo aptitude update &amp;amp;&amp;amp; sudo aptitude install mplayer w32codecs&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===MPlayer tweaks===&lt;br /&gt;
These are some sample configuration files tailored for specific preferences. The MPlayer configuration file can be found at: (&amp;lt;tt&amp;gt;~/.mplayer/config&amp;lt;/tt&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
For English audio preference, then Spanish&amp;lt;!--(?? Correct if wrong, delete this part otherwise.)--&amp;gt;, with 4 audio channels for surround sound files. &lt;br /&gt;
 vo=xv&lt;br /&gt;
 ao=alsa&lt;br /&gt;
 channels=4&lt;br /&gt;
 alang=en,es&lt;br /&gt;
&lt;br /&gt;
For Japanese audio preference, subtitles on. SDL A/V output for performence.&lt;br /&gt;
 ao=sdl&lt;br /&gt;
 vo=sdl &lt;br /&gt;
 #Note: SDL video output does not work well with xinerama. Those wishing to watch video on a TV or other display should use &amp;quot;vo=xv&amp;quot;&lt;br /&gt;
 alang=jpn,Japanese &lt;br /&gt;
 #Not all files use the correct tags, so sometimes it will be necessary to switch audio streams manually or from the command line with &amp;quot;-aid x&amp;quot;, where &amp;quot;x&amp;quot;   is the number of the audio stream.&lt;br /&gt;
 sid=0&lt;br /&gt;
 subfont-autoscale=1&lt;br /&gt;
 ass=1&lt;br /&gt;
&lt;br /&gt;
====MPlayer Tricks====&lt;br /&gt;
MPLayer has a huge collection of filters included. Some of them are magical.&lt;br /&gt;
&lt;br /&gt;
* View styled subs, even if you only have plain subs:&lt;br /&gt;
** mplayer -ass -embeddedfonts myvideo.ext&lt;br /&gt;
* View external subs:&lt;br /&gt;
** mplayer -ass -sub mysubs.srt myvideo.ext&lt;br /&gt;
* Play interlaced video without combing:&lt;br /&gt;
** mplayer -vf pullup myvideo.ext&lt;br /&gt;
* Increase saturation and contrast:&lt;br /&gt;
** mplayer -vf eq2=0.8 myvideo.ext&lt;br /&gt;
* Remove &amp;quot;mosquito&amp;quot; noise:&lt;br /&gt;
** mplayer -vf hqdn3d myvideo.ext&lt;br /&gt;
* Make crappy video look good:&lt;br /&gt;
** mplayer -vf pp7 myvideo.ext&lt;br /&gt;
* Combine:&lt;br /&gt;
** mplayer -ass -embeddedfonts -vf pullup,eq2=0.8,unsharp=l3x3:0.2,hqdn3d myvideo.ext&lt;br /&gt;
&lt;br /&gt;
==SMPlayer==&lt;br /&gt;
MPlayer by itself is fine but SMPlayer provides an easy to use interface to MPlayer so it is a better choice for most. It contains a couple of nice features, including autosaving the playback position so you can continue watching your anime the next time you start it (this feature can be disabled of course). &lt;br /&gt;
&lt;br /&gt;
===Installing SMPlayer===&lt;br /&gt;
====Debian/Ubuntu====&lt;br /&gt;
If you are using Debian Lenny/Sid or Ubuntu Intrepid Ibex (8.10), then you can simply&lt;br /&gt;
 sudo apt-get install smplayer&lt;br /&gt;
Otherwise, you have 2 options:&lt;br /&gt;
* Download the .deb file from [http://smplayer.sourceforge.net/downloads.php the SMPlayer website] or&lt;br /&gt;
* Add the SMPlayer repository to your /etc/apt/sources.list.&lt;br /&gt;
8.04 (hardy):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu hardy main&lt;br /&gt;
8.10 (intrepid):&lt;br /&gt;
 deb http://ppa.launchpad.net/rvm/ubuntu intrepid main&lt;br /&gt;
&lt;br /&gt;
====OpenSUSE====&lt;br /&gt;
&amp;lt;!-- I know absolutely nothing about SuSE, so it would be cool if someone who did could fill this in --&amp;gt;&lt;br /&gt;
You can find .rpm&#039;s via [http://software.opensuse.org/search the search page].&lt;br /&gt;
&lt;br /&gt;
====Fedora/RedHat====&lt;br /&gt;
&amp;lt;!-- I didn&#039;t see it in the package search: https://admin.fedoraproject.org/pkgdb/ --&amp;gt;&lt;br /&gt;
Build from source.  See below.&lt;br /&gt;
&lt;br /&gt;
====Arch Linux====&lt;br /&gt;
 pacman -S smplayer&lt;br /&gt;
&lt;br /&gt;
====Gentoo====&lt;br /&gt;
 emerge -ptva smplayer&lt;br /&gt;
&lt;br /&gt;
====Building from Source (Compiling)====&lt;br /&gt;
&amp;lt;!-- can someone check this?  Also, perhaps we should go through the steps a little more, for beginners?  --&amp;gt;&lt;br /&gt;
Grab the tarball from [http://smplayer.sourceforge.net/downloads.php the SMPlayer download page].  Decompress it, cd into the directory, and run&lt;br /&gt;
 ./configure&lt;br /&gt;
 make&lt;br /&gt;
 sudo make install&lt;br /&gt;
If you don&#039;t have sudo installed/configured, then the last step will be instead&lt;br /&gt;
 su&lt;br /&gt;
 make install&lt;br /&gt;
&lt;br /&gt;
===SMPlayer tweaks===&lt;br /&gt;
After installation you&#039;ll need to configure it a little:&lt;br /&gt;
Start SMPlayer, open the options (Ctrl + P), go to the subtitles section, within the section go to the SSA/ASS library tab and check the check box for using SSA/ASS library. With this you can see the subtitle&#039;s colors and fonts (Note: the used fonts must be installed on the system for this).&lt;br /&gt;
&lt;br /&gt;
If you see a black screen at playing, or the colors doesn&#039;t seems to be right, or the playing is too slow or wrong you may need to change the video rendering mode. To do this go to the options, general section, general tab, output drivers, Video, and set it to &amp;lt;tt&amp;gt;x11&amp;lt;/tt&amp;gt; -  this will use software rendering. Alternatively you can use &amp;lt;tt&amp;gt;xv&amp;lt;/tt&amp;gt; for XVideo rendering or either &amp;lt;tt&amp;gt;gl&amp;lt;/tt&amp;gt; or &amp;lt;tt&amp;gt;gl2&amp;lt;/tt&amp;gt; for OpenGL rendering. In general you should try these options in the following order for best quality and performance: &amp;lt;tt&amp;gt;xv&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;gl2&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;gl&amp;lt;/tt&amp;gt; and finally &amp;lt;tt&amp;gt;x11&amp;lt;/tt&amp;gt;.&lt;/div&gt;</summary>
		<author><name>Souichi</name></author>
	</entry>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=Talk:Staff_List&amp;diff=1598</id>
		<title>Talk:Staff List</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Talk:Staff_List&amp;diff=1598"/>
		<updated>2009-06-17T15:05:44Z</updated>

		<summary type="html">&lt;p&gt;Souichi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Box ==&lt;br /&gt;
&lt;br /&gt;
I&#039;d have made a change to the top ... but I&#039;m not sure if I should go that far.  :) --[[User:KyanWan|KyanWan]] 20:16, 16 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
The entries should be made into links by placing them in &amp;quot;&amp;lt;nowiki&amp;gt;[[]]&amp;lt;/nowiki&amp;gt;&amp;quot;, that way if any staff member creates a page it will be linked from here. [[User:Souichi|Souichi]] 15:05, 17 June 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Souichi</name></author>
	</entry>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=User:Souichi&amp;diff=1597</id>
		<title>User:Souichi</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=User:Souichi&amp;diff=1597"/>
		<updated>2009-06-17T15:01:34Z</updated>

		<summary type="html">&lt;p&gt;Souichi: New page: I am a wiki programmer from the dark ages. I&amp;#039;ll mostly contribute page cleanup to this wiki... Very casually and at long intervals.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I am a wiki programmer from the dark ages. I&#039;ll mostly contribute page cleanup to this wiki... Very casually and at long intervals.&lt;/div&gt;</summary>
		<author><name>Souichi</name></author>
	</entry>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=Talk:BT_clients&amp;diff=1595</id>
		<title>Talk:BT clients</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=Talk:BT_clients&amp;diff=1595"/>
		<updated>2009-06-17T14:44:55Z</updated>

		<summary type="html">&lt;p&gt;Souichi: /* New Client Suggestions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===What more?===&lt;br /&gt;
What more does the page need? Let&#039;s help out and do a list. --[[User:Deimon|Deimon]] 17:46, 13 September 2008 (UTC)&lt;br /&gt;
* Descriptions on all clients&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Page Arrangement===&lt;br /&gt;
&lt;br /&gt;
Could use more descriptive editing and formatting. --[[User:Tsikura|Tsikura]] 08:28, 24 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Still needs a lot of information. I like how its organized now. i wish i could say the same about the Windows playback page, but thats under hot debate right now.  --[[User:MarchHare|MarchHare]] 08:53, 24 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Wouldn&#039;t it be better to order it from Good -&amp;gt; Bad instead of Bad/Good/Acceptable as it&#039;s now? And maybe undercategories within each section by OS...? --[[User:Deimon|Deimon]] 11:02, 24 August 2008 (UTC)&amp;lt;br /&amp;gt;&lt;br /&gt;
- I&#039;ve changed it, looks better now. --[[User:Deimon|Deimon]] 12:27, 24 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Moved Vuze (Azureus) from Acceptable to Good, since it&#039;s one of the two only recommended clients. Also corrected it&#039;s title and added a short desc. about it&#039;s community part. --[[User:Deimon|Deimon]] 14:34, 24 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I was under the impression that Bitspirit was very similar to Bitcomet. There doesn&#039;t seem to be much discussion about it, so I won&#039;t be moving it to &amp;quot;Bad&amp;quot;. &lt;br /&gt;
[[User:Kanzar|Kanzar]] 10:30, 26 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Someone moved BitSpirit back... Anyway, it&#039;s not well documentation on it so there&#039;s no real reason to move it to &amp;quot;Bad&amp;quot; unless we hear complains from the users. --[[User:Deimon|Deimon]] 05:54, 28 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:Well, I wasn&#039;t the one to move it there in the first place... &amp;lt;_&amp;lt; Ah well. [[User:Kanzar|Kanzar]] 01:30, 29 August 2008 (UTC):&lt;br /&gt;
&lt;br /&gt;
Just wondering... why isn&#039;t Transmission listed under &amp;quot;good&amp;quot;? It&#039;s based on on libTorrent, just like rTorrent (which is currently under &amp;quot;Good&amp;quot;) --[[User:Iindigo|Iindigo]] 22:00, 27 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Clients features more than just what the lib it&#039;s based on features. I don&#039;t know who moved rTorrent to recommended but only Vuze and uTorrent is recommended by the staff of BoxTorrents, if my memory serves me. This may be a wiki but I don&#039;t like people making decisions based on only their own experiences, which involves a bigger part of the community. Can someone who actually have used these applications (Transmission and rTorrent) write the pro&#039;s and con&#039;s about them, so we can decide which to put under recommended. I don&#039;t like the fact with rTorrent that it&#039;s terminal based as I think all recommended must at least have a GUI for easier control of the applications, since not everyone on Linux use terminal often. --[[User:Deimon|Deimon]] 05:55, 28 August 2008 (UTC)&lt;br /&gt;
:rTorrent uses a fantastically small amount of resources.  Plus, the fact that it&#039;s ncurses-based means that you can keep it in a detached screen session on a server, and ssh in and control it from anywhere. [[User:Xiong Chiamiov|Xiong Chiamiov]] 01:11, 12 November 2008 (UTC)&lt;br /&gt;
:Oh, also, it was [http://wiki.boxtorrents.com/index.php?title=BT_Clients&amp;amp;diff=390&amp;amp;oldid=301 this edit] that added rTorrent in under &amp;quot;Good&amp;quot; (now &amp;quot;Recommended&amp;quot;). [[User:Xiong Chiamiov|Xiong Chiamiov]] 01:40, 9 February 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Shareza===&lt;br /&gt;
&lt;br /&gt;
Why is &#039;&#039;&#039;Shareza&#039;&#039;&#039; not suggested? I know that there is a false Shareza V4 which is bundled with adware but the real V2 doesn&#039;t have that. --[[User:Deimon|Deimon]] 12:27, 24 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I would like to notify all people concerned with Shareaza that they&#039;re making a new client, It&#039;s very much and alpha and crashes alot, but the team is taking shareazaV2&#039;s code and re-formulating it from the ground up. It doesn&#039;t need to be included yet, but watched at the very least. http://www.pantheraproject.com/  &lt;br /&gt;
Reference -&amp;gt; http://torrentfreak.com/shareaza-team-fight-back-with-panthera-project-080818/&lt;br /&gt;
--[[User:Aranjedeath|Aranjedeath]]&lt;br /&gt;
&lt;br /&gt;
Shareaza is a bad client because the upload is very low ;)&lt;br /&gt;
(i am not 100% sure if this is for V2 too, but i thought so)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===New Client Suggestions===&lt;br /&gt;
&lt;br /&gt;
There&#039;s a new client called [http://www.binarynotions.com/halite-bittorrent-client Halite] that looks to be &#039;the next uTorrent&#039;. Also worth keeping an eye on. &lt;br /&gt;
[[User:Kanzar|Kanzar]] 10:29, 26 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Read about it in TorrentFreak a while back... Tested it but it&#039;s not as small as they said (RAM usage, it&#039;s not less than uTorrent, which they state), and the scan for how much percent completed you have of one torrent takes a long time. Sorry, forgot to add my byline :P. --[[User:Deimon|Deimon]] 23:44, 29 August 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I added an entry for Aria2 - I did it before I read the talk page and realised that this is a &amp;quot;moderated&amp;quot; page. If you don&#039;t like it I won&#039;t be offended if you remove it. [[User:Souichi|Souichi]] 14:44, 17 June 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Web Frontend Section?===&lt;br /&gt;
I was thinking about chanting up a section centered around web interfaces for command-line torrent clients, and general advice for dedicated torrent servers.  Buuut, I&#039;m thinking maybe that&#039;s way outside the scope of this document.  Would anybody be interested in such a thing? Perhaps as a seperate page altogether? -[[User:iddqd|iddqd]]&lt;br /&gt;
&lt;br /&gt;
Sounds interesting, I&#039;m sure some more advanced people than the regular user would be interesting in that. If you want all you need to do is add it within a new page and then link from here to there. --[[User:Deimon|Deimon]] 02:38, 3 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
:I can contribute some knowledge of the web frontends for Deluge, rTorrent and btg.&lt;br /&gt;
&lt;br /&gt;
=== Deluge as a recommended client instead of acceptable? ===&lt;br /&gt;
&lt;br /&gt;
What do you guys think about this? I find it to work amazingly, pretty much like uTorrent (I use it with Ubuntu so I don&#039;t know how good it is on Windows). It&#039;s lighter than craploaded Azureus, and pretty much as powerful and light as uTorrent. Why not put it there? --[[User:Koolabsol|Calvin]] 02:35, 8 October 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Accepted clients ==&lt;br /&gt;
&lt;br /&gt;
We&#039;re (mods+admins) currently discussing which clients are recommended, accepted and unacceptable. This will probably take quite some time though, especially in the light of Jarudin&#039;s upcoming trip to Japan. Don&#039;t take it as official word yet, but for the moment uTorrent, Vuze and some libtorrent-based clients are the only clients on the recommended list. The libtorrent clients are kinda tricky since there are so many frontends for them, and we&#039;re not going to take the libtorrent library as the only requirement for &amp;quot;recommendation&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[User:Raznak|Raznak]] 05:20, 9 February 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>Souichi</name></author>
	</entry>
	<entry>
		<id>http://wiki.bakabt.me/index.php?title=BT_clients&amp;diff=1594</id>
		<title>BT clients</title>
		<link rel="alternate" type="text/html" href="http://wiki.bakabt.me/index.php?title=BT_clients&amp;diff=1594"/>
		<updated>2009-06-17T14:38:46Z</updated>

		<summary type="html">&lt;p&gt;Souichi: /* Acceptable */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A &#039;&#039;&#039;&#039;&#039;BitTorrent Client&#039;&#039;&#039;&#039;&#039; is computer software that utilizes the BitTorrent P2P protocol to download and upload data. The original BitTorrent client was released in 2002 by Bram Cohen. Since then, many different clients have developed, all of which are at least partially based on the original BitTorrent client. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==BitTorrent Clients==&lt;br /&gt;
&#039;&#039;&#039;Please be sure to avoid all clients listed as &#039;&#039;[[BT Clients#Forbidden|Forbidden]]&#039;&#039; unless you want your account disabled. Also, keep in mind that &#039;&#039;[[BT Clients#Not Recommended|Not Recommended]]&#039;&#039; clients are not suggested to use with BakaBT because of various reasons.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Recommended&amp;lt;/span&amp;gt;===&lt;br /&gt;
;[http://www.utorrent.com/ µTorrent / uTorrent]  (Windows, WINE)&lt;br /&gt;
*One of the most preferred clients on BakaBT. This client is known for having a small distribution size, despite being feature rich, and using little system resources. Available for Windows and WINE emulation only.&lt;br /&gt;
&lt;br /&gt;
;[http://www.vuze.com/app?service=home Vuze (&#039;&#039;Azureus&#039;&#039;)] (Windows, Linux, Mac)&lt;br /&gt;
* One of the most preferred clients on BakaBT. This client has recently changed name to Vuze from it&#039;s old name Azureus.&lt;br /&gt;
* What Vuze is unique for is it&#039;s community part, which allows you to share torrents easily with your friends.&lt;br /&gt;
* While this client is very rich in features, it   is written in Java, which makes it slow by nature, and is quite a memory hog. Despite these enormous flaws, it is still one of the best.&lt;br /&gt;
;[http://libtorrent.rakshasa.no/ rTorrent] (Linux, cygwin?)&lt;br /&gt;
* A mature BitTorrent client built around the libTorrent C++ library. Ncurses-based.&lt;br /&gt;
* Uses very minimal resources.&lt;br /&gt;
* Often used in a detached GNU Screen session.&lt;br /&gt;
* Has [http://libtorrent.rakshasa.no/wiki/UtilsList many] web front-ends available.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:gold&amp;quot;&amp;gt;Acceptable&amp;lt;/span&amp;gt;===&lt;br /&gt;
;[http://pingpong-abc.sourceforge.net/ ABC] (Windows, Linux)&lt;br /&gt;
&lt;br /&gt;
;[http://aria2.sourceforge.net/ Aria2] (Linux, BSD, Mac)&lt;br /&gt;
* &#039;&#039;Adaptive&#039;&#039; download client with a full-featured BT mode. Interesting hybrid mode where data can be downloaded via FTP or HTTP and added to an active torrent. Small footprint application in active development.&lt;br /&gt;
&lt;br /&gt;
;[http://www.bittornado.com/ BitTornado] (Windows, Linux, Mac)&lt;br /&gt;
* Client developed by John Hoffman. This client was the first to include [[super seeding]]. This client automatically bans connections with [http://www.bitcomet.com/ BitComet] clients. &lt;br /&gt;
&lt;br /&gt;
;[http://download.bittorrent.com/dl/ BitTorrent 5 (&#039;&#039;Mainline&#039;&#039;)] (Windows, Linux, Mac)&lt;br /&gt;
* The official BitTorrent client, nicknamed &#039;&#039;Mainline&#039;&#039; by developers. The last version before BitTorrent Inc. switched to the [http://www.utorrent.com uTorrent] build.&lt;br /&gt;
* The newest version for Mac is 4.27.2 and Linux 5.2.0.&lt;br /&gt;
&lt;br /&gt;
;[http://www.bittorrent.com/ BitTorrent 6] (Windows)&lt;br /&gt;
* The official BitTorrent client. It is based on the [http://www.utorrent.com uTorrent] client. Only big difference from [http://www.utorrent.com uTorrent] is that it comes with support for BitTorrent DNA™.&lt;br /&gt;
 &lt;br /&gt;
;[http://www.167bt.com/intl/ BitSpirit] (Windows)&lt;br /&gt;
&lt;br /&gt;
;[http://deluge-torrent.org/ Deluge] (Windows, Linux, Mac OS X)&lt;br /&gt;
* Deluge is a lightweight, Free Software, cross-platform BitTorrent client.&lt;br /&gt;
&lt;br /&gt;
;[http://ktorrent.org/ KTorrent] (Windows, Linux, Mac OS X)&lt;br /&gt;
&lt;br /&gt;
;[http://thegraveyard.org/qtorrent.php QTorrent] (Windows, Linux, Mac)&lt;br /&gt;
* QTorrent bundles it&#039;s own version of BitTornado but depend on [http://wiki.python.org/moin/PyQt PyQt] (which you much install separately).&lt;br /&gt;
&lt;br /&gt;
;[http://www.transmissionbt.com/ Transmission] (Linux, Mac OS X, BeOS)&lt;br /&gt;
* A client that runs on Unix based systems, Mac OS X, and BeOS. Default client for Ubuntu Linux, Zenwalk Linux and some other distributions. This client is known for having a small distribution size.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:darkorange&amp;quot;&amp;gt;Not Recommended&amp;lt;/span&amp;gt;===&lt;br /&gt;
;[http://www.bitcomet.com/ BitComet] (Windows)&lt;br /&gt;
* This client is not suggested for use in the BakaBT community. It is currently only available for the Windows platform. &lt;br /&gt;
&lt;br /&gt;
;[http://www.bitlord.com/ BitLord] (Windows)&lt;br /&gt;
* This client is based on the source code of the BitComet 0.56 core and includes adware and malware. It is not suggested for use in the BakaBT community. It is currently only available for the Windows platform.&lt;br /&gt;
&lt;br /&gt;
;[http://shareaza.sourceforge.net/ Shareaza] (Windows)&lt;br /&gt;
* There exists two Shareza, one false and the true client. &#039;&#039;&#039;Shareza V4&#039;&#039;&#039; is the false one, and it comes bundled with &#039;&#039;&#039;adware&#039;&#039;&#039;. &#039;&#039;&#039;Shareza V2&#039;&#039;&#039; is the true client.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Forbidden&amp;lt;/span&amp;gt;===&lt;br /&gt;
;[http://www.xunlei.com/ Xunlei] (Windows)&lt;br /&gt;
* Client that doesn&#039;t follow the [http://en.wikipedia.org/wiki/BitTorrent_(protocol) Bittorrent protocol] properly, reports fake transfer stats to give you a constant 1.0 ratio. Certain to get your account disabled once we find out.&lt;br /&gt;
&lt;br /&gt;
==External Websites==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/BitTorrent_client BitTorrent clients on Wikipedia]&lt;/div&gt;</summary>
		<author><name>Souichi</name></author>
	</entry>
</feed>