<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ZeroGman</id>
	<title>BakaBT Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.bakabt.me/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=ZeroGman"/>
	<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Special:Contributions/ZeroGman"/>
	<updated>2026-04-04T10:36:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Codecs&amp;diff=565</id>
		<title>Codecs</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Codecs&amp;diff=565"/>
		<updated>2008-09-18T07:41:40Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*Compression*/  Added compression to the codecs section, copied definitions from the Terminology page.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is meant as a brief explanation of the most common codecs used on BoxTorrents and is purely information.  For codec troubleshooting, see the [[Common_Playback_Problems|Common Playback Problems]] BoxTorrents Wiki article, or visit the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forum] for help playing/installing codecs.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
A codec is a device or software that is capable of decoding and/or encoding data, wether it be a digital data stream or signal.  Basically, they are what we use to encode and decode virtually all of the content found on BoxTorrents.  For the most part, we only worry about the decoding.&lt;br /&gt;
&lt;br /&gt;
==Compression==&lt;br /&gt;
Basically, two types of compression exist, &#039;&#039;Lossy&#039;&#039;, and &#039;&#039;Lossles&#039;&#039;.  For example, most of the anime found on BoxTorrents will use &#039;&#039;Lossy codecs&#039;&#039;, where as several soundtracks use &#039;&#039;Lossless&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Lossy codecs&#039;&#039;&#039; - Many of the more popular codecs in the software world are lossy, meaning that they reduce quality by some amount in order to achieve compression. Smaller data sets ease the strain on relatively expensive storage sub-systems such as non-volatile memory and hard disk, as well as write-once-read-many formats such as CD-ROM, DVD and Blu-ray Disc.&lt;br /&gt;
*&#039;&#039;&#039;Lossless codecs&#039;&#039;&#039; - There are also many lossless codecs which are typically used for archiving data in a compressed form while retaining all of the information present in the original stream. If preserving the original quality of the stream is more important than eliminating the correspondingly larger data sizes, lossless codecs are preferred. Especially if the data is to undergo further processing (for example editing) in which case the repeated application of processing (encoding and decoding) on lossy codecs will degrade the quality of the resulting data such that it is readily identifiable (visually, audibly or both). Using more than one codec or encoding scheme successively can also degrade quality significantly. The decreasing cost of storage capacity and network bandwidth has a tendency to reduce the need for lossy codecs for some media.&lt;br /&gt;
&lt;br /&gt;
==Video Codecs==&lt;br /&gt;
Currently, many formats exist for video codecs, here are the more common ones found on BoxTorrents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  Needs some more information  --&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;MPEG-2&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;MPEG-4 Part 2&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;MPEG-4 Part 10&#039;&#039;&#039; -&lt;br /&gt;
*&#039;&#039;&#039;DivX, Xvid, FFmpeg, MPEG-4, and 3ivx&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;WMV&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;VC-1&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;x264&#039;&#039;&#039; - &lt;br /&gt;
&lt;br /&gt;
==Audio Codecs==&lt;br /&gt;
Several audio formats exist as well, these apply to both movies and music/sounds.  Here are some of the common ones used on BoxTorrents.   (Coming soon!)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Needs verification  --&amp;gt;&lt;br /&gt;
==Text Codecs==&lt;br /&gt;
Text codecs are used for files that contain softsubs, they are basically text that is rendered during playback separately from the video track instead of being rendered directly to the video file during encoding (hardsubs).  The main advantage of using softsubs being that multiple subtitle/karaoke tracks can be packaged into one file or not used at all during playback.  The main drawback is that it adds more overhead to the file.&lt;br /&gt;
&lt;br /&gt;
The softsub file is sometimes a separate file, .sub for example, but is usually inside the [[Containers|container]] file.  Here are the most common codecs used on BoxTorrents:&lt;br /&gt;
 &lt;br /&gt;
*&#039;&#039;&#039;SubStation Alpha&#039;&#039;&#039; - Commonly used on BoxTorrents.  Supports both styled text and metadata.  Has a precision of 10 milliseconds.  Frequently encoded within a [[Containers|container]], thus rarely seen as a separate file.  Uses a .ssa or .ass extension.&lt;br /&gt;
*&#039;&#039;&#039;VobSub&#039;&#039;&#039; - Common on BoxTorrents as well.  VobSub is image-based so it doesn&#039;t support styled text or metadata.  This is the codec used when the subtitles are ripped directly from the source DVD.  These have a precision of 1 millisecond.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hardsubs are rendered directly into the video stream so a separate codec isn&#039;t required&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/Video_codec Video codec]&#039;&#039;&#039; from Wikipedia&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/List_of_codecs#Audio_codecs Audio codecs]&#039;&#039;&#039; from Wikipedia&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/Subtitle_(captioning)#Types Subtitle (captioning)]&#039;&#039;&#039; from Wikipedia&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=548</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=548"/>
		<updated>2008-09-16T17:38:16Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*N*/ Did the N section, took longer than expected!  Needs some verification...  Still hoping for any feedback...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide and reference to the more commonly used keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
*&#039;&#039;&#039;Nakama&#039;&#039;&#039; - Has 2 possible meanings on BoxTorrents:&lt;br /&gt;
# A scanlation group that specializes in [[Keywords#Y|Yaoi]] manga releases.  [http://www.mangaupdates.com/groups.html?id=107 Baka Updates]&lt;br /&gt;
# In Japanese, this means &amp;quot;comrade&amp;quot;.  Could be loosely translated to &amp;quot;friend&amp;quot;.&lt;br /&gt;
&amp;lt;!--  Navy needs verification and maybe more information.  --&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Navy&#039;&#039;&#039; - This work involves the Navy, a military branch that operates on the sea with fleets of ships.  A space military force could also be considered a Navy.  This keyword, if used, should always be paired with [[Keywords#M|&#039;&#039;Military&#039;&#039;]].  See [http://en.wikipedia.org/wiki/Navy Navy] from the Wikipedia.&lt;br /&gt;
*&#039;&#039;&#039;NHK&#039;&#039;&#039; - Also known as Japan Broadcasting Corporation, they are Japan&#039;s public broadcaster.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=338 AniDB] | [http://en.wikipedia.org/wiki/NHK Wikipedia]&lt;br /&gt;
*&#039;&#039;&#039;niizk&#039;&#039;&#039; - A fansub group that doesn&#039;t do any of their own subbing.  They rerelease other groups material and DVD rips and only complete anime series.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3484 AniDB]&lt;br /&gt;
*&#039;&#039;&#039;Ninjas&#039;&#039;&#039; - This work involves Ninjas, stealthy warriors trained in martial arts.  Usually paired with Action, Martial Arts, Shounen, and other similar genre.  See [http://en.wikipedia.org/wiki/Ninja Ninja] on Wikipedia for more information.&lt;br /&gt;
*&#039;&#039;&#039;Nippon&#039;&#039;&#039; - This keyword can refer to one of 3 production studios.  This should be replaced with the corresponding producer/studio:&lt;br /&gt;
# &#039;&#039;Nippon Animation&#039;&#039; - See entry below&lt;br /&gt;
# &#039;&#039;Nippon Television Network&#039;&#039; - NTV for short.  A japanese broadcaster involved in several productions including Claymore, Air Master, Monster, and several others.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=97 AniDB]&lt;br /&gt;
# &#039;&#039;Nippon Victor&#039;&#039; - Parents company of [http://en.wikipedia.org/wiki/Victor_Entertainment Victor Entertainment], has been involved with the production of Trigun, Bubblegum Crisis Tokyo 2040, and others.  Also known as JVC for Japan Victor Company.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=299 AniDB] | [http://en.wikipedia.org/wiki/JVC Wikipedia]&lt;br /&gt;
*&#039;&#039;&#039;Nippon Animation&#039;&#039;&#039; - A Japanese animation studio.  They produce several anime series based on works of literature from Western culture and manga.  Involved in anime adaptations such as Shaman King, Hunter x Hunter, and many others.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=12 AniDB]  |  [http://en.wikipedia.org/wiki/Nippon_Animation Wikipedia]&lt;br /&gt;
*&#039;&#039;&#039;Nipponsei&#039;&#039;&#039; - A group that specializes in creating Original Soundtracks (OST).  Most, if not all, of their rips are extremely high quality with a 320 kbps Mp3 encode.&lt;br /&gt;
*&#039;&#039;&#039;Nudity&#039;&#039;&#039; - This work contains nudity and is commonly associated with hentai material.  In rare cases, it can be associated with ecchi material, but is usually not.&lt;br /&gt;
*&#039;&#039;&#039;Nuns&#039;&#039;&#039; - This work contains nuns.  Often, this keyword is used with hentai material where Nuns are sex objects.  Religious denomination is commonly irrelevant.&lt;br /&gt;
*&#039;&#039;&#039;Nurses&#039;&#039;&#039; - This work has nurses.  Like &#039;&#039;Nuns&#039;&#039;, this usually refers to hentai material where female nurses are sex objects.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Really could use help on this one, hentai is not my forte. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Office Lady&#039;&#039;&#039; - Usually this refers to hentai material where the leading female works in an office or office-like environment.  Should NOT be used if the woman is a nurse, teacher, student, or some other easily identifiable profession.&lt;br /&gt;
*&#039;&#039;&#039;Omanga&#039;&#039;&#039; - A scanlation group, they do not specialize in a certain genre and have infrequent releases.  [http://www.mangaupdates.com/groups.html?id=86 Baka Updates]&lt;br /&gt;
*&#039;&#039;&#039;Oneshot&#039;&#039;&#039; - This is used when a manga is only a single chapter in length.  Usually the chapter is quite long so that the author can get an entire story out of it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
*&#039;&#039;&#039;Pantsu&#039;&#039;&#039; - This work involves panty shots, and usually lots of them.  This should always be used with the Ecchi keyword, but is usually NOT associated with hentai material.&lt;br /&gt;
*&#039;&#039;&#039;Parallel Universe&#039;&#039;&#039; - The setting in this work takes place where two worlds are usually next to each other, but separated by a barrier, time, or some other means that can not be crossed by normal means.&lt;br /&gt;
*&#039;&#039;&#039;Parody&#039;&#039;&#039; - This work mocks other works, the subject, or even the author themselves, using humorous or satirical imitation.&lt;br /&gt;
*&#039;&#039;&#039;Piloted Robots&#039;&#039;&#039; - This work involves piloting robots, often the robots are much larger than the pilot themselves.  The Mecha keyword is almost always paired with this one.&lt;br /&gt;
*&#039;&#039;&#039;Police&#039;&#039;&#039; - This work involves the police, or some other legitamite criminal investigation group.  This can be used for one, many, or all aspects of police work.&lt;br /&gt;
*&#039;&#039;&#039;Post-apocalyptic&#039;&#039;&#039; - The setting of this work is set after an apocalypse, or some other major event that led to almost complete destruction of the world.  Wars and natural disasters are the most commonly used events.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Could really use some help with this one below!&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Power Suits&#039;&#039;&#039; - This refers to when the characters use suits that augment/enhance their existing abilities and/or grant new abilities to them.  What is unique about this is that the suits rely on the users ability and are not piloted, but worn.&lt;br /&gt;
*&#039;&#039;&#039;Proxy Battles&#039;&#039;&#039; - This work involves fighting where the combatants do not engage each other directly.  Usually other creatures/machines/magics battle for them, thus the combatants do not battle each other directly.  For example, in Pokemon, trainers will collect and train their Pokemon to fight.  The trainers are the ones fighting, but the outcome is determined between the Pokemon alone.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Could use verification on the one below!&lt;br /&gt;
Also needs links to Fantasy and Magic once they are completed&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Psychic&#039;&#039;&#039; - This work involves psychics, usually humans with extraordinary mental abilities.  Fairly weak as a keyword on it&#039;s own, it should be used with Fantasy, Magic, and/or at least [[Keywords#S|Sci-Fi]], unless of course the plot focuses mainly on psychics.&lt;br /&gt;
*&#039;&#039;&#039;Psychological&#039;&#039;&#039; - This work deals with the philosophy of a state of mind.  Abnormal psychology is used in most cases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
* &#039;&#039;&#039;Racing&#039;&#039;&#039; - This work involves races, wether it be car, horse, running, or any other form of racing.  Usually paired with the [[Keywords#S|Sports]] keyword.&lt;br /&gt;
* &#039;&#039;&#039;Rape&#039;&#039;&#039; - This work involves rape.   Rape is when a person, almost always a woman, is forced into performing sexual acts against their will. This keyword is almost always associated with hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Ripping in Peace&#039;&#039;&#039; - A fansubbing group, RiP for short.  They have yet to drop a single project, but have stalled a few.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1750 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Robots&#039;&#039;&#039; - This work contains robots.  Similar to the [[Keywords#M|Mecha]] genre, this usually refers to robots that are not piloted by someone.  The [[Keywords#M|Mecha]] keyword should be used instead of this for consistency.&lt;br /&gt;
* &#039;&#039;&#039;Romance&#039;&#039;&#039; - This work revolves around love, usually between a man and a woman, but not limited to.  See [[Keywords#Y|Yaoi]] (&amp;quot;Boys Love&amp;quot;) or [[Keywords#Y|Yuri]] (&amp;quot;Girls Love&amp;quot;) for same gender relationships.&lt;br /&gt;
* &#039;&#039;&#039;Rumiko Takahashi&#039;&#039;&#039; - A japanese mangaka, she is one of the wealthiest women in Japan thanks to the manga she creates. (And the anime adaptations)  Some of her most prominent works include InuYasha and Ranma 1/2.  See [http://www.mangaupdates.com/authors.html?id=636 Baka Updates] or [http://en.wikipedia.org/wiki/Takahashi_Rumiko Wikipedia] for more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
* &#039;&#039;&#039;Saizen&#039;&#039;&#039; - A fansubbing group, short for Saizen Fansubs. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1179 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Samurai&#039;&#039;&#039; - The story of this work focuses on Samurai warriors, or they at least play a major role in the story. [http://en.wikipedia.org/wiki/Samurai Samurai] on Wikipedia&lt;br /&gt;
&amp;lt;!-- * &#039;&#039;&#039;Scat&#039;&#039;&#039; - I consider this one to be on the list, I just do not want to do it. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;School&#039;&#039;&#039; - See School Life&lt;br /&gt;
* &#039;&#039;&#039;School Life&#039;&#039;&#039; - The setting of this takes place mostly, or completely, in a school environment.&lt;br /&gt;
* &#039;&#039;&#039;Sci-Fi&#039;&#039;&#039; - Used on works that involve twists on technology and other phenomena which are contrary or stretches of modern science.  Short for Science Fiction.&lt;br /&gt;
* &#039;&#039;&#039;Seinen&#039;&#039;&#039; - This work specifically targets males around the ages of 18 to 30 and appeal to college students and those in the working world. Typically the story lines deal with, or at least incorporate, the issues of adulthood.&lt;br /&gt;
* &#039;&#039;&#039;Short Stories&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shoujo&#039;&#039;&#039; - Used on material that is aimed at girls.  The story usually focuses on romance and love.  It is commonly used with either the Romance or Drama genre.  Could be considered the female equivalent of Shounen.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yuri]], or &amp;quot;Girls Love&amp;quot;, Shoujo Ai is a less intimate version of strong girl-girl relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Magic&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shounen&#039;&#039;&#039; - Used on material that is aimed at boys.  The story often focuses on fighting and action.  It is almost always used with either the Action, Mecha, and/or Martial Arts genres.  Could be considered the male equivalent of Shoujo.&lt;br /&gt;
* &#039;&#039;&#039;Shounen Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yaoi]], or &amp;quot;Boys Love&amp;quot;, Shounen Ai is not as intimate of strong boy-boy relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shounen-Ai&#039;&#039;&#039; - A mispelling, should be &#039;&#039;Shounen Ai&#039;&#039;, see above entry.&lt;br /&gt;
* &#039;&#039;&#039;SHS&#039;&#039;&#039; - Short for Shinsen-Subs, a fansubbing group.  Currently, they have subbed over 150 titles.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=495 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Shueisha&#039;&#039;&#039; - A major publisher in Japan.  Jump Comics is a division of Shueisha, which is a large publisher of manga.  Shueisha has also been involved in the production of some anime, but is better known for manga. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=65 AniDB] | [http://www.mangaupdates.com/publishers.html?id=163 Baka-Updates] | [http://en.wikipedia.org/wiki/Shueisha Wikipedia]&lt;br /&gt;
* &#039;&#039;&#039;Slapstick&#039;&#039;&#039; - Usually this refers to outrageous, and sometimes outlandish, comedic acts.  The most common acts in slapsticks are chases, collisions, and crude practical jokes.  Should almost always be used with the Comedy keyword.&lt;br /&gt;
* &#039;&#039;&#039;Slice of Life&#039;&#039;&#039; - This genre represents day-to-day ordeals of one or many characters. These events could possibly happen in the real world and are often, if not always, set in the present in a world similar to our own.&lt;br /&gt;
* &#039;&#039;&#039;Small Breasts&#039;&#039;&#039; - The work contains girls with small breasts, usually associated with underaged or &amp;quot;under developed&amp;quot; girls.  Almost always used with ecchi or hentai material.  Synonomous with lolicon, except lolicon is limited to hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Smut&#039;&#039;&#039; - Used for series that are could be considered offensive, particularly regarding sexual content.  Should not be confused with hentai.&lt;br /&gt;
* &#039;&#039;&#039;SnoopyCool&#039;&#039;&#039; - A manga scanlation group.  They do not focus on a single genre.  [http://www.mangaupdates.com/groups.html?id=74 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Space&#039;&#039;&#039; - Used when the setting, or a large portion of the setting, is in outer space.&lt;br /&gt;
* &#039;&#039;&#039;Space Travel&#039;&#039;&#039; - This is used when the story involves travelling through outer space.  While similar to &#039;&#039;Space&#039;&#039;, it differs in that the setting doesn&#039;t need to be primarily in space.&lt;br /&gt;
* &#039;&#039;&#039;Sports&#039;&#039;&#039; - This work centers on sports, meaning the story is created around sports.  Anime titles such as [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=590 Slam Dunk] and [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=2441 Eyeshield 21] are good examples.&lt;br /&gt;
* &#039;&#039;&#039;Static-Subs&#039;&#039;&#039; - An English fansubbing group, SS for short.  Does bothXviD and h264 releases.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=382 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio 4 C&#039;&#039;&#039; - A Japanese animation studio, full name is Studio 4°C.  (Named so because water is densest at 4°C)  Some of their notable works include The Animatrix, Spriggan, and Steamboy.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=22 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio DEEN&#039;&#039;&#039; - A Japanese production studio.  Mostly involved in TV anime such as Fruits Basket, Samurai Deeper Kyo, and Fate/stay Night.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=14 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Sudden Girlfriend Appearance&#039;&#039;&#039; - The work has the main character suddenly get a girlfriend, usually as a result of an abnormal situation.  It is common for this to happen at the very beginning of the story.&lt;br /&gt;
* &#039;&#039;&#039;Sunrise&#039;&#039;&#039; - An animation producer that is a sub-sidiary of Bandei.  Did the animation production for many titles including Scryed, Inuyasha, Planetes, and Mai-HiME.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=9 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Super Power&#039;&#039;&#039; - The work contains one or several characters with powers or abilities beyond the normal limitations of everyone else.  &amp;lt;!-- May need further explanation --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Supernatural&#039;&#039;&#039; - The work contains events or actions that defy the natural laws of physics, often in a spectacular way.  Supernatural could be considered Magic, but on a more broad scale.&lt;br /&gt;
* &#039;&#039;&#039;Surreal&#039;&#039;&#039; - In general, it means bizarre or dreamlike.  Similar to Fantasy.&lt;br /&gt;
* &#039;&#039;&#039;Swordplay&#039;&#039;&#039; - This work contains sword fights, and usually plenty of them.  This is not necessarily limited to metal swords alone.  This is frequently put together with Action, [[Keywords#S|Shounen]], and/or [[Keywords#V|Violence]] works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &#039;&#039;&#039;Tadanohito&#039;&#039;&#039; - A scanlation group that currently specializes in Hentai manga. [http://www.mangaupdates.com/groups.html?id=1093 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Takahata&#039;&#039;&#039; - Refers to Japanese Director Isao Takahata, see Isao Takahata.&lt;br /&gt;
* &#039;&#039;&#039;Tentacles&#039;&#039;&#039; - This work contains the use of tentacles and is currently used only for hentai.  Tentacles refers to when a person, usually a woman, is forced into sex by a monster/alien/robot/creatute that has several tentacles extending out from it.  Tentacles and Rape are frequently used in conjuction. &amp;lt;!-- So hard to give a serious definition of Tentacles! -ZeroGman --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;THORA&#039;&#039;&#039; - A fansubbing group that only releases true HD material. Short for THORAnime.[http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3661 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Thriller&#039;&#039;&#039; - Usually contains a fast paced story with frequent action and a resourceful hero that is up against a more powerful and/or better-equipped villain.  See the[http://en.wikipedia.org/wiki/Thriller_(genre) Thriller (genre)] from Wikipedia for more info.&lt;br /&gt;
* &#039;&#039;&#039;Time Travel&#039;&#039;&#039; - This work involves travelling through time, wether it be to the past or the futire.&lt;br /&gt;
* &#039;&#039;&#039;Toei&#039;&#039;&#039; - Short for Toei Animation, see Toei Animation.&lt;br /&gt;
* &#039;&#039;&#039;Toei Animation&#039;&#039;&#039; - A Japanese Animation producer, has produced many famous works including the Dragon Ball series, Sailor Moon series, and One Piece, to name a few. See [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=294 AniDB] or [http://en.wikipedia.org/wiki/Toei_Animation Wikipedia] entry for more info.&lt;br /&gt;
* &#039;&#039;&#039;Torture&#039;&#039;&#039; - This work contains torture.  Torture usually involves inflicting pain upon others without killing, or at least seriously injuring, them.  Often used in hentai material with Bondage as well.&lt;br /&gt;
* &#039;&#039;&#039;Tragedy&#039;&#039;&#039; - This work contains events that lead to great loss and/or misfortune.  Could almost be a spoiler by using this keyword.&lt;br /&gt;
* &#039;&#039;&#039;Transforming Robots&#039;&#039;&#039; - This work involves robots that are able to transform into multiple forms.  This should almost always fall into the Mecha keyword area instead of using the Transforming Robots keyword. &amp;lt;!-- At least in my opinion --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Triad&#039;&#039;&#039; - A fansubbing group named The Triad. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=102 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;TV Tokyo&#039;&#039;&#039; - A TV network in Tokyo, Japan that specializes in anime.  Works such as Neon Genesis Evangelion, Noir, Love Hina, Naruto, and Bleach are, or have been, originally aired through them. [http://en.wikipedia.org/wiki/TV_Tokyo TV Tokyo] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
* &#039;&#039;&#039;Uncensored&#039;&#039;&#039; - The censoring has been removed from this work.  For the most part, this applies to hentai anime and occasionally to anime with extreme violence or nudity.&lt;br /&gt;
* &#039;&#039;&#039;Underworld&#039;&#039;&#039; - Could have at least two meanings &#039;&#039;Needs more info&#039;&#039;&lt;br /&gt;
# This work involves the Underworld, a place where departed souls go to rest.  Synonomous with Hell.&lt;br /&gt;
# This work involves the Criminal Underworld.  This can refer to when illegal goods trading, smuggling, stealing, and other criminal acts are seen as a normal way of life.&lt;br /&gt;
* &#039;&#039;&#039;Ureshii&#039;&#039;&#039; - Fansubbing group, originally a part of [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=183 Anime-4ever].  Has worked in conjuction with several other groups in the past.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3097 AniDB]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai material.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.  &amp;lt;!-- May want to expand this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.  A more extreme version of [Keywords#S|Shounen Ai]&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian, but not always referring to hentai material.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:FAQ&amp;diff=534</id>
		<title>Talk:FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:FAQ&amp;diff=534"/>
		<updated>2008-09-13T07:05:55Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deimon, did you copy and paste the source code from the BoxTorrents FAQ for the most part?  Most of that HTML in their wasn&#039;t needed.  Wiki formatting doesn&#039;t agree with all html formatting it seems, images being one of them.  --[[User:ZeroGman|ZeroGman]] 20:20, 11 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yeah, hence the statement that it still needs some cleaning. I&#039;m not finished yet (needed to go afk a while) but it&#039;s not a lot which needs to be cleaned, and it&#039;s better than just copy paste part by part, I used &amp;quot;Replace All&amp;quot; on many codes like links and such, making it all easier. This way we get the FAQ done in almost no time at all, but right now I&#039;m going to sleep but will keep working on it tomorrow. --[[User:Deimon|Deimon]] 22:12, 11 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Good deal.  Although, I think I got most of it already...  (The 4,000+ total bytes taken away from my two major clean ups)  I removed most of the HTML code and really only left the underline formatting since I don&#039;t know how to do that in a wiki.  There is probably a little left to fix, but not much.  I&#039;m actually not sure what still needs to be fixed (if anything).  --[[User:ZeroGman|ZeroGman]] 02:58, 12 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Looks promosing, see, this was a good idea to just import the real FAQ and clean it up. (^.^) What&#039;s left is to merely edit the links which points to the FAQ or Rule. --[[User:Deimon|Deimon]] 04:15, 12 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
I&#039;ve fixed up all links I could find and cleaned some of the leftovers, and I fixed us a cool banner (o_O). The only thing left as I see it is maybe editing the [[FAQ#What makes BoxTorrents different?]] section so that it&#039;s above the Contents list, or should we leave it as it is now? --[[User:Deimon|Deimon]] 04:41, 12 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Modified the &amp;quot;What makes Box...&amp;quot; section, I myself find it better this way, but feel free to change it back if you want. --[[User:Deimon|Deimon]] 04:48, 12 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Moved the &amp;quot;What makes BoxTorrents different?&amp;quot; for consistent formatting.  Commented out the two paragraphs that were with it that really didn&#039;t have anything to do with it.  Why the banner?  This is a wiki, not a webpage.  Eh, maybe I&#039;m just being anal about keeping it like a wiki.  I prefer avoiding html in wiki editing if possible, although our wiki can&#039;t do images or underline text yet, so some is needed.  Unless someone knows a way to embed external images using wiki formatting.  --[[User:ZeroGman|ZeroGman]] 07:05, 13 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=FAQ&amp;diff=533</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=FAQ&amp;diff=533"/>
		<updated>2008-09-13T06:52:25Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*Site content information*/  Moved the &amp;quot;What makes BoxTorrents different&amp;quot;, commented out the two paragraphs not relating to the question.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;Frequently Asked Questions&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;In here you might just find the answers you&#039;re looking for!&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
---------------------------Text---------------------------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Site content information ==&lt;br /&gt;
&lt;br /&gt;
===What makes BoxTorrents different?===&lt;br /&gt;
&lt;br /&gt;
There are many anime torrent sites but BoxTorrents is unique in the quality of our content. Our goal is to provide only torrents for completed anime or anime-related material and we pick only the best versions. Not everyone may submit new torrents: only Power Users, users who seem to have at least some experience with our site, and other appointed users. All submissions are thoroughly checked before they are added to our ever growing list of series; by &#039;&#039;ever growing&#039;&#039;, we really mean ever growing in the sense that even old torrents are still seeded. In short: &#039;quality over quantity&#039; and &#039;ease of use&#039;. Do keep in mind that BoxTorrents exists because of its users; old content is still available because of many dedicated seeders, so sharing is a must.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- This is a public tracker, but we do prefer users to register before using the site. Before you do anything here at BoxTorrents, we suggest you read the rules! There are only a few rules to abide by and most are common sense.&lt;br /&gt;
&lt;br /&gt;
If you see anything in here that is out of date or incorrect, or you&#039;d like to add something, please contact [http://www.boxtorrents.com/userdetails.php?id=260057 psyren]. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is this Bittorrent all about anyway? How do I get the files? ===&lt;br /&gt;
&lt;br /&gt;
Check out [http://www.btfaq.com Brian&#039;s Bittorrent FAQ and Guide].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I watch the files I download? ===&lt;br /&gt;
&lt;br /&gt;
Visit [http://www.cccp-project.net/wiki/index.php?title=Main_Page this page] and have a look around.&lt;br /&gt;
The CCCP (Combined Community Codec Pack) is the simplest codec pack available on the internet, and the simplest codec pack to set up. Out of the box, it is practically guaranteed to play anything that you throw at it (from our site, of course).&lt;br /&gt;
If you have any problems, please look [http://forums.boxtorrents.com/index.php?board=27.0 here] for possible solutions. If you can&#039;t find one, you may either post in the forums asking for help or use the [http://www.boxtorrents.com/help.php Help Form].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Where can I learn more about codecs/anime/manga/Japanese culture? ===&lt;br /&gt;
&lt;br /&gt;
[http://www.google.com Google] and [http://en.wikipedia.org Wikipedia] are your friends.&lt;br /&gt;
For specific information on Japanese animations, there are 3 main resources: [http://anidb.net AniDB], [http://www.animenewsnetwork.com AnimeNewsNetwork (ANN)], and [http://www.animenfo.com AnimeNFO]. Each site offers unique information on any given title.&lt;br /&gt;
&lt;br /&gt;
For specific information on manga, there&#039;s [http://www.mangaupdates.com MangaUpdates] and [http://www.animenewsnetwork.com AnimeNewsNetwork (ANN)].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User information ==&lt;br /&gt;
=== I registered an account but did not receive the confirmation e-mail! ===&lt;br /&gt;
&lt;br /&gt;
Mail can sometimes take up to half a day to be sent out by our server. Please be patient.&lt;br /&gt;
Note though that if you didn&#039;t receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve lost my user name or password! Can you send it to me? ===&lt;br /&gt;
&lt;br /&gt;
Please use [http://www.boxtorrents.com/recover.php this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can you rename my account? ===&lt;br /&gt;
&lt;br /&gt;
Users can rename their account on the tracker by using [http://www.boxtorrents.com/changename.php this form]. Please note that the user is required to be a power user with report privileges.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Will my account still exist if I don&#039;t use it for a while? ===&lt;br /&gt;
&lt;br /&gt;
Used accounts are pruned after 6 months. Unused accounts are pruned sooner (0 download, 0 upload).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== My account is gone! Can you recover it? ===&lt;br /&gt;
&lt;br /&gt;
Unfortunately, we can&#039;t do anything about pruned accounts. If you were able to create a new account under the same name and/or e-mail address, it is proof that your old account is permanently gone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is MY ratio? ===&lt;br /&gt;
&lt;br /&gt;
Click on your [http://www.boxtorrents.com/my.php profile link], then on your user name (at the top).&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio takes into account those values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my IP displayed on my details page? ===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Other users do not see that information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Help! I cannot login!? (a.k.a. Login of Death) ===&lt;br /&gt;
&lt;br /&gt;
This problem sometimes occurs with MSIE. Close all Internet Explorer windows and open Internet Options in the control panel. Click the Delete Cookies button. You should now be able to login.&lt;br /&gt;
Another solution is to visit http://www.boxtorrents.com/my.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my port number reported as &amp;quot;---&amp;quot;? (And why should I care?) ===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.&lt;br /&gt;
&lt;br /&gt;
This means that other peers in the swarm will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This has obviously a detrimental effect on the overall speed.&lt;br /&gt;
&lt;br /&gt;
The way to solve the problem involves opening the ports used for incoming connections (the same range you defined in your client) on the firewall and/or configuring your NAT server to use a basic form of NAT for that range instead of NAPT (the actual process differs widely between different router models. Check your router documentation and/or support forum. You will also find lots of information on the subject at [http://www.portforward.com PortForward]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are the different user classes? ===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Class&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! User ||align=&amp;quot;left&amp;quot;|  Normal user, can choose to view hentai.&lt;br /&gt;
|- &lt;br /&gt;
! Power User ||align=&amp;quot;left&amp;quot;|Higher user, can view peer lists and report bad torrents or comments. Can make offers of torrents they wish to upload.&lt;br /&gt;
|-&lt;br /&gt;
! Uploader ||align=&amp;quot;left&amp;quot;|These people can upload directly to the torrent pool without requiring moderator approval. These people are appointed by staff if deemed a trustworthy member of the Box community.&lt;br /&gt;
|-&lt;br /&gt;
! Power Uploader ||align=&amp;quot;left&amp;quot;| Same as power user but with upload rights.&lt;br /&gt;
|-&lt;br /&gt;
! Moderator/Admins ||align=&amp;quot;left&amp;quot;| Appointed by Admins. Don&#039;t ask about becoming one.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I become a Power User? ===&lt;br /&gt;
&lt;br /&gt;
Upload at least 25GB and have a ratio equal to or greater than 1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I view peer lists for torrents? ===&lt;br /&gt;
&lt;br /&gt;
Become a Power User and click on the Peer List tab under torrent descriptions. Non-Power Users can not view peer lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I add an avatar to my profile? ===&lt;br /&gt;
&lt;br /&gt;
First, find an image that you like, and that is within the rules. Then you will have to upload to some webspace, such as Photobucket, Upload-It! or ImageShack. All that is left to do is copy the URL (direct link) you were given when uploading it to the avatar field in your profile.&lt;br /&gt;
&lt;br /&gt;
Please do not add a comment just to test your avatar. If everything is alright you&#039;ll see it in your details page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I am warned, what do I do? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is a warning?&#039;&#039;&#039;&lt;br /&gt;
* A warning means that your account currently has reduced rights; namely, you may not download. If you are warned it means you did something very wrong. The warning is there to protect other users, do keep in mind that BoxTorrents only works because many users put in some effort and bandwidth to keep our torrents healthy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why was I warned?&#039;&#039;&#039;&lt;br /&gt;
* The warning may be set automatically if your ratio drops below a certain point or it may be set by a moderator if you broke a rule. In the second case, warnings will be longer depending on the severity of your offence that garnered the warning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ok, so now what?&#039;&#039;&#039;&lt;br /&gt;
* While your are warned you may not download; you are only allowed to seed. When you are warned an &#039;&#039;evaluation&#039;&#039; time will be scheduled (usually 1 week ahead), your account is then re-evaluated and if your ratio is high enough the warning will be lifted. If your ratio is not high enough a new evaluation time will be scheduled, and so on.&lt;br /&gt;
If you got warned because of a bad ratio (or if you you think you got warned because of a bad ratio ;)&amp;amp;nbsp;) - the only way to get rid of the warning is by increasing your upload. The most obvious way is by seeding, but you may also use the bonus system (see: [[FAQ#What are bonus torrents?|What are bonus torrents?]]). A third option is donating; the why and how is explained on the [http://www.boxtorrents.com/donate.php donation] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tracker Issues ==&lt;br /&gt;
===Failure: access denied, leeching forbidden, you are only allowed to seed===&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your ratio is too low.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Seed more and improve your ratio.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I am seeing torrents on my userpage that I never downloaded / Someone has hijacked my account. ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your passkey&#039;s secrecy has been compromised.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: See the entry below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== People are using my torrent key / I accidentally posted my torrent key ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your torrent key identifies you as a user; never give it to anyone. Staff will never ask for you torrent key.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Go to your Profile and generate a new key, all your old torrents will become invalid immediately so you will have to re-download your torrents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I accidentally posted a link to download.php and I&#039;m being charged for the downloads ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: When you are logged in the download.php links are for your user, if you post them people will get your torrent and your key. If you are logged out the links are anonymous, posting them elsewhere will not work as they are only valid for 24 hours. Generating a new key does not solve this problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Wait 24 hours for the download link to become invalid (download links are only valid for 24 hours) or remove the download link from where you posted it. If no more new people are given your key you can generate a new key to get rid of the &#039;leechers&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;m uploading or downloading some torrents but I don&#039;t see them on my userpage. ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: You downloaded a public torrent.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Log in and re-download the torrent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: unregistered torrent pass&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: The tracker can not find a user associated with the torrent pass you&#039;re sending it in your announce URL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Re-download the torrent from the site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: unregistered torrent&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: The torrent you downloaded is not/no longer tracked by our tracker.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Check if the torrent has been swapped or replaced. We occasionally prune old obsolete torrents or material that has become blacklisted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: access denied, torrents limit reached&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: You are downloading too many torrents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Users are allowed to download 3 torrent at a time. Power Users are allowed to download 10 torrents at a time. You are allowed to seed an unlimited number of torrents.  Check your userpage to see which torrents you are allegedly downloading.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are bonus torrents? ===&lt;br /&gt;
&lt;br /&gt;
Bonus torrents are torrents with few seeders or few leechers, the idea of the bonus system is to keep older torrents alive. Bonus torrents are marked with an icon that looks like a yellow ball with a red &amp;quot;&#039;&#039;&#039;B&#039;&#039;&#039;&amp;quot; inside.  When you seed a bonus torrent (and have 100%) you will earn 1 bonus point per hour per bonus torrent. Bonus points can be exchanged for upload credit on the [http://www.boxtorrents.com/bonus.php bonus] page (this means you can add an amount onto your &#039;uploaded&#039; stat on your user page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Statistics Tracking ==&lt;br /&gt;
=== How is my traffic tracked? ===&lt;br /&gt;
&lt;br /&gt;
BoxTorrents uses a passkey system to identify each user. Your passkey can be found on your [http://www.boxtorrents.com/my.php profile page]. When you announce, your passkey is used to identify you and to (very accurately) track your upload and download traffic, regardless of any IP changes. The passkey is automatically added to the announce URL of every torrent you download whilst logged in. &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;YOU MUST NEVER, EVER GIVE OUT YOUR PASSKEY TO ANY OTHER PERSON.&#039;&#039;&#039;&amp;lt;/span&amp;gt; Doing so will allow people to generate torrent traffic under your account. We will not be held responsible for any adverse effects this may have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== My stats are not updating, what can I do? ===&lt;br /&gt;
&lt;br /&gt;
Check that the torrent pass in your client&#039;s tracker announce URL matches the one shown on your [http://www.boxtorrents.com/my.php profile page]. If it doesn&#039;t (or if it does, but you&#039;re still having problems), then:Remove the torrent entries from your torrent client. Re-download the .torrent files and open them in your client. Force a hash recheck and resume activity.If that doesn&#039;t help, go to your [http://www.boxtorrents.com/my.php profile page] and regenerate your torrent pass. Wait about 10-20 minutes to be sure the tracker has recorded your key change, then repeat the above step.Use only official non-beta clients.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Best practices ===&lt;br /&gt;
&lt;br /&gt;
If a torrent you are currently leeching or seeding is not listed on your userpage, stop the torrent and resume it again. (also see: I&#039;m uploading or downloading some torrents but I don&#039;t see them on my userpage)Make sure you exit your client properly, so that the tracker receives the required information.If the tracker is down, do not stop seeding. Your traffic may not be tracked during downtime but as soon as the tracker is working again then your traffic will be tracked again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What BitTorrent clients can I use? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;See [[BT_Clients]] for more information on what BitTorrent clients you can use.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
There is currently no restriction on which clients you may use, but this will most likely change in the future. The tracker updates your stats correctly for most Bittorrent clients. However, we still recommend that you use the following clients:&lt;br /&gt;
- &#039;&#039;&#039;uTorrent&#039;&#039;&#039; [http://www.utorrent.com/ website]&lt;br /&gt;
- &#039;&#039;&#039;Azureus&#039;&#039;&#039; (aka Vuze) [http://http://azureus.sourceforge.net/ website]&lt;br /&gt;
&lt;br /&gt;
For any client, we urge you to keep it up to date, most clients have had some problems with earlier versions.&lt;br /&gt;
&lt;br /&gt;
Also, clients in alpha or beta version should be avoided.&lt;br /&gt;
&lt;br /&gt;
We neither recommend nor will we provide support for:&lt;br /&gt;
- BitComet&lt;br /&gt;
- BitLord (modified BitComet with spyware added)&lt;br /&gt;
- Shareaza&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is a torrent I&#039;m leeching/seeding listed several times in my profile? ===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. PC crash or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never have had its finished information sent and will be listed until the peer information times out. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve finished or cancelled a torrent. Why is it still listed in my profile? ===&lt;br /&gt;
&lt;br /&gt;
Some older clients do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for the message - and thus listing the torrent as seeding or leeching - until the peer information timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why do I sometimes see torrents I&#039;m not leeching in my profile?! ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under our new keying system, it is not possible for the tracker to confuse you with another peer. If you see torrents listed in your profile that you are DEFINITELY not leeching/seeding on, then we suggest you take the following actions:&lt;br /&gt;
&#039;&#039;&#039;Change the e-mail and password on your account.&#039;&#039;&#039; If you did not give out your passkey then someone either has access to your email account or your Boxtorrents user account (or both).&#039;&#039;&#039;Go to your [http://www.boxtorrents.com/my.php profile page] and generate a new torrent pass.&#039;&#039;&#039; This will invalidate all your previous torrents ending whatever damage was done to your account. You will need to redownload your torrents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I login from different computers? ===&lt;br /&gt;
&lt;br /&gt;
Yes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I seed from different computers? ===&lt;br /&gt;
&lt;br /&gt;
Yes, &#039;&#039;&#039;but you may not seed the &#039;&#039;same&#039;&#039; torrent from two different computers&#039;&#039;&#039; as the tracker will not understand. In the worst case you will banned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Uploading ==&lt;br /&gt;
=== Why can&#039;t I upload torrents? ===&lt;br /&gt;
&lt;br /&gt;
Power Users can make offers of torrents they wish to upload, which will be granted or rejected by staff. Staff members and certain approved users are permitted to upload directly without having to go through the approval procedure.&lt;br /&gt;
Non-Power Users can not make offers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I make an offer if I&#039;m a Power User? ===&lt;br /&gt;
&lt;br /&gt;
First, begin by reading this section of the FAQ to make sure that you fully understand what is required of you. Failure to do so will see your offer rejected (depending on the mood of the staff member who handles it). Once you have finished reading, click the &#039;Offer&#039; button on the left side of the page. When creating your torrent, be sure to set the &#039;private&#039; flag, or the system will automatically reject your torrent. Once you&#039;ve created your torrent, fill in the description of your torrent. Once you submit your torrent for approval, it will join a queue of torrents awaiting judgement. You may leave your client &#039;seeding&#039; your torrent at this point, but make sure you redownload the torrent from the website to have your passkey added to the announce URL (you may also add this manually if you wish, but it is not recommended). If granted, your torrent will be immediately added to Box&#039;s torrent pool (and if you are &#039;seeding&#039;, you will begin immediately). If rejected, your torrent will remain in &#039;limbo&#039;, sitting on the queue with &#039;rejected&#039; status until either you or a mod removes it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What does &#039;Semi-granted&#039; mean? ===&lt;br /&gt;
&lt;br /&gt;
Offers require the approval of two admins or moderators before they are added to the tracker. &#039;Semi-granted&#039; is the state an offer acquires when one admin/mod has granted it, pending further approval.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What can/can&#039;t I put in my torrents? ===&lt;br /&gt;
&lt;br /&gt;
Please refer to our [[Rules#Torrent Content Upload Guidelines|Torrent Content Upload Guidelines]] and (&#039;&#039;&#039;ESPECIALLY&#039;&#039;&#039;) the [[Blacklist]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What should I put in the description? ===&lt;br /&gt;
&lt;br /&gt;
Always include who released the files and as specfic as possible an indication of the quality (bit rate, codec, etc.). &#039;&#039;&#039;See the next paragraph for more details&#039;&#039;&#039;.&lt;br /&gt;
Include a short description of what you&#039;re uploading, usually people include a short plot summary; be careful of spoilers though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may mark-up your text using BBcode or HTML; you can find many examples of nice templates in other peoples&#039; descriptions. While this is not necessary, you may like to &#039;pretty up&#039; your description.&lt;br /&gt;
It&#039;s also very much appreciated if you include images and/or screenshots and links to sites like AniDB and AnimeNewsNetwork, although it is not necessary.&lt;br /&gt;
Please note: when using HTML, be sure to include &amp;amp;lt;html&amp;amp;gt;&amp;amp;lt;body&amp;amp;gt; ... &amp;amp;lt;/body&amp;amp;gt;&amp;amp;lt;/html&amp;amp;gt; in the description, or the system will not know that you are using HTML and will treat your commands differently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We look for succinct, accurate descriptions of the contents of your torrent. &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;With the exclusion of OST torrents, all descriptions MUST have genres specified in the description.&amp;lt;/span&amp;gt;&#039;&#039;&#039; In addition:&lt;br /&gt;
For series/movies/OVAs, a plot summary and file details (sub group with video and audio codecs at the very least) will suffice.For OSTs, track listings and file information (codec, bit rate (if applicable), and ripper at the very least) will do.For manga, a plot summary and the scanlation group are the minimum requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a good title for my torrent? ===&lt;br /&gt;
&lt;br /&gt;
The title only needs to contain the original Japanese title and possibly the English title as well. You may add the name(s) of the involved group(s) in the title as well (example: Japanese Title | English Title [fansub]). Words like &amp;quot;OVA&amp;quot; or &amp;quot;Movie&amp;quot; are not always necessary because of the category system (however, if the title of the show includes &amp;quot;OVA&amp;quot; or &amp;quot;Movie&amp;quot;, you should add it). In case you&#039;re uploading only a particular season of a longer series, it is useful to include the season and/or the episodes (for example: My Series - Season 1 [01-25]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are good key words for my torrent? ===&lt;br /&gt;
&lt;br /&gt;
You have to see the key words as a second way to categorise torrents. Choose key words that truthfully reflect the content of the files you&#039;re uploading and that allows it to be found in different ways than just searching for a title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Good key words are:&amp;lt;/span&amp;gt; genres&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt;, 720p/1080p, fansub group, author, director, that kind of stuff. Someone might be interested in all of &amp;quot;Miyazaki&#039;s&amp;quot; or Studio 4C works, searching for Miyazaki resp. Studio 4C will match the key words and you have what you&#039;re looking for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Bad key words are:&amp;lt;/span&amp;gt; anything that appears in the title of the torrent or is already expressed otherwise (OST, OVA, HD, Movie, etc.). Alternate titles, codecs, and your own personal comments do not belong in key words. Either add them to your title, or to your description. Fansub groups are permissible as key words, even if they are already included in your torrent title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt;- When listing genres, use AniDB&#039;s categories, not AnimeNFO or ANN, for consistency.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;&#039;Guidelines:&#039;&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
* First of all, ask yourself the question: &amp;quot;If I were looking for an anime &#039;like&#039; this one, what key words would I be looking for?&amp;quot; and &amp;quot;which key words are not needed?&amp;quot;&lt;br /&gt;
* Secondly, drop near duplicate key words like &#039;Contemporary Fantasy&#039; and &#039;Fantasy&#039;, as they are not both needed; just keep whichever applies more to your torrent.&lt;br /&gt;
* Add only useful key words. No one will search for key words such as &#039;mp3&#039; or &#039;DVD&#039;.&lt;br /&gt;
* Do &#039;&#039;&#039;not&#039;&#039;&#039; add duplicate key words, for instance &amp;quot;Yuki Kajiura&amp;quot; and &amp;quot;Kajiura Yuki&amp;quot; or &amp;quot;Science-Fiction&amp;quot; and &amp;quot;Sci-Fi&amp;quot;. Add only the one that currently exists in our [http://www.boxtorrents.com/keywords.php key word list].&lt;br /&gt;
* This also holds for fansub names: add either (for instance) Abacus Subs or AbSubs, but not both; the latter is preferred because it is shorter.Do &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;not&amp;lt;/span&amp;gt;&#039;&#039;&#039; add alternative titles or alternative spellings. See title guidelines.&lt;br /&gt;
* Check the [http://www.boxtorrents.com/keywords.php list of key words] for existing key words and/or common spellings. Keep in mind that the keyword listing is &#039;&#039;&#039;&#039;&#039;case-sensitive&#039;&#039;&#039;&#039;&#039; so match case, and &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;matching other key words is better than making a new one&amp;lt;/span&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
* Check the [[Keywords|Keywords Wiki article]] for descriptions for most of the common keywords.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Keyword syntax====&lt;br /&gt;
&lt;br /&gt;
We&#039;ve just discussed the semantics of keywords, but what about the syntax? First of all, not all characters are allowed. Only alphanumeric characters, dashes (-) and spaces are allowed. Furthermore, a keyword is allowed to have two spaces, no more. If you&#039;re making a keyword of a composed word (for instance: Mamoru Oshii) keep it one keyword, don&#039;t add a comma in between. Genres like &amp;quot;Magical girl&amp;quot; and &amp;quot;Law and Order&amp;quot; should also be written without commas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Adding key words to your torrent====&lt;br /&gt;
&lt;br /&gt;
The field for entering key words is above the description entry box. Typing in a word (or part of a word) will call up suggestions in a box. These suggestions are comprised of key words that already exist on BoxTorrents. You should pick from the suggestions given to you to ensure consistency. Once you have clicked on the desired key word suggested, click &#039;Add&#039; to associate it with your torrent. Repeat this process for as many key words as you need (currently, there is a character limit on the key words, so if you find that your last key word is getting cut off, remove it). Be sure to click &#039;Edit&#039; below the description box when you&#039;re done, or none of your changes will be saved.&lt;br /&gt;
&lt;br /&gt;
If you need to add a key word that isn&#039;t suggested, type it into the key word field and click on Add. This key word will be sent for moderation. If the key word is approved, it will be added to our official key word list and will appear on your torrent immediately. If rejected, it will be blacklisted, and will not show up again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are &amp;quot;extra files&amp;quot; and what should I add? ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Extra files&amp;quot; allow you to add (small) files to your torrent, files which you want to include but don&#039;t really belong in the torrent. You can think of SFV/MD5 files for file verification (or hash tables in general) or NFO files for credits and info. You are not allowed to add images. Linking to the files will not work, the link is dynamic and becomes invalid after 24 hours.&lt;br /&gt;
&lt;br /&gt;
Any and all files released by the original source should be included as &amp;quot;extra files&amp;quot; (granted they do not violate the &amp;quot;extra files&amp;quot; rules, such as credits pages from manga. Leave those INSIDE your torrent).&lt;br /&gt;
All video torrents (series/movies/ova) should have, but do not require, at least an SFV or MD5 file with (official) hashes. You can get the CRCs from the fansubbers website or AniDB.net (the latter also lists md5 hashes amongst other hashes).&lt;br /&gt;
&lt;br /&gt;
DO NOT include these extra files in the contents of your torrent. Your offer will not be accepted if this is the case.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I attach extra files? ===&lt;br /&gt;
&lt;br /&gt;
Simply edit your torrent (after it&#039;s been offered or uploaded), and there will be a box for you to enter the path of files you with to upload below the description box. Simply select it and click upload, and it will be attached right away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What should I put in my torrents? ===&lt;br /&gt;
&lt;br /&gt;
What we look for in torrents are:&lt;br /&gt;
&lt;br /&gt;
* [[FAQ#What should I put in the description?|A good description]]&lt;br /&gt;
* &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File quality:&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;Free of hash errors.&lt;br /&gt;
* &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File consistency:&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;If possible, all files released by a single group, all file names in the same format as they were originally released by the group involved (original file names). This applies to ALL torrents.&lt;br /&gt;
* &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File structure:&amp;lt;/span&amp;gt;&amp;lt;br/&amp;gt;Do not pack files under different folders unnecessarily. An example would be packing episodes 1-12 in one folder, and 13-24 in another within the same torrent. &amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;&#039;&#039;&#039;If uploading a manga, please follow these directions:&#039;&#039;&#039;&amp;lt;br/&amp;gt;Overlook archiving if the manga is very short (a oneshot), or if the scanlator(s) have released the entire manga in a single file. In these cases, unzip the file, but do not make any further modifications to folder structure or file names.&amp;lt;br/&amp;gt;If the scanlator(s) release a manga zipped by chapter (assuming there is more than one), retain the archived chapters and offer the files in that state.&lt;br /&gt;
* &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;No &#039;unnecessary&#039; files:&amp;lt;/span&amp;gt; do not include codecs or programs. Acceptable files are external translation notes (for series/movies/OVAs) and credits pages (for manga)). If you&#039;re unsure about anything, please say so in the comments of your torrent offer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is this torrent swapping feature? ===&lt;br /&gt;
&lt;br /&gt;
If, for any reason, something is wrong with your torrent (such as containing improper files or lacking a version 2 of an episode), you may request to swap the .torrent file. This will negate the need to delete the torrent and upload it again. You may apply to swap your own torrent files when they are either in the Offer stage or they are registered with the tracker.&lt;br /&gt;
&lt;br /&gt;
To do so, edit your torrent. There will be a section for you to select a new .torrent file to replace the current one and a space for you to enter a reason why. Upon sending the request, you will need to wait for a moderator or admin to grant the swap request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I upload your torrents to other trackers? ===&lt;br /&gt;
&lt;br /&gt;
No. This generates extra traffic for the tracker without users visiting the site itself. It also usually results in the torrent being overrun by bad leechers, as users are not aware of the site rules.&lt;br /&gt;
&lt;br /&gt;
Complaints from other sites&#039; administrative staff about our torrents being posted on their sites will result in the banning of the users responsible.&lt;br /&gt;
&lt;br /&gt;
(However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloading/Seeding ==&lt;br /&gt;
=== Why do I have to wait before I can download a new torrent? ===&lt;br /&gt;
&lt;br /&gt;
When new torrents are uploaded, those with Power User (or higher) status are given &#039;first dibs&#039;. Other users must wait for the timer to expire before they can download the .torrent file. The amount of time you have to wait is proportional to the size of the torrent (the larger the torrent, the longer you have to wait). This is an incentive for people to become Power Users, and also provides a higher seed base when other users are permitted to join the swarm.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What do I do if a torrent has no seeds? ===&lt;br /&gt;
&lt;br /&gt;
Hop on the forums and post in the [http://forums.boxtorrents.com/index.php?board=5.0 Reseed Request] section. Be sure to read the rules before posting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s the difference between seeding and uploading? ===&lt;br /&gt;
&lt;br /&gt;
&#039;Uploading&#039; is posting a new torrent to our tracker.&lt;br /&gt;
&lt;br /&gt;
&#039;Seeding&#039; is uploading data on a torrent once you have completed the download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why did an active torrent suddenly disappear? ===&lt;br /&gt;
&lt;br /&gt;
There may be three reasons for this:&lt;br /&gt;
# The torrent may have been out-of-sync with the [[Rules|site rules]].&lt;br /&gt;
# The uploader or a moderator may have deleted it because it contained bad files. A replacement will probably be uploaded to take its place.&lt;br /&gt;
# The torrent was requested to be removed by a 3rd party.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve finished downloading the files, so how do I seed back? ===&lt;br /&gt;
&lt;br /&gt;
Once your download has completed, most clients will continue to run the torrent in seeding mode until the ratio is 1:1. If this is not the case, try some of these steps:&lt;br /&gt;
1) Simply press Start on your torrent again. Some clients might stop torrents that have finished downloading.&lt;br /&gt;
2) Check your client&#039;s settings regarding how much a torrent should be seeded to before stopping. Your settings may be preventing seeding. (e.g., uTorrent&#039;s &#039;Torrent Properties&#039; dialogue box for each torrent has a ratio percentage figure which you can adjust)3) Force the torrent to start (e.g., in uTorrent, right click on the torrent entry and click &#039;Force Start&#039;). This will force your client to ignore the rule mentioned above and seed until you stop the torrent.4) If all else fails, remove the torrent from your client, and see below for instructions on how to restore it to your client.&lt;br /&gt;
&lt;br /&gt;
=== How do I resume a broken download or (re)seed something? ===&lt;br /&gt;
&lt;br /&gt;
Open the .torrent file in your client. When your client asks you for a download location, choose the location of the existing file(s), force a recheck/rehash. Start the torrent, and it will resume/reseed (see the entry above for more information).&lt;br /&gt;
Please note that most clients will require that file names match the ones specified in the .torrent file when it comes to multi-file torrents. Make sure that this is the case, or your client will not detect the files you have pointed it to.&lt;br /&gt;
If, for whatever reason, you have decided to rename your files, then you have two choices:&lt;br /&gt;
1) (Re)Rename your files to match the torrent&#039;s.2) Find a torrent client that supports custom file names in multi-file torrents. At the time of this guide, the newest uTorrent beta and Azureus clients support individual custom file names in multi-file torrents. For more information, see the programs&#039; web pages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;m seeding a torrent, but it doesn&#039;t seem to be doing anything! ===&lt;br /&gt;
&lt;br /&gt;
First, check that you actually have someone to upload any data to. If you are on a torrent that has something like 10 seeders and 2 leechers, the chances of you uploading a great deal are slim to none.&lt;br /&gt;
Second, see [[FAQ#Why is my port number reported as &amp;quot;---&amp;quot;? (And why should I care?)|this entry in the FAQ]] if you are not sure whether your ports are open.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why do my downloads sometimes stall at 99%? ===&lt;br /&gt;
&lt;br /&gt;
The more pieces you have, the harder it becomes to find peers who have pieces you are missing. That is why downloads sometimes slow down or even stall when there are just a few percent remaining. Just be patient and you will, sooner or later, get the remaining pieces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are these &amp;quot;a piece has failed a hash check&amp;quot; messages? ===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn&#039;t worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &#039;kick/ban clients that send you bad data&#039; or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The torrent is supposed to be 100MB. How come I downloaded 120MB? ===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads. Overhead may also account for some of this data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s this &amp;quot;IOError - [Errno13] Permission denied&amp;quot; error? ===&lt;br /&gt;
&lt;br /&gt;
If you just want to fix it reboot your computer, it should solve the problem. Otherwise, read on.&lt;br /&gt;
&lt;br /&gt;
IOError means Input-Output Error, and that is a file system error, not a tracker one. It shows up when your client is for some reason unable to open the partially downloaded torrent files. The most common cause is two instances of the client to be running simultaneously: the last time the client was closed it somehow didn&#039;t really close but kept running in the background, and is therefore still locking the files, making it impossible for the new instance to open them.&lt;br /&gt;
&lt;br /&gt;
A more uncommon occurrence is a corrupted FAT. A crash may result in corruption that makes the partially downloaded files unreadable, and the error ensues. Running scandisk should solve the problem. (Note that this may happen only if you&#039;re running Windows 9x - which only support FAT - or NT/2000/XP with FAT formatted hard drives. NTFS is much more robust and should never permit this problem.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How can I improve my download speed? ==&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(side note: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
There are a couple of things that you can try on your end to improve your speed:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Do not immediately jump on new torrents ===&lt;br /&gt;
&lt;br /&gt;
In particular, do not do it if you have a slow connection. The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It&#039;s up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Make yourself connectable ===&lt;br /&gt;
&lt;br /&gt;
See the [[FAQ#Why is my port number reported as &amp;quot;---&amp;quot;? (And why should I care?)|Why is my port number reported as &amp;quot;---&amp;quot;? (And why should I care?)]]&amp;amp;nbsp; section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit your upload speed ===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
# Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
# Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. A good thumb rule is keeping the upload at about 80% of the theoretical upload speed. You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are running more than one instance of a client it is the overall upload speed that you must take into account. Some clients (e.g. Azureus) limit global upload speed, others (e.g. Shad0w&#039;s) do it on a per torrent basis. Know your client. The same applies if you are using your connection for anything else (e.g. browsing or ftp), always think of the overall upload speed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit the number of simultaneous connections ===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit the number of simultaneous uploads ===&lt;br /&gt;
&lt;br /&gt;
Isn&#039;t this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Just give it some time ===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my browsing so slow while leeching? ===&lt;br /&gt;
&lt;br /&gt;
Your download speed is always finite. If you are a peer in a fast torrent it will almost certainly saturate your download bandwidth, and your browsing will suffer. A client like Azureus allows the user to limit uploads &amp;amp;amp; downloads. You will have to use a third-party solution, such as [http://www.netlimiter.com/ NetLimiter].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== My ISP uses a transparent proxy. What should I do? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Caveat: This is a large and complex topic. It is not possible to cover all variations here.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Short reply: change to an ISP that does not force a proxy upon you. If you cannot or do not want to then read on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a proxy? ===&lt;br /&gt;
&lt;br /&gt;
Basically a middleman. When you are browsing a site through a proxy your requests are sent to the proxy and the proxy forwards them to the site instead of you connecting directly to the site. There are several classifications (the terminology is far from standard):&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Transparent ||align=&amp;quot;left&amp;quot;|  A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)&lt;br /&gt;
|- &lt;br /&gt;
! Explicit/Voluntary ||align=&amp;quot;left&amp;quot;|Clients must configure their browsers to use them.&lt;br /&gt;
|-&lt;br /&gt;
! Anonymous ||align=&amp;quot;left&amp;quot;|The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)&lt;br /&gt;
|-&lt;br /&gt;
! Highly Anonymous ||align=&amp;quot;left&amp;quot;| The proxy sends no client or proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn&#039;t see your IP and doesn&#039;t even know you&#039;re using a proxy.)&lt;br /&gt;
|-&lt;br /&gt;
! Public ||align=&amp;quot;left&amp;quot;| (Self explanatory)  &amp;lt;!-- O rly? --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A transparent proxy may or may not be anonymous, and there are several levels of anonymity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How do I find out if I&#039;m behind a (transparent/anonymous) proxy?===&lt;br /&gt;
&lt;br /&gt;
Try [http://www.proxyjudge.org ProxyJudge]. It lists the HTTP headers that the server where it is running received from you. The relevant ones are HTTP_CLIENT_IP, HTTP_X_FORWARDED_FOR and REMOTE_ADDR.&lt;br /&gt;
&lt;br /&gt;
===Why is my port listed as &amp;quot;---&amp;quot; even though I&#039;m not NAT/Firewalled?===&lt;br /&gt;
&lt;br /&gt;
The BoxTorrents tracker is quite smart at finding your real IP, but it does need the proxy to send the HTTP header HTTP_X_FORWARDED_FOR. If your ISP&#039;s proxy does not then what happens is that the tracker will interpret the proxy&#039;s IP address as the client&#039;s IP address. So when you login and the tracker tries to connect to your client to see if you are NAT/firewalled it will actually try to connect to the proxy on the port your client reports to be using for incoming connections. Naturally the proxy will not be listening on that port, the connection will fail and the tracker will think you are NAT/firewalled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why can&#039;t I connect? Is the site blocking me? ==&lt;br /&gt;
Your failure to connect may be due to several reasons.&lt;br /&gt;
&lt;br /&gt;
=== Maybe my address is blacklisted? ===&lt;br /&gt;
The site blocks addresses of banned users. This works at Apache/PHP level, it&#039;s just a script that blocks logins from those addresses. It should not stop you from reaching the site. In particular it does not block lower level protocols, you should be able to ping/traceroute the server even if your address is blacklisted. If you cannot then the reason for the problem lies elsewhere.&lt;br /&gt;
&lt;br /&gt;
=== Your ISP blocks the site&#039;s address ===&lt;br /&gt;
(In first place, it&#039;s unlikely your ISP is doing so. DNS name resolution and/or network problems are the usual culprits.)&lt;br /&gt;
There&#039;s nothing we can do. You should contact your ISP (or get a new one). Note that you can still visit the site via a proxy, follow the instructions in the relevant section. In this case it doesn&#039;t matter if the proxy is anonymous or not, or which port it listens to.&lt;br /&gt;
&lt;br /&gt;
Notice that you will always be listed as an &amp;quot;unconnectable&amp;quot; client because the tracker will be unable to check that you&#039;re capable of accepting incoming connections.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Is there an RSS feed available for BoxTorrents? ==&lt;br /&gt;
RSS Feeds are only available for Power Users. You will see the RSS Feed link appear when you become one.&lt;br /&gt;
&lt;br /&gt;
FoRCe - An mIRC script is available that will check the RSS feed every x minutes, if there are any new torrents uploaded then it lists the new torrents, you can also manually check for new torrents. [http://force.power-net.org/?page=mscripts&amp;amp;amp;gsinfo=1 Information about the script], [http://force.power-net.org/?page=download&amp;amp;amp;section=mscripts&amp;amp;amp;id=1 Download Link].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What if I can&#039;t find the answer to my problem here? ==&lt;br /&gt;
Post in the [http://forums.BoxTorrents.com/ forums], by all means. You&#039;ll find it&#039;s a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
* Make sure your problem is not answered in this FAQ. There&#039;s no point in posting just to be sent back here.&lt;br /&gt;
* Before posting, &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;read the stickied topics&#039;&#039;&#039;&amp;lt;/span&amp;gt; (the ones at the top). Many times new information that still hasn&#039;t been incorporated in the FAQ can be found there.&lt;br /&gt;
* Help us in helping you. Do not just say &amp;quot;it doesn&#039;t work!&amp;quot;. Provide details so that we don&#039;t have to guess or waste time asking. What client do you use? What&#039;s your OS? What&#039;s your network setup? What&#039;s the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.&lt;br /&gt;
* And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&lt;br /&gt;
* &#039;&#039;&#039;DO NOT&#039;&#039;&#039; send a private message to a staff member, if you don&#039;t wish to post in the forums use [http://www.boxtorrents.com/help.php the help form] instead.&lt;br /&gt;
* To prove that you have read this FAQ before seeking help, please quote the words &#039;Gelatin Fish Sandwich&#039; in your post. We are quite serious. Failure to do so will result in your thread being locked immediately or your help request being ignored.	&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last updated: 8:35 am on September 6&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 2008&#039;&#039;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:FAQ&amp;diff=508</id>
		<title>Talk:FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:FAQ&amp;diff=508"/>
		<updated>2008-09-12T02:58:05Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deimon, did you copy and paste the source code from the BoxTorrents FAQ for the most part?  Most of that HTML in their wasn&#039;t needed.  Wiki formatting doesn&#039;t agree with all html formatting it seems, images being one of them.  --[[User:ZeroGman|ZeroGman]] 20:20, 11 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Yeah, hence the statement that it still needs some cleaning. I&#039;m not finished yet (needed to go afk a while) but it&#039;s not a lot which needs to be cleaned, and it&#039;s better than just copy paste part by part, I used &amp;quot;Replace All&amp;quot; on many codes like links and such, making it all easier. This way we get the FAQ done in almost no time at all, but right now I&#039;m going to sleep but will keep working on it tomorrow. --[[User:Deimon|Deimon]] 22:12, 11 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Good deal.  Although, I think I got most of it already...  (The 4,000+ total bytes taken away from my two major clean ups)  I removed most of the HTML code and really only left the underline formatting since I don&#039;t know how to do that in a wiki.  There is probably a little left to fix, but not much.  I&#039;m actually not sure what still needs to be fixed (if anything).  --[[User:ZeroGman|ZeroGman]] 02:58, 12 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=504</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=504"/>
		<updated>2008-09-11T20:54:22Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Important Information */ Commented out the Troubleshooting link since the Wiki FAQ now covers everything inside of it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;The BoxTorrents Wiki!&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the new Boxtorrents Wiki. Still under heavy construction.&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
------------Text----------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Information==&lt;br /&gt;
&lt;br /&gt;
* [[Site Rules]] - &#039;&#039;&#039;PLEASE READ THESE BEFORE ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
* [[Blacklist]] &#039;&#039;(Content not allowed to be uploaded/requested on BoxTorrents)&#039;&#039;&lt;br /&gt;
* [[FAQ|FAQ/Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
* [[Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&#039;&#039;&#039;General BitTorrent Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[BT Terminology]]&lt;br /&gt;
*[[BT Clients]] &#039;&#039;(still needs work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guides&#039;&#039;&#039;&lt;br /&gt;
*[[CCCP Installation Walkthrough]] with screencaps &#039;&#039;([[Special:Upload|Upload]] needs to be enabled first)&#039;&#039;&lt;br /&gt;
*[[How to create torrent files]] &#039;&#039;(Needs more information)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Playback&#039;&#039;&#039;&lt;br /&gt;
*[[Mac Video Playback]]&lt;br /&gt;
*[[Linux Video Playback]]&lt;br /&gt;
*[[Windows Video Playback]] &#039;&#039;(Still needs some work)&#039;&#039;&lt;br /&gt;
*[[Common Playback Problems]] &#039;&#039;(Still needs a ton of work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical Information&#039;&#039;&#039;&lt;br /&gt;
*[[Containers]] &#039;&#039;(Needs a little work)&#039;&#039;&lt;br /&gt;
*[[Codecs]]  &#039;&#039;(Needs more information and verification)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do List&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[IRC]] &#039;&#039;(still needs some work)&#039;&#039;&lt;br /&gt;
*[[CCCP]] &#039;&#039;(Raw Version)&#039;&#039;&lt;br /&gt;
*What is [[Anime]]?&#039;&#039; (still needs some work)&#039;&#039;&lt;br /&gt;
*[[Keywords]]  (Needs tremendous work)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=FAQ&amp;diff=503</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=FAQ&amp;diff=503"/>
		<updated>2008-09-11T20:44:47Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*FAQ*/  Fixed some more formatting errors, removed more HTML code that has no effect inside a Wiki, added more Keywords information&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;This still needs some cleaning&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== What makes BoxTorrents different? ==&lt;br /&gt;
&lt;br /&gt;
There are many anime torrent sites but BoxTorrents is unique in the quality of our content. Our goal is to provide only torrents for completed anime or anime-related material and we pick only the best versions. Not everyone may submit new torrents: only Power Users, users who seem to have at least some experience with our site, and other appointed users. All submissions are thoroughly checked before they are added to our ever growing list of series; by &#039;&#039;ever growing&#039;&#039;, we really mean ever growing in the sense that even old torrents are still seeded. In short: &#039;quality over quantity&#039; and &#039;ease of use&#039;. Do keep in mind that BoxTorrents exists because of its users; old content is still available because of many dedicated seeders, so sharing is a must.&lt;br /&gt;
&lt;br /&gt;
This is a public tracker, but we do prefer users to register before using the site. Before you do anything here at BoxTorrents, we suggest you read the rules! There are only a few rules to abide by and most are common sense.&lt;br /&gt;
&lt;br /&gt;
If you see anything in here that is out of date or incorrect, or you&#039;d like to add something, please contact [http://www.boxtorrents.com/userdetails.php?id=260057 psyren].&lt;br /&gt;
&lt;br /&gt;
== Site content information ==&lt;br /&gt;
=== What is this Bittorrent all about anyway? How do I get the files? ===&lt;br /&gt;
&lt;br /&gt;
Check out [http://www.btfaq.com Brian&#039;s Bittorrent FAQ and Guide].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I watch the files I download? ===&lt;br /&gt;
&lt;br /&gt;
Visit [http://www.cccp-project.net/wiki/index.php?title=Main_Page this page] and have a look around.&lt;br /&gt;
The CCCP (Combined Community Codec Pack) is the simplest codec pack available on the internet, and the simplest codec pack to set up. Out of the box, it is practically guaranteed to play anything that you throw at it (from our site, of course).&lt;br /&gt;
If you have any problems, please look [http://forums.boxtorrents.com/index.php?board=27.0 here] for possible solutions. If you can&#039;t find one, you may either post in the forums asking for help or use the [http://www.boxtorrents.com/help.php Help Form].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Where can I learn more about codecs/anime/manga/Japanese culture? ===&lt;br /&gt;
&lt;br /&gt;
[http://www.google.com Google] and [http://en.wikipedia.org Wikipedia] are your friends.&lt;br /&gt;
For specific information on Japanese animations, there are 3 main resources: [http://anidb.net AniDB], [http://www.animenewsnetwork.com AnimeNewsNetwork (ANN)], and [http://www.animenfo.com AnimeNFO]. Each site offers unique information on any given title.&lt;br /&gt;
&lt;br /&gt;
For specific information on manga, there&#039;s [http://www.mangaupdates.com MangaUpdates] and [http://www.animenewsnetwork.com AnimeNewsNetwork (ANN)].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User information ==&lt;br /&gt;
=== I registered an account but did not receive the confirmation e-mail! ===&lt;br /&gt;
&lt;br /&gt;
Mail can sometimes take up to half a day to be sent out by our server. Please be patient.&lt;br /&gt;
Note though that if you didn&#039;t receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve lost my user name or password! Can you send it to me? ===&lt;br /&gt;
&lt;br /&gt;
Please use [http://www.boxtorrents.com/recover.php this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can you rename my account? ===&lt;br /&gt;
&lt;br /&gt;
Users can rename their account on the tracker by using [http://www.boxtorrents.com/changename.php this form]. Please note that the user is required to be a power user with report privileges.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Will my account still exist if I don&#039;t use it for a while? ===&lt;br /&gt;
&lt;br /&gt;
Used accounts are pruned after 6 months. Unused accounts are pruned sooner (0 download, 0 upload).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== My account is gone! Can you recover it? ===&lt;br /&gt;
&lt;br /&gt;
Unfortunately, we can&#039;t do anything about pruned accounts. If you were able to create a new account under the same name and/or e-mail address, it is proof that your old account is permanently gone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is MY ratio? ===&lt;br /&gt;
&lt;br /&gt;
Click on your [http://www.boxtorrents.com/my.php profile link], then on your user name (at the top).&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio takes into account those values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my IP displayed on my details page? ===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Other users do not see that information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Help! I cannot login!? (a.k.a. Login of Death) ===&lt;br /&gt;
&lt;br /&gt;
This problem sometimes occurs with MSIE. Close all Internet Explorer windows and open Internet Options in the control panel. Click the Delete Cookies button. You should now be able to login.&lt;br /&gt;
Another solution is to visit http://www.boxtorrents.com/my.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my port number reported as &amp;quot;---&amp;quot;? (And why should I care?) ===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.&lt;br /&gt;
&lt;br /&gt;
This means that other peers in the swarm will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This has obviously a detrimental effect on the overall speed.&lt;br /&gt;
&lt;br /&gt;
The way to solve the problem involves opening the ports used for incoming connections (the same range you defined in your client) on the firewall and/or configuring your NAT server to use a basic form of NAT for that range instead of NAPT (the actual process differs widely between different router models. Check your router documentation and/or support forum. You will also find lots of information on the subject at [http://www.portforward.com PortForward]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are the different user classes? ===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Class&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! User ||align=&amp;quot;left&amp;quot;|  Normal user, can choose to view hentai.&lt;br /&gt;
|- &lt;br /&gt;
! Power User ||align=&amp;quot;left&amp;quot;|Higher user, can view peer lists and report bad torrents or comments. Can make offers of torrents they wish to upload.&lt;br /&gt;
|-&lt;br /&gt;
! Uploader ||align=&amp;quot;left&amp;quot;|These people can upload directly to the torrent pool without requiring moderator approval. These people are appointed by staff if deemed a trustworthy member of the Box community.&lt;br /&gt;
|-&lt;br /&gt;
! Power Uploader ||align=&amp;quot;left&amp;quot;| Same as power user but with upload rights.&lt;br /&gt;
|-&lt;br /&gt;
! Moderator/Admins ||align=&amp;quot;left&amp;quot;| Appointed by Admins. Don&#039;t ask about becoming one.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I become a Power User? ===&lt;br /&gt;
&lt;br /&gt;
Upload at least 25GB and have a ratio equal to or greater than 1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I view peer lists for torrents? ===&lt;br /&gt;
&lt;br /&gt;
Become a Power User and click on the Peer List tab under torrent descriptions. Non-Power Users can not view peer lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I add an avatar to my profile? ===&lt;br /&gt;
&lt;br /&gt;
First, find an image that you like, and that is within the rules. Then you will have to upload to some webspace, such as Photobucket, Upload-It! or ImageShack. All that is left to do is copy the URL (direct link) you were given when uploading it to the avatar field in your profile.&lt;br /&gt;
&lt;br /&gt;
Please do not add a comment just to test your avatar. If everything is alright you&#039;ll see it in your details page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I am warned, what do I do? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is a warning?&#039;&#039;&#039;&lt;br /&gt;
* A warning means that your account currently has reduced rights; namely, you may not download. If you are warned it means you did something very wrong. The warning is there to protect other users, do keep in mind that BoxTorrents only works because many users put in some effort and bandwidth to keep our torrents healthy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why was I warned?&#039;&#039;&#039;&lt;br /&gt;
* The warning may be set automatically if your ratio drops below a certain point or it may be set by a moderator if you broke a rule. In the second case, warnings will be longer depending on the severity of your offence that garnered the warning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ok, so now what?&#039;&#039;&#039;&lt;br /&gt;
* While your are warned you may not download; you are only allowed to seed. When you are warned an &#039;&#039;evaluation&#039;&#039; time will be scheduled (usually 1 week ahead), your account is then re-evaluated and if your ratio is high enough the warning will be lifted. If your ratio is not high enough a new evaluation time will be scheduled, and so on.&lt;br /&gt;
If you got warned because of a bad ratio (or if you you think you got warned because of a bad ratio ;)&amp;amp;nbsp;) - the only way to get rid of the warning is by increasing your upload. The most obvious way is by seeding, but you may also use the bonus system (see: [http://www.boxtorrents.com/faq.php#80f179e93e791a8a90d6b48c649c1fd9 What are bonus torrents?]). A third option is donating; the why and how is explained on the [http://www.boxtorrents.com/donate.php donation] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tracker Issues ==&lt;br /&gt;
===Failure: access denied, leeching forbidden, you are only allowed to seed===&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your ratio is too low.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Seed more and improve your ratio.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I am seeing torrents on my userpage that I never downloaded / Someone has hijacked my account. ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your passkey&#039;s secrecy has been compromised.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: See the entry below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== People are using my torrent key / I accidentally posted my torrent key ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your torrent key identifies you as a user; never give it to anyone. Staff will never ask for you torrent key.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Go to your Profile and generate a new key, all your old torrents will become invalid immediately so you will have to re-download your torrents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I accidentally posted a link to download.php and I&#039;m being charged for the downloads ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: When you are logged in the download.php links are for your user, if you post them people will get your torrent and your key. If you are logged out the links are anonymous, posting them elsewhere will not work as they are only valid for 24 hours. Generating a new key does not solve this problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Wait 24 hours for the download link to become invalid (download links are only valid for 24 hours) or remove the download link from where you posted it. If no more new people are given your key you can generate a new key to get rid of the &#039;leechers&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;m uploading or downloading some torrents but I don&#039;t see them on my userpage. ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: You downloaded a public torrent.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Log in and re-download the torrent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: unregistered torrent pass&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: The tracker can not find a user associated with the torrent pass you&#039;re sending it in your announce URL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Re-download the torrent from the site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: unregistered torrent&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: The torrent you downloaded is not/no longer tracked by our tracker.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Check if the torrent has been swapped or replaced. We occasionally prune old obsolete torrents or material that has become blacklisted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: access denied, torrents limit reached&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: You are downloading too many torrents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Users are allowed to download 3 torrent at a time. Power Users are allowed to download 10 torrents at a time. You are allowed to seed an unlimited number of torrents.  Check your userpage to see which torrents you are allegedly downloading.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are bonus torrents? ===&lt;br /&gt;
&lt;br /&gt;
Bonus torrents are torrents with few seeders or few leechers, the idea of the bonus system is to keep older torrents alive. Bonus torrents are marked with an icon that looks like a yellow ball with a red &amp;quot;&#039;&#039;&#039;B&#039;&#039;&#039;&amp;quot; inside.  When you seed a bonus torrent (and have 100%) you will earn 1 bonus point per hour per bonus torrent. Bonus points can be exchanged for upload credit on the [http://www.boxtorrents.com/bonus.php bonus] page (this means you can add an amount onto your &#039;uploaded&#039; stat on your user page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Statistics Tracking ==&lt;br /&gt;
=== How is my traffic tracked? ===&lt;br /&gt;
&lt;br /&gt;
BoxTorrents uses a passkey system to identify each user. Your passkey can be found on your [http://www.boxtorrents.com/my.php profile page]. When you announce, your passkey is used to identify you and to (very accurately) track your upload and download traffic, regardless of any IP changes. The passkey is automatically added to the announce URL of every torrent you download whilst logged in. &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;YOU MUST NEVER, EVER GIVE OUT YOUR PASSKEY TO ANY OTHER PERSON.&#039;&#039;&#039;&amp;lt;/span&amp;gt; Doing so will allow people to generate torrent traffic under your account. We will not be held responsible for any adverse effects this may have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== My stats are not updating, what can I do? ===&lt;br /&gt;
&lt;br /&gt;
Check that the torrent pass in your client&#039;s tracker announce URL matches the one shown on your [http://www.boxtorrents.com/my.php profile page]. If it doesn&#039;t (or if it does, but you&#039;re still having problems), then:Remove the torrent entries from your torrent client. Re-download the .torrent files and open them in your client. Force a hash recheck and resume activity.If that doesn&#039;t help, go to your [http://www.boxtorrents.com/my.php profile page] and regenerate your torrent pass. Wait about 10-20 minutes to be sure the tracker has recorded your key change, then repeat the above step.Use only official non-beta clients.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Best practices ===&lt;br /&gt;
&lt;br /&gt;
If a torrent you are currently leeching or seeding is not listed on your userpage, stop the torrent and resume it again. (also see: I&#039;m uploading or downloading some torrents but I don&#039;t see them on my userpage)Make sure you exit your client properly, so that the tracker receives the required information.If the tracker is down, do not stop seeding. Your traffic may not be tracked during downtime but as soon as the tracker is working again then your traffic will be tracked again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What BitTorrent clients can I use? ===&lt;br /&gt;
&lt;br /&gt;
There is currently no restriction on which clients you may use, but this will most likely change in the future. The tracker updates your stats correctly for most Bittorrent clients. However, we still recommend that you use the following clients:&lt;br /&gt;
- &#039;&#039;&#039;uTorrent&#039;&#039;&#039; [http://www.utorrent.com/ website]&lt;br /&gt;
- &#039;&#039;&#039;Azureus&#039;&#039;&#039; (aka Vuze) [http://http://azureus.sourceforge.net/ website]&lt;br /&gt;
&lt;br /&gt;
For any client, we urge you to keep it up to date, most clients have had some problems with earlier versions.&lt;br /&gt;
&lt;br /&gt;
Also, clients in alpha or beta version should be avoided.&lt;br /&gt;
&lt;br /&gt;
We neither recommend nor will we provide support for:&lt;br /&gt;
- BitComet&lt;br /&gt;
- BitLord (modified BitComet with spyware added)&lt;br /&gt;
- Shareaza&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is a torrent I&#039;m leeching/seeding listed several times in my profile? ===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. PC crash or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never have had its finished information sent and will be listed until the peer information times out. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve finished or cancelled a torrent. Why is it still listed in my profile? ===&lt;br /&gt;
&lt;br /&gt;
Some older clients do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for the message - and thus listing the torrent as seeding or leeching - until the peer information timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why do I sometimes see torrents I&#039;m not leeching in my profile?! ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under our new keying system, it is not possible for the tracker to confuse you with another peer. If you see torrents listed in your profile that you are DEFINITELY not leeching/seeding on, then we suggest you take the following actions:&lt;br /&gt;
&#039;&#039;&#039;Change the e-mail and password on your account.&#039;&#039;&#039; If you did not give out your passkey then someone either has access to your email account or your Boxtorrents user account (or both).&#039;&#039;&#039;Go to your [http://www.boxtorrents.com/my.php profile page] and generate a new torrent pass.&#039;&#039;&#039; This will invalidate all your previous torrents ending whatever damage was done to your account. You will need to redownload your torrents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I login from different computers? ===&lt;br /&gt;
&lt;br /&gt;
Yes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I seed from different computers? ===&lt;br /&gt;
&lt;br /&gt;
Yes, &#039;&#039;&#039;but you may not seed the &#039;&#039;same&#039;&#039; torrent from two different computers&#039;&#039;&#039; as the tracker will not understand. In the worst case you will banned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Uploading ==&lt;br /&gt;
=== Why can&#039;t I upload torrents? ===&lt;br /&gt;
&lt;br /&gt;
Power Users can make offers of torrents they wish to upload, which will be granted or rejected by staff. Staff members and certain approved users are permitted to upload directly without having to go through the approval procedure.&lt;br /&gt;
Non-Power Users can not make offers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I make an offer if I&#039;m a Power User? ===&lt;br /&gt;
&lt;br /&gt;
First, begin by reading this section of the FAQ to make sure that you fully understand what is required of you. Failure to do so will see your offer rejected (depending on the mood of the staff member who handles it). Once you have finished reading, click the &#039;Offer&#039; button on the left side of the page. When creating your torrent, be sure to set the &#039;private&#039; flag, or the system will automatically reject your torrent. Once you&#039;ve created your torrent, fill in the description of your torrent. Once you submit your torrent for approval, it will join a queue of torrents awaiting judgement. You may leave your client &#039;seeding&#039; your torrent at this point, but make sure you redownload the torrent from the website to have your passkey added to the announce URL (you may also add this manually if you wish, but it is not recommended). If granted, your torrent will be immediately added to Box&#039;s torrent pool (and if you are &#039;seeding&#039;, you will begin immediately). If rejected, your torrent will remain in &#039;limbo&#039;, sitting on the queue with &#039;rejected&#039; status until either you or a mod removes it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What does &#039;Semi-granted&#039; mean? ===&lt;br /&gt;
&lt;br /&gt;
Offers require the approval of two admins or moderators before they are added to the tracker. &#039;Semi-granted&#039; is the state an offer acquires when one admin/mod has granted it, pending further approval.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What can/can&#039;t I put in my torrents? ===&lt;br /&gt;
&lt;br /&gt;
Please refer to our Upload Guidelines ([http://www.boxtorrents.com/rules.php found here]) and (ESPECIALLY) the [http://forums.boxtorrents.com/index.php?topic=37.0 Do Not Upload list].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What should I put in the description? ===&lt;br /&gt;
&lt;br /&gt;
Always include who released the files and as specfic as possible an indication of the quality (bit rate, codec, etc.). &#039;&#039;&#039;See the next paragraph for more details&#039;&#039;&#039;.&lt;br /&gt;
Include a short description of what you&#039;re uploading, usually people include a short plot summary; be careful of spoilers though.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
You may mark-up your text using BBcode or HTML; you can find many examples of nice templates in other peoples&#039; descriptions. While this is not necessary, you may like to &#039;pretty up&#039; your description.&lt;br /&gt;
It&#039;s also very much appreciated if you include images and/or screenshots and links to sites like AniDB and AnimeNewsNetwork, although it is not necessary.&lt;br /&gt;
Please note: when using HTML, be sure to include &amp;amp;lt;html&amp;amp;gt;&amp;amp;lt;body&amp;amp;gt; ... &amp;amp;lt;/body&amp;amp;gt;&amp;amp;lt;/html&amp;amp;gt; in the description, or the system will not know that you are using HTML and will treat your commands differently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We look for succinct, accurate descriptions of the contents of your torrent. &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;With the exclusion of OST torrents, all descriptions MUST have genres specified in the description.&amp;lt;/span&amp;gt;&#039;&#039;&#039; In addition:&lt;br /&gt;
For series/movies/OVAs, a plot summary and file details (sub group with video and audio codecs at the very least) will suffice.For OSTs, track listings and file information (codec, bit rate (if applicable), and ripper at the very least) will do.For manga, a plot summary and the scanlation group are the minimum requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a good title for my torrent? ===&lt;br /&gt;
&lt;br /&gt;
The title only needs to contain the original Japanese title and possibly the English title as well. You may add the name(s) of the involved group(s) in the title as well (example: Japanese Title | English Title [fansub]). Words like &amp;quot;OVA&amp;quot; or &amp;quot;Movie&amp;quot; are not always necessary because of the category system (however, if the title of the show includes &amp;quot;OVA&amp;quot; or &amp;quot;Movie&amp;quot;, you should add it). In case you&#039;re uploading only a particular season of a longer series, it is useful to include the season and/or the episodes (for example: My Series - Season 1 [01-25]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are good key words for my torrent? ===&lt;br /&gt;
&lt;br /&gt;
You have to see the key words as a second way to categorise torrents. Choose key words that truthfully reflect the content of the files you&#039;re uploading and that allows it to be found in different ways than just searching for a title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Good key words are:&amp;lt;/span&amp;gt; genres&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt;, 720p/1080p, fansub group, author, director, that kind of stuff. Someone might be interested in all of &amp;quot;Miyazaki&#039;s&amp;quot; or Studio 4C works, searching for Miyazaki resp. Studio 4C will match the key words and you have what you&#039;re looking for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Bad key words are:&amp;lt;/span&amp;gt; anything that appears in the title of the torrent or is already expressed otherwise (OST, OVA, HD, Movie, etc.). Alternate titles, codecs, and your own personal comments do not belong in key words. Either add them to your title, or to your description. Fansub groups are permissible as key words, even if they are already included in your torrent title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt;- When listing genres, use AniDB&#039;s categories, not AnimeNFO or ANN, for consistency.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;&#039;Guidelines:&#039;&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
* First of all, ask yourself the question: &amp;quot;If I were looking for an anime &#039;like&#039; this one, what key words would I be looking for?&amp;quot; and &amp;quot;which key words are not needed?&amp;quot;&lt;br /&gt;
* Secondly, drop near duplicate key words like &#039;Contemporary Fantasy&#039; and &#039;Fantasy&#039;, as they are not both needed; just keep whichever applies more to your torrent.&lt;br /&gt;
* Add only useful key words. No one will search for key words such as &#039;mp3&#039; or &#039;DVD&#039;.&lt;br /&gt;
* Do &#039;&#039;&#039;not&#039;&#039;&#039; add duplicate key words, for instance &amp;quot;Yuki Kajiura&amp;quot; and &amp;quot;Kajiura Yuki&amp;quot; or &amp;quot;Science-Fiction&amp;quot; and &amp;quot;Sci-Fi&amp;quot;. Add only the one that currently exists in our [http://www.boxtorrents.com/keywords.php key word list].&lt;br /&gt;
* This also holds for fansub names: add either (for instance) Abacus Subs or AbSubs, but not both; the latter is preferred because it is shorter.Do &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;not&amp;lt;/span&amp;gt;&#039;&#039;&#039; add alternative titles or alternative spellings. See title guidelines.&lt;br /&gt;
* Check the [http://www.boxtorrents.com/keywords.php list of key words] for existing key words and/or common spellings. Keep in mind that the keyword listing is &#039;&#039;&#039;&#039;&#039;case-sensitive&#039;&#039;&#039;&#039;&#039; so match case, and &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;matching other key words is better than making a new one&amp;lt;/span&amp;gt;&#039;&#039;&#039;.&lt;br /&gt;
* Check the [[Keywords|Keywords Wiki article]] for descriptions for most of the common keywords.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Keyword syntax====&lt;br /&gt;
&lt;br /&gt;
We&#039;ve just discussed the semantics of keywords, but what about the syntax? First of all, not all characters are allowed. Only alphanumeric characters, dashes (-) and spaces are allowed. Furthermore, a keyword is allowed to have two spaces, no more. If you&#039;re making a keyword of a composed word (for instance: Mamoru Oshii) keep it one keyword, don&#039;t add a comma in between. Genres like &amp;quot;Magical girl&amp;quot; and &amp;quot;Law and Order&amp;quot; should also be written without commas.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====Adding key words to your torrent====&lt;br /&gt;
&lt;br /&gt;
The field for entering key words is above the description entry box. Typing in a word (or part of a word) will call up suggestions in a box. These suggestions are comprised of key words that already exist on BoxTorrents. You should pick from the suggestions given to you to ensure consistency. Once you have clicked on the desired key word suggested, click &#039;Add&#039; to associate it with your torrent. Repeat this process for as many key words as you need (currently, there is a character limit on the key words, so if you find that your last key word is getting cut off, remove it). Be sure to click &#039;Edit&#039; below the description box when you&#039;re done, or none of your changes will be saved.&lt;br /&gt;
&lt;br /&gt;
If you need to add a key word that isn&#039;t suggested, type it into the key word field and click on Add. This key word will be sent for moderation. If the key word is approved, it will be added to our official key word list and will appear on your torrent immediately. If rejected, it will be blacklisted, and will not show up again.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are &amp;quot;extra files&amp;quot; and what should I add? ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Extra files&amp;quot; allow you to add (small) files to your torrent, files which you want to include but don&#039;t really belong in the torrent. You can think of SFV/MD5 files for file verification (or hash tables in general) or NFO files for credits and info. You are not allowed to add images. Linking to the files will not work, the link is dynamic and becomes invalid after 24 hours.&lt;br /&gt;
&lt;br /&gt;
Any and all files released by the original source should be included as &amp;quot;extra files&amp;quot; (granted they do not violate the &amp;quot;extra files&amp;quot; rules, such as credits pages from manga. Leave those INSIDE your torrent).&lt;br /&gt;
All video torrents (series/movies/ova) should have, but do not require, at least an SFV or MD5 file with (official) hashes. You can get the CRCs from the fansubbers website or AniDB.net (the latter also lists md5 hashes amongst other hashes).&lt;br /&gt;
&lt;br /&gt;
DO NOT include these extra files in the contents of your torrent. Your offer will not be accepted if this is the case.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I attach extra files? ===&lt;br /&gt;
&lt;br /&gt;
Simply edit your torrent (after it&#039;s been offered or uploaded), and there will be a box for you to enter the path of files you with to upload below the description box. Simply select it and click upload, and it will be attached right away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What should I put in my torrents? ===&lt;br /&gt;
&lt;br /&gt;
What we look for in torrents are:&lt;br /&gt;
&lt;br /&gt;
[http://www.boxtorrents.com/faq.php#1d460850b4a0c4f1c7ee620cec243fe4 &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;A good description.&amp;lt;/span&amp;gt;]&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File quality:&amp;lt;/span&amp;gt; free of hash errors.&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File consistency:&amp;lt;/span&amp;gt; if possible, all files released by a single group, all file names in the same format as they were originally released by the group involved (original file names). This applies to ALL torrents.&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File structure:&amp;lt;/span&amp;gt; do not pack files under different folders unnecessarily. An example would be packing episodes 1-12 in one folder, and 13-24 in another within the same torrent.&lt;br /&gt;
If uploading a manga, please follow these directions:&lt;br /&gt;
Overlook archiving if the manga is very short (a oneshot), or if the scanlator(s) have released the entire manga in a single file. In these cases, unzip the file, but do not make any further modifications to folder structure or file names.&lt;br /&gt;
If the scanlator(s) release a manga zipped by chapter (assuming there is more than one), retain the archived chapters and offer the files in that state.&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;No &#039;unnecessary&#039; files:&amp;lt;/span&amp;gt; do not include codecs or programs. Acceptable files are external translation notes (for series/movies/OVAs) and credits pages (for manga)). If you&#039;re unsure about anything, please say so in the comments of your torrent offer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is this torrent swapping feature? ===&lt;br /&gt;
&lt;br /&gt;
If, for any reason, something is wrong with your torrent (such as containing improper files or lacking a version 2 of an episode), you may request to swap the .torrent file. This will negate the need to delete the torrent and upload it again. You may apply to swap your own torrent files when they are either in the Offer stage or they are registered with the tracker.&lt;br /&gt;
&lt;br /&gt;
To do so, edit your torrent. There will be a section for you to select a new .torrent file to replace the current one and a space for you to enter a reason why. Upon sending the request, you will need to wait for a moderator or admin to grant the swap request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I upload your torrents to other trackers? ===&lt;br /&gt;
&lt;br /&gt;
No. This generates extra traffic for the tracker without users visiting the site itself. It also usually results in the torrent being overrun by bad leechers, as users are not aware of the site rules.&lt;br /&gt;
&lt;br /&gt;
Complaints from other sites&#039; administrative staff about our torrents being posted on their sites will result in the banning of the users responsible.&lt;br /&gt;
&lt;br /&gt;
(However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloading/Seeding ==&lt;br /&gt;
=== Why do I have to wait before I can download a new torrent? ===&lt;br /&gt;
&lt;br /&gt;
When new torrents are uploaded, those with Power User (or higher) status are given &#039;first dibs&#039;. Other users must wait for the timer to expire before they can download the .torrent file. The amount of time you have to wait is proportional to the size of the torrent (the larger the torrent, the longer you have to wait). This is an incentive for people to become Power Users, and also provides a higher seed base when other users are permitted to join the swarm.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What do I do if a torrent has no seeds? ===&lt;br /&gt;
&lt;br /&gt;
Hop on the forums and post in the [http://forums.boxtorrents.com/index.php?board=5.0 Reseed Request] section. Be sure to read the rules before posting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s the difference between seeding and uploading? ===&lt;br /&gt;
&lt;br /&gt;
&#039;Uploading&#039; is posting a new torrent to our tracker.&lt;br /&gt;
&lt;br /&gt;
&#039;Seeding&#039; is uploading data on a torrent once you have completed the download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why did an active torrent suddenly disappear? ===&lt;br /&gt;
&lt;br /&gt;
There may be three reasons for this:&lt;br /&gt;
# The torrent may have been out-of-sync with the site [http://www.boxtorrents.com/rules.php rules].&lt;br /&gt;
# The uploader or a moderator may have deleted it because it contained bad files. A replacement will probably be uploaded to take its place.&lt;br /&gt;
# The torrent was requested to be removed by a 3rd party.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve finished downloading the files, so how do I seed back? ===&lt;br /&gt;
&lt;br /&gt;
Once your download has completed, most clients will continue to run the torrent in seeding mode until the ratio is 1:1. If this is not the case, try some of these steps:&lt;br /&gt;
1) Simply press Start on your torrent again. Some clients might stop torrents that have finished downloading.&lt;br /&gt;
2) Check your client&#039;s settings regarding how much a torrent should be seeded to before stopping. Your settings may be preventing seeding. (e.g., uTorrent&#039;s &#039;Torrent Properties&#039; dialogue box for each torrent has a ratio percentage figure which you can adjust)3) Force the torrent to start (e.g., in uTorrent, right click on the torrent entry and click &#039;Force Start&#039;). This will force your client to ignore the rule mentioned above and seed until you stop the torrent.4) If all else fails, remove the torrent from your client, and see below for instructions on how to restore it to your client.&lt;br /&gt;
&lt;br /&gt;
=== How do I resume a broken download or (re)seed something? ===&lt;br /&gt;
&lt;br /&gt;
Open the .torrent file in your client. When your client asks you for a download location, choose the location of the existing file(s), force a recheck/rehash. Start the torrent, and it will resume/reseed (see the entry above for more information).&lt;br /&gt;
Please note that most clients will require that file names match the ones specified in the .torrent file when it comes to multi-file torrents. Make sure that this is the case, or your client will not detect the files you have pointed it to.&lt;br /&gt;
If, for whatever reason, you have decided to rename your files, then you have two choices:&lt;br /&gt;
1) (Re)Rename your files to match the torrent&#039;s.2) Find a torrent client that supports custom file names in multi-file torrents. At the time of this guide, the newest uTorrent beta and Azureus clients support individual custom file names in multi-file torrents. For more information, see the programs&#039; web pages.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;m seeding a torrent, but it doesn&#039;t seem to be doing anything! ===&lt;br /&gt;
&lt;br /&gt;
First, check that you actually have someone to upload any data to. If you are on a torrent that has something like 10 seeders and 2 leechers, the chances of you uploading a great deal are slim to none.&lt;br /&gt;
Second, see [http://www.boxtorrents.com/faq.php#714b90d89c6693257791e1b80d99c00a this entry in the FAQ] if you are not sure whether your ports are open.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why do my downloads sometimes stall at 99%? ===&lt;br /&gt;
&lt;br /&gt;
The more pieces you have, the harder it becomes to find peers who have pieces you are missing. That is why downloads sometimes slow down or even stall when there are just a few percent remaining. Just be patient and you will, sooner or later, get the remaining pieces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are these &amp;quot;a piece has failed a hash check&amp;quot; messages? ===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn&#039;t worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &#039;kick/ban clients that send you bad data&#039; or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The torrent is supposed to be 100MB. How come I downloaded 120MB? ===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads. Overhead may also account for some of this data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s this &amp;quot;IOError - [Errno13] Permission denied&amp;quot; error? ===&lt;br /&gt;
&lt;br /&gt;
If you just want to fix it reboot your computer, it should solve the problem. Otherwise, read on.&lt;br /&gt;
&lt;br /&gt;
IOError means Input-Output Error, and that is a file system error, not a tracker one. It shows up when your client is for some reason unable to open the partially downloaded torrent files. The most common cause is two instances of the client to be running simultaneously: the last time the client was closed it somehow didn&#039;t really close but kept running in the background, and is therefore still locking the files, making it impossible for the new instance to open them.&lt;br /&gt;
&lt;br /&gt;
A more uncommon occurrence is a corrupted FAT. A crash may result in corruption that makes the partially downloaded files unreadable, and the error ensues. Running scandisk should solve the problem. (Note that this may happen only if you&#039;re running Windows 9x - which only support FAT - or NT/2000/XP with FAT formatted hard drives. NTFS is much more robust and should never permit this problem.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How can I improve my download speed? ==&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(side note: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
There are a couple of things that you can try on your end to improve your speed:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Do not immediately jump on new torrents ===&lt;br /&gt;
&lt;br /&gt;
In particular, do not do it if you have a slow connection. The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It&#039;s up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Make yourself connectable ===&lt;br /&gt;
&lt;br /&gt;
See the [http://www.boxtorrents.com/faq.php#714b90d89c6693257791e1b80d99c00a Why is my port listed as &amp;quot;---&amp;quot;]&amp;amp;nbsp; section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit your upload speed ===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
# Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
# Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. A good thumb rule is keeping the upload at about 80% of the theoretical upload speed. You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are running more than one instance of a client it is the overall upload speed that you must take into account. Some clients (e.g. Azureus) limit global upload speed, others (e.g. Shad0w&#039;s) do it on a per torrent basis. Know your client. The same applies if you are using your connection for anything else (e.g. browsing or ftp), always think of the overall upload speed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit the number of simultaneous connections ===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit the number of simultaneous uploads ===&lt;br /&gt;
&lt;br /&gt;
Isn&#039;t this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Just give it some time ===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my browsing so slow while leeching? ===&lt;br /&gt;
&lt;br /&gt;
Your download speed is always finite. If you are a peer in a fast torrent it will almost certainly saturate your download bandwidth, and your browsing will suffer. A client like Azureus allows the user to limit uploads &amp;amp;amp; downloads. You will have to use a third-party solution, such as [http://www.netlimiter.com/ NetLimiter].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== My ISP uses a transparent proxy. What should I do? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Caveat: This is a large and complex topic. It is not possible to cover all variations here.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Short reply: change to an ISP that does not force a proxy upon you. If you cannot or do not want to then read on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a proxy? ===&lt;br /&gt;
&lt;br /&gt;
Basically a middleman. When you are browsing a site through a proxy your requests are sent to the proxy and the proxy forwards them to the site instead of you connecting directly to the site. There are several classifications (the terminology is far from standard):&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Transparent ||align=&amp;quot;left&amp;quot;|  A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)&lt;br /&gt;
|- &lt;br /&gt;
! Explicit/Voluntary ||align=&amp;quot;left&amp;quot;|Clients must configure their browsers to use them.&lt;br /&gt;
|-&lt;br /&gt;
! Anonymous ||align=&amp;quot;left&amp;quot;|The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)&lt;br /&gt;
|-&lt;br /&gt;
! Highly Anonymous ||align=&amp;quot;left&amp;quot;| The proxy sends no client or proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn&#039;t see your IP and doesn&#039;t even know you&#039;re using a proxy.)&lt;br /&gt;
|-&lt;br /&gt;
! Public ||align=&amp;quot;left&amp;quot;| (Self explanatory)  &amp;lt;!-- O rly? --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A transparent proxy may or may not be anonymous, and there are several levels of anonymity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How do I find out if I&#039;m behind a (transparent/anonymous) proxy?===&lt;br /&gt;
&lt;br /&gt;
Try [http://www.proxyjudge.org ProxyJudge]. It lists the HTTP headers that the server where it is running received from you. The relevant ones are HTTP_CLIENT_IP, HTTP_X_FORWARDED_FOR and REMOTE_ADDR.&lt;br /&gt;
&lt;br /&gt;
===Why is my port listed as &amp;quot;---&amp;quot; even though I&#039;m not NAT/Firewalled?===&lt;br /&gt;
&lt;br /&gt;
The BoxTorrents tracker is quite smart at finding your real IP, but it does need the proxy to send the HTTP header HTTP_X_FORWARDED_FOR. If your ISP&#039;s proxy does not then what happens is that the tracker will interpret the proxy&#039;s IP address as the client&#039;s IP address. So when you login and the tracker tries to connect to your client to see if you are NAT/firewalled it will actually try to connect to the proxy on the port your client reports to be using for incoming connections. Naturally the proxy will not be listening on that port, the connection will fail and the tracker will think you are NAT/firewalled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why can&#039;t I connect? Is the site blocking me? ==&lt;br /&gt;
Your failure to connect may be due to several reasons.&lt;br /&gt;
&lt;br /&gt;
=== Maybe my address is blacklisted? ===&lt;br /&gt;
The site blocks addresses of banned users. This works at Apache/PHP level, it&#039;s just a script that blocks logins from those addresses. It should not stop you from reaching the site. In particular it does not block lower level protocols, you should be able to ping/traceroute the server even if your address is blacklisted. If you cannot then the reason for the problem lies elsewhere.&lt;br /&gt;
&lt;br /&gt;
=== Your ISP blocks the site&#039;s address ===&lt;br /&gt;
(In first place, it&#039;s unlikely your ISP is doing so. DNS name resolution and/or network problems are the usual culprits.)&lt;br /&gt;
There&#039;s nothing we can do. You should contact your ISP (or get a new one). Note that you can still visit the site via a proxy, follow the instructions in the relevant section. In this case it doesn&#039;t matter if the proxy is anonymous or not, or which port it listens to.&lt;br /&gt;
&lt;br /&gt;
Notice that you will always be listed as an &amp;quot;unconnectable&amp;quot; client because the tracker will be unable to check that you&#039;re capable of accepting incoming connections.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Is there an RSS feed available for BoxTorrents? ==&lt;br /&gt;
RSS Feeds are only available for Power Users. You will see the RSS Feed link appear when you become one.&lt;br /&gt;
&lt;br /&gt;
FoRCe - An mIRC script is available that will check the RSS feed every x minutes, if there are any new torrents uploaded then it lists the new torrents, you can also manually check for new torrents. [http://force.power-net.org/?page=mscripts&amp;amp;amp;gsinfo=1 Information about the script], [http://force.power-net.org/?page=download&amp;amp;amp;section=mscripts&amp;amp;amp;id=1 Download Link].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What if I can&#039;t find the answer to my problem here? ==&lt;br /&gt;
Post in the [http://forums.BoxTorrents.com/ forums], by all means. You&#039;ll find it&#039;s a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
Make sure your problem is not answered in this FAQ. There&#039;s no point in posting just to be sent back here.Before posting, &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;read the stickied topics&#039;&#039;&#039;&amp;lt;/span&amp;gt; (the ones at the top). Many times new information that still hasn&#039;t been incorporated in the FAQ can be found there.Help us in helping you. Do not just say &amp;quot;it doesn&#039;t work!&amp;quot;. Provide details so that we don&#039;t have to guess or waste time asking. What client do you use? What&#039;s your OS? What&#039;s your network setup? What&#039;s the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&#039;&#039;&#039;DO NOT&#039;&#039;&#039; send a private message to a staff member, if you don&#039;t wish to post in the forums use [http://www.boxtorrents.com/help.php the help form] instead.To prove that you have read this FAQ before seeking help, please quote the words &#039;Gelatin Fish Sandwich&#039; in your post. We are quite serious. Failure to do so will result in your thread being locked immediately or your help request being ignored.	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last updated: 8:35 am on September 6&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 2008&#039;&#039;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:FAQ&amp;diff=502</id>
		<title>Talk:FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:FAQ&amp;diff=502"/>
		<updated>2008-09-11T20:20:22Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*Talk:FAQ*/ Started discussion, thinking a massive copy and paste was used to add the FAQ content.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Deimon, did you copy and paste the source code from the BoxTorrents FAQ for the most part?  Most of that HTML in their wasn&#039;t needed.  Wiki formatting doesn&#039;t agree with all html formatting it seems, images being one of them.  --[[User:ZeroGman|ZeroGman]] 20:20, 11 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=FAQ&amp;diff=501</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=FAQ&amp;diff=501"/>
		<updated>2008-09-11T20:14:09Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*FAQ*/ Major overhaul to the overhaul, removed as much HTML formatting as possible, replaced with Wiki formatting, realigned tables, fixed several other errors...  Still could use some work.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;This still needs some cleaning&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== What makes BoxTorrents different? ==&lt;br /&gt;
&lt;br /&gt;
There are many anime torrent sites but BoxTorrents is unique in the quality of our content. Our goal is to provide only torrents for completed anime or anime-related material and we pick only the best versions. Not everyone may submit new torrents: only Power Users, users who seem to have at least some experience with our site, and other appointed users. All submissions are thoroughly checked before they are added to our ever growing list of series; by &#039;&#039;ever growing&#039;&#039;, we really mean ever growing in the sense that even old torrents are still seeded. In short: &#039;quality over quantity&#039; and &#039;ease of use&#039;. Do keep in mind that BoxTorrents exists because of its users; old content is still available because of many dedicated seeders, so sharing is a must.&lt;br /&gt;
&lt;br /&gt;
This is a public tracker, but we do prefer users to register before using the site. Before you do anything here at BoxTorrents, we suggest you read the rules! There are only a few rules to abide by and most are common sense.&lt;br /&gt;
&lt;br /&gt;
If you see anything in here that is out of date or incorrect, or you&#039;d like to add something, please contact [http://www.boxtorrents.com/userdetails.php?id=260057 psyren].&lt;br /&gt;
&lt;br /&gt;
== Site content information ==&lt;br /&gt;
=== What is this Bittorrent all about anyway? How do I get the files? ===&lt;br /&gt;
&lt;br /&gt;
Check out [http://www.btfaq.com Brian&#039;s Bittorrent FAQ and Guide].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I watch the files I download? ===&lt;br /&gt;
&lt;br /&gt;
Visit [http://www.cccp-project.net/wiki/index.php?title=Main_Page this page] and have a look around.&lt;br /&gt;
The CCCP (Combined Community Codec Pack) is the simplest codec pack available on the internet, and the simplest codec pack to set up. Out of the box, it is practically guaranteed to play anything that you throw at it (from our site, of course).&lt;br /&gt;
If you have any problems, please look [http://forums.boxtorrents.com/index.php?board=27.0 here] for possible solutions. If you can&#039;t find one, you may either post in the forums asking for help or use the [http://www.boxtorrents.com/help.php Help Form].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Where can I learn more about codecs/anime/manga/Japanese culture? ===&lt;br /&gt;
&lt;br /&gt;
[http://www.google.com Google] and [http://en.wikipedia.org Wikipedia] are your friends.&lt;br /&gt;
For specific information on Japanese animations, there are 3 main resources: [http://anidb.net AniDB], [http://www.animenewsnetwork.com AnimeNewsNetwork (ANN)], and [http://www.animenfo.com AnimeNFO]. Each site offers unique information on any given title.&lt;br /&gt;
&lt;br /&gt;
For specific information on manga, there&#039;s [http://www.mangaupdates.com MangaUpdates] and [http://www.animenewsnetwork.com AnimeNewsNetwork (ANN)].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== User information ==&lt;br /&gt;
=== I registered an account but did not receive the confirmation e-mail! ===&lt;br /&gt;
&lt;br /&gt;
Mail can sometimes take up to half a day to be sent out by our server. Please be patient.&lt;br /&gt;
Note though that if you didn&#039;t receive the email the first time it will probably not succeed the second time either so you should really try another email address.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve lost my user name or password! Can you send it to me? ===&lt;br /&gt;
&lt;br /&gt;
Please use [http://www.boxtorrents.com/recover.php this form] to have the login details mailed back to you.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can you rename my account? ===&lt;br /&gt;
&lt;br /&gt;
Users can rename their account on the tracker by using [http://www.boxtorrents.com/changename.php this form]. Please note that the user is required to be a power user with report privileges.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Will my account still exist if I don&#039;t use it for a while? ===&lt;br /&gt;
&lt;br /&gt;
Used accounts are pruned after 6 months. Unused accounts are pruned sooner (0 download, 0 upload).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== My account is gone! Can you recover it? ===&lt;br /&gt;
&lt;br /&gt;
Unfortunately, we can&#039;t do anything about pruned accounts. If you were able to create a new account under the same name and/or e-mail address, it is proof that your old account is permanently gone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is MY ratio? ===&lt;br /&gt;
&lt;br /&gt;
Click on your [http://www.boxtorrents.com/my.php profile link], then on your user name (at the top).&lt;br /&gt;
&lt;br /&gt;
It&#039;s important to distinguish between your overall ratio and the individual ratio on each torrent you may be seeding or leeching. The overall ratio takes into account the total uploaded and downloaded from your account since you joined the site. The individual ratio takes into account those values for each torrent.&lt;br /&gt;
&lt;br /&gt;
You may see two symbols instead of a number: &amp;quot;Inf.&amp;quot;, which is just an abbreviation for Infinity, and means that you have downloaded 0 bytes while uploading a non-zero amount (ul/dl becomes infinity); &amp;quot;---&amp;quot;, which should be read as &amp;quot;non-available&amp;quot;, and shows up when you have both downloaded and uploaded 0 bytes (ul/dl = 0/0 which is an indeterminate amount).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my IP displayed on my details page? ===&lt;br /&gt;
&lt;br /&gt;
Only you and the site moderators can view your IP address and email. Other users do not see that information.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Help! I cannot login!? (a.k.a. Login of Death) ===&lt;br /&gt;
&lt;br /&gt;
This problem sometimes occurs with MSIE. Close all Internet Explorer windows and open Internet Options in the control panel. Click the Delete Cookies button. You should now be able to login.&lt;br /&gt;
Another solution is to visit http://www.boxtorrents.com/my.php&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my port number reported as &amp;quot;---&amp;quot;? (And why should I care?) ===&lt;br /&gt;
&lt;br /&gt;
The tracker has determined that you are firewalled or NATed and cannot accept incoming connections.&lt;br /&gt;
&lt;br /&gt;
This means that other peers in the swarm will be unable to connect to you, only you to them. Even worse, if two peers are both in this state they will not be able to connect at all. This has obviously a detrimental effect on the overall speed.&lt;br /&gt;
&lt;br /&gt;
The way to solve the problem involves opening the ports used for incoming connections (the same range you defined in your client) on the firewall and/or configuring your NAT server to use a basic form of NAT for that range instead of NAPT (the actual process differs widely between different router models. Check your router documentation and/or support forum. You will also find lots of information on the subject at [http://www.portforward.com PortForward]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are the different user classes? ===&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Class&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! User ||align=&amp;quot;left&amp;quot;|  Normal user, can choose to view hentai.&lt;br /&gt;
|- &lt;br /&gt;
! Power User ||align=&amp;quot;left&amp;quot;|Higher user, can view peer lists and report bad torrents or comments. Can make offers of torrents they wish to upload.&lt;br /&gt;
|-&lt;br /&gt;
! Uploader ||align=&amp;quot;left&amp;quot;|These people can upload directly to the torrent pool without requiring moderator approval. These people are appointed by staff if deemed a trustworthy member of the Box community.&lt;br /&gt;
|-&lt;br /&gt;
! Power Uploader ||align=&amp;quot;left&amp;quot;| Same as power user but with upload rights.&lt;br /&gt;
|-&lt;br /&gt;
! Moderator/Admins ||align=&amp;quot;left&amp;quot;| Appointed by Admins. Don&#039;t ask about becoming one.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I become a Power User? ===&lt;br /&gt;
&lt;br /&gt;
Upload at least 25GB and have a ratio equal to or greater than 1.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I view peer lists for torrents? ===&lt;br /&gt;
&lt;br /&gt;
Become a Power User and click on the Peer List tab under torrent descriptions. Non-Power Users can not view peer lists.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I add an avatar to my profile? ===&lt;br /&gt;
&lt;br /&gt;
First, find an image that you like, and that is within the rules. Then you will have to upload to some webspace, such as Photobucket, Upload-It! or ImageShack. All that is left to do is copy the URL (direct link) you were given when uploading it to the avatar field in your profile.&lt;br /&gt;
&lt;br /&gt;
Please do not add a comment just to test your avatar. If everything is alright you&#039;ll see it in your details page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I am warned, what do I do? ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;What is a warning?&#039;&#039;&#039;&lt;br /&gt;
* A warning means that your account currently has reduced rights; namely, you may not download. If you are warned it means you did something very wrong. The warning is there to protect other users, do keep in mind that BoxTorrents only works because many users put in some effort and bandwidth to keep our torrents healthy.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Why was I warned?&#039;&#039;&#039;&lt;br /&gt;
* The warning may be set automatically if your ratio drops below a certain point or it may be set by a moderator if you broke a rule. In the second case, warnings will be longer depending on the severity of your offence that garnered the warning.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ok, so now what?&#039;&#039;&#039;&lt;br /&gt;
* While your are warned you may not download; you are only allowed to seed. When you are warned an &#039;&#039;evaluation&#039;&#039; time will be scheduled (usually 1 week ahead), your account is then re-evaluated and if your ratio is high enough the warning will be lifted. If your ratio is not high enough a new evaluation time will be scheduled, and so on.&lt;br /&gt;
If you got warned because of a bad ratio (or if you you think you got warned because of a bad ratio ;)&amp;amp;nbsp;) - the only way to get rid of the warning is by increasing your upload. The most obvious way is by seeding, but you may also use the bonus system (see: [http://www.boxtorrents.com/faq.php#80f179e93e791a8a90d6b48c649c1fd9 What are bonus torrents?]). A third option is donating; the why and how is explained on the [http://www.boxtorrents.com/donate.php donation] page.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Tracker Issues ==&lt;br /&gt;
===Failure: access denied, leeching forbidden, you are only allowed to seed===&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your ratio is too low.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Seed more and improve your ratio.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I am seeing torrents on my userpage that I never downloaded / Someone has hijacked my account. ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your passkey&#039;s secrecy has been compromised.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: See the entry below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== People are using my torrent key / I accidentally posted my torrent key ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: Your torrent key identifies you as a user; never give it to anyone. Staff will never ask for you torrent key.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Go to your Profile and generate a new key, all your old torrents will become invalid immediately so you will have to re-download your torrents.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I accidentally posted a link to download.php and I&#039;m being charged for the downloads ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: When you are logged in the download.php links are for your user, if you post them people will get your torrent and your key. If you are logged out the links are anonymous, posting them elsewhere will not work as they are only valid for 24 hours. Generating a new key does not solve this problem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Wait 24 hours for the download link to become invalid (download links are only valid for 24 hours) or remove the download link from where you posted it. If no more new people are given your key you can generate a new key to get rid of the &#039;leechers&#039;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;m uploading or downloading some torrents but I don&#039;t see them on my userpage. ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: You downloaded a public torrent.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Log in and re-download the torrent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: unregistered torrent pass&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: The tracker can not find a user associated with the torrent pass you&#039;re sending it in your announce URL.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Re-download the torrent from the site.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: unregistered torrent&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: The torrent you downloaded is not/no longer tracked by our tracker.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Check if the torrent has been swapped or replaced. We occasionally prune old obsolete torrents or material that has become blacklisted.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Failure: access denied, torrents limit reached&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Cause&amp;lt;/span&amp;gt;: You are downloading too many torrents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Solution&amp;lt;/span&amp;gt;: Users are allowed to download 3 torrent at a time. Power Users are allowed to download 10 torrents at a time. You are allowed to seed an unlimited number of torrents.  Check your userpage to see which torrents you are allegedly downloading.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are bonus torrents? ===&lt;br /&gt;
&lt;br /&gt;
Bonus torrents are torrents with few seeders or few leechers, the idea of the bonus system is to keep older torrents alive. Bonus torrents are marked with an icon that looks like a yellow ball with a red &amp;quot;&#039;&#039;&#039;B&#039;&#039;&#039;&amp;quot; inside.  When you seed a bonus torrent (and have 100%) you will earn 1 bonus point per hour per bonus torrent. Bonus points can be exchanged for upload credit on the [http://www.boxtorrents.com/bonus.php bonus] page (this means you can add an amount onto your &#039;uploaded&#039; stat on your user page).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Statistics Tracking ==&lt;br /&gt;
=== How is my traffic tracked? ===&lt;br /&gt;
&lt;br /&gt;
BoxTorrents uses a passkey system to identify each user. Your passkey can be found on your [http://www.boxtorrents.com/my.php profile page]. When you announce, your passkey is used to identify you and to (very accurately) track your upload and download traffic, regardless of any IP changes. The passkey is automatically added to the announce URL of every torrent you download whilst logged in. &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;YOU MUST NEVER, EVER GIVE OUT YOUR PASSKEY TO ANY OTHER PERSON.&#039;&#039;&#039;&amp;lt;/span&amp;gt; Doing so will allow people to generate torrent traffic under your account. We will not be held responsible for any adverse effects this may have.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== My stats are not updating, what can I do? ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;Check that the torrent pass in your client&#039;s tracker announce URL matches the one shown on your [http://www.boxtorrents.com/my.php profile page]. If it doesn&#039;t (or if it does, but you&#039;re still having problems), then:&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Remove the torrent entries from your torrent client. Re-download the .torrent files and open them in your client. Force a hash recheck and resume activity.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;If that doesn&#039;t help, go to your [http://www.boxtorrents.com/my.php profile page] and regenerate your torrent pass. Wait about 10-20 minutes to be sure the tracker has recorded your key change, then repeat the above step.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Use only official non-beta clients.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Best practices ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;If a torrent you are currently leeching or seeding is not listed on your userpage, stop the torrent and resume it again. (also see: I&#039;m uploading or downloading some torrents but I don&#039;t see them on my userpage)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Make sure you exit your client properly, so that the tracker receives the required information.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;If the tracker is down, do not stop seeding. Your traffic may not be tracked during downtime but as soon as the tracker is working again then your traffic will be tracked again.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What BitTorrent clients can I use? ===&lt;br /&gt;
&lt;br /&gt;
There is currently no restriction on which clients you may use, but this will most likely change in the future. The tracker updates your stats correctly for most Bittorrent clients. However, we still recommend that you use the following clients:&lt;br /&gt;
- &#039;&#039;&#039;uTorrent&#039;&#039;&#039; [http://www.utorrent.com/ website]&lt;br /&gt;
- &#039;&#039;&#039;Azureus&#039;&#039;&#039; (aka Vuze) [http://http://azureus.sourceforge.net/ website]&lt;br /&gt;
&lt;br /&gt;
For any client, we urge you to keep it up to date, most clients have had some problems with earlier versions.&lt;br /&gt;
&lt;br /&gt;
Also, clients in alpha or beta version should be avoided.&lt;br /&gt;
&lt;br /&gt;
We neither recommend nor will we provide support for:&lt;br /&gt;
- BitComet&lt;br /&gt;
- BitLord (modified BitComet with spyware added)&lt;br /&gt;
- Shareaza&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is a torrent I&#039;m leeching/seeding listed several times in my profile? ===&lt;br /&gt;
&lt;br /&gt;
If for some reason (e.g. PC crash or frozen client) your client exits improperly and you restart it, it will have a new peer_id, so it will show as a new torrent. The old one will never have had its finished information sent and will be listed until the peer information times out. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve finished or cancelled a torrent. Why is it still listed in my profile? ===&lt;br /&gt;
&lt;br /&gt;
Some older clients do not report properly to the tracker when cancelling or finishing a torrent. In that case the tracker will keep waiting for the message - and thus listing the torrent as seeding or leeching - until the peer information timeout occurs. Just ignore it, it will eventually go away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why do I sometimes see torrents I&#039;m not leeching in my profile?! ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Under our new keying system, it is not possible for the tracker to confuse you with another peer. If you see torrents listed in your profile that you are DEFINITELY not leeching/seeding on, then we suggest you take the following actions:&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;&#039;&#039;&#039;Change the e-mail and password on your account.&#039;&#039;&#039; If you did not give out your passkey then someone either has access to your email account or your Boxtorrents user account (or both).&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&#039;&#039;&#039;Go to your [http://www.boxtorrents.com/my.php profile page] and generate a new torrent pass.&#039;&#039;&#039; This will invalidate all your previous torrents ending whatever damage was done to your account. You will need to redownload your torrents.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I login from different computers? ===&lt;br /&gt;
&lt;br /&gt;
Yes.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I seed from different computers? ===&lt;br /&gt;
&lt;br /&gt;
Yes, &#039;&#039;&#039;but you may not seed the &#039;&#039;same&#039;&#039; torrent from two different computers&#039;&#039;&#039; as the tracker will not understand. In the worst case you will banned.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Uploading ==&lt;br /&gt;
=== Why can&#039;t I upload torrents? ===&lt;br /&gt;
&lt;br /&gt;
Power Users can make offers of torrents they wish to upload, which will be granted or rejected by staff. Staff members and certain approved users are permitted to upload directly without having to go through the approval procedure.&lt;br /&gt;
Non-Power Users can not make offers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I make an offer if I&#039;m a Power User? ===&lt;br /&gt;
&lt;br /&gt;
First, begin by reading this section of the FAQ to make sure that you fully understand what is required of you. Failure to do so will see your offer rejected (depending on the mood of the staff member who handles it). Once you have finished reading, click the &#039;Offer&#039; button on the left side of the page. When creating your torrent, be sure to set the &#039;private&#039; flag, or the system will automatically reject your torrent. Once you&#039;ve created your torrent, fill in the description of your torrent. Once you submit your torrent for approval, it will join a queue of torrents awaiting judgement. You may leave your client &#039;seeding&#039; your torrent at this point, but make sure you redownload the torrent from the website to have your passkey added to the announce URL (you may also add this manually if you wish, but it is not recommended). If granted, your torrent will be immediately added to Box&#039;s torrent pool (and if you are &#039;seeding&#039;, you will begin immediately). If rejected, your torrent will remain in &#039;limbo&#039;, sitting on the queue with &#039;rejected&#039; status until either you or a mod removes it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What does &#039;Semi-granted&#039; mean? ===&lt;br /&gt;
&lt;br /&gt;
Offers require the approval of two admins or moderators before they are added to the tracker. &#039;Semi-granted&#039; is the state an offer acquires when one admin/mod has granted it, pending further approval.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What can/can&#039;t I put in my torrents? ===&lt;br /&gt;
&lt;br /&gt;
Please refer to our Upload Guidelines ([http://www.boxtorrents.com/rules.php found here]) and (ESPECIALLY) the [http://forums.boxtorrents.com/index.php?topic=37.0 Do Not Upload list].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What should I put in the description? ===&lt;br /&gt;
&lt;br /&gt;
Always include who released the files and as specfic as possible an indication of the quality (bit rate, codec, etc.). &#039;&#039;&#039;See the next paragraph for more details&#039;&#039;&#039;.&lt;br /&gt;
Include a short description of what you&#039;re uploading, usually people include a short plot summary; be careful of spoilers though.&lt;br /&gt;
&lt;br /&gt;
You may mark-up your text using BBcode or HTML; you can find many examples of nice templates in other peoples&#039; descriptions. While this is not necessary, you may like to &#039;pretty up&#039; your description.&lt;br /&gt;
It&#039;s also very much appreciated if you include images and/or screenshots and links to sites like AniDB and AnimeNewsNetwork, although it is not necessary.&lt;br /&gt;
Please note: when using HTML, be sure to include &amp;amp;lt;html&amp;amp;gt;&amp;amp;lt;body&amp;amp;gt; ... &amp;amp;lt;/body&amp;amp;gt;&amp;amp;lt;/html&amp;amp;gt; in the description, or the system will not know that you are using HTML and will treat your commands differently.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We look for succinct, accurate descriptions of the contents of your torrent. &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;With the exclusion of OST torrents, all descriptions MUST have genres specified in the description.&amp;lt;/span&amp;gt;&#039;&#039;&#039; In addition:&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;For series/movies/OVAs, a plot summary and file details (sub group with video and audio codecs at the very least) will suffice.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;For OSTs, track listings and file information (codec, bit rate (if applicable), and ripper at the very least) will do.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;For manga, a plot summary and the scanlation group are the minimum requirements.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a good title for my torrent? ===&lt;br /&gt;
&lt;br /&gt;
The title only needs to contain the original Japanese title and possibly the English title as well. You may add the name(s) of the involved group(s) in the title as well (example: Japanese Title | English Title [fansub]). Words like &amp;quot;OVA&amp;quot; or &amp;quot;Movie&amp;quot; are not always necessary because of the category system (however, if the title of the show includes &amp;quot;OVA&amp;quot; or &amp;quot;Movie&amp;quot;, you should add it). In case you&#039;re uploading only a particular season of a longer series, it is useful to include the season and/or the episodes (for example: My Series - Season 1 [01-25]).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are good key words for my torrent? ===&lt;br /&gt;
&lt;br /&gt;
You have to see the key words as a second way to categorise torrents. Choose key words that truthfully reflect the content of the files you&#039;re uploading and that allows it to be found in different ways than just searching for a title.&lt;br /&gt;
Good key words are: genres&amp;lt;sup&amp;gt;*&amp;lt;/sup&amp;gt;, 720p/1080p, fansub group, author, director, that kind of stuff. Someone might be interested in all of &amp;quot;Miyazaki&#039;s&amp;quot; or Studio 4C works, searching for Miyazaki resp. Studio 4C will match the key words and you have what you&#039;re looking for.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;Bad key words are:&amp;lt;/span&amp;gt; anything that appears in the title of the torrent or is already expressed otherwise (OST, OVA, HD, Movie, etc.). Alternate titles, codecs, and your own personal comments do not belong in key words. Either add them to your title, or to your description. Fansub groups are permissible as key words, even if they are already included in your torrent title.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;FOLLOW THESE GUIDELINES:&#039;&#039;&#039;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;First of all, ask yourself the question: &amp;quot;If I were looking for an anime &#039;like&#039; this one, what key words would I be looking for?&amp;quot; and &amp;quot;which key words are not needed?&amp;quot;&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Secondly, drop near duplicate key words like &#039;Contemporary Fantasy&#039; and &#039;Fantasy&#039;, as they are not both needed; just keep whichever applies more to your torrent.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Add only useful key words. No one will search for key words such as &#039;mp3&#039; or &#039;DVD&#039;.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Do &#039;&#039;&#039;not&#039;&#039;&#039; add duplicate key words, for instance &amp;quot;Yuki Kajiura&amp;quot; and &amp;quot;Kajiura Yuki&amp;quot; or &amp;quot;Science-Fiction&amp;quot; and &amp;quot;Sci-Fi&amp;quot;. Add only the one that currently exists in our [http://www.boxtorrents.com/keywords.php key word list].&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This also holds for fansub names: add either (for instance) Abacus Subs or AbSubs, but not both; the latter is preferred because it is shorter.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Do &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;not&amp;lt;/span&amp;gt;&#039;&#039;&#039; add alternative titles or alternative spellings. See title guidelines.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Check the [http://www.boxtorrents.com/keywords.php list of key words] for existing key words and/or common spellings. Keep in mind that the keyword listing is &#039;&#039;&#039;&#039;&#039;case-sensitive&#039;&#039;&#039;&#039;&#039; so match case, and &#039;&#039;&#039;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;matching other key words is better than making a new one&amp;lt;/span&amp;gt;&#039;&#039;&#039;.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;* When listing genres, use AniDB&#039;s categories, not AnimeNFO or ANN, for consistency.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Keyword syntax&#039;&#039;&#039;&lt;br /&gt;
We&#039;ve just discussed the semantics of keywords, but what about the syntax? First of all, not all characters are allowed. Only alphanumeric characters, dashes (-) and spaces are allowed. Furthermore, a keyword is allowed to have two spaces, no more. If you&#039;re making a keyword of a composed word (for instance: Mamoru Oshii) keep it one keyword, don&#039;t add a comma in between. Genres like &amp;quot;Magical girl&amp;quot; and &amp;quot;Law and Order&amp;quot; should also be written without commas.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Adding key words to your torrent&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The field for entering key words is above the description entry box. Typing in a word (or part of a word) will call up suggestions in a box. These suggestions are comprised of key words that already exist on BoxTorrents. You should pick from the suggestions given to you to ensure consistency. Once you have clicked on the desired key word suggested, click &#039;Add&#039; to associate it with your torrent. Repeat this process for as many key words as you need (currently, there is a character limit on the key words, so if you find that your last key word is getting cut off, remove it). Be sure to click &#039;Edit&#039; below the description box when you&#039;re done, or none of your changes will be saved.&lt;br /&gt;
&lt;br /&gt;
If you need to add a key word that isn&#039;t suggested, type it into the key word field and click on Add. This key word will be sent for moderation. If the key word is approved, it will be added to our official key word list and will appear on your torrent immediately. If rejected, it will be blacklisted, and will not show up again.&lt;br /&gt;
&lt;br /&gt;
=== What are &amp;quot;extra files&amp;quot; and what should I add? ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Extra files&amp;quot; allow you to add (small) files to your torrent, files which you want to include but don&#039;t really belong in the torrent. You can think of SFV/MD5 files for file verification (or hash tables in general) or NFO files for credits and info. You are not allowed to add images. Linking to the files will not work, the link is dynamic and becomes invalid after 24 hours.&lt;br /&gt;
&lt;br /&gt;
Any and all files released by the original source should be included as &amp;quot;extra files&amp;quot; (granted they do not violate the &amp;quot;extra files&amp;quot; rules, such as credits pages from manga. Leave those INSIDE your torrent).&lt;br /&gt;
All video torrents (series/movies/ova) should have, but do not require, at least an SFV or MD5 file with (official) hashes. You can get the CRCs from the fansubbers website or AniDB.net (the latter also lists md5 hashes amongst other hashes).&lt;br /&gt;
&lt;br /&gt;
DO NOT include these extra files in the contents of your torrent. Your offer will not be accepted if this is the case.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== How do I attach extra files? ===&lt;br /&gt;
&lt;br /&gt;
Simply edit your torrent (after it&#039;s been offered or uploaded), and there will be a box for you to enter the path of files you with to upload below the description box. Simply select it and click upload, and it will be attached right away.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What should I put in my torrents? ===&lt;br /&gt;
&lt;br /&gt;
What we look for in torrents are:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;[http://www.boxtorrents.com/faq.php#1d460850b4a0c4f1c7ee620cec243fe4 &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;A good description.&amp;lt;/span&amp;gt;]&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File quality:&amp;lt;/span&amp;gt; free of hash errors.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File consistency:&amp;lt;/span&amp;gt; if possible, all files released by a single group, all file names in the same format as they were originally released by the group involved (original file names). This applies to ALL torrents.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;File structure:&amp;lt;/span&amp;gt; do not pack files under different folders unnecessarily. An example would be packing episodes 1-12 in one folder, and 13-24 in another within the same torrent.&lt;br /&gt;
If uploading a manga, please follow these directions:&lt;br /&gt;
Overlook archiving if the manga is very short (a oneshot), or if the scanlator(s) have released the entire manga in a single file. In these cases, unzip the file, but do not make any further modifications to folder structure or file names.&lt;br /&gt;
If the scanlator(s) release a manga zipped by chapter (assuming there is more than one), retain the archived chapters and offer the files in that state.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;No &#039;unnecessary&#039; files:&amp;lt;/span&amp;gt; do not include codecs or programs. Acceptable files are external translation notes (for series/movies/OVAs) and credits pages (for manga)). If you&#039;re unsure about anything, please say so in the comments of your torrent offer.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is this torrent swapping feature? ===&lt;br /&gt;
&lt;br /&gt;
If, for any reason, something is wrong with your torrent (such as containing improper files or lacking a version 2 of an episode), you may request to swap the .torrent file. This will negate the need to delete the torrent and upload it again. You may apply to swap your own torrent files when they are either in the Offer stage or they are registered with the tracker.&lt;br /&gt;
&lt;br /&gt;
To do so, edit your torrent. There will be a section for you to select a new .torrent file to replace the current one and a space for you to enter a reason why. Upon sending the request, you will need to wait for a moderator or admin to grant the swap request.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Can I upload your torrents to other trackers? ===&lt;br /&gt;
&lt;br /&gt;
No. This generates extra traffic for the tracker without users visiting the site itself. It also usually results in the torrent being overrun by bad leechers, as users are not aware of the site rules.&lt;br /&gt;
&lt;br /&gt;
Complaints from other sites&#039; administrative staff about our torrents being posted on their sites will result in the banning of the users responsible.&lt;br /&gt;
&lt;br /&gt;
(However, the files you download from us are yours to do as you please. You can always create another torrent, pointing to some other tracker, and upload it to the site of your choice.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Downloading/Seeding ==&lt;br /&gt;
=== Why do I have to wait before I can download a new torrent? ===&lt;br /&gt;
&lt;br /&gt;
When new torrents are uploaded, those with Power User (or higher) status are given &#039;first dibs&#039;. Other users must wait for the timer to expire before they can download the .torrent file. The amount of time you have to wait is proportional to the size of the torrent (the larger the torrent, the longer you have to wait). This is an incentive for people to become Power Users, and also provides a higher seed base when other users are permitted to join the swarm.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What do I do if a torrent has no seeds? ===&lt;br /&gt;
&lt;br /&gt;
Hop on the forums and post in the [http://forums.boxtorrents.com/index.php?board=5.0 Reseed Request] section. Be sure to read the rules before posting.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s the difference between seeding and uploading? ===&lt;br /&gt;
&lt;br /&gt;
&#039;Uploading&#039; is posting a new torrent to our tracker.&lt;br /&gt;
&lt;br /&gt;
&#039;Seeding&#039; is uploading data on a torrent once you have completed the download.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why did an active torrent suddenly disappear? ===&lt;br /&gt;
&lt;br /&gt;
There may be three reasons for this:&lt;br /&gt;
# The torrent may have been out-of-sync with the site [http://www.boxtorrents.com/rules.php rules].&lt;br /&gt;
# The uploader or a moderator may have deleted it because it contained bad files. A replacement will probably be uploaded to take its place.&lt;br /&gt;
# The torrent was requested to be removed by a 3rd party.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;ve finished downloading the files, so how do I seed back? ===&lt;br /&gt;
&lt;br /&gt;
Once your download has completed, most clients will continue to run the torrent in seeding mode until the ratio is 1:1. If this is not the case, try some of these steps:&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;1) Simply press Start on your torrent again. Some clients might stop torrents that have finished downloading.&lt;br /&gt;
&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;2) Check your client&#039;s settings regarding how much a torrent should be seeded to before stopping. Your settings may be preventing seeding. (e.g., uTorrent&#039;s &#039;Torrent Properties&#039; dialogue box for each torrent has a ratio percentage figure which you can adjust)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;3) Force the torrent to start (e.g., in uTorrent, right click on the torrent entry and click &#039;Force Start&#039;). This will force your client to ignore the rule mentioned above and seed until you stop the torrent.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;4) If all else fails, remove the torrent from your client, and see below for instructions on how to restore it to your client.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do I resume a broken download or (re)seed something? ===&lt;br /&gt;
&lt;br /&gt;
Open the .torrent file in your client. When your client asks you for a download location, choose the location of the existing file(s), force a recheck/rehash. Start the torrent, and it will resume/reseed (see the entry above for more information).&lt;br /&gt;
Please note that most clients will require that file names match the ones specified in the .torrent file when it comes to multi-file torrents. Make sure that this is the case, or your client will not detect the files you have pointed it to.&lt;br /&gt;
If, for whatever reason, you have decided to rename your files, then you have two choices:&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;1) (Re)Rename your files to match the torrent&#039;s.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;2) Find a torrent client that supports custom file names in multi-file torrents. At the time of this guide, the newest uTorrent beta and Azureus clients support individual custom file names in multi-file torrents. For more information, see the programs&#039; web pages.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== I&#039;m seeding a torrent, but it doesn&#039;t seem to be doing anything! ===&lt;br /&gt;
&lt;br /&gt;
First, check that you actually have someone to upload any data to. If you are on a torrent that has something like 10 seeders and 2 leechers, the chances of you uploading a great deal are slim to none.&lt;br /&gt;
Second, see [http://www.boxtorrents.com/faq.php#714b90d89c6693257791e1b80d99c00a this entry in the FAQ] if you are not sure whether your ports are open.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why do my downloads sometimes stall at 99%? ===&lt;br /&gt;
&lt;br /&gt;
The more pieces you have, the harder it becomes to find peers who have pieces you are missing. That is why downloads sometimes slow down or even stall when there are just a few percent remaining. Just be patient and you will, sooner or later, get the remaining pieces.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What are these &amp;quot;a piece has failed a hash check&amp;quot; messages? ===&lt;br /&gt;
&lt;br /&gt;
Bittorrent clients check the data they receive for integrity. When a piece fails this check it is automatically re-downloaded. Occasional hash fails are a common occurrence, and you shouldn&#039;t worry.&lt;br /&gt;
&lt;br /&gt;
Some clients have an (advanced) option/preference to &#039;kick/ban clients that send you bad data&#039; or similar. It should be turned on, since it makes sure that if a peer repeatedly sends you pieces that fail the hash check it will be ignored in the future.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The torrent is supposed to be 100MB. How come I downloaded 120MB? ===&lt;br /&gt;
&lt;br /&gt;
See the hash fails topic. If your client receives bad data it will have to redownload it, therefore the total downloaded may be larger than the torrent size. Make sure the &amp;quot;kick/ban&amp;quot; option is turned on to minimize the extra downloads. Overhead may also account for some of this data.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What&#039;s this &amp;quot;IOError - [Errno13] Permission denied&amp;quot; error? ===&lt;br /&gt;
&lt;br /&gt;
If you just want to fix it reboot your computer, it should solve the problem. Otherwise, read on.&lt;br /&gt;
&lt;br /&gt;
IOError means Input-Output Error, and that is a file system error, not a tracker one. It shows up when your client is for some reason unable to open the partially downloaded torrent files. The most common cause is two instances of the client to be running simultaneously: the last time the client was closed it somehow didn&#039;t really close but kept running in the background, and is therefore still locking the files, making it impossible for the new instance to open them.&lt;br /&gt;
&lt;br /&gt;
A more uncommon occurrence is a corrupted FAT. A crash may result in corruption that makes the partially downloaded files unreadable, and the error ensues. Running scandisk should solve the problem. (Note that this may happen only if you&#039;re running Windows 9x - which only support FAT - or NT/2000/XP with FAT formatted hard drives. NTFS is much more robust and should never permit this problem.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== How can I improve my download speed? ==&lt;br /&gt;
The download speed mostly depends on the seeder-to-leecher ratio (SLR). Poor download speed is mainly a problem with new and very popular torrents where the SLR is low.&lt;br /&gt;
&lt;br /&gt;
(side note: make sure you remember that you did not enjoy the low speed. Seed so that others will not endure the same.)&lt;br /&gt;
&lt;br /&gt;
There are a couple of things that you can try on your end to improve your speed:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Do not immediately jump on new torrents ===&lt;br /&gt;
&lt;br /&gt;
In particular, do not do it if you have a slow connection. The best speeds will be found around the half-life of a torrent, when the SLR will be at its highest. (The downside is that you will not be able to seed so much. It&#039;s up to you to balance the pros and cons of this.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Make yourself connectable ===&lt;br /&gt;
&lt;br /&gt;
See the [http://www.boxtorrents.com/faq.php#714b90d89c6693257791e1b80d99c00a Why is my port listed as &amp;quot;---&amp;quot;]&amp;amp;nbsp; section.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit your upload speed ===&lt;br /&gt;
&lt;br /&gt;
The upload speed affects the download speed in essentially two ways:&lt;br /&gt;
&lt;br /&gt;
# Bittorrent peers tend to favour those other peers that upload to them. This means that if A and B are leeching the same torrent and A is sending data to B at high speed then B will try to reciprocate. So due to this effect high upload speeds lead to high download speeds.&lt;br /&gt;
# Due to the way TCP works, when A is downloading something from B it has to keep telling B that it received the data sent to him. (These are called acknowledgements - ACKs -, a sort of &amp;quot;got it!&amp;quot; messages). If A fails to do this then B will stop sending data and wait. If A is uploading at full speed there may be no bandwidth left for the ACKs and they will be delayed. So due to this effect excessively high upload speeds lead to low download speeds.&lt;br /&gt;
&lt;br /&gt;
The full effect is a combination of the two. The upload should be kept as high as possible while allowing the ACKs to get through without delay. A good thumb rule is keeping the upload at about 80% of the theoretical upload speed. You will have to fine tune yours to find out what works best for you. (Remember that keeping the upload high has the additional benefit of helping with your ratio.)&lt;br /&gt;
&lt;br /&gt;
If you are running more than one instance of a client it is the overall upload speed that you must take into account. Some clients (e.g. Azureus) limit global upload speed, others (e.g. Shad0w&#039;s) do it on a per torrent basis. Know your client. The same applies if you are using your connection for anything else (e.g. browsing or ftp), always think of the overall upload speed.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit the number of simultaneous connections ===&lt;br /&gt;
&lt;br /&gt;
Some operating systems (like Windows 9x) do not deal well with a large number of connections, and may even crash. Also some home routers (particularly when running NAT and/or firewall with stateful inspection services) tend to become slow or crash when having to deal with too many connections. There are no fixed values for this, you may try 60 or 100 and experiment with the value. Note that these numbers are additive, if you have two instances of a client running the numbers add up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Limit the number of simultaneous uploads ===&lt;br /&gt;
&lt;br /&gt;
Isn&#039;t this the same as above? No. Connections limit the number of peers your client is talking to and/or downloading from. Uploads limit the number of peers your client is actually uploading to. The ideal number is typically much lower than the number of connections, and highly dependent on your (physical) connection.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Just give it some time ===&lt;br /&gt;
&lt;br /&gt;
As explained above peers favour other peers that upload to them. When you start leeching a new torrent you have nothing to offer to other peers and they will tend to ignore you. This makes the starts slow, in particular if, by change, the peers you are connected to include few or no seeders. The download speed should increase as soon as you have some pieces to share.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is my browsing so slow while leeching? ===&lt;br /&gt;
&lt;br /&gt;
Your download speed is always finite. If you are a peer in a fast torrent it will almost certainly saturate your download bandwidth, and your browsing will suffer. A client like Azureus allows the user to limit uploads &amp;amp;amp; downloads. You will have to use a third-party solution, such as [http://www.netlimiter.com/ NetLimiter].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Browsing was used just as an example, the same would apply to gaming, IMing, etc...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== My ISP uses a transparent proxy. What should I do? ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Caveat: This is a large and complex topic. It is not possible to cover all variations here.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Short reply: change to an ISP that does not force a proxy upon you. If you cannot or do not want to then read on.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== What is a proxy? ===&lt;br /&gt;
Basically a middleman. When you are browsing a site through a proxy your requests are sent to the proxy and the proxy forwards them to the site instead of you connecting directly to the site. There are several classifications (the terminology is far from standard):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;table style=&amp;quot;border-width: 0px;&amp;quot;&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;Transparent&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;Explicit/Voluntary&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;Clients must configure their browsers to use them.&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;Anonymous&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;Highly Anonymous&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;The proxy sends no client or proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn&#039;t see your IP and doesn&#039;t even know you&#039;re using a proxy.)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;Public&amp;lt;/td&amp;gt;&amp;lt;td style=&amp;quot;padding: 2px 4px;&amp;quot;&amp;gt;(Self explanatory)&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! &#039;&#039;&#039;Type&#039;&#039;&#039; !! &#039;&#039;&#039;Description&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
! Transparent ||align=&amp;quot;left&amp;quot;|  A transparent proxy is one that needs no configuration on the clients. It works by automatically redirecting all port 80 traffic to the proxy. (Sometimes used as synonymous for non-anonymous.)&lt;br /&gt;
|- &lt;br /&gt;
! Explicit/Voluntary ||align=&amp;quot;left&amp;quot;|Clients must configure their browsers to use them.&lt;br /&gt;
|-&lt;br /&gt;
! Anonymous ||align=&amp;quot;left&amp;quot;|The proxy sends no client identification to the server. (HTTP_X_FORWARDED_FOR header is not sent; the server does not see your IP.)&lt;br /&gt;
|-&lt;br /&gt;
! Highly Anonymous ||align=&amp;quot;left&amp;quot;| The proxy sends no client or proxy identification to the server. (HTTP_X_FORWARDED_FOR, HTTP_VIA and HTTP_PROXY_CONNECTION headers are not sent; the server doesn&#039;t see your IP and doesn&#039;t even know you&#039;re using a proxy.)&lt;br /&gt;
|-&lt;br /&gt;
! Public ||align=&amp;quot;left&amp;quot;| (Self explanatory)  &amp;lt;!-- O rly? --&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
A transparent proxy may or may not be anonymous, and there are several levels of anonymity.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===How do I find out if I&#039;m behind a (transparent/anonymous) proxy?===&lt;br /&gt;
&lt;br /&gt;
Try [http://www.proxyjudge.org ProxyJudge]. It lists the HTTP headers that the server where it is running received from you. The relevant ones are HTTP_CLIENT_IP, HTTP_X_FORWARDED_FOR and REMOTE_ADDR.&lt;br /&gt;
&lt;br /&gt;
===Why is my port listed as &amp;quot;---&amp;quot; even though I&#039;m not NAT/Firewalled?===&lt;br /&gt;
&lt;br /&gt;
The BoxTorrents tracker is quite smart at finding your real IP, but it does need the proxy to send the HTTP header HTTP_X_FORWARDED_FOR. If your ISP&#039;s proxy does not then what happens is that the tracker will interpret the proxy&#039;s IP address as the client&#039;s IP address. So when you login and the tracker tries to connect to your client to see if you are NAT/firewalled it will actually try to connect to the proxy on the port your client reports to be using for incoming connections. Naturally the proxy will not be listening on that port, the connection will fail and the tracker will think you are NAT/firewalled.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Why can&#039;t I connect? Is the site blocking me? ==&lt;br /&gt;
Your failure to connect may be due to several reasons.&lt;br /&gt;
&lt;br /&gt;
=== Maybe my address is blacklisted? ===&lt;br /&gt;
The site blocks addresses of banned users. This works at Apache/PHP level, it&#039;s just a script that blocks logins from those addresses. It should not stop you from reaching the site. In particular it does not block lower level protocols, you should be able to ping/traceroute the server even if your address is blacklisted. If you cannot then the reason for the problem lies elsewhere.&lt;br /&gt;
&lt;br /&gt;
=== Your ISP blocks the site&#039;s address ===&lt;br /&gt;
(In first place, it&#039;s unlikely your ISP is doing so. DNS name resolution and/or network problems are the usual culprits.)&lt;br /&gt;
There&#039;s nothing we can do. You should contact your ISP (or get a new one). Note that you can still visit the site via a proxy, follow the instructions in the relevant section. In this case it doesn&#039;t matter if the proxy is anonymous or not, or which port it listens to.&lt;br /&gt;
&lt;br /&gt;
Notice that you will always be listed as an &amp;quot;unconnectable&amp;quot; client because the tracker will be unable to check that you&#039;re capable of accepting incoming connections.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Is there an RSS feed available for BoxTorrents? ==&lt;br /&gt;
RSS Feeds are only available for Power Users. You will see the RSS Feed link appear when you become one.&lt;br /&gt;
&lt;br /&gt;
FoRCe - An mIRC script is available that will check the RSS feed every x minutes, if there are any new torrents uploaded then it lists the new torrents, you can also manually check for new torrents. [http://force.power-net.org/?page=mscripts&amp;amp;amp;gsinfo=1 Information about the script], [http://force.power-net.org/?page=download&amp;amp;amp;section=mscripts&amp;amp;amp;id=1 Download Link].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== What if I can&#039;t find the answer to my problem here? ==&lt;br /&gt;
Post in the [http://forums.BoxTorrents.com/ forums], by all means. You&#039;ll find it&#039;s a friendly and helpful place, provided you follow a few basic guidelines:&lt;br /&gt;
&amp;lt;ul style=&amp;quot;margin: 0px&amp;quot;&amp;gt;&amp;lt;li&amp;gt;Make sure your problem is not answered in this FAQ. There&#039;s no point in posting just to be sent back here.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Before posting, &amp;lt;span style=&amp;quot;text-decoration: underline;&amp;quot;&amp;gt;&#039;&#039;&#039;read the stickied topics&#039;&#039;&#039;&amp;lt;/span&amp;gt; (the ones at the top). Many times new information that still hasn&#039;t been incorporated in the FAQ can be found there.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Help us in helping you. Do not just say &amp;quot;it doesn&#039;t work!&amp;quot;. Provide details so that we don&#039;t have to guess or waste time asking. What client do you use? What&#039;s your OS? What&#039;s your network setup? What&#039;s the exact error message you get, if any? What are the torrents you are having problems with? The more you tell the easiest it will be for us, and the more probable your post will get a reply.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;And needless to say: be polite. Demanding help rarely works, asking for it usually does the trick.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;&#039;&#039;&#039;DO NOT&#039;&#039;&#039; send a private message to a staff member, if you don&#039;t wish to post in the forums use [http://www.boxtorrents.com/help.php the help form] instead.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;To prove that you have read this FAQ before seeking help, please quote the words &#039;Gelatin Fish Sandwich&#039; in your post. We are quite serious. Failure to do so will result in your thread being locked immediately or your help request being ignored.&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt;	&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Last updated: 8:35 am on September 6&amp;lt;sup&amp;gt;th&amp;lt;/sup&amp;gt; 2008&#039;&#039;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=496</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=496"/>
		<updated>2008-09-10T21:09:50Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /^ Keywords */  Made spacing consistent&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide and reference to the more commonly used keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Really could use help on this one, hentai is not my forte. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Office Lady&#039;&#039;&#039; - Usually this refers to hentai material where the leading female works in an office or office-like environment.  Should NOT be used if the woman is a nurse, teacher, student, or some other easily identifiable profession.&lt;br /&gt;
*&#039;&#039;&#039;Omanga&#039;&#039;&#039; - A scanlation group, they do not specialize in a certain genre and have infrequent releases.  [http://www.mangaupdates.com/groups.html?id=86 Baka Updates]&lt;br /&gt;
*&#039;&#039;&#039;Oneshot&#039;&#039;&#039; - This is used when a manga is only a single chapter in length.  Usually the chapter is quite long so that the author can get an entire story out of it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
*&#039;&#039;&#039;Pantsu&#039;&#039;&#039; - This work involves panty shots, and usually lots of them.  This should always be used with the Ecchi keyword, but is usually NOT associated with hentai material.&lt;br /&gt;
*&#039;&#039;&#039;Parallel Universe&#039;&#039;&#039; - The setting in this work takes place where two worlds are usually next to each other, but separated by a barrier, time, or some other means that can not be crossed by normal means.&lt;br /&gt;
*&#039;&#039;&#039;Parody&#039;&#039;&#039; - This work mocks other works, the subject, or even the author themselves, using humorous or satirical imitation.&lt;br /&gt;
*&#039;&#039;&#039;Piloted Robots&#039;&#039;&#039; - This work involves piloting robots, often the robots are much larger than the pilot themselves.  The Mecha keyword is almost always paired with this one.&lt;br /&gt;
*&#039;&#039;&#039;Police&#039;&#039;&#039; - This work involves the police, or some other legitamite criminal investigation group.  This can be used for one, many, or all aspects of police work.&lt;br /&gt;
*&#039;&#039;&#039;Post-apocalyptic&#039;&#039;&#039; - The setting of this work is set after an apocalypse, or some other major event that led to almost complete destruction of the world.  Wars and natural disasters are the most commonly used events.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Could really use some help with this one below!&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Power Suits&#039;&#039;&#039; - This refers to when the characters use suits that augment/enhance their existing abilities and/or grant new abilities to them.  What is unique about this is that the suits rely on the users ability and are not piloted, but worn.&lt;br /&gt;
*&#039;&#039;&#039;Proxy Battles&#039;&#039;&#039; - This work involves fighting where the combatants do not engage each other directly.  Usually other creatures/machines/magics battle for them, thus the combatants do not battle each other directly.  For example, in Pokemon, trainers will collect and train their Pokemon to fight.  The trainers are the ones fighting, but the outcome is determined between the Pokemon alone.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Could use verification on the one below!&lt;br /&gt;
Also needs links to Fantasy and Magic once they are completed&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Psychic&#039;&#039;&#039; - This work involves psychics, usually humans with extraordinary mental abilities.  Fairly weak as a keyword on it&#039;s own, it should be used with Fantasy, Magic, and/or at least [[Keywords#S|Sci-Fi]], unless of course the plot focuses mainly on psychics.&lt;br /&gt;
*&#039;&#039;&#039;Psychological&#039;&#039;&#039; - This work deals with the philosophy of a state of mind.  Abnormal psychology is used in most cases.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
* &#039;&#039;&#039;Racing&#039;&#039;&#039; - This work involves races, wether it be car, horse, running, or any other form of racing.  Usually paired with the [[Keywords#S|Sports]] keyword.&lt;br /&gt;
* &#039;&#039;&#039;Rape&#039;&#039;&#039; - This work involves rape.   Rape is when a person, almost always a woman, is forced into performing sexual acts against their will. This keyword is almost always associated with hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Ripping in Peace&#039;&#039;&#039; - A fansubbing group, RiP for short.  They have yet to drop a single project, but have stalled a few.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1750 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Robots&#039;&#039;&#039; - This work contains robots.  Similar to the [[Keywords#M|Mecha]] genre, this usually refers to robots that are not piloted by someone.  The [[Keywords#M|Mecha]] keyword should be used instead of this for consistency.&lt;br /&gt;
* &#039;&#039;&#039;Romance&#039;&#039;&#039; - This work revolves around love, usually between a man and a woman, but not limited to.  See [[Keywords#Y|Yaoi]] (&amp;quot;Boys Love&amp;quot;) or [[Keywords#Y|Yuri]] (&amp;quot;Girls Love&amp;quot;) for same gender relationships.&lt;br /&gt;
* &#039;&#039;&#039;Rumiko Takahashi&#039;&#039;&#039; - A japanese mangaka, she is one of the wealthiest women in Japan thanks to the manga she creates. (And the anime adaptations)  Some of her most prominent works include InuYasha and Ranma 1/2.  See [http://www.mangaupdates.com/authors.html?id=636 Baka Updates] or [http://en.wikipedia.org/wiki/Takahashi_Rumiko Wikipedia] for more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
* &#039;&#039;&#039;Saizen&#039;&#039;&#039; - A fansubbing group, short for Saizen Fansubs. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1179 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Samurai&#039;&#039;&#039; - The story of this work focuses on Samurai warriors, or they at least play a major role in the story. [http://en.wikipedia.org/wiki/Samurai Samurai] on Wikipedia&lt;br /&gt;
&amp;lt;!-- * &#039;&#039;&#039;Scat&#039;&#039;&#039; - I consider this one to be on the list, I just do not want to do it. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;School&#039;&#039;&#039; - See School Life&lt;br /&gt;
* &#039;&#039;&#039;School Life&#039;&#039;&#039; - The setting of this takes place mostly, or completely, in a school environment.&lt;br /&gt;
* &#039;&#039;&#039;Sci-Fi&#039;&#039;&#039; - Used on works that involve twists on technology and other phenomena which are contrary or stretches of modern science.  Short for Science Fiction.&lt;br /&gt;
* &#039;&#039;&#039;Seinen&#039;&#039;&#039; - This work specifically targets males around the ages of 18 to 30 and appeal to college students and those in the working world. Typically the story lines deal with, or at least incorporate, the issues of adulthood.&lt;br /&gt;
* &#039;&#039;&#039;Short Stories&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shoujo&#039;&#039;&#039; - Used on material that is aimed at girls.  The story usually focuses on romance and love.  It is commonly used with either the Romance or Drama genre.  Could be considered the female equivalent of Shounen.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yuri]], or &amp;quot;Girls Love&amp;quot;, Shoujo Ai is a less intimate version of strong girl-girl relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Magic&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shounen&#039;&#039;&#039; - Used on material that is aimed at boys.  The story often focuses on fighting and action.  It is almost always used with either the Action, Mecha, and/or Martial Arts genres.  Could be considered the male equivalent of Shoujo.&lt;br /&gt;
* &#039;&#039;&#039;Shounen Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yaoi]], or &amp;quot;Boys Love&amp;quot;, Shounen Ai is not as intimate of strong boy-boy relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shounen-Ai&#039;&#039;&#039; - A mispelling, should be &#039;&#039;Shounen Ai&#039;&#039;, see above entry.&lt;br /&gt;
* &#039;&#039;&#039;SHS&#039;&#039;&#039; - Short for Shinsen-Subs, a fansubbing group.  Currently, they have subbed over 150 titles.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=495 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Shueisha&#039;&#039;&#039; - A major publisher in Japan.  Jump Comics is a division of Shueisha, which is a large publisher of manga.  Shueisha has also been involved in the production of some anime, but is better known for manga. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=65 AniDB] | [http://www.mangaupdates.com/publishers.html?id=163 Baka-Updates] | [http://en.wikipedia.org/wiki/Shueisha Wikipedia]&lt;br /&gt;
* &#039;&#039;&#039;Slapstick&#039;&#039;&#039; - Usually this refers to outrageous, and sometimes outlandish, comedic acts.  The most common acts in slapsticks are chases, collisions, and crude practical jokes.  Should almost always be used with the Comedy keyword.&lt;br /&gt;
* &#039;&#039;&#039;Slice of Life&#039;&#039;&#039; - This genre represents day-to-day ordeals of one or many characters. These events could possibly happen in the real world and are often, if not always, set in the present in a world similar to our own.&lt;br /&gt;
* &#039;&#039;&#039;Small Breasts&#039;&#039;&#039; - The work contains girls with small breasts, usually associated with underaged or &amp;quot;under developed&amp;quot; girls.  Almost always used with ecchi or hentai material.  Synonomous with lolicon, except lolicon is limited to hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Smut&#039;&#039;&#039; - Used for series that are could be considered offensive, particularly regarding sexual content.  Should not be confused with hentai.&lt;br /&gt;
* &#039;&#039;&#039;SnoopyCool&#039;&#039;&#039; - A manga scanlation group.  They do not focus on a single genre.  [http://www.mangaupdates.com/groups.html?id=74 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Space&#039;&#039;&#039; - Used when the setting, or a large portion of the setting, is in outer space.&lt;br /&gt;
* &#039;&#039;&#039;Space Travel&#039;&#039;&#039; - This is used when the story involves travelling through outer space.  While similar to &#039;&#039;Space&#039;&#039;, it differs in that the setting doesn&#039;t need to be primarily in space.&lt;br /&gt;
* &#039;&#039;&#039;Sports&#039;&#039;&#039; - This work centers on sports, meaning the story is created around sports.  Anime titles such as [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=590 Slam Dunk] and [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=2441 Eyeshield 21] are good examples.&lt;br /&gt;
* &#039;&#039;&#039;Static-Subs&#039;&#039;&#039; - An English fansubbing group, SS for short.  Does bothXviD and h264 releases.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=382 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio 4 C&#039;&#039;&#039; - A Japanese animation studio, full name is Studio 4°C.  (Named so because water is densest at 4°C)  Some of their notable works include The Animatrix, Spriggan, and Steamboy.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=22 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio DEEN&#039;&#039;&#039; - A Japanese production studio.  Mostly involved in TV anime such as Fruits Basket, Samurai Deeper Kyo, and Fate/stay Night.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=14 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Sudden Girlfriend Appearance&#039;&#039;&#039; - The work has the main character suddenly get a girlfriend, usually as a result of an abnormal situation.  It is common for this to happen at the very beginning of the story.&lt;br /&gt;
* &#039;&#039;&#039;Sunrise&#039;&#039;&#039; - An animation producer that is a sub-sidiary of Bandei.  Did the animation production for many titles including Scryed, Inuyasha, Planetes, and Mai-HiME.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=9 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Super Power&#039;&#039;&#039; - The work contains one or several characters with powers or abilities beyond the normal limitations of everyone else.  &amp;lt;!-- May need further explanation --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Supernatural&#039;&#039;&#039; - The work contains events or actions that defy the natural laws of physics, often in a spectacular way.  Supernatural could be considered Magic, but on a more broad scale.&lt;br /&gt;
* &#039;&#039;&#039;Surreal&#039;&#039;&#039; - In general, it means bizarre or dreamlike.  Similar to Fantasy.&lt;br /&gt;
* &#039;&#039;&#039;Swordplay&#039;&#039;&#039; - This work contains sword fights, and usually plenty of them.  This is not necessarily limited to metal swords alone.  This is frequently put together with Action, [[Keywords#S|Shounen]], and/or [[Keywords#V|Violence]] works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &#039;&#039;&#039;Tadanohito&#039;&#039;&#039; - A scanlation group that currently specializes in Hentai manga. [http://www.mangaupdates.com/groups.html?id=1093 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Takahata&#039;&#039;&#039; - Refers to Japanese Director Isao Takahata, see Isao Takahata.&lt;br /&gt;
* &#039;&#039;&#039;Tentacles&#039;&#039;&#039; - This work contains the use of tentacles and is currently used only for hentai.  Tentacles refers to when a person, usually a woman, is forced into sex by a monster/alien/robot/creatute that has several tentacles extending out from it.  Tentacles and Rape are frequently used in conjuction. &amp;lt;!-- So hard to give a serious definition of Tentacles! -ZeroGman --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;THORA&#039;&#039;&#039; - A fansubbing group that only releases true HD material. Short for THORAnime.[http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3661 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Thriller&#039;&#039;&#039; - Usually contains a fast paced story with frequent action and a resourceful hero that is up against a more powerful and/or better-equipped villain.  See the[http://en.wikipedia.org/wiki/Thriller_(genre) Thriller (genre)] from Wikipedia for more info.&lt;br /&gt;
* &#039;&#039;&#039;Time Travel&#039;&#039;&#039; - This work involves travelling through time, wether it be to the past or the futire.&lt;br /&gt;
* &#039;&#039;&#039;Toei&#039;&#039;&#039; - Short for Toei Animation, see Toei Animation.&lt;br /&gt;
* &#039;&#039;&#039;Toei Animation&#039;&#039;&#039; - A Japanese Animation producer, has produced many famous works including the Dragon Ball series, Sailor Moon series, and One Piece, to name a few. See [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=294 AniDB] or [http://en.wikipedia.org/wiki/Toei_Animation Wikipedia] entry for more info.&lt;br /&gt;
* &#039;&#039;&#039;Torture&#039;&#039;&#039; - This work contains torture.  Torture usually involves inflicting pain upon others without killing, or at least seriously injuring, them.  Often used in hentai material with Bondage as well.&lt;br /&gt;
* &#039;&#039;&#039;Tragedy&#039;&#039;&#039; - This work contains events that lead to great loss and/or misfortune.  Could almost be a spoiler by using this keyword.&lt;br /&gt;
* &#039;&#039;&#039;Transforming Robots&#039;&#039;&#039; - This work involves robots that are able to transform into multiple forms.  This should almost always fall into the Mecha keyword area instead of using the Transforming Robots keyword. &amp;lt;!-- At least in my opinion --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Triad&#039;&#039;&#039; - A fansubbing group named The Triad. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=102 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;TV Tokyo&#039;&#039;&#039; - A TV network in Tokyo, Japan that specializes in anime.  Works such as Neon Genesis Evangelion, Noir, Love Hina, Naruto, and Bleach are, or have been, originally aired through them. [http://en.wikipedia.org/wiki/TV_Tokyo TV Tokyo] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
* &#039;&#039;&#039;Uncensored&#039;&#039;&#039; - The censoring has been removed from this work.  For the most part, this applies to hentai anime and occasionally to anime with extreme violence or nudity.&lt;br /&gt;
* &#039;&#039;&#039;Underworld&#039;&#039;&#039; - Could have at least two meanings &#039;&#039;Needs more info&#039;&#039;&lt;br /&gt;
# This work involves the Underworld, a place where departed souls go to rest.  Synonomous with Hell.&lt;br /&gt;
# This work involves the Criminal Underworld.  This can refer to when illegal goods trading, smuggling, stealing, and other criminal acts are seen as a normal way of life.&lt;br /&gt;
* &#039;&#039;&#039;Ureshii&#039;&#039;&#039; - Fansubbing group, originally a part of [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=183 Anime-4ever].  Has worked in conjuction with several other groups in the past.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3097 AniDB]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai material.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.  &amp;lt;!-- May want to expand this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.  A more extreme version of [Keywords#S|Shounen Ai]&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian, but not always referring to hentai material.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=495</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=495"/>
		<updated>2008-09-10T21:06:37Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Worked on &amp;#039;O&amp;#039; and &amp;#039;P&amp;#039;, could use some verification on everything so far...  Made notes of stuff or links that need to be added later.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide and reference to the more commonly used keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Really could use help on this one, hentai is not my forte. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Office Lady&#039;&#039;&#039; - Usually this refers to hentai material where the leading female works in an office or office-like environment.  Should NOT be used if the woman is a nurse, teacher, student, or some other easily identifiable profession.&lt;br /&gt;
*&#039;&#039;&#039;Omanga&#039;&#039;&#039; - A scanlation group, they do not specialize in a certain genre and have infrequent releases.  [http://www.mangaupdates.com/groups.html?id=86 Baka Updates]&lt;br /&gt;
*&#039;&#039;&#039;Oneshot&#039;&#039;&#039; - This is used when a manga is only a single chapter in length.  Usually the chapter is quite long so that the author can get an entire story out of it.&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
*&#039;&#039;&#039;Pantsu&#039;&#039;&#039; - This work involves panty shots, and usually lots of them.  This should always be used with the Ecchi keyword, but is usually NOT associated with hentai material.&lt;br /&gt;
*&#039;&#039;&#039;Parallel Universe&#039;&#039;&#039; - The setting in this work takes place where two worlds are usually next to each other, but separated by a barrier, time, or some other means that can not be crossed by normal means.&lt;br /&gt;
*&#039;&#039;&#039;Parody&#039;&#039;&#039; - This work mocks other works, the subject, or even the author themselves, using humorous or satirical imitation.&lt;br /&gt;
*&#039;&#039;&#039;Piloted Robots&#039;&#039;&#039; - This work involves piloting robots, often the robots are much larger than the pilot themselves.  The Mecha keyword is almost always paired with this one.&lt;br /&gt;
*&#039;&#039;&#039;Police&#039;&#039;&#039; - This work involves the police, or some other legitamite criminal investigation group.  This can be used for one, many, or all aspects of police work.&lt;br /&gt;
*&#039;&#039;&#039;Post-apocalyptic&#039;&#039;&#039; - The setting of this work is set after an apocalypse, or some other major event that led to almost complete destruction of the world.  Wars and natural disasters are the most commonly used events.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Could really use some help with this one below!&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Power Suits&#039;&#039;&#039; - This refers to when the characters use suits that augment/enhance their existing abilities and/or grant new abilities to them.  What is unique about this is that the suits rely on the users ability and are not piloted, but worn.&lt;br /&gt;
*&#039;&#039;&#039;Proxy Battles&#039;&#039;&#039; - This work involves fighting where the combatants do not engage each other directly.  Usually other creatures/machines/magics battle for them, thus the combatants do not battle each other directly.  For example, in Pokemon, trainers will collect and train their Pokemon to fight.  The trainers are the ones fighting, but the outcome is determined between the Pokemon alone.&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Could use verification on the one below!&lt;br /&gt;
Also needs links to Fantasy and Magic once they are completed&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;Psychic&#039;&#039;&#039; - This work involves psychics, usually humans with extraordinary mental abilities.  Fairly weak as a keyword on it&#039;s own, it should be used with Fantasy, Magic, and/or at least [[Keywords#S|Sci-Fi]], unless of course the plot focuses mainly on psychics.&lt;br /&gt;
*&#039;&#039;&#039;Psychological&#039;&#039;&#039; - This work deals with the philosophy of a state of mind.  Abnormal psychology is used in most cases.&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
* &#039;&#039;&#039;Racing&#039;&#039;&#039; - This work involves races, wether it be car, horse, running, or any other form of racing.  Usually paired with the [[Keywords#S|Sports]] keyword.&lt;br /&gt;
* &#039;&#039;&#039;Rape&#039;&#039;&#039; - This work involves rape.   Rape is when a person, almost always a woman, is forced into performing sexual acts against their will. This keyword is almost always associated with hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Ripping in Peace&#039;&#039;&#039; - A fansubbing group, RiP for short.  They have yet to drop a single project, but have stalled a few.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1750 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Robots&#039;&#039;&#039; - This work contains robots.  Similar to the [[Keywords#M|Mecha]] genre, this usually refers to robots that are not piloted by someone.  The [[Keywords#M|Mecha]] keyword should be used instead of this for consistency.&lt;br /&gt;
* &#039;&#039;&#039;Romance&#039;&#039;&#039; - This work revolves around love, usually between a man and a woman, but not limited to.  See [[Keywords#Y|Yaoi]] (&amp;quot;Boys Love&amp;quot;) or [[Keywords#Y|Yuri]] (&amp;quot;Girls Love&amp;quot;) for same gender relationships.&lt;br /&gt;
* &#039;&#039;&#039;Rumiko Takahashi&#039;&#039;&#039; - A japanese mangaka, she is one of the wealthiest women in Japan thanks to the manga she creates. (And the anime adaptations)  Some of her most prominent works include InuYasha and Ranma 1/2.  See [http://www.mangaupdates.com/authors.html?id=636 Baka Updates] or [http://en.wikipedia.org/wiki/Takahashi_Rumiko Wikipedia] for more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
* &#039;&#039;&#039;Saizen&#039;&#039;&#039; - A fansubbing group, short for Saizen Fansubs. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1179 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Samurai&#039;&#039;&#039; - The story of this work focuses on Samurai warriors, or they at least play a major role in the story. [http://en.wikipedia.org/wiki/Samurai Samurai] on Wikipedia&lt;br /&gt;
&amp;lt;!-- * &#039;&#039;&#039;Scat&#039;&#039;&#039; - I consider this one to be on the list, I just do not want to do it. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;School&#039;&#039;&#039; - See School Life&lt;br /&gt;
* &#039;&#039;&#039;School Life&#039;&#039;&#039; - The setting of this takes place mostly, or completely, in a school environment.&lt;br /&gt;
* &#039;&#039;&#039;Sci-Fi&#039;&#039;&#039; - Used on works that involve twists on technology and other phenomena which are contrary or stretches of modern science.  Short for Science Fiction.&lt;br /&gt;
* &#039;&#039;&#039;Seinen&#039;&#039;&#039; - This work specifically targets males around the ages of 18 to 30 and appeal to college students and those in the working world. Typically the story lines deal with, or at least incorporate, the issues of adulthood.&lt;br /&gt;
* &#039;&#039;&#039;Short Stories&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shoujo&#039;&#039;&#039; - Used on material that is aimed at girls.  The story usually focuses on romance and love.  It is commonly used with either the Romance or Drama genre.  Could be considered the female equivalent of Shounen.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yuri]], or &amp;quot;Girls Love&amp;quot;, Shoujo Ai is a less intimate version of strong girl-girl relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Magic&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shounen&#039;&#039;&#039; - Used on material that is aimed at boys.  The story often focuses on fighting and action.  It is almost always used with either the Action, Mecha, and/or Martial Arts genres.  Could be considered the male equivalent of Shoujo.&lt;br /&gt;
* &#039;&#039;&#039;Shounen Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yaoi]], or &amp;quot;Boys Love&amp;quot;, Shounen Ai is not as intimate of strong boy-boy relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shounen-Ai&#039;&#039;&#039; - A mispelling, should be &#039;&#039;Shounen Ai&#039;&#039;, see above entry.&lt;br /&gt;
* &#039;&#039;&#039;SHS&#039;&#039;&#039; - Short for Shinsen-Subs, a fansubbing group.  Currently, they have subbed over 150 titles.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=495 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Shueisha&#039;&#039;&#039; - A major publisher in Japan.  Jump Comics is a division of Shueisha, which is a large publisher of manga.  Shueisha has also been involved in the production of some anime, but is better known for manga. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=65 AniDB] | [http://www.mangaupdates.com/publishers.html?id=163 Baka-Updates] | [http://en.wikipedia.org/wiki/Shueisha Wikipedia]&lt;br /&gt;
* &#039;&#039;&#039;Slapstick&#039;&#039;&#039; - Usually this refers to outrageous, and sometimes outlandish, comedic acts.  The most common acts in slapsticks are chases, collisions, and crude practical jokes.  Should almost always be used with the Comedy keyword.&lt;br /&gt;
* &#039;&#039;&#039;Slice of Life&#039;&#039;&#039; - This genre represents day-to-day ordeals of one or many characters. These events could possibly happen in the real world and are often, if not always, set in the present in a world similar to our own.&lt;br /&gt;
* &#039;&#039;&#039;Small Breasts&#039;&#039;&#039; - The work contains girls with small breasts, usually associated with underaged or &amp;quot;under developed&amp;quot; girls.  Almost always used with ecchi or hentai material.  Synonomous with lolicon, except lolicon is limited to hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Smut&#039;&#039;&#039; - Used for series that are could be considered offensive, particularly regarding sexual content.  Should not be confused with hentai.&lt;br /&gt;
* &#039;&#039;&#039;SnoopyCool&#039;&#039;&#039; - A manga scanlation group.  They do not focus on a single genre.  [http://www.mangaupdates.com/groups.html?id=74 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Space&#039;&#039;&#039; - Used when the setting, or a large portion of the setting, is in outer space.&lt;br /&gt;
* &#039;&#039;&#039;Space Travel&#039;&#039;&#039; - This is used when the story involves travelling through outer space.  While similar to &#039;&#039;Space&#039;&#039;, it differs in that the setting doesn&#039;t need to be primarily in space.&lt;br /&gt;
* &#039;&#039;&#039;Sports&#039;&#039;&#039; - This work centers on sports, meaning the story is created around sports.  Anime titles such as [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=590 Slam Dunk] and [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=2441 Eyeshield 21] are good examples.&lt;br /&gt;
* &#039;&#039;&#039;Static-Subs&#039;&#039;&#039; - An English fansubbing group, SS for short.  Does bothXviD and h264 releases.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=382 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio 4 C&#039;&#039;&#039; - A Japanese animation studio, full name is Studio 4°C.  (Named so because water is densest at 4°C)  Some of their notable works include The Animatrix, Spriggan, and Steamboy.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=22 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio DEEN&#039;&#039;&#039; - A Japanese production studio.  Mostly involved in TV anime such as Fruits Basket, Samurai Deeper Kyo, and Fate/stay Night.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=14 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Sudden Girlfriend Appearance&#039;&#039;&#039; - The work has the main character suddenly get a girlfriend, usually as a result of an abnormal situation.  It is common for this to happen at the very beginning of the story.&lt;br /&gt;
* &#039;&#039;&#039;Sunrise&#039;&#039;&#039; - An animation producer that is a sub-sidiary of Bandei.  Did the animation production for many titles including Scryed, Inuyasha, Planetes, and Mai-HiME.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=9 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Super Power&#039;&#039;&#039; - The work contains one or several characters with powers or abilities beyond the normal limitations of everyone else.  &amp;lt;!-- May need further explanation --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Supernatural&#039;&#039;&#039; - The work contains events or actions that defy the natural laws of physics, often in a spectacular way.  Supernatural could be considered Magic, but on a more broad scale.&lt;br /&gt;
* &#039;&#039;&#039;Surreal&#039;&#039;&#039; - In general, it means bizarre or dreamlike.  Similar to Fantasy.&lt;br /&gt;
* &#039;&#039;&#039;Swordplay&#039;&#039;&#039; - This work contains sword fights, and usually plenty of them.  This is not necessarily limited to metal swords alone.  This is frequently put together with Action, [[Keywords#S|Shounen]], and/or [[Keywords#V|Violence]] works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &#039;&#039;&#039;Tadanohito&#039;&#039;&#039; - A scanlation group that currently specializes in Hentai manga. [http://www.mangaupdates.com/groups.html?id=1093 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Takahata&#039;&#039;&#039; - Refers to Japanese Director Isao Takahata, see Isao Takahata.&lt;br /&gt;
* &#039;&#039;&#039;Tentacles&#039;&#039;&#039; - This work contains the use of tentacles and is currently used only for hentai.  Tentacles refers to when a person, usually a woman, is forced into sex by a monster/alien/robot/creatute that has several tentacles extending out from it.  Tentacles and Rape are frequently used in conjuction. &amp;lt;!-- So hard to give a serious definition of Tentacles! -ZeroGman --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;THORA&#039;&#039;&#039; - A fansubbing group that only releases true HD material. Short for THORAnime.[http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3661 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Thriller&#039;&#039;&#039; - Usually contains a fast paced story with frequent action and a resourceful hero that is up against a more powerful and/or better-equipped villain.  See the[http://en.wikipedia.org/wiki/Thriller_(genre) Thriller (genre)] from Wikipedia for more info.&lt;br /&gt;
* &#039;&#039;&#039;Time Travel&#039;&#039;&#039; - This work involves travelling through time, wether it be to the past or the futire.&lt;br /&gt;
* &#039;&#039;&#039;Toei&#039;&#039;&#039; - Short for Toei Animation, see Toei Animation.&lt;br /&gt;
* &#039;&#039;&#039;Toei Animation&#039;&#039;&#039; - A Japanese Animation producer, has produced many famous works including the Dragon Ball series, Sailor Moon series, and One Piece, to name a few. See [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=294 AniDB] or [http://en.wikipedia.org/wiki/Toei_Animation Wikipedia] entry for more info.&lt;br /&gt;
* &#039;&#039;&#039;Torture&#039;&#039;&#039; - This work contains torture.  Torture usually involves inflicting pain upon others without killing, or at least seriously injuring, them.  Often used in hentai material with Bondage as well.&lt;br /&gt;
* &#039;&#039;&#039;Tragedy&#039;&#039;&#039; - This work contains events that lead to great loss and/or misfortune.  Could almost be a spoiler by using this keyword.&lt;br /&gt;
* &#039;&#039;&#039;Transforming Robots&#039;&#039;&#039; - This work involves robots that are able to transform into multiple forms.  This should almost always fall into the Mecha keyword area instead of using the Transforming Robots keyword. &amp;lt;!-- At least in my opinion --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Triad&#039;&#039;&#039; - A fansubbing group named The Triad. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=102 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;TV Tokyo&#039;&#039;&#039; - A TV network in Tokyo, Japan that specializes in anime.  Works such as Neon Genesis Evangelion, Noir, Love Hina, Naruto, and Bleach are, or have been, originally aired through them. [http://en.wikipedia.org/wiki/TV_Tokyo TV Tokyo] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
* &#039;&#039;&#039;Uncensored&#039;&#039;&#039; - The censoring has been removed from this work.  For the most part, this applies to hentai anime and occasionally to anime with extreme violence or nudity.&lt;br /&gt;
* &#039;&#039;&#039;Underworld&#039;&#039;&#039; - Could have at least two meanings &#039;&#039;Needs more info&#039;&#039;&lt;br /&gt;
# This work involves the Underworld, a place where departed souls go to rest.  Synonomous with Hell.&lt;br /&gt;
# This work involves the Criminal Underworld.  This can refer to when illegal goods trading, smuggling, stealing, and other criminal acts are seen as a normal way of life.&lt;br /&gt;
* &#039;&#039;&#039;Ureshii&#039;&#039;&#039; - Fansubbing group, originally a part of [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=183 Anime-4ever].  Has worked in conjuction with several other groups in the past.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3097 AniDB]&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai material.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.  &amp;lt;!-- May want to expand this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.  A more extreme version of [Keywords#S|Shounen Ai]&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian, but not always referring to hentai material.&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Codecs&amp;diff=492</id>
		<title>Codecs</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Codecs&amp;diff=492"/>
		<updated>2008-09-09T18:52:30Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Codecs */ Changed wording of opener.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is meant as a brief explanation of the most common codecs used on BoxTorrents and is purely information.  For codec troubleshooting, see the [[Common_Playback_Problems|Common Playback Problems]] BoxTorrents Wiki article, or visit the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forum] for help playing/installing codecs.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
A codec is a device or software that is capable of decoding and/or encoding data, wether it be a digital data stream or signal.  Basically, they are what we use to encode and decode virtually all of the content found on BoxTorrents.  For the most part, we only worry about the decoding.&lt;br /&gt;
&lt;br /&gt;
==Video Codecs==&lt;br /&gt;
Currently, many formats exist for video codecs, here are the more common ones found on BoxTorrents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  Needs some more information, I&#039;ll fill it in later when I have more time -ZeroGman  --&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;MPEG-2&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;MPEG-4 Part 2&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;MPEG-4 Part 10&#039;&#039;&#039; -&lt;br /&gt;
*&#039;&#039;&#039;DivX, Xvid, FFmpeg, MPEG-4, and 3ivx&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;WMV&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;VC-1&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;x264&#039;&#039;&#039; - &lt;br /&gt;
&lt;br /&gt;
==Audio Codecs==&lt;br /&gt;
Several audio formats exist as well, these apply to both movies and music/sounds.  Here are some of the common ones used on BoxTorrents.   (Coming soon!)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Needs verification  --&amp;gt;&lt;br /&gt;
==Text Codecs==&lt;br /&gt;
Text codecs are used for files that contain softsubs, they are basically text that is rendered during playback separately from the video track instead of being rendered directly to the video file during encoding (hardsubs).  The main advantage of using softsubs being that multiple subtitle/karaoke tracks can be packaged into one file or not used at all during playback.  The main drawback is that it adds more overhead to the file.&lt;br /&gt;
&lt;br /&gt;
The softsub file is sometimes a separate file, .sub for example, but is usually inside the [[Containers|container]] file.  Here are the most common codecs used on BoxTorrents:&lt;br /&gt;
 &lt;br /&gt;
*&#039;&#039;&#039;SubStation Alpha&#039;&#039;&#039; - Commonly used on BoxTorrents.  Supports both styled text and metadata.  Has a precision of 10 milliseconds.  Frequently encoded within a [[Containers|container]], thus rarely seen as a separate file.  Uses a .ssa or .ass extension.&lt;br /&gt;
*&#039;&#039;&#039;VobSub&#039;&#039;&#039; - Common on BoxTorrents as well.  VobSub is image-based so it doesn&#039;t support styled text or metadata.  This is the codec used when the subtitles are ripped directly from the source DVD.  These have a precision of 1 millisecond.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hardsubs are rendered directly into the video stream so a separate codec isn&#039;t required&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/Video_codec Video codec]&#039;&#039;&#039; from Wikipedia&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/List_of_codecs#Audio_codecs Audio codecs]&#039;&#039;&#039; from Wikipedia&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/Subtitle_(captioning)#Types Subtitle (captioning)]&#039;&#039;&#039; from Wikipedia&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=491</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=491"/>
		<updated>2008-09-09T18:49:57Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*  */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;The BoxTorrents Wiki!&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the new Boxtorrents Wiki. Still under heavy construction.&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
------------Text----------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Information==&lt;br /&gt;
&lt;br /&gt;
* [[Site Rules]] - &#039;&#039;&#039;PLEASE READ THESE BEFORE ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
* [[Blacklist]] &#039;&#039;(Content not allowed to be uploaded/requested on BoxTorrents)&#039;&#039;&lt;br /&gt;
* [[FAQ]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
* [[Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&#039;&#039;&#039;General BitTorrent Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[BT Terminology]]&lt;br /&gt;
*[[BT Clients]] &#039;&#039;(still needs work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guides&#039;&#039;&#039;&lt;br /&gt;
*[[CCCP Installation Walkthrough]] with screencaps &#039;&#039;([[Special:Upload|Upload]] needs to be enabled first)&#039;&#039;&lt;br /&gt;
*[[How to create torrent files]] &#039;&#039;(Needs more information)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Playback&#039;&#039;&#039;&lt;br /&gt;
*[[Mac Video Playback]]&lt;br /&gt;
*[[Linux Video Playback]]&lt;br /&gt;
*[[Windows Video Playback]] &#039;&#039;(Still needs some work)&#039;&#039;&lt;br /&gt;
*[[Common Playback Problems]] &#039;&#039;(Still needs a ton of work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical Information&#039;&#039;&#039;&lt;br /&gt;
*[[Containers]] &#039;&#039;(Needs a little work)&#039;&#039;&lt;br /&gt;
*[[Codecs]]  &#039;&#039;(Needs more information and verification)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do List&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[IRC]] &#039;&#039;(still needs some work)&#039;&#039;&lt;br /&gt;
*[[CCCP]] &#039;&#039;(Raw Version)&#039;&#039;&lt;br /&gt;
*What is [[Anime]]?&#039;&#039; (still needs some work)&#039;&#039;&lt;br /&gt;
*[[Keywords]]  (Needs tremendous work)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=490</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=490"/>
		<updated>2008-09-09T18:49:22Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*  */   Moved Codecs to Technical Information and added link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;The BoxTorrents Wiki!&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the new Boxtorrents Wiki. Still under heavy construction.&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
------------Text----------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Information==&lt;br /&gt;
&lt;br /&gt;
* [[Site Rules]] - &#039;&#039;&#039;PLEASE READ THESE BEFORE ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
* [[Blacklist]] &#039;&#039;(Content not allowed to be uploaded/requested on BoxTorrents)&#039;&#039;&lt;br /&gt;
* [[FAQ]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
* [[Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&#039;&#039;&#039;General BitTorrent Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[BT Terminology]]&lt;br /&gt;
*[[BT Clients]] &#039;&#039;(still needs work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guides&#039;&#039;&#039;&lt;br /&gt;
*[[CCCP Installation Walkthrough]] with screencaps &#039;&#039;([[Special:Upload|Upload]] needs to be enabled first)&#039;&#039;&lt;br /&gt;
*[[How to create torrent files]] &#039;&#039;(Needs more information)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Playback&#039;&#039;&#039;&lt;br /&gt;
*[[Mac Video Playback]]&lt;br /&gt;
*[[Linux Video Playback]]&lt;br /&gt;
*[[Windows Video Playback]] &#039;&#039;(Still needs some work)&#039;&#039;&lt;br /&gt;
*[[Common Playback Problems]] &#039;&#039;(Still needs a ton of work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical Information&#039;&#039;&#039;&lt;br /&gt;
*[[Containers]] &#039;&#039;(Needs a little work)&#039;&#039;&lt;br /&gt;
*[[Codecs]]  &#039;&#039;(Needs more information and verification)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do List&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[IRC]] &#039;&#039;(still needs some work)&#039;&#039;&lt;br /&gt;
*[[CCCP]] &#039;&#039;(Raw Version)&#039;&#039;&lt;br /&gt;
*What is [[Anime]]?&#039;&#039; (still needs some work)&#039;&#039;&lt;br /&gt;
*[[Keywords]]  (Needs tremendous work)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Codecs&amp;diff=489</id>
		<title>Talk:Codecs</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Codecs&amp;diff=489"/>
		<updated>2008-09-09T18:48:00Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Talk:Codecs */ Started discussion page on codecs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;So yeah, I got this page started up, but it still needs a bit more information.  I will add it later when I have time if nobody else does; however, I still would like someoen to at least verify it since I am not going to claim to be an expert on the subject!  --[[User:ZeroGman|ZeroGman]] 18:48, 9 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Codecs&amp;diff=488</id>
		<title>Codecs</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Codecs&amp;diff=488"/>
		<updated>2008-09-09T18:46:32Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Codecs */  Started the codecs page, needs more information...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is meant to offer a brief explanation of the most common Codecs used on BoxTorrents and is purely information.  For codec troubleshooting, see the [[Common_Playback_Problems|Common Playback Problems]] BoxTorrents Wiki article, or visit the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forum] for help playing/installing codecs.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
A codec is a device or software that is capable of decoding and/or encoding data, wether it be a digital data stream or signal.  Basically, they are what we use to encode and decode virtually all of the content found on BoxTorrents.  For the most part, we only worry about the decoding.&lt;br /&gt;
&lt;br /&gt;
==Video Codecs==&lt;br /&gt;
Currently, many formats exist for video codecs, here are the more common ones found on BoxTorrents:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--  Needs some more information, I&#039;ll fill it in later when I have more time -ZeroGman  --&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;MPEG-2&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;MPEG-4 Part 2&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;MPEG-4 Part 10&#039;&#039;&#039; -&lt;br /&gt;
*&#039;&#039;&#039;DivX, Xvid, FFmpeg, MPEG-4, and 3ivx&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;WMV&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;VC-1&#039;&#039;&#039; - &lt;br /&gt;
*&#039;&#039;&#039;x264&#039;&#039;&#039; - &lt;br /&gt;
&lt;br /&gt;
==Audio Codecs==&lt;br /&gt;
Several audio formats exist as well, these apply to both movies and music/sounds.  Here are some of the common ones used on BoxTorrents.   (Coming soon!)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- Needs verification  --&amp;gt;&lt;br /&gt;
==Text Codecs==&lt;br /&gt;
Text codecs are used for files that contain softsubs, they are basically text that is rendered during playback separately from the video track instead of being rendered directly to the video file during encoding (hardsubs).  The main advantage of using softsubs being that multiple subtitle/karaoke tracks can be packaged into one file or not used at all during playback.  The main drawback is that it adds more overhead to the file.&lt;br /&gt;
&lt;br /&gt;
The softsub file is sometimes a separate file, .sub for example, but is usually inside the [[Containers|container]] file.  Here are the most common codecs used on BoxTorrents:&lt;br /&gt;
 &lt;br /&gt;
*&#039;&#039;&#039;SubStation Alpha&#039;&#039;&#039; - Commonly used on BoxTorrents.  Supports both styled text and metadata.  Has a precision of 10 milliseconds.  Frequently encoded within a [[Containers|container]], thus rarely seen as a separate file.  Uses a .ssa or .ass extension.&lt;br /&gt;
*&#039;&#039;&#039;VobSub&#039;&#039;&#039; - Common on BoxTorrents as well.  VobSub is image-based so it doesn&#039;t support styled text or metadata.  This is the codec used when the subtitles are ripped directly from the source DVD.  These have a precision of 1 millisecond.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Hardsubs are rendered directly into the video stream so a separate codec isn&#039;t required&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/Video_codec Video codec]&#039;&#039;&#039; from Wikipedia&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/List_of_codecs#Audio_codecs Audio codecs]&#039;&#039;&#039; from Wikipedia&lt;br /&gt;
*&#039;&#039;&#039;[http://en.wikipedia.org/wiki/Subtitle_(captioning)#Types Subtitle (captioning)]&#039;&#039;&#039; from Wikipedia&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=487</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=487"/>
		<updated>2008-09-09T15:37:27Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Did the R section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide and reference to the more commonly used keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
* &#039;&#039;&#039;Racing&#039;&#039;&#039; - This work involves races, wether it be car, horse, running, or any other form of racing.  Usually paired with the [[Keywords#S|Sports]] keyword.&lt;br /&gt;
* &#039;&#039;&#039;Rape&#039;&#039;&#039; - This work involves rape.   Rape is when a person, almost always a woman, is forced into performing sexual acts against their will. This keyword is almost always associated with hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Ripping in Peace&#039;&#039;&#039; - A fansubbing group, RiP for short.  They have yet to drop a single project, but have stalled a few.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1750 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Robots&#039;&#039;&#039; - This work contains robots.  Similar to the [[Keywords#M|Mecha]] genre, this usually refers to robots that are not piloted by someone.  The [[Keywords#M|Mecha]] keyword should be used instead of this for consistency.&lt;br /&gt;
* &#039;&#039;&#039;Romance&#039;&#039;&#039; - This work revolves around love, usually between a man and a woman, but not limited to.  See [[Keywords#Y|Yaoi]] (&amp;quot;Boys Love&amp;quot;) or [[Keywords#Y|Yuri]] (&amp;quot;Girls Love&amp;quot;) for same gender relationships.&lt;br /&gt;
* &#039;&#039;&#039;Rumiko Takahashi&#039;&#039;&#039; - A japanese mangaka, she is one of the wealthiest women in Japan thanks to the manga she creates. (And the anime adaptations)  Some of her most prominent works include InuYasha and Ranma 1/2.  See [http://www.mangaupdates.com/authors.html?id=636 Baka Updates] or [http://en.wikipedia.org/wiki/Takahashi_Rumiko Wikipedia] for more.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
* &#039;&#039;&#039;Saizen&#039;&#039;&#039; - A fansubbing group, short for Saizen Fansubs. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1179 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Samurai&#039;&#039;&#039; - The story of this work focuses on Samurai warriors, or they at least play a major role in the story. [http://en.wikipedia.org/wiki/Samurai Samurai] on Wikipedia&lt;br /&gt;
&amp;lt;!-- * &#039;&#039;&#039;Scat&#039;&#039;&#039; - I consider this one to be on the list, I just do not want to do it. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;School&#039;&#039;&#039; - See School Life&lt;br /&gt;
* &#039;&#039;&#039;School Life&#039;&#039;&#039; - The setting of this takes place mostly, or completely, in a school environment.&lt;br /&gt;
* &#039;&#039;&#039;Sci-Fi&#039;&#039;&#039; - Used on works that involve twists on technology and other phenomena which are contrary or stretches of modern science.  Short for Science Fiction.&lt;br /&gt;
* &#039;&#039;&#039;Seinen&#039;&#039;&#039; - This work specifically targets males around the ages of 18 to 30 and appeal to college students and those in the working world. Typically the story lines deal with, or at least incorporate, the issues of adulthood.&lt;br /&gt;
* &#039;&#039;&#039;Short Stories&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shoujo&#039;&#039;&#039; - Used on material that is aimed at girls.  The story usually focuses on romance and love.  It is commonly used with either the Romance or Drama genre.  Could be considered the female equivalent of Shounen.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yuri]], or &amp;quot;Girls Love&amp;quot;, Shoujo Ai is a less intimate version of strong girl-girl relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Magic&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shounen&#039;&#039;&#039; - Used on material that is aimed at boys.  The story often focuses on fighting and action.  It is almost always used with either the Action, Mecha, and/or Martial Arts genres.  Could be considered the male equivalent of Shoujo.&lt;br /&gt;
* &#039;&#039;&#039;Shounen Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yaoi]], or &amp;quot;Boys Love&amp;quot;, Shounen Ai is not as intimate of strong boy-boy relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shounen-Ai&#039;&#039;&#039; - A mispelling, should be &#039;&#039;Shounen Ai&#039;&#039;, see above entry.&lt;br /&gt;
* &#039;&#039;&#039;SHS&#039;&#039;&#039; - Short for Shinsen-Subs, a fansubbing group.  Currently, they have subbed over 150 titles.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=495 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Shueisha&#039;&#039;&#039; - A major publisher in Japan.  Jump Comics is a division of Shueisha, which is a large publisher of manga.  Shueisha has also been involved in the production of some anime, but is better known for manga. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=65 AniDB] | [http://www.mangaupdates.com/publishers.html?id=163 Baka-Updates] | [http://en.wikipedia.org/wiki/Shueisha Wikipedia]&lt;br /&gt;
* &#039;&#039;&#039;Slapstick&#039;&#039;&#039; - Usually this refers to outrageous, and sometimes outlandish, comedic acts.  The most common acts in slapsticks are chases, collisions, and crude practical jokes.  Should almost always be used with the Comedy keyword.&lt;br /&gt;
* &#039;&#039;&#039;Slice of Life&#039;&#039;&#039; - This genre represents day-to-day ordeals of one or many characters. These events could possibly happen in the real world and are often, if not always, set in the present in a world similar to our own.&lt;br /&gt;
* &#039;&#039;&#039;Small Breasts&#039;&#039;&#039; - The work contains girls with small breasts, usually associated with underaged or &amp;quot;under developed&amp;quot; girls.  Almost always used with ecchi or hentai material.  Synonomous with lolicon, except lolicon is limited to hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Smut&#039;&#039;&#039; - Used for series that are could be considered offensive, particularly regarding sexual content.  Should not be confused with hentai.&lt;br /&gt;
* &#039;&#039;&#039;SnoopyCool&#039;&#039;&#039; - A manga scanlation group.  They do not focus on a single genre.  [http://www.mangaupdates.com/groups.html?id=74 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Space&#039;&#039;&#039; - Used when the setting, or a large portion of the setting, is in outer space.&lt;br /&gt;
* &#039;&#039;&#039;Space Travel&#039;&#039;&#039; - This is used when the story involves travelling through outer space.  While similar to &#039;&#039;Space&#039;&#039;, it differs in that the setting doesn&#039;t need to be primarily in space.&lt;br /&gt;
* &#039;&#039;&#039;Sports&#039;&#039;&#039; - This work centers on sports, meaning the story is created around sports.  Anime titles such as [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=590 Slam Dunk] and [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=2441 Eyeshield 21] are good examples.&lt;br /&gt;
* &#039;&#039;&#039;Static-Subs&#039;&#039;&#039; - An English fansubbing group, SS for short.  Does bothXviD and h264 releases.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=382 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio 4 C&#039;&#039;&#039; - A Japanese animation studio, full name is Studio 4°C.  (Named so because water is densest at 4°C)  Some of their notable works include The Animatrix, Spriggan, and Steamboy.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=22 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio DEEN&#039;&#039;&#039; - A Japanese production studio.  Mostly involved in TV anime such as Fruits Basket, Samurai Deeper Kyo, and Fate/stay Night.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=14 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Sudden Girlfriend Appearance&#039;&#039;&#039; - The work has the main character suddenly get a girlfriend, usually as a result of an abnormal situation.  It is common for this to happen at the very beginning of the story.&lt;br /&gt;
* &#039;&#039;&#039;Sunrise&#039;&#039;&#039; - An animation producer that is a sub-sidiary of Bandei.  Did the animation production for many titles including Scryed, Inuyasha, Planetes, and Mai-HiME.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=9 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Super Power&#039;&#039;&#039; - The work contains one or several characters with powers or abilities beyond the normal limitations of everyone else.  &amp;lt;!-- May need further explanation --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Supernatural&#039;&#039;&#039; - The work contains events or actions that defy the natural laws of physics, often in a spectacular way.  Supernatural could be considered Magic, but on a more broad scale.&lt;br /&gt;
* &#039;&#039;&#039;Surreal&#039;&#039;&#039; - In general, it means bizarre or dreamlike.  Similar to Fantasy.&lt;br /&gt;
* &#039;&#039;&#039;Swordplay&#039;&#039;&#039; - This work contains sword fights, and usually plenty of them.  This is not necessarily limited to metal swords alone.  This is frequently put together with Action, [[Keywords#S|Shounen]], and/or [[Keywords#V|Violence]] works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &#039;&#039;&#039;Tadanohito&#039;&#039;&#039; - A scanlation group that currently specializes in Hentai manga. [http://www.mangaupdates.com/groups.html?id=1093 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Takahata&#039;&#039;&#039; - Refers to Japanese Director Isao Takahata, see Isao Takahata.&lt;br /&gt;
* &#039;&#039;&#039;Tentacles&#039;&#039;&#039; - This work contains the use of tentacles and is currently used only for hentai.  Tentacles refers to when a person, usually a woman, is forced into sex by a monster/alien/robot/creatute that has several tentacles extending out from it.  Tentacles and Rape are frequently used in conjuction. &amp;lt;!-- So hard to give a serious definition of Tentacles! -ZeroGman --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;THORA&#039;&#039;&#039; - A fansubbing group that only releases true HD material. Short for THORAnime.[http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3661 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Thriller&#039;&#039;&#039; - Usually contains a fast paced story with frequent action and a resourceful hero that is up against a more powerful and/or better-equipped villain.  See the[http://en.wikipedia.org/wiki/Thriller_(genre) Thriller (genre)] from Wikipedia for more info.&lt;br /&gt;
* &#039;&#039;&#039;Time Travel&#039;&#039;&#039; - This work involves travelling through time, wether it be to the past or the futire.&lt;br /&gt;
* &#039;&#039;&#039;Toei&#039;&#039;&#039; - Short for Toei Animation, see Toei Animation.&lt;br /&gt;
* &#039;&#039;&#039;Toei Animation&#039;&#039;&#039; - A Japanese Animation producer, has produced many famous works including the Dragon Ball series, Sailor Moon series, and One Piece, to name a few. See [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=294 AniDB] or [http://en.wikipedia.org/wiki/Toei_Animation Wikipedia] entry for more info.&lt;br /&gt;
* &#039;&#039;&#039;Torture&#039;&#039;&#039; - This work contains torture.  Torture usually involves inflicting pain upon others without killing, or at least seriously injuring, them.  Often used in hentai material with Bondage as well.&lt;br /&gt;
* &#039;&#039;&#039;Tragedy&#039;&#039;&#039; - This work contains events that lead to great loss and/or misfortune.  Could almost be a spoiler by using this keyword.&lt;br /&gt;
* &#039;&#039;&#039;Transforming Robots&#039;&#039;&#039; - This work involves robots that are able to transform into multiple forms.  This should almost always fall into the Mecha keyword area instead of using the Transforming Robots keyword. &amp;lt;!-- At least in my opinion --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Triad&#039;&#039;&#039; - A fansubbing group named The Triad. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=102 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;TV Tokyo&#039;&#039;&#039; - A TV network in Tokyo, Japan that specializes in anime.  Works such as Neon Genesis Evangelion, Noir, Love Hina, Naruto, and Bleach are, or have been, originally aired through them. [http://en.wikipedia.org/wiki/TV_Tokyo TV Tokyo] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
* &#039;&#039;&#039;Uncensored&#039;&#039;&#039; - The censoring has been removed from this work.  For the most part, this applies to hentai anime and occasionally to anime with extreme violence or nudity.&lt;br /&gt;
* &#039;&#039;&#039;Underworld&#039;&#039;&#039; - Could have at least two meanings &#039;&#039;Needs more info&#039;&#039;&lt;br /&gt;
# This work involves the Underworld, a place where departed souls go to rest.  Synonomous with Hell.&lt;br /&gt;
# This work involves the Criminal Underworld.  This can refer to when illegal goods trading, smuggling, stealing, and other criminal acts are seen as a normal way of life.&lt;br /&gt;
* &#039;&#039;&#039;Ureshii&#039;&#039;&#039; - Fansubbing group, originally a part of [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=183 Anime-4ever].  Has worked in conjuction with several other groups in the past.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3097 AniDB]&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai material.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.  &amp;lt;!-- May want to expand this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.  A more extreme version of [Keywords#S|Shounen Ai]&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian, but not always referring to hentai material.&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=469</id>
		<title>Talk:Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=469"/>
		<updated>2008-09-04T20:51:55Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ll start from the bottom up, remember to only modify the first list since the second one will be used as a reference of sorts -[[User:ZeroGman|ZeroGman]]&lt;br /&gt;
&lt;br /&gt;
Does anyone have any opinions on this page?  Formatting, content, or even how it should function as a whole?  I don&#039;t mind doing it alone, but I&#039;d like some feedback to help improve it.  -[[User:ZeroGman|ZeroGman]]&lt;br /&gt;
&lt;br /&gt;
Just finished S and noticed this page is getting quite long.  What about breaking up the thing into 28 different pages?  1 for table of content, 27 for separate pages (Although W,X,Y,Z and other smaller ones could be combined. --[[User:ZeroGman|ZeroGman]] 19:57, 3 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
So far, this is looking quite good. I might add in some keywords myself if time allows. --[[User:Iindigo|Iindigo]] 22:51, 3 September 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thanks, I was thinking though, what about making separate pages for different letters?  I don&#039;t have a big problem with large pages and it shouldn&#039;t be a problem really since images can not be added as of right now.  Linking would be a lot prettier too.  The only drawback would be really large TOC on some pages, like S or M. --[[User:ZeroGman|ZeroGman]] 20:51, 4 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=466</id>
		<title>Talk:Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=466"/>
		<updated>2008-09-03T19:57:18Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Really need some feedback before I continue much further&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ll start from the bottom up, remember to only modify the first list since the second one will be used as a reference of sorts -[[User:ZeroGman|ZeroGman]]&lt;br /&gt;
&lt;br /&gt;
Does anyone have any opinions on this page?  Formatting, content, or even how it should function as a whole?  I don&#039;t mind doing it alone, but I&#039;d like some feedback to help improve it.  -[[User:ZeroGman|ZeroGman]]&lt;br /&gt;
&lt;br /&gt;
Just finished S and noticed this page is getting quite long.  What about breaking up the thing into 28 different pages?  1 for table of content, 27 for separate pages (Although W,X,Y,Z and other smaller ones could be combined. --[[User:ZeroGman|ZeroGman]] 19:57, 3 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=465</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=465"/>
		<updated>2008-09-03T19:53:03Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Tackled the S section...  commented out Scat, couldn&amp;#039;t think of a decent definition for it.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide and reference to the more commonly used keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
* &#039;&#039;&#039;Saizen&#039;&#039;&#039; - A fansubbing group, short for Saizen Fansubs. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=1179 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Samurai&#039;&#039;&#039; - The story of this work focuses on Samurai warriors, or they at least play a major role in the story. [http://en.wikipedia.org/wiki/Samurai Samurai] on Wikipedia&lt;br /&gt;
&amp;lt;!-- * &#039;&#039;&#039;Scat&#039;&#039;&#039; - I consider this one to be on the list, I just do not want to do it. --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;School&#039;&#039;&#039; - See School Life&lt;br /&gt;
* &#039;&#039;&#039;School Life&#039;&#039;&#039; - The setting of this takes place mostly, or completely, in a school environment.&lt;br /&gt;
* &#039;&#039;&#039;Sci-Fi&#039;&#039;&#039; - Used on works that involve twists on technology and other phenomena which are contrary or stretches of modern science.  Short for Science Fiction.&lt;br /&gt;
* &#039;&#039;&#039;Seinen&#039;&#039;&#039; - This work specifically targets males around the ages of 18 to 30 and appeal to college students and those in the working world. Typically the story lines deal with, or at least incorporate, the issues of adulthood.&lt;br /&gt;
* &#039;&#039;&#039;Short Stories&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shoujo&#039;&#039;&#039; - Used on material that is aimed at girls.  The story usually focuses on romance and love.  It is commonly used with either the Romance or Drama genre.  Could be considered the female equivalent of Shounen.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yuri]], or &amp;quot;Girls Love&amp;quot;, Shoujo Ai is a less intimate version of strong girl-girl relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shoujo Magic&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;Shounen&#039;&#039;&#039; - Used on material that is aimed at boys.  The story often focuses on fighting and action.  It is almost always used with either the Action, Mecha, and/or Martial Arts genres.  Could be considered the male equivalent of Shoujo.&lt;br /&gt;
* &#039;&#039;&#039;Shounen Ai&#039;&#039;&#039; - While similar to [[Keywords#Y|Yaoi]], or &amp;quot;Boys Love&amp;quot;, Shounen Ai is not as intimate of strong boy-boy relationships.&lt;br /&gt;
* &#039;&#039;&#039;Shounen-Ai&#039;&#039;&#039; - A mispelling, should be &#039;&#039;Shounen Ai&#039;&#039;, see above entry.&lt;br /&gt;
* &#039;&#039;&#039;SHS&#039;&#039;&#039; - Short for Shinsen-Subs, a fansubbing group.  Currently, they have subbed over 150 titles.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=495 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Shueisha&#039;&#039;&#039; - A major publisher in Japan.  Jump Comics is a division of Shueisha, which is a large publisher of manga.  Shueisha has also been involved in the production of some anime, but is better known for manga. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=65 AniDB] | [http://www.mangaupdates.com/publishers.html?id=163 Baka-Updates] | [http://en.wikipedia.org/wiki/Shueisha Wikipedia]&lt;br /&gt;
* &#039;&#039;&#039;Slapstick&#039;&#039;&#039; - Usually this refers to outrageous, and sometimes outlandish, comedic acts.  The most common acts in slapsticks are chases, collisions, and crude practical jokes.  Should almost always be used with the Comedy keyword.&lt;br /&gt;
* &#039;&#039;&#039;Slice of Life&#039;&#039;&#039; - This genre represents day-to-day ordeals of one or many characters. These events could possibly happen in the real world and are often, if not always, set in the present in a world similar to our own.&lt;br /&gt;
* &#039;&#039;&#039;Small Breasts&#039;&#039;&#039; - The work contains girls with small breasts, usually associated with underaged or &amp;quot;under developed&amp;quot; girls.  Almost always used with ecchi or hentai material.  Synonomous with lolicon, except lolicon is limited to hentai material.&lt;br /&gt;
* &#039;&#039;&#039;Smut&#039;&#039;&#039; - Used for series that are could be considered offensive, particularly regarding sexual content.  Should not be confused with hentai.&lt;br /&gt;
* &#039;&#039;&#039;SnoopyCool&#039;&#039;&#039; - A manga scanlation group.  They do not focus on a single genre.  [http://www.mangaupdates.com/groups.html?id=74 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Space&#039;&#039;&#039; - Used when the setting, or a large portion of the setting, is in outer space.&lt;br /&gt;
* &#039;&#039;&#039;Space Travel&#039;&#039;&#039; - This is used when the story involves travelling through outer space.  While similar to &#039;&#039;Space&#039;&#039;, it differs in that the setting doesn&#039;t need to be primarily in space.&lt;br /&gt;
* &#039;&#039;&#039;Sports&#039;&#039;&#039; - This work centers on sports, meaning the story is created around sports.  Anime titles such as [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=590 Slam Dunk] and [http://anidb.net/perl-bin/animedb.pl?show=anime&amp;amp;aid=2441 Eyeshield 21] are good examples.&lt;br /&gt;
* &#039;&#039;&#039;Static-Subs&#039;&#039;&#039; - An English fansubbing group, SS for short.  Does bothXviD and h264 releases.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=382 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio 4 C&#039;&#039;&#039; - A Japanese animation studio, full name is Studio 4°C.  (Named so because water is densest at 4°C)  Some of their notable works include The Animatrix, Spriggan, and Steamboy.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=22 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Studio DEEN&#039;&#039;&#039; - A Japanese production studio.  Mostly involved in TV anime such as Fruits Basket, Samurai Deeper Kyo, and Fate/stay Night.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=14 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Sudden Girlfriend Appearance&#039;&#039;&#039; - The work has the main character suddenly get a girlfriend, usually as a result of an abnormal situation.  It is common for this to happen at the very beginning of the story.&lt;br /&gt;
* &#039;&#039;&#039;Sunrise&#039;&#039;&#039; - An animation producer that is a sub-sidiary of Bandei.  Did the animation production for many titles including Scryed, Inuyasha, Planetes, and Mai-HiME.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=9 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Super Power&#039;&#039;&#039; - The work contains one or several characters with powers or abilities beyond the normal limitations of everyone else.  &amp;lt;!-- May need further explanation --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Supernatural&#039;&#039;&#039; - The work contains events or actions that defy the natural laws of physics, often in a spectacular way.  Supernatural could be considered Magic, but on a more broad scale.&lt;br /&gt;
* &#039;&#039;&#039;Surreal&#039;&#039;&#039; - In general, it means bizarre or dreamlike.  Similar to Fantasy.&lt;br /&gt;
* &#039;&#039;&#039;Swordplay&#039;&#039;&#039; - This work contains sword fights, and usually plenty of them.  This is not necessarily limited to metal swords alone.  This is frequently put together with Action, [[Keywords#S|Shounen]], and/or [[Keywords#V|Violence]] works.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &#039;&#039;&#039;Tadanohito&#039;&#039;&#039; - A scanlation group that currently specializes in Hentai manga. [http://www.mangaupdates.com/groups.html?id=1093 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Takahata&#039;&#039;&#039; - Refers to Japanese Director Isao Takahata, see Isao Takahata.&lt;br /&gt;
* &#039;&#039;&#039;Tentacles&#039;&#039;&#039; - This work contains the use of tentacles and is currently used only for hentai.  Tentacles refers to when a person, usually a woman, is forced into sex by a monster/alien/robot/creatute that has several tentacles extending out from it.  Tentacles and Rape are frequently used in conjuction. &amp;lt;!-- So hard to give a serious definition of Tentacles! -ZeroGman --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;THORA&#039;&#039;&#039; - A fansubbing group that only releases true HD material. Short for THORAnime.[http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3661 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Thriller&#039;&#039;&#039; - Usually contains a fast paced story with frequent action and a resourceful hero that is up against a more powerful and/or better-equipped villain.  See the[http://en.wikipedia.org/wiki/Thriller_(genre) Thriller (genre)] from Wikipedia for more info.&lt;br /&gt;
* &#039;&#039;&#039;Time Travel&#039;&#039;&#039; - This work involves travelling through time, wether it be to the past or the futire.&lt;br /&gt;
* &#039;&#039;&#039;Toei&#039;&#039;&#039; - Short for Toei Animation, see Toei Animation.&lt;br /&gt;
* &#039;&#039;&#039;Toei Animation&#039;&#039;&#039; - A Japanese Animation producer, has produced many famous works including the Dragon Ball series, Sailor Moon series, and One Piece, to name a few. See [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=294 AniDB] or [http://en.wikipedia.org/wiki/Toei_Animation Wikipedia] entry for more info.&lt;br /&gt;
* &#039;&#039;&#039;Torture&#039;&#039;&#039; - This work contains torture.  Torture usually involves inflicting pain upon others without killing, or at least seriously injuring, them.  Often used in hentai material with Bondage as well.&lt;br /&gt;
* &#039;&#039;&#039;Tragedy&#039;&#039;&#039; - This work contains events that lead to great loss and/or misfortune.  Could almost be a spoiler by using this keyword.&lt;br /&gt;
* &#039;&#039;&#039;Transforming Robots&#039;&#039;&#039; - This work involves robots that are able to transform into multiple forms.  This should almost always fall into the Mecha keyword area instead of using the Transforming Robots keyword. &amp;lt;!-- At least in my opinion --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Triad&#039;&#039;&#039; - A fansubbing group named The Triad. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=102 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;TV Tokyo&#039;&#039;&#039; - A TV network in Tokyo, Japan that specializes in anime.  Works such as Neon Genesis Evangelion, Noir, Love Hina, Naruto, and Bleach are, or have been, originally aired through them. [http://en.wikipedia.org/wiki/TV_Tokyo TV Tokyo] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
* &#039;&#039;&#039;Uncensored&#039;&#039;&#039; - The censoring has been removed from this work.  For the most part, this applies to hentai anime and occasionally to anime with extreme violence or nudity.&lt;br /&gt;
* &#039;&#039;&#039;Underworld&#039;&#039;&#039; - Could have at least two meanings &#039;&#039;Needs more info&#039;&#039;&lt;br /&gt;
# This work involves the Underworld, a place where departed souls go to rest.  Synonomous with Hell.&lt;br /&gt;
# This work involves the Criminal Underworld.  This can refer to when illegal goods trading, smuggling, stealing, and other criminal acts are seen as a normal way of life.&lt;br /&gt;
* &#039;&#039;&#039;Ureshii&#039;&#039;&#039; - Fansubbing group, originally a part of [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=183 Anime-4ever].  Has worked in conjuction with several other groups in the past.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3097 AniDB]&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai material.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.  &amp;lt;!-- May want to expand this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.  A more extreme version of [Keywords#S|Shounen Ai]&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian, but not always referring to hentai material.&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Containers&amp;diff=464</id>
		<title>Talk:Containers</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Containers&amp;diff=464"/>
		<updated>2008-09-03T16:42:59Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Talk:Containers */  Just starting the discussion page for the Containers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here is a rough draft of containers.  I actually did this a few days ago, but forgot to mention it here in the discussion.  Some feedback and/or more information would be great too since I essentially paraphrased the Wikipedia on this one. --[[User:ZeroGman|ZeroGman]] 16:42, 3 September 2008 (UTC)&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=463</id>
		<title>Talk:Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=463"/>
		<updated>2008-09-03T16:37:21Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: Could really use some feedback here...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ll start from the bottom up, remember to only modify the first list since the second one will be used as a reference of sorts -[[User:ZeroGman|ZeroGman]]&lt;br /&gt;
&lt;br /&gt;
Does anyone have any opinions on this page?  Formatting, content, or even how it should function as a whole?  I don&#039;t mind doing it alone, but I&#039;d like some feedback to help improve it.  -[[User:ZeroGman|ZeroGman]]&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=BT_clients&amp;diff=462</id>
		<title>BT clients</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=BT_clients&amp;diff=462"/>
		<updated>2008-09-03T16:32:43Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* BitTorrent Clients */ Changed Good and Bad to Recommended and Not Recommended, respectively.  Sounds better, but feel free to change back if you don&amp;#039;t like it.&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 under &#039;&#039;[[BT Clients#Not Recommended|Not Recommended]]&#039;&#039; since they are not suggested to use with BoxTorrents because of different 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] or [http://www.utorrent.com/ uTorrent]  (Windows, WINE)&lt;br /&gt;
*One of the most preferred clients on BoxTorrents. 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 BoxTorrents. 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. Dispite these enourmous 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. Terminal based.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:orange&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://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 [[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 [[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 [[uTorrent]] client. Only big difference from [[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;
&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 seperatly).&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;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:red&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 BoxTorrents 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 [[BitComet]] client and includes adware and malware. It is not suggested for use in the BoxTorrents 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;
==External Websites==&lt;br /&gt;
* [http://en.wikipedia.org/wiki/BitTorrent_client BitTorrent clients on Wikipedia]&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=460</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=460"/>
		<updated>2008-09-03T01:29:25Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Added T and U, added more notes, hoping someone else starts to help me with this.  If anything, formatting and editing would be great!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide and reference to the more commonly used keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
* &#039;&#039;&#039;Tadanohito&#039;&#039;&#039; - A scanlation group that currently specializes in Hentai manga. [http://www.mangaupdates.com/groups.html?id=1093 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Takahata&#039;&#039;&#039; - Refers to Japanese Director Isao Takahata, see Isao Takahata.&lt;br /&gt;
* &#039;&#039;&#039;Tentacles&#039;&#039;&#039; - This work contains the use of tentacles and is currently used only for hentai.  Tentacles refers to when a person, usually a woman, is forced into sex by a monster/alien/robot/creatute that has several tentacles extending out from it.  Tentacles and Rape are frequently used in conjuction. &amp;lt;!-- So hard to give a serious definition of Tentacles! -ZeroGman --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;THORA&#039;&#039;&#039; - A fansubbing group that only releases true HD material. Short for THORAnime.[http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3661 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Thriller&#039;&#039;&#039; - Usually contains a fast paced story with frequent action and a resourceful hero that is up against a more powerful and/or better-equipped villain.  See the[http://en.wikipedia.org/wiki/Thriller_(genre) Thriller (genre)] from Wikipedia for more info.&lt;br /&gt;
* &#039;&#039;&#039;Time Travel&#039;&#039;&#039; - This work involves travelling through time, wether it be to the past or the futire.&lt;br /&gt;
* &#039;&#039;&#039;Toei&#039;&#039;&#039; - Short for Toei Animation, see Toei Animation.&lt;br /&gt;
* &#039;&#039;&#039;Toei Animation&#039;&#039;&#039; - A Japanese Animation producer, has produced many famous works including the Dragon Ball series, Sailor Moon series, and One Piece, to name a few. See [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=294 AniDB] or [http://en.wikipedia.org/wiki/Toei_Animation Wikipedia] entry for more info.&lt;br /&gt;
* &#039;&#039;&#039;Torture&#039;&#039;&#039; - This work contains torture.  Torture usually involves inflicting pain upon others without killing, or at least seriously injuring, them.  Often used in hentai material with Bondage as well.&lt;br /&gt;
* &#039;&#039;&#039;Tragedy&#039;&#039;&#039; - This work contains events that lead to great loss and/or misfortune.  Could almost be a spoiler by using this keyword.&lt;br /&gt;
* &#039;&#039;&#039;Transforming Robots&#039;&#039;&#039; - This work involves robots that are able to transform into multiple forms.  This should almost always fall into the Mecha keyword area instead of using the Transforming Robots keyword. &amp;lt;!-- At least in my opinion --&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;Triad&#039;&#039;&#039; - A fansubbing group named The Triad. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=102 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;TV Tokyo&#039;&#039;&#039; - A TV network in Tokyo, Japan that specializes in anime.  Works such as Neon Genesis Evangelion, Noir, Love Hina, Naruto, and Bleach are, or have been, originally aired through them. [http://en.wikipedia.org/wiki/TV_Tokyo TV Tokyo] on Wikipedia.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
* &#039;&#039;&#039;Uncensored&#039;&#039;&#039; - The censoring has been removed from this work.  For the most part, this applies to hentai anime and occasionally to anime with extreme violence or nudity.&lt;br /&gt;
* &#039;&#039;&#039;Underworld&#039;&#039;&#039; - Could have at least two meanings &#039;&#039;Needs more info&#039;&#039;&lt;br /&gt;
# This work involves the Underworld, a place where departed souls go to rest.  Synonomous with Hell.&lt;br /&gt;
# This work involves the Criminal Underworld.  This can refer to when illegal goods trading, smuggling, stealing, and other criminal acts are seen as a normal way of life.&lt;br /&gt;
* &#039;&#039;&#039;Ureshii&#039;&#039;&#039; - Fansubbing group, originally a part of [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=183 Anime-4ever].  Has worked in conjuction with several other groups in the past.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3097 AniDB]&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai material.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.  &amp;lt;!-- May want to expand this --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian, but not always referring to hentai material.&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=459</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=459"/>
		<updated>2008-09-02T22:56:39Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Started V, W, X, Y, and Z.  I could use formatting help since columns would look really nice in my opinion.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide to the hundreds of keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
If a keyword is missing, it may not have been added yet, or is considered to minor to add.  (Such as publishers, producers, and mangakas that are used very few times)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
Currently I am taking out Keywords from the &amp;quot;short&amp;quot; list that are people or publishers as I go up, should reduce the amount of keywords dramatically!  I&#039;ll keep the ones that have a lot of hits though (5+).  Refer to the long list at the bottom if you feel the need to add them back. -ZeroGman&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
* &#039;&#039;&#039;Vampires&#039;&#039;&#039; - This work contains Vampires, while not a genre by itself, it is almost always tied with the Supernatural, Fantasy, and/or Magic genre(s) in some way.&lt;br /&gt;
* &#039;&#039;&#039;VAP&#039;&#039;&#039; - Producer, involved in works such as Elfen Lied, Claymore, and Air Master. [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=57 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Violence&#039;&#039;&#039; - This work contains violence, usually in large amounts if the violence keyword is used.  Fighting, bloodshed, and death are associated with violence and, while similar to Gore, not as brutal as Gore.  It is common in Shounen anime/manga.&lt;br /&gt;
* &#039;&#039;&#039;Virgins&#039;&#039;&#039; - This work contains virgins, usually this refers only to females and should only be associated with hentai works.  (Further explanation shouldn&#039;t be necessary)&lt;br /&gt;
* &#039;&#039;&#039;Virtual Reality&#039;&#039;&#039; - This work contains virtual reality (VR) or a virtual environment.  .hack//SIGN is a good example of this.  Usually associated with the Science Fiction (Sci-Fi) genre.&lt;br /&gt;
* &#039;&#039;&#039;Vision-Anime&#039;&#039;&#039; - Fansubbing group, DVD rips only at the moment [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=631 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Viz Media&#039;&#039;&#039; - English Manga Publisher, see [http://www.mangaupdates.com/publishers.html?id=235 Baka Updates] for a list of current publishings and more info.&lt;br /&gt;
* &#039;&#039;&#039;Volleyball&#039;&#039;&#039; - This work contains Volleyball.  Should be associated with the Sports genre and not used alone.&lt;br /&gt;
* &#039;&#039;&#039;Vomit&#039;&#039;&#039; - This work involves vomit and is usually associated with Hentai.&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
* &#039;&#039;&#039;Waitresses&#039;&#039;&#039; - This work contains waitresses.  Content is usually ecchi and/or hentai.&lt;br /&gt;
* &#039;&#039;&#039;War&#039;&#039;&#039; - This work revolves around war.  Fairly self-explanatory.&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
* &#039;&#039;&#039;XEBEC&#039;&#039;&#039; - Anime Producer, specializes in TV anime.  [http://anidb.net/perl-bin/animedb.pl?show=producer&amp;amp;prid=2 AniDB]&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
* &#039;&#039;&#039;Yakuza&#039;&#039;&#039; - Organized crime in Japan. See [http://en.wikipedia.org/wiki/Yakuza Yakuza] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yaoi&#039;&#039;&#039; - The work contains strong relationship(s) between men, usually an intimate one.&lt;br /&gt;
* &#039;&#039;&#039;Yoko Kanno&#039;&#039;&#039; - Japanese Composer.  She has composed several works such as Cowboy Bebop, Visions of Escaflowne, Wolf&#039;s Rain TV &amp;amp; OVA, and several others.  See [http://en.wikipedia.org/wiki/Yoko_Kanno Yoko Kanno] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yoroshiku&#039;&#039;&#039; - Fansubbing group, Y-F for short. [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=3103 AniDB]&lt;br /&gt;
* &#039;&#039;&#039;Yoshiyuki Tomino&#039;&#039;&#039; - Mangaka, their works usually in the mecha genre. [http://www.mangaupdates.com/authors.html?id=4238 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;Yuki Kajiura&#039;&#039;&#039; - Japanese Music Producer.  Her music has been used in .hack//SIGN, Mai-Hime, Mai-Otome, and Tsubasa Chronicle as well as others.  See [http://en.wikipedia.org/wiki/Yuki_Kajiura Yuji Kajiura] in the Wikipedia.&lt;br /&gt;
* &#039;&#039;&#039;Yuri&#039;&#039;&#039; - The work contains strong relationship(s) between women, usually an intimate one.  Similar to lesbian.&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
* &#039;&#039;&#039;Zeonic-Corps&#039;&#039;&#039; - Scanlation group, mostly scans Gundam manga [http://www.mangaupdates.com/groups.html?id=136 Baka Updates]&lt;br /&gt;
* &#039;&#039;&#039;zx&#039;&#039;&#039; - Fansubbing group, short for Zhentarium DivX.  [http://anidb.net/perl-bin/animedb.pl?show=group&amp;amp;gid=41 AniDB]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=458</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=458"/>
		<updated>2008-09-02T20:34:05Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*  */  Added Keywords to the To Do List&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;The BoxTorrents Wiki!&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the new Boxtorrents Wiki. Still under heavy construction.&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
------------Text----------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Information==&lt;br /&gt;
&lt;br /&gt;
* [[Site Rules]] - &#039;&#039;&#039;PLEASE READ THESE BEFORE ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
* [[Blacklist]] &#039;&#039;(Content not allowed to be uploaded/requested on BoxTorrents)&#039;&#039;&lt;br /&gt;
* [[FAQ]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
* [[Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&#039;&#039;&#039;General BitTorrent Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[BT Terminology]]&lt;br /&gt;
*[[BT Clients]] &#039;&#039;(still needs work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guides&#039;&#039;&#039;&lt;br /&gt;
*[[CCCP Installation Walkthrough]] with screencaps &#039;&#039;([[Special:Upload|Upload]] needs to be enabled first)&#039;&#039;&lt;br /&gt;
*[[How to create torrent files]] &#039;&#039;(Needs more information)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Playback&#039;&#039;&#039;&lt;br /&gt;
*[[Mac Video Playback]]&lt;br /&gt;
*[[Linux Video Playback]]&lt;br /&gt;
*[[Windows Video Playback]] &#039;&#039;(Still needs some work)&#039;&#039;&lt;br /&gt;
*[[Common Playback Problems]] &#039;&#039;(Still needs a ton of work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical Information&#039;&#039;&#039;&lt;br /&gt;
*[[Containers]] &#039;&#039;(Needs a little work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do List&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[IRC]] &#039;&#039;(still needs some work)&#039;&#039;&lt;br /&gt;
*[[CCCP]] &#039;&#039;(Raw Version)&#039;&#039;&lt;br /&gt;
*Codecs&lt;br /&gt;
*What is [[Anime]]?&#039;&#039; (still needs some work)&#039;&#039;&lt;br /&gt;
*[[Keywords]]  (Needs tremendous work)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=457</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=457"/>
		<updated>2008-09-02T20:29:51Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: Added note about second list&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide to the hundreds of keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.  Only modify this first list!&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
DO NOT MODIFY THE LIST BELOW&lt;br /&gt;
&lt;br /&gt;
(Fast scrollers might miss a single warning! :-D )&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
---!&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=456</id>
		<title>Talk:Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Keywords&amp;diff=456"/>
		<updated>2008-09-02T20:26:24Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: New page: I&amp;#039;ll start from the bottom up, remember to only modify the first list since the second one will be used as a reference of sorts -ZeroGman&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I&#039;ll start from the bottom up, remember to only modify the first list since the second one will be used as a reference of sorts -[[User:ZeroGman|ZeroGman]]&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=455</id>
		<title>Keywords</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Keywords&amp;diff=455"/>
		<updated>2008-09-02T20:23:36Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Keywords */ Added Keywords page, needs A LOT of work!  Currently appears since it is all commented out.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;BoxTorrents uses keywords to separate content into different genres.  This is a brief guide to the hundreds of keywords used on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--- A brief guide to Keywords would be nice in my opinion.  I copied the current keyword list from Box, removed all of the parenthesis numbers, and will paste it here twice, but commented out for now.&lt;br /&gt;
&lt;br /&gt;
First list will be the &amp;quot;short&amp;quot; list since I don&#039;t think we want to explain EVERY keyword, that would take weeks, maybe months to do.&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Complete list as of September 2nd 2008&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==#==&lt;br /&gt;
1080p&lt;br /&gt;
128kbps&lt;br /&gt;
192kbps&lt;br /&gt;
320kbps&lt;br /&gt;
4dawgz&lt;br /&gt;
720p&lt;br /&gt;
&lt;br /&gt;
==A==&lt;br /&gt;
a f k&lt;br /&gt;
A-Classic&lt;br /&gt;
A-E&lt;br /&gt;
A-F&lt;br /&gt;
A-Keep&lt;br /&gt;
A-Kraze&lt;br /&gt;
A-KYO&lt;br /&gt;
A-L&lt;br /&gt;
a-S&lt;br /&gt;
a2000a&lt;br /&gt;
a4e&lt;br /&gt;
Aarinfantasy&lt;br /&gt;
ABT&lt;br /&gt;
ACR&lt;br /&gt;
Action&lt;br /&gt;
Adachi&lt;br /&gt;
Adachi Mitsuru&lt;br /&gt;
ADK&lt;br /&gt;
Adult&lt;br /&gt;
Adventure&lt;br /&gt;
Aerandria Scans&lt;br /&gt;
AHQ&lt;br /&gt;
AIC&lt;br /&gt;
AIHARA Miki&lt;br /&gt;
Airforce&lt;br /&gt;
Akaneshinsha&lt;br /&gt;
AKISHIGE Manabu&lt;br /&gt;
Akita Shoten&lt;br /&gt;
AKITA Yoshinobu&lt;br /&gt;
Aku Tenshi&lt;br /&gt;
ALI Project&lt;br /&gt;
Aliens&lt;br /&gt;
Alphaanime&lt;br /&gt;
Alternate History&lt;br /&gt;
AM&lt;br /&gt;
Ambrosia&lt;br /&gt;
Ambrosia Scans&lt;br /&gt;
Ami Koshimizu&lt;br /&gt;
AMSU&lt;br /&gt;
Anal&lt;br /&gt;
ANBU&lt;br /&gt;
Ando Hiroyuki&lt;br /&gt;
Androids&lt;br /&gt;
Angel Comics&lt;br /&gt;
Angel Shuppan&lt;br /&gt;
Angels&lt;br /&gt;
Angst&lt;br /&gt;
Ani-Kraze&lt;br /&gt;
Animanda&lt;br /&gt;
anime fin&lt;br /&gt;
Anime Forever&lt;br /&gt;
Anime-Daisuke&lt;br /&gt;
Anime-Eternal&lt;br /&gt;
Anime-Fansubs&lt;br /&gt;
Anime-MX&lt;br /&gt;
Anime-Showdown&lt;br /&gt;
Anime-Supreme&lt;br /&gt;
Anime-Takeover&lt;br /&gt;
AniMecha&lt;br /&gt;
AnimeClipse&lt;br /&gt;
AnimeFactory&lt;br /&gt;
AnimeHaven&lt;br /&gt;
AnimeINC&lt;br /&gt;
AnimeMp3&lt;br /&gt;
AnimeSkyScraper&lt;br /&gt;
AnimeWaves&lt;br /&gt;
Aniplex&lt;br /&gt;
AniSubs&lt;br /&gt;
AniYoshi&lt;br /&gt;
Anthropomorphism&lt;br /&gt;
AnY&lt;br /&gt;
ANZAI Nobuyuki&lt;br /&gt;
AonE&lt;br /&gt;
Arhat-Anime&lt;br /&gt;
Arienai&lt;br /&gt;
ARMS&lt;br /&gt;
Art&lt;br /&gt;
Artbook&lt;br /&gt;
Artificial Intelligence&lt;br /&gt;
Artland&lt;br /&gt;
Asahi&lt;br /&gt;
Asamiya Kia&lt;br /&gt;
ASF&lt;br /&gt;
Ashes&lt;br /&gt;
ASHIHARA Hinako&lt;br /&gt;
ASHINANO Hitoshi&lt;br /&gt;
Asmik Ace Entertainment&lt;br /&gt;
ASS-Hentai&lt;br /&gt;
Asuka Siraisi&lt;br /&gt;
AtwO&lt;br /&gt;
avex mode&lt;br /&gt;
AW&lt;br /&gt;
aX&lt;br /&gt;
Ayako&lt;br /&gt;
Ayu&lt;br /&gt;
AYUKAWA&lt;br /&gt;
AznA&lt;br /&gt;
&lt;br /&gt;
==B==&lt;br /&gt;
B-A&lt;br /&gt;
Bakumatsu&lt;br /&gt;
Band&lt;br /&gt;
Bandai Visual&lt;br /&gt;
Baseball&lt;br /&gt;
Basketball&lt;br /&gt;
Battles&lt;br /&gt;
BDSM&lt;br /&gt;
Bee Train&lt;br /&gt;
Big Bang&lt;br /&gt;
Birz Comics&lt;br /&gt;
Bishounen&lt;br /&gt;
Black Cat&lt;br /&gt;
Blood&lt;br /&gt;
BluRay&lt;br /&gt;
Boa&lt;br /&gt;
Boing&lt;br /&gt;
Bondage&lt;br /&gt;
BONES&lt;br /&gt;
Bounty Hunters&lt;br /&gt;
Boxing&lt;br /&gt;
Breasts&lt;br /&gt;
British&lt;br /&gt;
Broccoli&lt;br /&gt;
BSS&lt;br /&gt;
Bukkake&lt;br /&gt;
Buronson&lt;br /&gt;
&lt;br /&gt;
==C==&lt;br /&gt;
C1&lt;br /&gt;
Capcom&lt;br /&gt;
Carnelian&lt;br /&gt;
Cars&lt;br /&gt;
Cat Chan Scans&lt;br /&gt;
Catboys&lt;br /&gt;
Catgirls&lt;br /&gt;
Censored&lt;br /&gt;
Century Kings&lt;br /&gt;
Certhy&lt;br /&gt;
cestfait&lt;br /&gt;
CG&lt;br /&gt;
Chamelenia&lt;br /&gt;
Champion RED&lt;br /&gt;
Chess&lt;br /&gt;
Chibi&lt;br /&gt;
Chie&lt;br /&gt;
Chie Uratani&lt;br /&gt;
Chikan&lt;br /&gt;
Chinese Animation&lt;br /&gt;
Choco&lt;br /&gt;
Choirboy&lt;br /&gt;
Christianity&lt;br /&gt;
Chuchuchuu&lt;br /&gt;
Chuuka Naruto&lt;br /&gt;
Circus&lt;br /&gt;
CLAMP&lt;br /&gt;
Classic&lt;br /&gt;
Clearly Guilty Translations&lt;br /&gt;
Clubs&lt;br /&gt;
Code Geass&lt;br /&gt;
Coff666&lt;br /&gt;
College&lt;br /&gt;
Columbia Music Entertainment&lt;br /&gt;
Combat&lt;br /&gt;
Comedy&lt;br /&gt;
Coming of Age&lt;br /&gt;
Conclave&lt;br /&gt;
Condensation&lt;br /&gt;
Conspiracy&lt;br /&gt;
Contemporary Fantasy&lt;br /&gt;
CooRie&lt;br /&gt;
Cops&lt;br /&gt;
COR&lt;br /&gt;
Corda&lt;br /&gt;
Cory Lerios&lt;br /&gt;
Cosmo Warrior Zero&lt;br /&gt;
Crime&lt;br /&gt;
Crossfade&lt;br /&gt;
CrystalNova&lt;br /&gt;
Cuvie&lt;br /&gt;
Cyberpunk&lt;br /&gt;
Cyborgs&lt;br /&gt;
&lt;br /&gt;
==D==&lt;br /&gt;
D-A&lt;br /&gt;
Da Capo&lt;br /&gt;
Daily Life&lt;br /&gt;
Dark Fantasy&lt;br /&gt;
DarkHorse&lt;br /&gt;
DATS&lt;br /&gt;
Delinquents&lt;br /&gt;
Dementia&lt;br /&gt;
Demons&lt;br /&gt;
Dennou Coil&lt;br /&gt;
Dentsu&lt;br /&gt;
Detective&lt;br /&gt;
Dewdropz Manga Group&lt;br /&gt;
DGT&lt;br /&gt;
Diffusion&lt;br /&gt;
Digi-Anime&lt;br /&gt;
Dildos - Vibrators&lt;br /&gt;
Directors Commentary&lt;br /&gt;
DISCOVERY&lt;br /&gt;
DISTANCE&lt;br /&gt;
Dj Muro&lt;br /&gt;
Documentary&lt;br /&gt;
Dolls&lt;br /&gt;
Doremi&lt;br /&gt;
Doumu&lt;br /&gt;
dp&lt;br /&gt;
DR MOVIE&lt;br /&gt;
Dragon Voice Project&lt;br /&gt;
Dragons&lt;br /&gt;
Drama&lt;br /&gt;
Dream-Anime&lt;br /&gt;
Dream24&lt;br /&gt;
Driving&lt;br /&gt;
Dynamite SHU&lt;br /&gt;
Dynasty Scans&lt;br /&gt;
Dystopia&lt;br /&gt;
&lt;br /&gt;
==E==&lt;br /&gt;
E-D&lt;br /&gt;
Earth Defender&lt;br /&gt;
EBBY&lt;br /&gt;
Ecchi&lt;br /&gt;
Eclipse&lt;br /&gt;
Eden&lt;br /&gt;
EDISON&lt;br /&gt;
EG&lt;br /&gt;
Egawa Tatsuya&lt;br /&gt;
Eiji Usatuka&lt;br /&gt;
Electronica&lt;br /&gt;
Elementary School&lt;br /&gt;
ELISA&lt;br /&gt;
Elves&lt;br /&gt;
EnA&lt;br /&gt;
Endless Dimension&lt;br /&gt;
EngelGroup&lt;br /&gt;
Epic&lt;br /&gt;
Episodic&lt;br /&gt;
EROBEAT&lt;br /&gt;
Eros Comix&lt;br /&gt;
ESiR&lt;br /&gt;
Eternal-Blue&lt;br /&gt;
EVA&lt;br /&gt;
Evil Genius&lt;br /&gt;
Exiled-Destiny&lt;br /&gt;
&lt;br /&gt;
==F==&lt;br /&gt;
Family&lt;br /&gt;
Fantasy&lt;br /&gt;
Father-Son Relationship&lt;br /&gt;
Female Students&lt;br /&gt;
Female Teachers&lt;br /&gt;
Feudal Warfare&lt;br /&gt;
Final Fantasy&lt;br /&gt;
Fisting&lt;br /&gt;
FLAC&lt;br /&gt;
FLEET&lt;br /&gt;
Football&lt;br /&gt;
Formula&lt;br /&gt;
Frontier Works&lt;br /&gt;
Froth-Bite&lt;br /&gt;
Fuji TV&lt;br /&gt;
FUJIMA Takuya&lt;br /&gt;
Fujimi Comics&lt;br /&gt;
FUJISAKI Ryu&lt;br /&gt;
Funnuraba&lt;br /&gt;
Furinkazan&lt;br /&gt;
FURUMIYA Kazuko&lt;br /&gt;
Futanari&lt;br /&gt;
Future&lt;br /&gt;
Fuuga&lt;br /&gt;
&lt;br /&gt;
==G==&lt;br /&gt;
GAINAX&lt;br /&gt;
Game&lt;br /&gt;
gamemp3s&lt;br /&gt;
Gangbang&lt;br /&gt;
Ganges&lt;br /&gt;
GDH&lt;br /&gt;
Geinoh Yamashirogumi&lt;br /&gt;
GENCO&lt;br /&gt;
Gender Bender&lt;br /&gt;
Geneon&lt;br /&gt;
Genesis&lt;br /&gt;
Genetic Modification&lt;br /&gt;
Genjo&lt;br /&gt;
Gensokyo&lt;br /&gt;
Gentosha Comics&lt;br /&gt;
gg&lt;br /&gt;
Ghibli&lt;br /&gt;
Gigantic Breasts&lt;br /&gt;
Girl Power&lt;br /&gt;
GKG&lt;br /&gt;
Go Nagai&lt;br /&gt;
Goddessess&lt;br /&gt;
Gods-Hand&lt;br /&gt;
Golf&lt;br /&gt;
GONZO&lt;br /&gt;
Gore&lt;br /&gt;
Goro Taniguchi&lt;br /&gt;
Gothic&lt;br /&gt;
GOTSUBO Masaru&lt;br /&gt;
GP&lt;br /&gt;
Grade School Drama&lt;br /&gt;
Graduation&lt;br /&gt;
Group TAC&lt;br /&gt;
Gundam&lt;br /&gt;
Gunfights&lt;br /&gt;
&lt;br /&gt;
==H==&lt;br /&gt;
h-b&lt;br /&gt;
HAGIO Moto&lt;br /&gt;
Hagure Tanishi&lt;br /&gt;
Haishima Kuniaki&lt;br /&gt;
Hajime Mizoguchi&lt;br /&gt;
Hakuhodo DY&lt;br /&gt;
Hal Film Maker&lt;br /&gt;
Hanako&lt;br /&gt;
Hanashi&lt;br /&gt;
Happinet&lt;br /&gt;
hara&lt;br /&gt;
HARADA Takehito&lt;br /&gt;
Harem&lt;br /&gt;
Harloc&lt;br /&gt;
Haruka Fukushima&lt;br /&gt;
HARUNO Nanae&lt;br /&gt;
Hawks&lt;br /&gt;
HAYASE Hashiba&lt;br /&gt;
Hell-Fansubs&lt;br /&gt;
Hellabunna&lt;br /&gt;
Henmaru Machino&lt;br /&gt;
Hentai&lt;br /&gt;
Hentai-Enishi&lt;br /&gt;
Hentai-Legacy&lt;br /&gt;
HH&lt;br /&gt;
Higashimidou Hisagi&lt;br /&gt;
High Fantasy&lt;br /&gt;
High School&lt;br /&gt;
HIGURI You&lt;br /&gt;
Hikaru Nanase&lt;br /&gt;
Hinaki Hinata&lt;br /&gt;
Hino Matsuri&lt;br /&gt;
Hip Hop&lt;br /&gt;
Hiroshi Watanabe&lt;br /&gt;
Hirotani Junko&lt;br /&gt;
Hiroyuki Ebata&lt;br /&gt;
Hisashi Okezawa&lt;br /&gt;
Hisaya Nakajo&lt;br /&gt;
Historical&lt;br /&gt;
Historical Settings&lt;br /&gt;
HL&lt;br /&gt;
Hmanga-project&lt;br /&gt;
HnK&lt;br /&gt;
Hogari Hisaaki&lt;br /&gt;
HOM&lt;br /&gt;
Horror&lt;br /&gt;
HOSHINO Masami&lt;br /&gt;
HOSHINO Yukinobu&lt;br /&gt;
Hospital&lt;br /&gt;
Houjou Tsukasa&lt;br /&gt;
Housewives&lt;br /&gt;
Housui&lt;br /&gt;
HS&lt;br /&gt;
Human Enhancement&lt;br /&gt;
Humanoid&lt;br /&gt;
Hush&lt;br /&gt;
Huzzah&lt;br /&gt;
HZ&lt;br /&gt;
&lt;br /&gt;
==I==&lt;br /&gt;
Icarus Publishing&lt;br /&gt;
Ichijinsha&lt;br /&gt;
Ichiro Okouchi&lt;br /&gt;
Idols&lt;br /&gt;
IGARASHI Yumiko&lt;br /&gt;
iichan&lt;br /&gt;
IKEDA Riyoko&lt;br /&gt;
IKEZAWA Satomi&lt;br /&gt;
IKUO&lt;br /&gt;
Impossibility&lt;br /&gt;
Incest&lt;br /&gt;
Index Holdings&lt;br /&gt;
Inoue Shinkai&lt;br /&gt;
Inoue Takehiko&lt;br /&gt;
Iruma Kamiri&lt;br /&gt;
Isao Takahata&lt;br /&gt;
Ishikawa Tomohisa&lt;br /&gt;
Itagaki Keisuke&lt;br /&gt;
Ito Noizi&lt;br /&gt;
Itou Yousuke&lt;br /&gt;
Itsuro Kawasaki&lt;br /&gt;
IWAAKI Hitoshi&lt;br /&gt;
Iwao Junko&lt;br /&gt;
Izumi Comics&lt;br /&gt;
IZUMI Kaneyoshi&lt;br /&gt;
Izumo no Ryuu&lt;br /&gt;
&lt;br /&gt;
==J==&lt;br /&gt;
J C Staff&lt;br /&gt;
J C STAFF&lt;br /&gt;
Jam Project&lt;br /&gt;
Jamming&lt;br /&gt;
JanimeS&lt;br /&gt;
JanKenPon Scanlations&lt;br /&gt;
Jarudin&lt;br /&gt;
Jinmen Juushin&lt;br /&gt;
John Woo&lt;br /&gt;
Josei&lt;br /&gt;
Joufu&lt;br /&gt;
Judo&lt;br /&gt;
Jukki Hanada&lt;br /&gt;
Jun Hayami&lt;br /&gt;
Juujin&lt;br /&gt;
&lt;br /&gt;
==K==&lt;br /&gt;
K-H&lt;br /&gt;
KAA&lt;br /&gt;
Kadokawa Shoten&lt;br /&gt;
Kaho Miyasaka&lt;br /&gt;
Kaishaku&lt;br /&gt;
KAITO&lt;br /&gt;
Kajiura Yuki&lt;br /&gt;
KAMURA Yoko&lt;br /&gt;
Kana Takeuchi&lt;br /&gt;
Kanan&lt;br /&gt;
KANG Kyung Ok&lt;br /&gt;
Kaori Yuki&lt;br /&gt;
KAORU&lt;br /&gt;
Katakura Mikiya&lt;br /&gt;
KATOU Haruaki&lt;br /&gt;
Katsuhiro Otomo&lt;br /&gt;
Katsuma Kanazawa&lt;br /&gt;
Katsumi Nagoaka&lt;br /&gt;
KATSURA Masakazu&lt;br /&gt;
Katsura Masakazu&lt;br /&gt;
KAWACHI Yukari&lt;br /&gt;
Kawaguchi Kaiji&lt;br /&gt;
Kawamura Mika&lt;br /&gt;
Kawaraya A-ta&lt;br /&gt;
KAWASHITA Mizuki&lt;br /&gt;
KAZUMI Yuana&lt;br /&gt;
Kazurou Inoue&lt;br /&gt;
KB&lt;br /&gt;
Kei Matsuzawa&lt;br /&gt;
Kei Yasunaga&lt;br /&gt;
Keiichi Hara&lt;br /&gt;
Keitaro Motonaga&lt;br /&gt;
Kekkaishi&lt;br /&gt;
Kenichi Kasai&lt;br /&gt;
Kenji Kawai&lt;br /&gt;
KENTARO Miura&lt;br /&gt;
Kentaro Yabuki&lt;br /&gt;
Key&lt;br /&gt;
KH&lt;br /&gt;
Kids&lt;br /&gt;
KingRecords&lt;br /&gt;
Kinniku Shoujo-tai&lt;br /&gt;
Kio Shimoku&lt;br /&gt;
KirA&lt;br /&gt;
Kirara Moe&lt;br /&gt;
KIRIGA Yuki&lt;br /&gt;
Kisaragi Gunma&lt;br /&gt;
KISARAGI Hirotaka&lt;br /&gt;
KISARAGI Sono&lt;br /&gt;
KissSub&lt;br /&gt;
Kitaro Kousaka&lt;br /&gt;
KITAZAWA Kaoru&lt;br /&gt;
KITAZAWA Miya&lt;br /&gt;
Kiyoshi Yoshida&lt;br /&gt;
KLF&lt;br /&gt;
Klock Worx&lt;br /&gt;
Ko Otani&lt;br /&gt;
Kodomo&lt;br /&gt;
KOGE Donbo&lt;br /&gt;
KOIO Minato&lt;br /&gt;
Koji Morimoto&lt;br /&gt;
KOKIA&lt;br /&gt;
Kokoro&lt;br /&gt;
Korean-Manhwa&lt;br /&gt;
KORN&lt;br /&gt;
Kotonoha&lt;br /&gt;
Kotoyoshi Yumisuke&lt;br /&gt;
Kou Matsuo&lt;br /&gt;
Kouhei Tanaka&lt;br /&gt;
KOUSAKA Yuuka&lt;br /&gt;
Kozo Yohei&lt;br /&gt;
KSS&lt;br /&gt;
Kumakura Yuichi&lt;br /&gt;
Kunihiko Ryo&lt;br /&gt;
KURAHASHI Erika&lt;br /&gt;
Kuro-Hana&lt;br /&gt;
KUSUMOTO Maki&lt;br /&gt;
Kyoko Tsuchiya&lt;br /&gt;
Kyoto Animation&lt;br /&gt;
Kyouko Hikawa&lt;br /&gt;
Kyuu&lt;br /&gt;
&lt;br /&gt;
==L==&lt;br /&gt;
LA&lt;br /&gt;
Lain&lt;br /&gt;
Lantis&lt;br /&gt;
Large Breasts&lt;br /&gt;
Law and Order&lt;br /&gt;
LEE Sang Eun&lt;br /&gt;
Leiji Matsumoto&lt;br /&gt;
Lesbians&lt;br /&gt;
LGA&lt;br /&gt;
Li Zhi&lt;br /&gt;
Light Novel&lt;br /&gt;
Lililicious&lt;br /&gt;
LIME&lt;br /&gt;
LIN Malisa&lt;br /&gt;
Little Wing&lt;br /&gt;
Live-Evil&lt;br /&gt;
Loli-pop Subs&lt;br /&gt;
Lolicon&lt;br /&gt;
London Symphony Orchestra&lt;br /&gt;
LonE&lt;br /&gt;
Love&lt;br /&gt;
Love Polygon&lt;br /&gt;
Lunar&lt;br /&gt;
LuPerry&lt;br /&gt;
&lt;br /&gt;
==M==&lt;br /&gt;
m33w&lt;br /&gt;
Machino Henmaru&lt;br /&gt;
MADHOUSE&lt;br /&gt;
Mafia&lt;br /&gt;
Magaki Ryouto&lt;br /&gt;
Magic&lt;br /&gt;
Mahiro Maeda&lt;br /&gt;
Mahou Shoujo&lt;br /&gt;
Mahou-X&lt;br /&gt;
Maids&lt;br /&gt;
Mainichi&lt;br /&gt;
MAKI Youko&lt;br /&gt;
Makoto Shinkai&lt;br /&gt;
Mamoru Oshii&lt;br /&gt;
Manga Art&lt;br /&gt;
Manga Freak&lt;br /&gt;
Manga Sync&lt;br /&gt;
Manga-Heaven&lt;br /&gt;
Manga-Sketchbook&lt;br /&gt;
MangaLover&lt;br /&gt;
MangaProject&lt;br /&gt;
Mangascreener&lt;br /&gt;
Mangass&lt;br /&gt;
MangaTranslation&lt;br /&gt;
manglobe&lt;br /&gt;
Manhwa&lt;br /&gt;
Manwha&lt;br /&gt;
Mariku&lt;br /&gt;
Mars&lt;br /&gt;
Martial Arts&lt;br /&gt;
Marvelous Entertainment&lt;br /&gt;
Masaaki Nakayama&lt;br /&gt;
Masahiro Takada&lt;br /&gt;
Masaki Kurihara&lt;br /&gt;
Masamune Shirow&lt;br /&gt;
Masashi Kishimoto&lt;br /&gt;
Masturbation&lt;br /&gt;
MATSUMOTO Natsumi&lt;br /&gt;
MATSUMOTO Taiyo&lt;br /&gt;
Matsuo Hayato&lt;br /&gt;
Mature&lt;br /&gt;
Maximum the Hormone&lt;br /&gt;
Maya Kitajima&lt;br /&gt;
Mayumi Azuma&lt;br /&gt;
Mayumi Itou&lt;br /&gt;
MBS&lt;br /&gt;
MBT&lt;br /&gt;
MCS&lt;br /&gt;
Mecha&lt;br /&gt;
Mechanical Tentacles&lt;br /&gt;
Media Factory&lt;br /&gt;
Media Works&lt;br /&gt;
Megastore Comics&lt;br /&gt;
MegKF&lt;br /&gt;
Meiji&lt;br /&gt;
Mellow Head&lt;br /&gt;
Melody&lt;br /&gt;
Menclave&lt;br /&gt;
Mendoi&lt;br /&gt;
Michael Arias&lt;br /&gt;
Michiru Chikasato&lt;br /&gt;
Middle School&lt;br /&gt;
MIDORIKAWA Yuki&lt;br /&gt;
MILF&lt;br /&gt;
Military&lt;br /&gt;
MIMORI Ao&lt;br /&gt;
Mina&lt;br /&gt;
MINAMI&lt;br /&gt;
Minawo&lt;br /&gt;
Minazaki Suu&lt;br /&gt;
Minori&lt;br /&gt;
Mio&lt;br /&gt;
Mirakuru Fansubs&lt;br /&gt;
Mishicorp&lt;br /&gt;
Mishicorp-SARS&lt;br /&gt;
Mitaka&lt;br /&gt;
Mitsumune Shinkichi&lt;br /&gt;
Mitsuru&lt;br /&gt;
MIWA Shirow&lt;br /&gt;
Miyamoto Shunichi&lt;br /&gt;
MIYASAKA Kaho&lt;br /&gt;
Miyazaki&lt;br /&gt;
MiyuMiyu&lt;br /&gt;
Mizu Sahara&lt;br /&gt;
MIZUKI Kyoko&lt;br /&gt;
MIZUSHIRO Setona&lt;br /&gt;
MoA&lt;br /&gt;
Mocchi&lt;br /&gt;
Moetaku&lt;br /&gt;
Mokke&lt;br /&gt;
MonE&lt;br /&gt;
Monkey Punch&lt;br /&gt;
Monster Hunting&lt;br /&gt;
MOONROCK&lt;br /&gt;
MORI Kaoru&lt;br /&gt;
MORINAGA Milk&lt;br /&gt;
Morio Asaka&lt;br /&gt;
MOVIC&lt;br /&gt;
MP&lt;br /&gt;
MS&lt;br /&gt;
MST&lt;br /&gt;
Mujin Comics&lt;br /&gt;
Munyu Translations&lt;br /&gt;
Murder&lt;br /&gt;
Music&lt;br /&gt;
Music Video&lt;br /&gt;
mwizard&lt;br /&gt;
Mystery&lt;br /&gt;
Mythology&lt;br /&gt;
&lt;br /&gt;
==N==&lt;br /&gt;
NAKAJO Hisaya&lt;br /&gt;
Nakama&lt;br /&gt;
NAKAMURA Yoshiki&lt;br /&gt;
Nanase Hikaru&lt;br /&gt;
Naoko Takeuchi&lt;br /&gt;
Naoto Hosoda&lt;br /&gt;
Naoyuki Yoshinaga&lt;br /&gt;
Narumi Kakinouchi&lt;br /&gt;
Navy&lt;br /&gt;
Newtype-classic&lt;br /&gt;
NHK&lt;br /&gt;
niizk&lt;br /&gt;
Ninjas&lt;br /&gt;
Nippon&lt;br /&gt;
Nippon Animation&lt;br /&gt;
Nipponsei&lt;br /&gt;
Nitta Jun&lt;br /&gt;
No-Subs&lt;br /&gt;
Noboru Yamaguchi&lt;br /&gt;
Nobuhiro Watsuki&lt;br /&gt;
Nobuo Uematsu&lt;br /&gt;
Nomad&lt;br /&gt;
Nostalgia&lt;br /&gt;
Nudity&lt;br /&gt;
Null&lt;br /&gt;
Nuns&lt;br /&gt;
Nurses&lt;br /&gt;
&lt;br /&gt;
==O==&lt;br /&gt;
O-A&lt;br /&gt;
OB Planning&lt;br /&gt;
Obxist&lt;br /&gt;
Office Lady&lt;br /&gt;
Okada Junko&lt;br /&gt;
Okamoto Fujio&lt;br /&gt;
Oku Keiichi&lt;br /&gt;
Omake&lt;br /&gt;
Omanga&lt;br /&gt;
OmegAnime&lt;br /&gt;
Oneshot&lt;br /&gt;
Onsen&lt;br /&gt;
OOGA Asagi&lt;br /&gt;
Orchestral&lt;br /&gt;
Oshii Mamoru&lt;br /&gt;
Outlaws&lt;br /&gt;
Oyasumi&lt;br /&gt;
OyasumiScans&lt;br /&gt;
&lt;br /&gt;
==P==&lt;br /&gt;
P-A&lt;br /&gt;
Paizuri Team&lt;br /&gt;
Pakapuka&lt;br /&gt;
Pantsu&lt;br /&gt;
Parallel Universe&lt;br /&gt;
Parasites&lt;br /&gt;
Parody&lt;br /&gt;
Past&lt;br /&gt;
Peach Pit&lt;br /&gt;
Piano&lt;br /&gt;
Piloted Robots&lt;br /&gt;
Pioneer&lt;br /&gt;
Pirates&lt;br /&gt;
PLANET&lt;br /&gt;
pm&lt;br /&gt;
Police&lt;br /&gt;
Politics&lt;br /&gt;
Pony Canyon&lt;br /&gt;
Post-apocalyptic&lt;br /&gt;
Power Suits&lt;br /&gt;
Prison&lt;br /&gt;
Production IG&lt;br /&gt;
ProinDrakenzol&lt;br /&gt;
Project Team Argos&lt;br /&gt;
Proxy Battles&lt;br /&gt;
PSNR&lt;br /&gt;
Psychic&lt;br /&gt;
Psychological&lt;br /&gt;
Purple Innocence&lt;br /&gt;
Puzzle Solving&lt;br /&gt;
&lt;br /&gt;
==R==&lt;br /&gt;
Racing&lt;br /&gt;
Random Translator&lt;br /&gt;
Rape&lt;br /&gt;
Rate&lt;br /&gt;
RaX&lt;br /&gt;
Rebuild&lt;br /&gt;
Red Fraction&lt;br /&gt;
Rego Yokoi&lt;br /&gt;
Rei Nakahara&lt;br /&gt;
Reverse Harem&lt;br /&gt;
RIANG Ryu&lt;br /&gt;
Rie Kugimiya&lt;br /&gt;
Rie Tanaka&lt;br /&gt;
Rintaro&lt;br /&gt;
Rion Kujo&lt;br /&gt;
Ripping in Peace&lt;br /&gt;
Rivalry&lt;br /&gt;
Robots&lt;br /&gt;
Romance&lt;br /&gt;
Ronin&lt;br /&gt;
ROPPONGI Aya&lt;br /&gt;
Ruberia&lt;br /&gt;
Rumbel&lt;br /&gt;
Rumiko Takahashi&lt;br /&gt;
Rungran&lt;br /&gt;
Ryo&lt;br /&gt;
Ryo Sakai&lt;br /&gt;
Ryoichi Ikegami&lt;br /&gt;
RyRo&lt;br /&gt;
&lt;br /&gt;
==S==&lt;br /&gt;
Saban&lt;br /&gt;
Saburou Dakouin&lt;br /&gt;
SaD&lt;br /&gt;
Sadahiro Mika&lt;br /&gt;
SaHa&lt;br /&gt;
Sailor Spork Productions&lt;br /&gt;
Saint Beast&lt;br /&gt;
Saizen&lt;br /&gt;
Sakaki Utamaru&lt;br /&gt;
Sakamoto Maaya&lt;br /&gt;
SAKURAI Miya&lt;br /&gt;
Samurai&lt;br /&gt;
Sanpei Kamirenjaku&lt;br /&gt;
Sanwa Comics&lt;br /&gt;
Sanwa Shuppan&lt;br /&gt;
Saori Atsumi&lt;br /&gt;
SARS&lt;br /&gt;
Satelight&lt;br /&gt;
Satoru Akahori&lt;br /&gt;
Satoru Ozawa&lt;br /&gt;
savage genius&lt;br /&gt;
SAWADA Hajime&lt;br /&gt;
Scat&lt;br /&gt;
School&lt;br /&gt;
School Life&lt;br /&gt;
Schoolgirls&lt;br /&gt;
Sci-Fi&lt;br /&gt;
SCX-Scans&lt;br /&gt;
Seatbelts&lt;br /&gt;
Seichi&lt;br /&gt;
Seinen&lt;br /&gt;
Selene Scans&lt;br /&gt;
Senji Wakatsuki&lt;br /&gt;
Sentai&lt;br /&gt;
Seong Won Han&lt;br /&gt;
Seraphim Comics&lt;br /&gt;
Sexual Abuse&lt;br /&gt;
SHAFT&lt;br /&gt;
Shamisen&lt;br /&gt;
Shigehito Takayanagi&lt;br /&gt;
SHIGEMATSU Takako&lt;br /&gt;
Shigeru Chiba&lt;br /&gt;
SHIINA Ayumi&lt;br /&gt;
SHIN Yui&lt;br /&gt;
Shin-Ei Animation&lt;br /&gt;
SHINDO Arashi&lt;br /&gt;
Shinji Aramaki&lt;br /&gt;
Shinji Hosoe&lt;br /&gt;
Shinkai&lt;br /&gt;
Shinsengumi&lt;br /&gt;
Shintani&lt;br /&gt;
Shintarou Kago&lt;br /&gt;
Shinto&lt;br /&gt;
Shinya Chikamori&lt;br /&gt;
Shiro Sagisu&lt;br /&gt;
Sho Fumimura&lt;br /&gt;
Shobunsha&lt;br /&gt;
Shogakukan&lt;br /&gt;
Shogakukan Productions&lt;br /&gt;
Shohei Manabe&lt;br /&gt;
Shoji Kawamori&lt;br /&gt;
Shonen Jump&lt;br /&gt;
Short Stories&lt;br /&gt;
Shougi&lt;br /&gt;
Shoujo&lt;br /&gt;
Shoujo Ai&lt;br /&gt;
Shoujo Magic&lt;br /&gt;
Shoujo Manga Maniac&lt;br /&gt;
Shoujoshare&lt;br /&gt;
Shounen&lt;br /&gt;
Shounen Ai&lt;br /&gt;
Shounen-Ai&lt;br /&gt;
SHS&lt;br /&gt;
Shueisha&lt;br /&gt;
Shuki Levy&lt;br /&gt;
Shunjou Shuusuke&lt;br /&gt;
Shuri Shiozu&lt;br /&gt;
SiH&lt;br /&gt;
SiLC&lt;br /&gt;
Silverchair&lt;br /&gt;
SiNNERS&lt;br /&gt;
Slapstick&lt;br /&gt;
Slice of Life&lt;br /&gt;
Small Breasts&lt;br /&gt;
SMS&lt;br /&gt;
Smut&lt;br /&gt;
SnD&lt;br /&gt;
SnoopyCool&lt;br /&gt;
SNoW&lt;br /&gt;
Soccer&lt;br /&gt;
Solar&lt;br /&gt;
Solaris-SVU&lt;br /&gt;
Soldats&lt;br /&gt;
Sony Pictures Entertainment&lt;br /&gt;
SORACHI Hideaki&lt;br /&gt;
Sotsu&lt;br /&gt;
SOTSU Eizou&lt;br /&gt;
Space&lt;br /&gt;
Space Pirate&lt;br /&gt;
Space Travel&lt;br /&gt;
Special Squads&lt;br /&gt;
SpoonSubs&lt;br /&gt;
Spork&lt;br /&gt;
Sports&lt;br /&gt;
Spy&lt;br /&gt;
Square Enix&lt;br /&gt;
SRWOG&lt;br /&gt;
SScans&lt;br /&gt;
St-Law&lt;br /&gt;
Stance Punks&lt;br /&gt;
Starchild Records&lt;br /&gt;
Starlight&lt;br /&gt;
Starry Heaven&lt;br /&gt;
Static-Subs&lt;br /&gt;
Storm in Heaven&lt;br /&gt;
Strategy&lt;br /&gt;
Studio 4 C&lt;br /&gt;
Studio DEEN&lt;br /&gt;
Studio Fantasia&lt;br /&gt;
Studio Gallop&lt;br /&gt;
Studio Ghibli&lt;br /&gt;
Studio Hibari&lt;br /&gt;
Studio Pierrot&lt;br /&gt;
Studio Proteus&lt;br /&gt;
SubsAnon&lt;br /&gt;
Sudden Girlfriend Appearance&lt;br /&gt;
sudo&lt;br /&gt;
Suehiro Gari&lt;br /&gt;
Suet Ching&lt;br /&gt;
Sugar Oasis&lt;br /&gt;
SUGISAKI Yukiru&lt;br /&gt;
Sunrise&lt;br /&gt;
Super Power&lt;br /&gt;
Supercar&lt;br /&gt;
Supernatural&lt;br /&gt;
Surreal&lt;br /&gt;
Susumu Hirasawa&lt;br /&gt;
SUYAMA Shinya&lt;br /&gt;
Suzuran ComiX&lt;br /&gt;
Sweet Lunacy&lt;br /&gt;
Swordplay&lt;br /&gt;
Syowmaru&lt;br /&gt;
&lt;br /&gt;
==T==&lt;br /&gt;
Tada Aoi&lt;br /&gt;
Tadanohito&lt;br /&gt;
Taguchi Hiroko&lt;br /&gt;
Taiyo Matsumoto&lt;br /&gt;
Takahata&lt;br /&gt;
Takahiro Omori&lt;br /&gt;
Takahito Eguchi&lt;br /&gt;
Takao Shigeru&lt;br /&gt;
Takashi Imanishi&lt;br /&gt;
Takayanagi Sankusu&lt;br /&gt;
Takei Hiroyuki&lt;br /&gt;
TAKEMURA Sesshu&lt;br /&gt;
TAKESHITA Kenjirou&lt;br /&gt;
Tane Tomoko&lt;br /&gt;
Taniuchi Hideki&lt;br /&gt;
Taro Shinonome&lt;br /&gt;
Taruby&lt;br /&gt;
Tatsunoko Pro&lt;br /&gt;
TBS&lt;br /&gt;
TCup&lt;br /&gt;
Tear Jerker&lt;br /&gt;
Telecom Animation&lt;br /&gt;
Telekinesis&lt;br /&gt;
Temp-Scans&lt;br /&gt;
Temptatious Taboo&lt;br /&gt;
Tenma Comics&lt;br /&gt;
TENMON&lt;br /&gt;
Tentacles&lt;br /&gt;
Terrad&lt;br /&gt;
Tezuka Productions&lt;br /&gt;
The Black Mages&lt;br /&gt;
The Pillows&lt;br /&gt;
TheJollyRoger&lt;br /&gt;
THOR&lt;br /&gt;
THORA&lt;br /&gt;
Thriller&lt;br /&gt;
TIMAKING&lt;br /&gt;
Time Travel&lt;br /&gt;
TJO&lt;br /&gt;
TMS&lt;br /&gt;
TODA Megumi&lt;br /&gt;
Toei&lt;br /&gt;
Toei Animation&lt;br /&gt;
Toen Comics&lt;br /&gt;
TOHO&lt;br /&gt;
TOKITA Koichi&lt;br /&gt;
Tokuma Shoten&lt;br /&gt;
Tokyo Gangs&lt;br /&gt;
Tokyo Movie&lt;br /&gt;
TOMA&lt;br /&gt;
TOMOHIRO Chiba&lt;br /&gt;
Tomoki Hasegawa&lt;br /&gt;
Tomoyo Nishimoto&lt;br /&gt;
Tong Li&lt;br /&gt;
Toranoana&lt;br /&gt;
Torture&lt;br /&gt;
Toshiba Entertainment&lt;br /&gt;
Toshihiko Sahashi&lt;br /&gt;
Touch&lt;br /&gt;
Touhoku Shinsha&lt;br /&gt;
Tournament&lt;br /&gt;
Toy-RC&lt;br /&gt;
Tragedy&lt;br /&gt;
TransArts&lt;br /&gt;
Transforming Robots&lt;br /&gt;
Trap&lt;br /&gt;
Triad&lt;br /&gt;
Tsuchiya Kyouko&lt;br /&gt;
Tsukasa Comics&lt;br /&gt;
TSUKUBA Sakura&lt;br /&gt;
Tsundere&lt;br /&gt;
Tsuneo Kobayashi&lt;br /&gt;
Tsutomu Nihei&lt;br /&gt;
Tuna Empire&lt;br /&gt;
Turtles&lt;br /&gt;
TV Asahi&lt;br /&gt;
TV Tokyo&lt;br /&gt;
TV Tokyo Music&lt;br /&gt;
TV-Nihon&lt;br /&gt;
TYO&lt;br /&gt;
TYPE-M&lt;br /&gt;
Type90&lt;br /&gt;
&lt;br /&gt;
==U==&lt;br /&gt;
UEDA Miwa&lt;br /&gt;
ufotable&lt;br /&gt;
UGAWA Hiroki&lt;br /&gt;
UKYOU Ayane&lt;br /&gt;
Uncensored&lt;br /&gt;
Underwater&lt;br /&gt;
Underworld&lt;br /&gt;
Undine&lt;br /&gt;
uNF&lt;br /&gt;
Universal Pictures Japan&lt;br /&gt;
Urasawa Naoki&lt;br /&gt;
Ureshii&lt;br /&gt;
Uziga Waita&lt;br /&gt;
&lt;br /&gt;
==V==&lt;br /&gt;
Valentine&lt;br /&gt;
Vampires&lt;br /&gt;
VAP&lt;br /&gt;
Vengeance&lt;br /&gt;
Vic Mignogna&lt;br /&gt;
Victor Entertainment&lt;br /&gt;
View Works&lt;br /&gt;
Violence&lt;br /&gt;
Virgins&lt;br /&gt;
Virtual Reality&lt;br /&gt;
Vision-Anime&lt;br /&gt;
Visual Art&lt;br /&gt;
Visual Novel&lt;br /&gt;
Viz Media&lt;br /&gt;
Volleyball&lt;br /&gt;
Vomit&lt;br /&gt;
VXA&lt;br /&gt;
&lt;br /&gt;
==W==&lt;br /&gt;
Wada Kouji&lt;br /&gt;
Waitresses&lt;br /&gt;
Wanyu Aguda&lt;br /&gt;
War&lt;br /&gt;
WATASE Yuu&lt;br /&gt;
WavPack&lt;br /&gt;
Western&lt;br /&gt;
Wonderfarm&lt;br /&gt;
Woofnick&lt;br /&gt;
World Masterpiece Theater&lt;br /&gt;
WOWOW&lt;br /&gt;
WPP&lt;br /&gt;
&lt;br /&gt;
==X==&lt;br /&gt;
X Comics&lt;br /&gt;
XEBEC&lt;br /&gt;
XUSE&lt;br /&gt;
&lt;br /&gt;
==Y==&lt;br /&gt;
Yabai&lt;br /&gt;
Yakuza&lt;br /&gt;
YAMAGUCHI Hiroshi&lt;br /&gt;
YAMAMOTO Hideo&lt;br /&gt;
Yamamoto Yoshifumi&lt;br /&gt;
Yamazaki&lt;br /&gt;
Yanase Natsumi&lt;br /&gt;
Yaoi&lt;br /&gt;
Yasunori Iwasaki&lt;br /&gt;
Yasushi Hasegawa&lt;br /&gt;
Yatate Hajime&lt;br /&gt;
Yoko Kanno&lt;br /&gt;
Yoko Ueno&lt;br /&gt;
Yomiko Advertising&lt;br /&gt;
YOON Jae Ho&lt;br /&gt;
YOON Ji Un&lt;br /&gt;
Yoroshiku&lt;br /&gt;
Yoshiaki Iwasaki&lt;br /&gt;
Yoshifumi Yamamoto&lt;br /&gt;
YOSHIHARA Yuki&lt;br /&gt;
Yoshihisa Hirano&lt;br /&gt;
YOSHIKAWA Arata&lt;br /&gt;
Yoshitatsu Kiichigono&lt;br /&gt;
Yoshiura Yasuhiro&lt;br /&gt;
Yoshiyuki Tomino&lt;br /&gt;
Yosuke Kuroda&lt;br /&gt;
Youka Nitta&lt;br /&gt;
Yousei Teikoku&lt;br /&gt;
YUI Toshiki&lt;br /&gt;
Yuki Kajiura&lt;br /&gt;
Yuki Kaori&lt;br /&gt;
Yuki Seto&lt;br /&gt;
Yuki Urushibara&lt;br /&gt;
Yukimaru Katsura&lt;br /&gt;
Yukimino Yukio&lt;br /&gt;
YukiSama Scans&lt;br /&gt;
Yukito Kishiro&lt;br /&gt;
Yukiyanagi&lt;br /&gt;
YUMEKA Sumomo&lt;br /&gt;
Yuri&lt;br /&gt;
Yuu Watase&lt;br /&gt;
Yuugo Kanno&lt;br /&gt;
Yuuki Ryoh&lt;br /&gt;
Yuusha Tokkyuu&lt;br /&gt;
&lt;br /&gt;
==Z==&lt;br /&gt;
ZAPPA Go&lt;br /&gt;
Zeonic-Corps&lt;br /&gt;
Zero-Shiki Comics&lt;br /&gt;
Zukiki&lt;br /&gt;
zx&lt;br /&gt;
---!&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=454</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=454"/>
		<updated>2008-09-02T19:41:34Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*  */  Added Technical Information section, moved Containers to it, should move Codecs once Codecs are added.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;The BoxTorrents Wiki!&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the new Boxtorrents Wiki. Still under heavy construction.&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
------------Text----------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Information==&lt;br /&gt;
&lt;br /&gt;
* [[Site Rules]] - &#039;&#039;&#039;PLEASE READ THESE BEFORE ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
* [[Blacklist]] &#039;&#039;(Content not allowed to be uploaded/requested on BoxTorrents)&#039;&#039;&lt;br /&gt;
* [[FAQ]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
* [[Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&#039;&#039;&#039;General BitTorrent Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[BT Terminology]]&lt;br /&gt;
*[[BT Clients]] &#039;&#039;(still needs work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guides&#039;&#039;&#039;&lt;br /&gt;
*[[CCCP Installation Walkthrough]] with screencaps &#039;&#039;([[Special:Upload|Upload]] needs to be enabled first)&#039;&#039;&lt;br /&gt;
*[[How to create torrent files]] &#039;&#039;(Needs more information)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Playback&#039;&#039;&#039;&lt;br /&gt;
*[[Mac Video Playback]]&lt;br /&gt;
*[[Linux Video Playback]]&lt;br /&gt;
*[[Windows Video Playback]] &#039;&#039;(Still needs some work)&#039;&#039;&lt;br /&gt;
*[[Common Playback Problems]] &#039;&#039;(Still needs a ton of work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Technical Information&#039;&#039;&#039;&lt;br /&gt;
*[[Containers]] &#039;&#039;(Needs a little work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do List&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[IRC]] &#039;&#039;(still needs some work)&#039;&#039;&lt;br /&gt;
*[[CCCP]] &#039;&#039;(Raw Version)&#039;&#039;&lt;br /&gt;
*Codecs&lt;br /&gt;
*What is [[Anime]]?&#039;&#039; (still needs some work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Common_Playback_Problems&amp;diff=453</id>
		<title>Talk:Common Playback Problems</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Common_Playback_Problems&amp;diff=453"/>
		<updated>2008-09-02T08:09:28Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;That Platform Agnostic section is very childish. I&#039;m commenting it out.  Somebody please put something grown up there. -[[User:iddqd|iddqd]]&lt;br /&gt;
&lt;br /&gt;
* I will agree with you on that one.  Perhaps a short list of basic system requirements would be in better order? -[[User:ZeroGman|ZeroGman]]&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Common_Playback_Problems&amp;diff=452</id>
		<title>Talk:Common Playback Problems</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Common_Playback_Problems&amp;diff=452"/>
		<updated>2008-09-02T08:08:25Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Platform Agnostic */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;That Platform Agnostic section is very childish. I&#039;m commenting it out.  Somebody please put something grown up there. -[[User:iddqd|iddqd]]&lt;br /&gt;
&lt;br /&gt;
* I will agree with you on that one.  Perhaps a short list of basic system requirements would be in better order?&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Talk:Common_Playback_Problems&amp;diff=451</id>
		<title>Talk:Common Playback Problems</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Talk:Common_Playback_Problems&amp;diff=451"/>
		<updated>2008-09-02T08:07:38Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Platform Agnostic */ new section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;That Platform Agnostic section is very childish. I&#039;m commenting it out.  Somebody please put something grown up there. -[[User:iddqd|iddqd]]&lt;br /&gt;
&lt;br /&gt;
== Platform Agnostic ==&lt;br /&gt;
&lt;br /&gt;
I will agree with you on that one.  Perhaps a short list of basic system requirements would be in better order?&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=How_to_create_torrent_files&amp;diff=432</id>
		<title>How to create torrent files</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=How_to_create_torrent_files&amp;diff=432"/>
		<updated>2008-09-01T22:06:34Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Creating Torrent Files with Different Clients */ noted UI change from Official BitTorrent client 6.0 to 6.1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is aimed at providing a simple guide for BoxTorrents users to follow when creating torrents and offering them to the BoxTorrents tracker. Remember to read the [[Blacklist]] before attempting to offer to the tracker. &lt;br /&gt;
&lt;br /&gt;
==Creating Torrent Files with Different Clients==&lt;br /&gt;
;Azureus: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;uTorrent 1.7 -1.8.1:&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD) &lt;br /&gt;
# Open uTorrent&lt;br /&gt;
# Select &#039;&#039;&#039;File&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039;, or alternatively select the &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039; button&lt;br /&gt;
# To select a single file, select &#039;&#039;&#039;Add File&#039;&#039;&#039;. To select a folder containing files and folders, select &#039;&#039;&#039;Add Directory&#039;&#039;&#039;. &lt;br /&gt;
# Select the files or folders you wish to upload and press &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
# In the Trackers box, add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# Place a checkmark in the box that says &#039;&#039;&#039;private torrent&#039;&#039;&#039;. &lt;br /&gt;
# Select &#039;&#039;&#039;Create and Save as&#039;&#039;&#039;..., the .torrent file will be created. &lt;br /&gt;
# Select the destination you wish your file to be created in and click &#039;&#039;&#039;Save&#039;&#039;&#039;. &lt;br /&gt;
# You are done. You are now ready to offer to the tracker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Official BitTorrent 6&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD) &lt;br /&gt;
# Open BitTorrent&lt;br /&gt;
# Select &#039;&#039;&#039;File&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039;, or alternatively select the &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039; button (The icon looks like a Sun for 6.0.0 to 6.0.3 | a magic wand on 6.1)&lt;br /&gt;
# To select a single file, select &#039;&#039;&#039;Add File&#039;&#039;&#039;. To select a folder containing files and folders, select &#039;&#039;&#039;Add Directory&#039;&#039;&#039;. &lt;br /&gt;
# Select the files or folders you wish to upload and press &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
# In the Trackers box, add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# Place a checkmark in the box that says &#039;&#039;&#039;Private torrent&#039;&#039;&#039;. &amp;lt;sup&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/sup&amp;gt; &lt;br /&gt;
# Select &#039;&#039;&#039;Create and Save as&#039;&#039;&#039;..., the .torrent file will be created. &lt;br /&gt;
# Select the destination you wish your file to be created in and click &#039;&#039;&#039;Save&#039;&#039;&#039;. &lt;br /&gt;
# You are done. You are now ready to offer to the tracker.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/sup&amp;gt; - Also, you may want to check &#039;&#039;&#039;Start seeding&#039;&#039;&#039; so you do not have to worry about doing so later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Transmission 1.3x:&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD)&lt;br /&gt;
# Open Transmission&lt;br /&gt;
# Select &#039;&#039;&#039;File &amp;gt; Create Torrent File...&#039;&#039;&#039; or click the Create Torrent File button on the toolbar&lt;br /&gt;
# Select your file(s) or folder(s) in the file dialog that opens and press &#039;&#039;&#039;Select&#039;&#039;&#039;&lt;br /&gt;
# Click the &amp;quot;+&amp;quot; button under the Trackers box and add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# In the comments box, type any information that you want downloaders to know (this may include the author&#039;s name, torrent contents, or other information about the torrent)&lt;br /&gt;
# Check the &#039;&#039;&#039;Private&#039;&#039;&#039; checkbox&lt;br /&gt;
# Select where you would like your torrent file to be saved to by clicking &#039;&#039;&#039;Change...&#039;&#039;&#039; and click &#039;&#039;&#039;Select&#039;&#039;&#039;&lt;br /&gt;
# Click &#039;&#039;&#039;Create&#039;&#039;&#039;. You are now ready to offer your torrent to the BoxTorrents tracker.&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Containers&amp;diff=431</id>
		<title>Containers</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Containers&amp;diff=431"/>
		<updated>2008-09-01T21:50:27Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: Containers:  Added summary at top, still needs table of contents&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is meant to be purely informational, offering an overview of common containers found on BoxTorrents.&lt;br /&gt;
&lt;br /&gt;
==Containers==&lt;br /&gt;
&lt;br /&gt;
A container format is a file format that can contain various types of data, compressed by  means of standardized audio/video codecs. The container file is used to identify and interleave the different data types. Simpler container formats can contain different types of audio codecs, while more advanced container formats can support multiple audio and video streams, subtitles, chapter-information, and meta-data - along with the synchronization information needed to play back the various streams together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some containers are exclusive to audio:&lt;br /&gt;
* AIFF (IFF file format, widely used on Mac OS platform)&lt;br /&gt;
* WAV  (RIFF file format, widely used on Microsoft Windows platform)&lt;br /&gt;
* XMF  (XMF Extensible Music Format XMF)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other flexible containers can hold many types of audio and video, as well as other media. The most popular containers currently used on BoxTorrents are, but not limited too, the following:&lt;br /&gt;
* Advanced Systems Format (ASF) (standard container for Microsoft Windows Media Audio WMA and WMV&lt;br /&gt;
* AVI (the standard Microsoft Windows container, also based on RIFF)&lt;br /&gt;
* DivX (Media format created by DivX, Inc.)&lt;br /&gt;
* Matroska / MKV (not standard for any codec or system, but it is an open standard and open source container format).&lt;br /&gt;
* MPEG transport stream|MPEG-2 transport stream (TS) (a.k.a. MPEG-TS) (standard container for digital broadcasting; typically contains multiple video and audio streams, and an electronic program guide) and program stream (PS)&lt;br /&gt;
* MPEG-4 Part 14|MP4 (standard audio and video container for the MPEG-4 multimedia portfolio)&lt;br /&gt;
* Ogg (standard audio container for Xiph.Org Foundation|Xiph.org codecs, can also contain video (as in Ogg Theora))&lt;br /&gt;
* OGM (&amp;quot;Ogg Media&amp;quot;, standard video container for Xiph.Org Foundation codecs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other container formats, only major ones and those pertaining to BoxTorrents will be mentioned here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
The following are several issues which exist over the container to use.&lt;br /&gt;
# Popularity; how widely supported a container is. (Not a big issue with CCCP)&lt;br /&gt;
# Overhead; the difference in file-size between two files with the same content in a different container. (MyVideo.ogg is 230Mb while MyVideo.mkv is 220Mb and final output is the same, just an example of this, not an actual case.)&lt;br /&gt;
# Support for advanced codec functionality.  Older formats such as AVI do not support new codec features like B-frames, Variable_bitrate (VBR) audio, Variable frame rate (VFR) natively, although the format may be &amp;quot;hacked&amp;quot; to add support, creating compatibility problems.&lt;br /&gt;
# Support for advanced content, such as chapters, subtitles, meta-tags, user-data.&lt;br /&gt;
# Support of streaming media.  (Not an issue with BoxTorrents though)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
#[http://en.wikipedia.org/wiki/Container_format_(digital) Wikipedia Container format]&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=BT_clients&amp;diff=430</id>
		<title>BT clients</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=BT_clients&amp;diff=430"/>
		<updated>2008-09-01T21:45:52Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: Fixed spelling error&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 under &#039;&#039;[[BT Clients#Bad|Bad]]&#039;&#039; since they are not suggested to use with BoxTorrents because of different reasons.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:green&amp;quot;&amp;gt;Good&amp;lt;/span&amp;gt;===&lt;br /&gt;
;[http://www.utorrent.com/ µTorrent] or [http://www.utorrent.com/ uTorrent]  (Windows, WINE)&lt;br /&gt;
*One of the most preferred clients on BoxTorrents. 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 BoxTorrents. 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;
;[http://libtorrent.rakshasa.no/ rTorrent] (Linux, cygwin?)&lt;br /&gt;
* A mature BitTorrent client built around the libTorrent C++ library. Terminal based.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:orange&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://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 [[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 [[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 [[uTorrent]] client. Only big difference from [[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;
&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 seperatly).&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;
&lt;br /&gt;
===&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;Bad&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 BoxTorrents 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 [[BitComet]] client and includes adware and malware. It is not suggested for use in the BoxTorrents 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;
&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>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=429</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Main_Page&amp;diff=429"/>
		<updated>2008-09-01T21:33:08Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /*  */  Added link to container page, made note about it&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
------------------------------Banner------------------------------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:100%; background:#402365; margin-top:1.2em; border:1px solid #ccc;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:56%; color:#000&amp;quot;| &amp;lt;!-- &lt;br /&gt;
&lt;br /&gt;
-----------&amp;quot;Welcome to BoxTorrents&amp;quot;----------&amp;gt;&lt;br /&gt;
{| style=&amp;quot;width:99%; border:solid 0px; background:none;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:600px; text-align:center; white-space:nowrap; color:#fff;&amp;quot;|&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:162%; border:none; margin:0; padding:.1em; color:#fff;&amp;quot;&amp;gt;The BoxTorrents Wiki!&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:90%; border:none; margin:0; padding:.1em; color:#c06c8d;&amp;quot;&amp;gt;&#039;&#039;&#039;Welcome to the new Boxtorrents Wiki. Still under heavy construction.&#039;&#039;&#039; &amp;lt;/div&amp;gt;&lt;br /&gt;
|}&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
------------Text----------&amp;gt;&lt;br /&gt;
|style=&amp;quot;width:1%; font-size:95%;&amp;quot;|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Important Information==&lt;br /&gt;
&lt;br /&gt;
* [[Site Rules]] - &#039;&#039;&#039;PLEASE READ THESE BEFORE ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
* [[Blacklist]] &#039;&#039;(Content not allowed to be uploaded/requested on BoxTorrents)&#039;&#039;&lt;br /&gt;
* [[FAQ]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
* [[Troubleshooting]] &#039;&#039;(Needs content/updating)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== ==&lt;br /&gt;
&#039;&#039;&#039;General BitTorrent Information&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[BT Terminology]]&lt;br /&gt;
*[[BT Clients]] &#039;&#039;(still needs work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Guides&#039;&#039;&#039;&lt;br /&gt;
*[[CCCP Installation Walkthrough]] with screencaps &#039;&#039;([[Special:Upload|Upload]] needs to be enabled first)&#039;&#039;&lt;br /&gt;
*[[How to create torrent files]] &#039;&#039;(Needs more information)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Video Playback&#039;&#039;&#039;&lt;br /&gt;
*[[Mac Video Playback]]&lt;br /&gt;
*[[Linux Video Playback]]&lt;br /&gt;
*[[Windows Video Playback]] &#039;&#039;(Still needs some work)&#039;&#039;&lt;br /&gt;
*[[Common Playback Problems]] &#039;&#039;(Still needs a ton of work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;To Do List&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*[[IRC]] &#039;&#039;(still needs some work)&#039;&#039;&lt;br /&gt;
*[[CCCP]] &#039;&#039;(Raw Version)&#039;&#039;&lt;br /&gt;
*Codecs&lt;br /&gt;
*[[Containers]] &#039;&#039;(Needs a little work)&#039;&#039;&lt;br /&gt;
*What is [[Anime]]?&#039;&#039; (still needs some work)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Containers&amp;diff=428</id>
		<title>Containers</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Containers&amp;diff=428"/>
		<updated>2008-09-01T21:31:41Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Containers */ Created containers page using information from the official Wikipedia&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Containers==&lt;br /&gt;
&lt;br /&gt;
A container format is a file format that can contain various types of data, compressed by  means of standardized audio/video codecs. The container file is used to identify and interleave the different data types. Simpler container formats can contain different types of audio codecs, while more advanced container formats can support multiple audio and video streams, subtitles, chapter-information, and meta-data - along with the synchronization information needed to play back the various streams together.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Some containers are exclusive to audio:&lt;br /&gt;
* AIFF (IFF file format, widely used on Mac OS platform)&lt;br /&gt;
* WAV  (RIFF file format, widely used on Microsoft Windows platform)&lt;br /&gt;
* XMF  (XMF Extensible Music Format XMF)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Other flexible containers can hold many types of audio and video, as well as other media. The most popular containers currently used on BoxTorrents are, but not limited too, the following:&lt;br /&gt;
* Advanced Systems Format (ASF) (standard container for Microsoft Windows Media Audio WMA and WMV&lt;br /&gt;
* AVI (the standard Microsoft Windows container, also based on RIFF)&lt;br /&gt;
* DivX (Media format created by DivX, Inc.)&lt;br /&gt;
* Matroska / MKV (not standard for any codec or system, but it is an open standard and open source container format).&lt;br /&gt;
* MPEG transport stream|MPEG-2 transport stream (TS) (a.k.a. MPEG-TS) (standard container for digital broadcasting; typically contains multiple video and audio streams, and an electronic program guide) and program stream (PS)&lt;br /&gt;
* MPEG-4 Part 14|MP4 (standard audio and video container for the MPEG-4 multimedia portfolio)&lt;br /&gt;
* Ogg (standard audio container for Xiph.Org Foundation|Xiph.org codecs, can also contain video (as in Ogg Theora))&lt;br /&gt;
* OGM (&amp;quot;Ogg Media&amp;quot;, standard video container for Xiph.Org Foundation codecs)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are many other container formats, only major ones and those pertaining to BoxTorrents will be mentioned here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
The following are several issues which exist over the container to use.&lt;br /&gt;
# Popularity; how widely supported a container is. (Not a big issue with CCCP)&lt;br /&gt;
# Overhead; the difference in file-size between two files with the same content in a different container. (MyVideo.ogg is 230Mb while MyVideo.mkv is 220Mb and final output is the same, just an example of this, not an actual case.)&lt;br /&gt;
# Support for advanced codec functionality.  Older formats such as AVI do not support new codec features like B-frames, Variable_bitrate (VBR) audio, Variable frame rate (VFR) natively, although the format may be &amp;quot;hacked&amp;quot; to add support, creating compatibility problems.&lt;br /&gt;
# Support for advanced content, such as chapters, subtitles, meta-tags, user-data.&lt;br /&gt;
# Support of streaming media.  (Not an issue with BoxTorrents though)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
#[http://en.wikipedia.org/wiki/Container_format_(digital) Wikipedia Container format]&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Common_Playback_Problems&amp;diff=427</id>
		<title>Common Playback Problems</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Common_Playback_Problems&amp;diff=427"/>
		<updated>2008-09-01T20:22:22Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Windows */  Added screen shot and further instructions to sound issue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this page is a compiled list of commonly encountered problems when playing videos on different platforms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Platform Agnostic==&lt;br /&gt;
;Required:&lt;br /&gt;
# A functional computer made in the last 10 years&lt;br /&gt;
# A mouse&lt;br /&gt;
# A brain&lt;br /&gt;
# The ability to read&lt;br /&gt;
# Hands or other equipment capable of tactile movements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Recommended:&lt;br /&gt;
# A functional computer made in the last 3 years&lt;br /&gt;
# A mouse and keyboard&lt;br /&gt;
# A working brain&lt;br /&gt;
# Intelligence and some modicum of education&lt;br /&gt;
# Hands&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that all solutions for the following problems assume that you have [[CCCP]] installed on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;I tried playing a video and the sound is awful! However, nobody else has complained...:&lt;br /&gt;
Run CCCP configuration again, and select an audio setting that best fits your speakers. You&#039;ll most likely have a 2.0 set-up.  Select your speaker configuration from the drop down box on the first page of the CCCP Settings window. [http://i37.tinypic.com/11w3r7c.jpg Screenshot]&lt;br /&gt;
* True multi-channel sound can only be obtained with proper physical speaker configuration.  Even if you have a 5.1 system, running a normal 3.5mm stereo output from your computer to it will only deliver 2.0 output.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Why is the sound and video not synced in my h264 file?:&lt;br /&gt;
&#039;&#039;Stolen from [http://forums.boxtorrents.com/index.php?topic=8513.0 Psyren&#039;s H.264 Guide]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This guide is intended for use by those who are currently using the latest [http://www.cccp-project.net CCCP] (version 2008-1-24 as of this guide). For those who are not using it, find a way to disable your codec pack&#039;s h264 decoder.&lt;br /&gt;
&lt;br /&gt;
;Some preliminary steps:&lt;br /&gt;
# Using Windows Media Player or VLC makes this guide pointless. I recommend Media Player Classic (included in the CCCP), or the newer Media Player Classic Home Cinema (google &#039;MPC HC&#039;).&lt;br /&gt;
# Free up your RAM. A lack of free RAM has been known to cause streaming problems between your HDD and CPU when playing video on older PCs, made all the worse by the CPU barely being able to keep up. Download [http://www.download.com/FreeRAM-XP-Pro/3000-2086-10070530.html?part=dl-FreeRAMXP&amp;amp;subj=dl&amp;amp;tag=button FreeRAM XP Pro] and run it to clear some free space in your memory before attempting to play the video.&lt;br /&gt;
# This is sort of a &#039;last resort&#039; step, since it removes some of the eye candy that soft subs can provide. Pre-buffer the subtitles. This will cause special effects such as fading or dynamic resizing to not display, but it will remove a fair amount of laggy spots on h264 video. To do so, go to your CCCP start menu folder -&amp;gt; Filters -&amp;gt; VSFilter configuration. Go to the Misc. tab and check &#039;Pre-buffer subpictures&#039;. Alternatively, if (for what ever reason) you use MPC&#039;s subtitle renderer, then go to MPC&#039;s options menu, click on the Subtitles option on the left side and make sure &#039;Number of subpictures to buffer ahead&#039; is not set to 0. I have no idea what a good figure might be, as I&#039;ve never had to use that option, but the default value is 3.&lt;br /&gt;
&lt;br /&gt;
Now, onto the main part:&lt;br /&gt;
&lt;br /&gt;
;Step 1:&lt;br /&gt;
* Go to your CCCP start menu folder, and click on the settings icon. Uncheck the &#039;h264&#039; button, then click Next -&amp;gt; Apply. You MUST do this step first in order for the next to work.&lt;br /&gt;
&lt;br /&gt;
;Step 2:&lt;br /&gt;
* Find and install CoreAVC Professional. Google (amongst other resources) is your friend here.&lt;br /&gt;
&lt;br /&gt;
* Verify that playback will use the h264 codec you just installed instead of using ffdshow by playing a h264 video in MPC. If successful, the ffdshow video icon will not show up in your taskbar. Done.&lt;br /&gt;
&lt;br /&gt;
* Test out this fix with the [http://varis.se/tom/box/1080ptest-1080p(h264.aac).mkv Kanon 2006 OP upscaled to 1080p]. More HD videos available from [http://thoranime.5gbfree.com/misc%20page.htm THORA&#039;s website].&lt;br /&gt;
&lt;br /&gt;
If, after applying these &#039;fixes&#039;, your PC is still unable to play SD h264 encodes, then it&#039;s definitely time for a new PC or an upgrade. Remember, it&#039;s not the codec at fault, it&#039;s your PC. Don&#039;t complain to us that the PC you bought when the Beatles were around can&#039;t handle it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;I hear dual audio playing in both languages!:&lt;br /&gt;
# Before anything, close the video.&lt;br /&gt;
# Get into the audio codec&#039;s settings.  Programs -&amp;gt; Combined Community Codec Pack -&amp;gt; Filters -&amp;gt; FFDShow Audio Decoder Configuration.&lt;br /&gt;
# Select the &amp;quot;DirectShow Control&amp;quot; menu option on the left.&lt;br /&gt;
# Make sure the &amp;quot;Multiple ffdshow instances:&amp;quot; is set to one of the options that contain &amp;quot;only one&amp;quot;.  If it already is, select either &amp;quot;only one - check all previous filters&amp;quot; or &amp;quot;only one - check all filters in graph&amp;quot; if the other two still don&#039;t work.  If by some weird chance this still doesn&#039;t fix your problem, use a different player.  However, I have yet to find this solution not to work.&lt;br /&gt;
# Play the movie again, and only one audio track should be playing now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;When I switch subtitle and/or audio tracks, the playback freezes!:&lt;br /&gt;
# This has happened for me only with ogm/ogg, only once on mkv videos.  Unfortunately the only workaround to try is switching players.  Please check the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forum] for help if changing players doesn&#039;t resolve this issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Obviously, please check the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forums] for issues not mentioned in here.&lt;br /&gt;
&lt;br /&gt;
Second obviously, get the [http://www.cccp-project.net CCCP], this is emphasized enough that everyone should have it if they can use it. (If you haven&#039;t already, you must be truly stubborn!)&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
;I tried playing an AVI file in Quicktime Player (or some other QT-based player) but the video doesn&#039;t show up. What&#039;s wrong?:&lt;br /&gt;
Two possibilities exist:&lt;br /&gt;
*The AVI file uses DivX or XviD for its video track and you do not have a DivX codec installed. To resolve this, install [[Perian Quicktime Components]].&lt;br /&gt;
*Your AVI file is one of the rare videos that Quicktime/Perian will not play for some reason. The solution to this problem is to play the video with one the standalone video players listed at [[Mac Video Playback]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;I have Perian installed, but MKV video files are either associated with a non-QT player or are not associated with any player at all. How can I fix this?:&lt;br /&gt;
By default, Quicktime Player cannot open MKV files. Because of this, even when Perian is installed, it will not show up as an application that is capable of opening MKV files. To fix this, first install [http://www.macupdate.com/info.php/id/25243/perian%27s-type-installer Perian&#039;s Type Installer]. If MKV files are still not associated with QT Player after that, use File &amp;gt; Get Info on any MKV file in the Finder, change its association in that window, and click &amp;quot;Change All...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
http://wiki.videolan.org/Linux_VLC_FAQ &amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.multimedia.cx/index.php?title=MPlayer_FAQ&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=Common_Playback_Problems&amp;diff=426</id>
		<title>Common Playback Problems</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=Common_Playback_Problems&amp;diff=426"/>
		<updated>2008-09-01T19:55:58Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Windows */ reworded first preliminary tip, added two more problems&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;On this page is a compiled list of commonly encountered problems when playing videos on different platforms.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Platform Agnostic==&lt;br /&gt;
;Required:&lt;br /&gt;
# A functional computer made in the last 10 years&lt;br /&gt;
# A mouse&lt;br /&gt;
# A brain&lt;br /&gt;
# The ability to read&lt;br /&gt;
# Hands or other equipment capable of tactile movements&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Recommended:&lt;br /&gt;
# A functional computer made in the last 3 years&lt;br /&gt;
# A mouse and keyboard&lt;br /&gt;
# A working brain&lt;br /&gt;
# Intelligence and some modicum of education&lt;br /&gt;
# Hands&lt;br /&gt;
&lt;br /&gt;
==Windows==&lt;br /&gt;
&lt;br /&gt;
Please keep in mind that all solutions for the following problems assume that you have [[CCCP]] installed on your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;I tried playing a video and the sound is awful! However, nobody else has complained...:&lt;br /&gt;
Run CCCP configuration again, and select an audio setting that best fits your speakers. You&#039;ll most likely have a 2.0 set-up. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Why is the sound and video not synced in my h264 file?:&lt;br /&gt;
&#039;&#039;Stolen from [http://forums.boxtorrents.com/index.php?topic=8513.0 Psyren&#039;s H.264 Guide]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
This guide is intended for use by those who are currently using the latest [http://www.cccp-project.net CCCP] (version 2008-1-24 as of this guide). For those who are not using it, find a way to disable your codec pack&#039;s h264 decoder.&lt;br /&gt;
&lt;br /&gt;
;Some preliminary steps:&lt;br /&gt;
# Using Windows Media Player or VLC makes this guide pointless. I recommend Media Player Classic (included in the CCCP), or the newer Media Player Classic Home Cinema (google &#039;MPC HC&#039;).&lt;br /&gt;
# Free up your RAM. A lack of free RAM has been known to cause streaming problems between your HDD and CPU when playing video on older PCs, made all the worse by the CPU barely being able to keep up. Download [http://www.download.com/FreeRAM-XP-Pro/3000-2086-10070530.html?part=dl-FreeRAMXP&amp;amp;subj=dl&amp;amp;tag=button FreeRAM XP Pro] and run it to clear some free space in your memory before attempting to play the video.&lt;br /&gt;
# This is sort of a &#039;last resort&#039; step, since it removes some of the eye candy that soft subs can provide. Pre-buffer the subtitles. This will cause special effects such as fading or dynamic resizing to not display, but it will remove a fair amount of laggy spots on h264 video. To do so, go to your CCCP start menu folder -&amp;gt; Filters -&amp;gt; VSFilter configuration. Go to the Misc. tab and check &#039;Pre-buffer subpictures&#039;. Alternatively, if (for what ever reason) you use MPC&#039;s subtitle renderer, then go to MPC&#039;s options menu, click on the Subtitles option on the left side and make sure &#039;Number of subpictures to buffer ahead&#039; is not set to 0. I have no idea what a good figure might be, as I&#039;ve never had to use that option, but the default value is 3.&lt;br /&gt;
&lt;br /&gt;
Now, onto the main part:&lt;br /&gt;
&lt;br /&gt;
;Step 1:&lt;br /&gt;
* Go to your CCCP start menu folder, and click on the settings icon. Uncheck the &#039;h264&#039; button, then click Next -&amp;gt; Apply. You MUST do this step first in order for the next to work.&lt;br /&gt;
&lt;br /&gt;
;Step 2:&lt;br /&gt;
* Find and install CoreAVC Professional. Google (amongst other resources) is your friend here.&lt;br /&gt;
&lt;br /&gt;
* Verify that playback will use the h264 codec you just installed instead of using ffdshow by playing a h264 video in MPC. If successful, the ffdshow video icon will not show up in your taskbar. Done.&lt;br /&gt;
&lt;br /&gt;
* Test out this fix with the [http://varis.se/tom/box/1080ptest-1080p(h264.aac).mkv Kanon 2006 OP upscaled to 1080p]. More HD videos available from [http://thoranime.5gbfree.com/misc%20page.htm THORA&#039;s website].&lt;br /&gt;
&lt;br /&gt;
If, after applying these &#039;fixes&#039;, your PC is still unable to play SD h264 encodes, then it&#039;s definitely time for a new PC or an upgrade. Remember, it&#039;s not the codec at fault, it&#039;s your PC. Don&#039;t complain to us that the PC you bought when the Beatles were around can&#039;t handle it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;I hear dual audio playing in both languages!:&lt;br /&gt;
# Before anything, close the video.&lt;br /&gt;
# Get into the audio codec&#039;s settings.  Programs -&amp;gt; Combined Community Codec Pack -&amp;gt; Filters -&amp;gt; FFDShow Audio Decoder Configuration.&lt;br /&gt;
# Select the &amp;quot;DirectShow Control&amp;quot; menu option on the left.&lt;br /&gt;
# Make sure the &amp;quot;Multiple ffdshow instances:&amp;quot; is set to one of the options that contain &amp;quot;only one&amp;quot;.  If it already is, select either &amp;quot;only one - check all previous filters&amp;quot; or &amp;quot;only one - check all filters in graph&amp;quot; if the other two still don&#039;t work.  If by some weird chance this still doesn&#039;t fix your problem, use a different player.  However, I have yet to find this solution not to work.&lt;br /&gt;
# Play the movie again, and only one audio track should be playing now.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;When I switch subtitle and/or audio tracks, the playback freezes!:&lt;br /&gt;
# This has happened for me only with ogm/ogg, only once on mkv videos.  Unfortunately the only workaround to try is switching players.  Please check the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forum] for help if changing players doesn&#039;t resolve this issue.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Obviously, please check the [http://forums.boxtorrents.com/index.php?board=27.0 Playback Forums] for issues not mentioned in here.&lt;br /&gt;
&lt;br /&gt;
Second obviously, get the [http://www.cccp-project.net CCCP], this is emphasized enough that everyone should have it if they can use it. (If you haven&#039;t already, you must be truly stubborn!)&lt;br /&gt;
&lt;br /&gt;
==Mac==&lt;br /&gt;
&lt;br /&gt;
;I tried playing an AVI file in Quicktime Player (or some other QT-based player) but the video doesn&#039;t show up. What&#039;s wrong?:&lt;br /&gt;
Two possibilities exist:&lt;br /&gt;
*The AVI file uses DivX or XviD for its video track and you do not have a DivX codec installed. To resolve this, install [[Perian Quicktime Components]].&lt;br /&gt;
*Your AVI file is one of the rare videos that Quicktime/Perian will not play for some reason. The solution to this problem is to play the video with one the standalone video players listed at [[Mac Video Playback]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;I have Perian installed, but MKV video files are either associated with a non-QT player or are not associated with any player at all. How can I fix this?:&lt;br /&gt;
By default, Quicktime Player cannot open MKV files. Because of this, even when Perian is installed, it will not show up as an application that is capable of opening MKV files. To fix this, first install [http://www.macupdate.com/info.php/id/25243/perian%27s-type-installer Perian&#039;s Type Installer]. If MKV files are still not associated with QT Player after that, use File &amp;gt; Get Info on any MKV file in the Finder, change its association in that window, and click &amp;quot;Change All...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Linux==&lt;br /&gt;
http://wiki.videolan.org/Linux_VLC_FAQ &amp;lt;br&amp;gt;&lt;br /&gt;
http://wiki.multimedia.cx/index.php?title=MPlayer_FAQ&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=How_to_create_torrent_files&amp;diff=425</id>
		<title>How to create torrent files</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=How_to_create_torrent_files&amp;diff=425"/>
		<updated>2008-09-01T19:02:44Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Creating Torrent Files with Different Clients */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is aimed at providing a simple guide for BoxTorrents users to follow when creating torrents and offering them to the BoxTorrents tracker. Remember to read the [[Blacklist]] before attempting to offer to the tracker. &lt;br /&gt;
&lt;br /&gt;
==Creating Torrent Files with Different Clients==&lt;br /&gt;
;Azureus: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;uTorrent 1.7 -1.8.1:&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD) &lt;br /&gt;
# Open uTorrent&lt;br /&gt;
# Select &#039;&#039;&#039;File&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039;, or alternatively select the &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039; button&lt;br /&gt;
# To select a single file, select &#039;&#039;&#039;Add File&#039;&#039;&#039;. To select a folder containing files and folders, select &#039;&#039;&#039;Add Directory&#039;&#039;&#039;. &lt;br /&gt;
# Select the files or folders you wish to upload and press &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
# In the Trackers box, add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# Place a checkmark in the box that says &#039;&#039;&#039;private torrent&#039;&#039;&#039;. &lt;br /&gt;
# Select &#039;&#039;&#039;Create and Save as&#039;&#039;&#039;..., the .torrent file will be created. &lt;br /&gt;
# Select the destination you wish your file to be created in and click &#039;&#039;&#039;Save&#039;&#039;&#039;. &lt;br /&gt;
# You are done. You are now ready to offer to the tracker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Official BitTorrent 6&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD) &lt;br /&gt;
# Open BitTorrent&lt;br /&gt;
# Select &#039;&#039;&#039;File&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039;, or alternatively select the &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039; button (The icon looks like a Sun)&lt;br /&gt;
# To select a single file, select &#039;&#039;&#039;Add File&#039;&#039;&#039;. To select a folder containing files and folders, select &#039;&#039;&#039;Add Directory&#039;&#039;&#039;. &lt;br /&gt;
# Select the files or folders you wish to upload and press &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
# In the Trackers box, add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# Place a checkmark in the box that says &#039;&#039;&#039;Private torrent&#039;&#039;&#039;. &amp;lt;sup&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/sup&amp;gt; &lt;br /&gt;
# Select &#039;&#039;&#039;Create and Save as&#039;&#039;&#039;..., the .torrent file will be created. &lt;br /&gt;
# Select the destination you wish your file to be created in and click &#039;&#039;&#039;Save&#039;&#039;&#039;. &lt;br /&gt;
# You are done. You are now ready to offer to the tracker.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;sup&amp;gt;&#039;&#039;&#039;1&#039;&#039;&#039;&amp;lt;/sup&amp;gt; - Also, you may want to check &#039;&#039;&#039;Start seeding&#039;&#039;&#039; so you do not have to worry about doing so later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Transmission 1.3x:&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD)&lt;br /&gt;
# Open Transmission&lt;br /&gt;
# Select &#039;&#039;&#039;File &amp;gt; Create Torrent File...&#039;&#039;&#039; or click the Create Torrent File button on the toolbar&lt;br /&gt;
# Select your file(s) or folder(s) in the file dialog that opens and press &#039;&#039;&#039;Select&#039;&#039;&#039;&lt;br /&gt;
# Click the &amp;quot;+&amp;quot; button under the Trackers box and add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# In the comments box, type any information that you want downloaders to know (this may include the author&#039;s name, torrent contents, or other information about the torrent)&lt;br /&gt;
# Check the &#039;&#039;&#039;Private&#039;&#039;&#039; checkbox&lt;br /&gt;
# Select where you would like your torrent file to be saved to by clicking &#039;&#039;&#039;Change...&#039;&#039;&#039; and click &#039;&#039;&#039;Select&#039;&#039;&#039;&lt;br /&gt;
# Click &#039;&#039;&#039;Create&#039;&#039;&#039;. You are now ready to offer your torrent to the BoxTorrents tracker.&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
	<entry>
		<id>https://wiki.bakabt.me/index.php?title=How_to_create_torrent_files&amp;diff=424</id>
		<title>How to create torrent files</title>
		<link rel="alternate" type="text/html" href="https://wiki.bakabt.me/index.php?title=How_to_create_torrent_files&amp;diff=424"/>
		<updated>2008-09-01T18:58:54Z</updated>

		<summary type="html">&lt;p&gt;ZeroGman: /* Creating Torrent Files with Different Clients */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article is aimed at providing a simple guide for BoxTorrents users to follow when creating torrents and offering them to the BoxTorrents tracker. Remember to read the [[Blacklist]] before attempting to offer to the tracker. &lt;br /&gt;
&lt;br /&gt;
==Creating Torrent Files with Different Clients==&lt;br /&gt;
;Azureus: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;uTorrent 1.7 -1.8.1:&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD) &lt;br /&gt;
# Open uTorrent&lt;br /&gt;
# Select &#039;&#039;&#039;File&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039;, or alternatively select the &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039; button&lt;br /&gt;
# To select a single file, select &#039;&#039;&#039;Add File&#039;&#039;&#039;. To select a folder containing files and folders, select &#039;&#039;&#039;Add Directory&#039;&#039;&#039;. &lt;br /&gt;
# Select the files or folders you wish to upload and press &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
# In the Trackers box, add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# Place a checkmark in the box that says &#039;&#039;&#039;private torrent&#039;&#039;&#039;. &lt;br /&gt;
# Select &#039;&#039;&#039;Create and Save as&#039;&#039;&#039;..., the .torrent file will be created. &lt;br /&gt;
# Select the destination you wish your file to be created in and click &#039;&#039;&#039;Save&#039;&#039;&#039;. &lt;br /&gt;
# You are done. You are now ready to offer to the tracker.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Official BitTorrent 6&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD) &lt;br /&gt;
# Open BitTorrent&lt;br /&gt;
# Select &#039;&#039;&#039;File&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039;, or alternatively select the &#039;&#039;&#039;Create New Torrent&#039;&#039;&#039; button (The icon looks like a Sun)&lt;br /&gt;
# To select a single file, select &#039;&#039;&#039;Add File&#039;&#039;&#039;. To select a folder containing files and folders, select &#039;&#039;&#039;Add Directory&#039;&#039;&#039;. &lt;br /&gt;
# Select the files or folders you wish to upload and press &#039;&#039;&#039;OK&#039;&#039;&#039;. &lt;br /&gt;
# In the Trackers box, add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# Place a checkmark in the box that says &#039;&#039;&#039;Private torrent&#039;&#039;&#039;. * &lt;br /&gt;
# Select &#039;&#039;&#039;Create and Save as&#039;&#039;&#039;..., the .torrent file will be created. &lt;br /&gt;
# Select the destination you wish your file to be created in and click &#039;&#039;&#039;Save&#039;&#039;&#039;. &lt;br /&gt;
# You are done. You are now ready to offer to the tracker.&lt;br /&gt;
&lt;br /&gt;
* - Also, you may want to check &#039;&#039;&#039;Start seeding&#039;&#039;&#039; so you do not have to worry about doing so later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;Transmission 1.3x:&lt;br /&gt;
# Assemble the file(s) and folder(s) in the way you wish it to be presented. (ie. Series in folders, Manga in archived files, OSTs organized by CD)&lt;br /&gt;
# Open Transmission&lt;br /&gt;
# Select &#039;&#039;&#039;File &amp;gt; Create Torrent File...&#039;&#039;&#039; or click the Create Torrent File button on the toolbar&lt;br /&gt;
# Select your file(s) or folder(s) in the file dialog that opens and press &#039;&#039;&#039;Select&#039;&#039;&#039;&lt;br /&gt;
# Click the &amp;quot;+&amp;quot; button under the Trackers box and add the address &#039;&#039;&#039;http://tracker.boxtorrents.com:2710/announce.php&#039;&#039;&#039;&lt;br /&gt;
# In the comments box, type any information that you want downloaders to know (this may include the author&#039;s name, torrent contents, or other information about the torrent)&lt;br /&gt;
# Check the &#039;&#039;&#039;Private&#039;&#039;&#039; checkbox&lt;br /&gt;
# Select where you would like your torrent file to be saved to by clicking &#039;&#039;&#039;Change...&#039;&#039;&#039; and click &#039;&#039;&#039;Select&#039;&#039;&#039;&lt;br /&gt;
# Click &#039;&#039;&#039;Create&#039;&#039;&#039;. You are now ready to offer your torrent to the BoxTorrents tracker.&lt;/div&gt;</summary>
		<author><name>ZeroGman</name></author>
	</entry>
</feed>