diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..42f2a2b --- /dev/null +++ b/Gemfile @@ -0,0 +1,32 @@ +source 'http://rubygems.org' + +gem 'rails', '3.0.0.beta3' + +# Bundle edge Rails instead: +#gem 'rails', :git => 'git://github.com/rails/rails.git' + +gem 'pg' +gem 'color-tools' +gem 'youtube-g' +gem 'less' +gem 'paperclip', :git => 'git://github.com/JasonKing/paperclip.git', :branch => 'rails3' +gem 'libxml-ruby', :require => false +gem 'nokogiri', :require => false +gem "will_paginate", :git => "http://github.com/mislav/will_paginate.git", :branch => "rails3" +# Use unicorn as the web server +# gem 'unicorn' + +# Deploy with Capistrano +# gem 'capistrano' + +# Bundle the extra gems: +# gem 'bj' +# gem 'nokogiri', '1.4.1' +# gem 'sqlite3-ruby', :require => 'sqlite3' +# gem 'aws-s3', :require => 'aws/s3' + +# Bundle gems for certain environments: +# gem 'rspec', :group => :test +# group :test do +# gem 'webrat' +# end diff --git a/README b/README new file mode 100644 index 0000000..bd9b293 --- /dev/null +++ b/README @@ -0,0 +1,674 @@ +GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) 2009 Buras Arkadiusz + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + ASE Copyright (C) 2009 Buras Arkadiusz + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..9cb2046 --- /dev/null +++ b/Rakefile @@ -0,0 +1,10 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require File.expand_path('../config/application', __FILE__) + +require 'rake' +require 'rake/testtask' +require 'rake/rdoctask' + +Rails::Application.load_tasks diff --git a/app/controllers/animes_controller.rb b/app/controllers/animes_controller.rb new file mode 100644 index 0000000..eb05381 --- /dev/null +++ b/app/controllers/animes_controller.rb @@ -0,0 +1,73 @@ +class AnimesController < ApplicationController + + before_filter :authenticate, :only => [:merge, :invalid, :destroy] + before_filter :prepare_query, :only => [:index, :latest] + + def latest + @animes = @query.latest.paginate :per_page => 15, :page => params[:page] + render(:index) + end + + def index + @animes = @query.paginate :per_page => 15, :page => params[:page] + end + + def invalid + @animes = Anime.where("anidb_id IS NULL").order("created_at DESC").all + + end + + def show + @anime = Anime.find_by_permalink!(params[:id]) + @episodes = @anime.episodes.order('number DESC').all(:include => :links) + @titles = @anime.titles.order('main DESC, name ASC').all + end + + def merge + @anime = Anime.find_by_permalink!(params[:id]) + if params[:anidb_id] + Title.find_by_anidb_id!(params[:anidb_id]) + + @destination_anime = Anime.find_or_initialize_by_anidb_id(params[:anidb_id]) + + if @destination_anime.new_record? + @destination_anime.proposeName + @destination_anime.save + end + else + @destination_anime = Anime.find_by_permalink!(params[:anime_id]) + end + + @destination_anime = @anime.merge_with_anime(@destination_anime) + + if @destination_anime + @anime.destroy + redirect_to @destination_anime + else + logger.debug @destination_anime.errors.full_messages.join(", ") + redirect_to invalid_animes_path + end + + end + + def destroy + @anime = Anime.find_by_permalink!(params[:id]) + @anime.destroy + + redirect_to invalid_animes_path + end + + protected + + def prepare_query + @query = Anime.visible + if params[:letter] + if params[:letter] == "0" + @query = @query.where("name !~* '^[a-z]'") # thank god for postgresql regexp + else + @query = @query.where("name ILIKE ?", "#{params[:letter]}%") + end + end + @query = @query.order("name ASC") + end +end diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 0000000..7832beb --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,22 @@ +class ApplicationController < ActionController::Base + protect_from_forgery + layout 'application' + + before_filter :set_locale + + def set_locale + I18n.locale = params[:locale] || :en + end + + def default_url_options(options={}) + {:locale => I18n.locale.to_s} + end + + USER_NAME, PASSWORD = "macbury", "password" + + def authenticate + authenticate_or_request_with_http_basic do |user_name, password| + user_name == USER_NAME && password == PASSWORD + end + end +end diff --git a/app/controllers/links_controller.rb b/app/controllers/links_controller.rb new file mode 100644 index 0000000..d97f1e2 --- /dev/null +++ b/app/controllers/links_controller.rb @@ -0,0 +1,15 @@ +class LinksController < ApplicationController + layout false + before_filter :load_anime + + def show + @link = Link.find(params[:id]) + end + + protected + + def load_anime + @anime = Anime.find_by_permalink!(params[:anime_id]) + end + +end diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb new file mode 100644 index 0000000..5beef75 --- /dev/null +++ b/app/controllers/search_controller.rb @@ -0,0 +1,15 @@ +class SearchController < ApplicationController + + def show + @title = Title.find_by_title(params[:query]).anidb_id rescue 0 + @animes = Anime.visible.where("animes.anidb_id = ? OR animes.name ILIKE ? OR titles.name ILIKE ?", @title, "%#{params[:query]}%", "%#{params[:query]}%").order("updated_at DESC").paginate( + :joins => [:titles], + :per_page => 15, + :page => params[:page], + :select => "DISTINCT (animes.*)") + + + redirect_to @animes.first if @animes.size == 1 + end + +end diff --git a/app/controllers/sources_controller.rb b/app/controllers/sources_controller.rb new file mode 100644 index 0000000..89662a5 --- /dev/null +++ b/app/controllers/sources_controller.rb @@ -0,0 +1,85 @@ +class SourcesController < ApplicationController + before_filter :authenticate + # GET /sources + # GET /sources.xml + def index + @sources = Source.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @sources } + end + end + + # GET /sources/1 + # GET /sources/1.xml + def show + @source = Source.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @source } + end + end + + # GET /sources/new + # GET /sources/new.xml + def new + @source = Source.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @source } + end + end + + # GET /sources/1/edit + def edit + @source = Source.find(params[:id]) + end + + # POST /sources + # POST /sources.xml + def create + @source = Source.new(params[:source]) + + respond_to do |format| + if @source.save + format.html { redirect_to(@source, :notice => 'Source was successfully created.') } + format.xml { render :xml => @source, :status => :created, :location => @source } + else + format.html { render :action => "new" } + format.xml { render :xml => @source.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /sources/1 + # PUT /sources/1.xml + def update + @source = Source.find(params[:id]) + + respond_to do |format| + if @source.update_attributes(params[:source]) + format.html { redirect_to(@source, :notice => 'Source was successfully updated.') } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @source.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /sources/1 + # DELETE /sources/1.xml + def destroy + @source = Source.find(params[:id]) + @source.destroy + + respond_to do |format| + format.html { redirect_to(sources_url) } + format.xml { head :ok } + end + end + +end \ No newline at end of file diff --git a/app/controllers/stylesheets_controller.rb b/app/controllers/stylesheets_controller.rb new file mode 100644 index 0000000..e2f2644 --- /dev/null +++ b/app/controllers/stylesheets_controller.rb @@ -0,0 +1,19 @@ +class StylesheetsController < ApplicationController + #caches_action :show, :for => 24.hours + respond_to :css + + def show + @wallpaper = YAML.load_file(File.join([Rails.root, "config/wallpaper.yml"])) + + stylesheet_filename = File.join([Rails.root, 'app', 'stylesheets', "#{params[:name]}.less"]) + + if File.exists?(stylesheet_filename) + stylesheet = render_to_string(stylesheet_filename, :layout => false) + + render :text => Less.parse(stylesheet), :content_type => "text/css" + else + render :text => ".no_file {} ", :content_type => "text/css" + end + end + +end diff --git a/app/controllers/tags_controller.rb b/app/controllers/tags_controller.rb new file mode 100644 index 0000000..f2bd2f3 --- /dev/null +++ b/app/controllers/tags_controller.rb @@ -0,0 +1,12 @@ +class TagsController < ApplicationController + + def index + @tags = Tag.order('name ASC').all + end + + def show + @tag = Tag.find_by_permalink!(params[:id]) + @animes = @tag.animes.order("name ASC").paginate :per_page => 15, :page => params[:page] + end + +end diff --git a/app/helpers/animes_helper.rb b/app/helpers/animes_helper.rb new file mode 100644 index 0000000..d3e0b8b --- /dev/null +++ b/app/helpers/animes_helper.rb @@ -0,0 +1,18 @@ +module AnimesHelper + + def description(text) + return if text.nil? + text.gsub!(/\A^\*.+$/i, '') + text.gsub!(/(http:\/\/anidb\.net\/[a-zA-Z0-9]+)\s\[([a-zA-Z0-9\s\/`\-"]+)\]/i, link_to('\2','\1', :target => "_blank")) + text.html_safe + end + + def aired_ago(date) + if date.to_datetime >= 7.days.ago.at_beginning_of_day + content_tag :span, distance_of_time_in_words_to_now(date) + " " + t('datetime.distance_in_words.ago'), :title => l(date, :format => :long) + else + content_tag :span, l(date, :format => "%d %b %Y"), :title => distance_of_time_in_words_to_now(date) + " " + t('datetime.distance_in_words.ago') + end + end + +end diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb new file mode 100644 index 0000000..606cd55 --- /dev/null +++ b/app/helpers/application_helper.rb @@ -0,0 +1,5 @@ +module ApplicationHelper + def rss_link(title, path) + tag :link, :type => 'application/rss+xml', :title => title, :href => path, :rel => "alternate" + end +end diff --git a/app/helpers/tags_helper.rb b/app/helpers/tags_helper.rb new file mode 100644 index 0000000..323b819 --- /dev/null +++ b/app/helpers/tags_helper.rb @@ -0,0 +1,18 @@ +module TagsHelper + + def tag_cloud_for_tags(tags,classes=%w( tag1 tag2 tag3 tag4, tag5, tag6, tag7, tag8, tag9, tag10, tag11, tag12 )) + max, min = 0, 0 + + tags.each do |tag| + max = [tag.taggables_count, max].max + min = [tag.taggables_count, min].min + end + + div = ((max - min) / classes.size) + 1 + + tags.each do |tag| + yield tag, classes[(tag.taggables_count - min) / div] + end + end + +end diff --git a/app/models/anime.rb b/app/models/anime.rb new file mode 100644 index 0000000..d4ff0ff --- /dev/null +++ b/app/models/anime.rb @@ -0,0 +1,199 @@ +require 'net/http' +require 'xml' +require 'zlib' +require 'youtube_g' + +class Anime < ActiveRecord::Base + include Paperclip + + validates :name, :presence => true + + has_many :episodes, :dependent => :destroy + has_many :titles, :foreign_key => "anidb_id", :primary_key => "anidb_id" + + has_many :taggables, :dependent => :delete_all + has_many :tags, :through => :taggables + + has_attached_file :poster, + :styles => { :thumb => "90x90#", :medium => "200x260#" }, + :url => "/images/anime/:style/:id.:extension", + :path => "#{Rails.root}/public/images/anime/:style/:id.:extension" + + scope :visible, where("episodes_count > 0") + scope :duplicates, where("anidb_id IS NOT NULL").group("animes.anidb_id").having("count(animes.id) > 1") + scope :latest, :order => "updated_at DESC" + + attr_accessor :subtitle + before_create :create_permalink + + def self.create_by_title(title) + tmp_title = Title.find_main_title(title) + + if tmp_title.nil? + anime = Anime.find_or_create_by_name(title.capitalize.strip) + else + anime = Anime.find_or_initialize_by_anidb_id(tmp_title.anidb_id) + + if anime.new_record? + anime.name = tmp_title.name + anime.save + end + end + + return anime + end + + def merge_with_anime(destination_anime) + title = Title.find_or_initialize_by_name(self.name) + title.anidb_id = destination_anime.anidb_id + title.main = false + title.save + + self.episodes.each do |wrong_episode| + good_episode = Episode.find_or_initialize_by_anime_id_and_number(destination_anime.id, wrong_episode.number) + good_episode.anime = destination_anime + good_episode.save + + wrong_episode.links.all.each do |link| + good_episode.links.find_or_create_by_url(link.url) + end + end + + destination_anime.episodes_count = destination_anime.episodes.size + + if destination_anime.save + destroy + destination_anime + else + false + end + end + + def permalink + read_attribute(:permalink) || create_permalink + end + + def create_permalink + uid = self.anidb_id || self.id + self.permalink = "#{uid}-#{PermalinkFu.escape(name)}" + end + + def proposeName + return if self.anidb_id.nil? + tmp = Title.where("anidb_id = ?", self.anidb_id).where("main = ?", true).first + tmp = Title.where("anidb_id = ?", self.anidb_id).first if tmp.nil? + + write_attribute :name, tmp.name + end + + def name + read_attribute(:subtitle) || read_attribute(:name) + end + + def to_param + permalink + end + + def download_poster + return if poster.file? || poster_url.nil? + + url = URI.parse("http://img7.anidb.net/pics/anime/#{poster_url}") + store_path = File.join([Rails.root, "tmp/cache/#{poster_url}"]) + File.delete(store_path) if File.exist?(store_path) + + puts "Downloading poster for #{name} from #{url.to_s}" + + File.open(store_path, "a") do |f| + f.write Net::HTTP.get_response(url).body + end + + if File.zero?(store_path) + + poster_url = nil + else + self.poster = File.open(store_path, "r") + + File.delete(store_path) if save + end + end + + def getTrailer! + return if anidb_id.nil? + + client = YouTubeG::Client.new + trailers = client.videos_by(:query => "#{self.name} trailer") + + puts "YOUTUBE: #{self.name}" + + return if trailers.videos.size == 0 + + tmp_trailer = client.video_by(trailers.videos.first.video_id) + + self.trailer_url = tmp_trailer.media_content.first.url + + puts "+ #{self.trailer_url}" + self.save + end + + def getInfoFromAniDb! + unless anidb_id.nil? + url = URI.parse("http://api.anidb.net:9001/httpapi?request=anime&client=animesearch&clientver=1&protover=1&aid=#{anidb_id}") + + empty_episodes = episodes.empty.all + + unless (self.description.nil? || empty_episodes.size == 0) + puts "Skip #{name}" + return + end + + puts "Info for #{self.name} ID: #{self.anidb_id}" + + raw_xml = Net::HTTP.get_response(url).body + gz = Zlib::GzipReader.new(StringIO.new(raw_xml)) + xml = XML::Document.string(gz.read) + gz = nil + raw_xml = nil + + self.description = xml.find_first("description").content rescue nil + + tmp_poster = xml.find_first("picture") + if self.poster_url.nil? && !tmp_poster.nil? + self.poster_url = tmp_poster.content + self.download_poster + end + save + + xml.find("categories/category").each do |raw_xml_category| + self.hentai ||= raw_xml_category["hentai"] + name = raw_xml_category.find_first("name").content + + self.tags << Tag.find_or_create_by_name(name) + end + puts "TAGS: " + self.tags.map(&:name).join(", ") + xml.find("episodes/episode").each do |raw_xml_episode| + ep_id = raw_xml_episode.find_first("epno").content.to_i + empty_episodes.each do |episode| + next if episode.number != ep_id + + puts "+ episode #{ep_id}" + + raw_xml_episode.find("title").each do |raw_titles| + episode.title = raw_titles.content if raw_titles["lang"] == "en" + end + + tmp_description = raw_xml_episode.find_first("description") + episode.description ||= tmp_description.content unless tmp_description.nil? + + tmp_airdate = raw_xml_episode.find_first("airdate") + + unless tmp_airdate.nil? + episode.airdate = tmp_airdate.content.to_date rescue nil + end + + episode.save + end + end + end + end + +end diff --git a/app/models/episode.rb b/app/models/episode.rb new file mode 100644 index 0000000..02c043a --- /dev/null +++ b/app/models/episode.rb @@ -0,0 +1,26 @@ +class Episode < ActiveRecord::Base + belongs_to :anime, :counter_cache => true + has_many :links, :dependent => :delete_all + + scope :empty, where("title IS NULL") + + def title=(new_title) + new_title = nil if new_title =~ /episode/i + + if new_title && new_title.size > 255 + self.description = new_title + + if new_title.size > 256 + new_title = new_title[0..252] + "..." + else + new_title = new_title[0..255] + end + end + + write_attribute :title, new_title + end + + def aired_at + airdate || created_at + end +end diff --git a/app/models/link.rb b/app/models/link.rb new file mode 100644 index 0000000..429a7c8 --- /dev/null +++ b/app/models/link.rb @@ -0,0 +1,73 @@ +class Link < ActiveRecord::Base + validates :url, :presence => true + belongs_to :episode + + def source + URI.parse(self.url).host.gsub('www.', '') + end + + def parse + if self.new_record? && !self.url.nil? + doc = Nokogiri::HTML(Net::HTTP.get_response(URI.parse(self.url)).body) + if doc.at_css("title").nil? + logger.info "Error parsing HTML: NO TAG - #{url}" + return + end + title = doc.at_css("title").text + + TITLE_GSUBS.each do |regexp| + title.gsub!(regexp, '') + end + + title.gsub!(/\s{2,100}/, ' ') + title.strip! + doc = nil + + TITLE_REGEXP.each do |regexp| + if title =~ regexp + title = $1.strip + + regexp_episode = $2 + season = 1 + + TITLE_SEASON_GSUBS.each do |season_regexp| + if title =~ season_regexp + season = $1.to_i || 1 + title.gsub!(season_regexp, '') + break + end + end + + anime = Anime.create_by_title(title) + + refresh_informations = anime.new_record? + + self.episode_id = Episode.find_or_create_by_anime_id_and_number(anime.id,regexp_episode).id + if self.save + logger.info "+ #{anime.name} ep. #{episode.number}: #{url}" + refresh_informations = true + indexed += 1 + else + logger.info "Invalid: #{url}" + logger.info "Title: #{title}" + invalid += 1 + end + + if refresh_informations + anime.send_later(:getInfoFromAniDb!) + anime.send_later(:download_poster) + end + + anime.send_later(:getTrailer!) if anime.trailer_url.nil? + + return + end + end + + else + logger.info 'Skip ' + url + skipped += 1 + end + + end +end \ No newline at end of file diff --git a/app/models/source.rb b/app/models/source.rb new file mode 100644 index 0000000..9d21074 --- /dev/null +++ b/app/models/source.rb @@ -0,0 +1,26 @@ +require "sitemap" +require "rss" +class Source < ActiveRecord::Base + validates :url, :presence => true + validates :parser, :presence => true + + def parse + if sitemap? + Sitemap.new(self.url) + elsif rss? + Rss.new(self.url) + end + end + + def youtube? + parser == "youtube" + end + + def sitemap? + parser == "sitemap" + end + + def rss? + parser == "rss" + end +end diff --git a/app/models/tag.rb b/app/models/tag.rb new file mode 100644 index 0000000..796c603 --- /dev/null +++ b/app/models/tag.rb @@ -0,0 +1,14 @@ +class Tag < ActiveRecord::Base + has_many :taggables, :dependent => :delete_all + has_many :animes, :through => :taggables + + before_create :create_permalink + + def create_permalink + self.permalink = PermalinkFu.escape(name) + end + + def to_param + self.permalink + end +end diff --git a/app/models/taggable.rb b/app/models/taggable.rb new file mode 100644 index 0000000..eeec524 --- /dev/null +++ b/app/models/taggable.rb @@ -0,0 +1,4 @@ +class Taggable < ActiveRecord::Base + belongs_to :anime + belongs_to :tag, :counter_cache => true +end diff --git a/app/models/title.rb b/app/models/title.rb new file mode 100644 index 0000000..befb351 --- /dev/null +++ b/app/models/title.rb @@ -0,0 +1,104 @@ +require 'net/http' +require 'zlib' +require 'xml' + +class Title < ActiveRecord::Base + belongs_to :anime, :foreign_key => "anidb_id" + + before_save :hash! + + def self.hash_name(new_name) + tmp_name = new_name.gsub(/[^0-9a-z]/i, "").strip.downcase + tmp_name = new_name.gsub(/[\d\W_]/i, "").strip.downcase if tmp_name == "" + + Digest::SHA1.hexdigest(tmp_name) + end + + def hash! + self.hashed_name = Title.hash_name(self.name) + end + + def self.find_by_title(title) + Title.find_by_hashed_name(Title.hash_name(title)) || Title.where("name ILIKE ?", "%#{title}%").first + end + + def self.find_main_title(title) + tmp_title = Title.find_by_title(title) + unless tmp_title.nil? + tmp = nil + tmp = Title.where("anidb_id = ?", tmp_title.anidb_id).order("main DESC").first unless tmp_title.main? + tmp_title = tmp unless tmp.nil? + end + + tmp_title + end + + def self.download + source_url = "http://anidb.net/api/animetitles.xml.gz" + puts "Downloading: #{source_url}" + tmp_file = File.join([Rails.root, "tmp/animetitles.xml.gz"]) + + File.delete(tmp_file) if File.exist?(tmp_file) + puts "Saving file in: #{tmp_file}" + File.open(tmp_file, "a") do |file| + file.write(Net::HTTP.get_response(URI.parse(source_url)).body) + end + + tmp_extracted_file = File.join([Rails.root, "tmp/animetitles.xml"]) + puts "Extracting file to: #{tmp_extracted_file}" + File.delete(tmp_extracted_file) if File.exist?(tmp_extracted_file) + + File.open(tmp_extracted_file, "a") do |file| + Zlib::GzipReader.open(tmp_file) do |gz| + file.write(gz.read) + end + end + + if File.zero?(tmp_extracted_file) + puts "FILE IS EMPTY!!!! WHAT THE FUCK???" + return + else + Title.parse(tmp_extracted_file) + end + end + + def self.parse(file_name) + reader = XML::Reader.file(file_name) + animdb_id = nil + puts "Parsing file #{file_name}" + while reader.read + if reader.name == "anime" && reader.node_type == XML::Reader::TYPE_ELEMENT + while(reader.read_attribute_value == 0) + reader.move_to_next_attribute + end + + animdb_id = reader.value + + while (!(reader.name == "anime" && reader.node_type == XML::Reader::TYPE_END_ELEMENT)) + reader.read + + isMainTitle = false + + if reader.name == "title" && reader.node_type == XML::Reader::TYPE_ELEMENT + isMainTitle = (reader["type"] == "main") + reader.read + + if reader.node_type == XML::Reader::TYPE_TEXT + title = Title.find_or_initialize_by_name_and_anidb_id(reader.value, animdb_id) + title.main = isMainTitle unless title.main? + title.save + puts "#{title.main ? "M" : "+"} #{animdb_id}: #{reader.value}" + end + end + end + + animdb_id = nil + end + end + end + + def main? + main + end + +end diff --git a/app/parsers/rss.rb b/app/parsers/rss.rb new file mode 100644 index 0000000..9437c39 --- /dev/null +++ b/app/parsers/rss.rb @@ -0,0 +1,79 @@ +require 'xml' +require 'net/http' +require 'open-uri' + +class Rss + + def initialize(source_url) + puts "=====================================" + puts "Downloading: #{source_url}" + + raw_rss = Net::HTTP.get_response(URI.parse(source_url)).body + + if raw_rss == nil || raw_rss == "" + puts "ERROR: EMPTY RESPONSE" + return + end + + xml = XML::Document.string(raw_rss) + indexed = 0 + skipped = 0 + invalid = 0 + + xml.find("channel/item").each do |item| + link = Link.find_or_initialize_by_url(item.find_first("link").content) + title = item.find_first("title").content + if link.new_record? && !link.url.nil? && !title.nil? && title != "" + TITLE_GSUBS.each do |regexp| + title.gsub!(regexp, '') + end + + title.gsub!(/\s{2,100}/, ' ') + title.strip! + + TITLE_REGEXP.each do |regexp| + if title =~ regexp + title = $1.strip + + regexp_episode = $2 + season = 1 + + TITLE_SEASON_GSUBS.each do |season_regexp| + if title =~ season_regexp + season = $1.to_i || 1 + title.gsub!(season_regexp, '') + break + end + end + + anime = Anime.create_by_title(title) + + link.episode_id = Episode.find_or_create_by_anime_id_and_number(anime.id,regexp_episode).id + + if link.save + puts "+ #{anime.name} ep. #{link.episode.number}: #{link.url}" + indexed += 1 + else + puts "Invalid: #{link.url}" + puts "Title: #{title}" + invalid += 1 + end + break + end + end + + else + puts "Skip: [#{title}] #{link.url}" + skipped += 1 + end + end + + puts "\n\n\n\n\n\n" + puts "===========================================================" + puts "INDEXED = #{indexed}" + puts "SKIPPED = #{skipped}" + puts "INVALID = #{invalid}" + puts "===========================================================" + end + +end \ No newline at end of file diff --git a/app/parsers/sitemap.rb b/app/parsers/sitemap.rb new file mode 100644 index 0000000..fe34250 --- /dev/null +++ b/app/parsers/sitemap.rb @@ -0,0 +1,88 @@ +require 'xml' +require 'net/http' +require 'nokogiri' +require 'open-uri' + +class Sitemap + def initialize(source_url) + logfile = File.open(File.join([Rails.root, "log", "sitemap_parser.log"]), 'a') + logfile.sync = true + logger = Logger.new(logfile) + logger.info "=====================================================" + logger.info "Downloading: #{source_url}" + logger.info "=====================================================" + + tmp_file = File.join([Rails.root, "tmp/cache_sitemap.xml"]) + + if source_url =~ /\.gz$/i + gz_tmp_file = File.join([Rails.root, "tmp/cache_sitemap.xml.gz"]) + + File.delete(gz_tmp_file) if File.exist?(gz_tmp_file) + File.open(gz_tmp_file, "a") do |file| + file.write(Net::HTTP.get_response(URI.parse(source_url)).body) + end + + logger.info "Decompresing file: #{tmp_file}" + logger.info "=====================================================" + File.delete(tmp_file) if File.exist?(tmp_file) + File.open(tmp_file, "a") do |file| + Zlib::GzipReader.open(gz_tmp_file) do |gz| + file.write(gz.read) + end + end + else + File.delete(tmp_file) if File.exist?(tmp_file) + File.open(tmp_file, "w") do |file| + file.write(Net::HTTP.get_response(URI.parse(source_url)).body) + end + logger.info "Caching file in: #{tmp_file}" + logger.info "=====================================================" + end + + return if File.zero?(tmp_file) + logger.info "Parsing file..." + logger.info "=====================================================" + + reader = XML::Reader.file(tmp_file) + indexed = 0 + skipped = 0 + invalid = 0 + + begin + while reader.read + if reader.name == "loc" && reader.node_type == XML::Reader::TYPE_ELEMENT + reader.read + + skip_this_url = false + + SKIP_URL_REGEXP.each do |skip_regexp| + if reader.value =~ skip_regexp + skip_this_url = true + break + end + end + + unless skip_this_url + link = Link.find_or_initialize_by_url(reader.value) + logger.info "Adding to quee #{reader.value}" + link.send_later(:parse) if link.new_record? && !link.url.nil? + else + logger.info "Skipping #{reader.value}" + end + + end + end + rescue Exception => e + logger.info "Error: #{e.to_s}" + end + + logger.info "\n\n\n\n\n\n" + logger.info "===========================================================" + logger.info "INDEXED = #{indexed}" + logger.info "SKIPPED = #{skipped}" + logger.info "INVALID = #{invalid}" + logger.info "===========================================================" + end + + +end \ No newline at end of file diff --git a/app/regexp/skip_urls.txt b/app/regexp/skip_urls.txt new file mode 100644 index 0000000..2240c3f --- /dev/null +++ b/app/regexp/skip_urls.txt @@ -0,0 +1,6 @@ +http:\/\/www\.voober\.com\/forums\/.* +http:\/\/www\.voober\.com\/?genre=.* +http:\/\/www\.voober\.com\/anime-series-list\/ +http:\/\/www\.voober.com\/recent-anime-additions\/ +http:\/\/www\.voober\.com\/anime-movies\/ +http:\/\/www\.animestealth\.com\/chat\/ \ No newline at end of file diff --git a/app/regexp/title_gsubs.txt b/app/regexp/title_gsubs.txt new file mode 100644 index 0000000..fc18ed9 --- /dev/null +++ b/app/regexp/title_gsubs.txt @@ -0,0 +1,70 @@ +\s\|\sWatch\s.+\sOnline +\s\|\sUrHentai.com\sDaily\sFree\sHentai\sStream +\s\|\s.+\sStream\sOnline +\s\|\s.+ +\s\|\sWatch.+ +Daily +Free +Hentai +Stream +- watch.+ +Watch +Anime\sThat! +Stream\sAnime +Movies +Anime\sEpisodes +\|.+Stream Online +\d: +: +fuel\.com +\.com +watch +\sII\s +online +crunchyroll +leet +-\and +anime stealth +by AnimeClipse +animeclipse +official +home +~.+~ +videos +zomg +episodes +anilikz +dvd +download A +\sEN\s +\sPL\s +\sTV\s +animekuro +movies +Free +animeviewer +Nothing found for\s.+ +OVA +\.net +stream +\si{1,3}\s +\sl{1,3}\s +streaming +english +subbed +dubbed +download +anime +\[.+\] +\(.+\) +\(Uncensored\) +» +part +special +finale +final +doujinshi +read +ova +\s-\sThat!\s.* +[^0-9A-Za-z\s\-!?`'] \ No newline at end of file diff --git a/app/regexp/title_name_episode.txt b/app/regexp/title_name_episode.txt new file mode 100644 index 0000000..34a64af --- /dev/null +++ b/app/regexp/title_name_episode.txt @@ -0,0 +1,12 @@ +(.+)v(\d{1,5})\s- +(.+)\s-\sEpisode\s(\d{1,5})\s-\sand +(.+)\s?-\s?Episode\s?(\d{1,5}) +(.+)\sEpisode\s(\d{1,5})\s- +(.+)\s-\sEpisode\s(\d{1,5}) +(.+)\sEpisode\s(\d{1,5}) +(.+)\sEp\s(\d{1,5}) +(.+)\sEpisode (\d{1,5}) +(.+)\s-\s(\d{1,5}) +(.+)\s(\d{1,5}) +(.+)\s-\sOdcinek\s(\d{1,5}) +(.+) - Episode (\d{1,5}) \ No newline at end of file diff --git a/app/regexp/title_season_gsubs.txt b/app/regexp/title_season_gsubs.txt new file mode 100644 index 0000000..59280c8 --- /dev/null +++ b/app/regexp/title_season_gsubs.txt @@ -0,0 +1,9 @@ +Season (\d{1,4}) +s\. (\d{1,4}) +S(\d{1,4}) +Season \((\d{1,4})\) +episode +(\d{1,4})th Season +(\d{1,4})nd season +(\d{1,4})nd season +season \ No newline at end of file diff --git a/app/stylesheets/frame.less b/app/stylesheets/frame.less new file mode 100644 index 0000000..72aff37 --- /dev/null +++ b/app/stylesheets/frame.less @@ -0,0 +1,21 @@ +body { + background: #000; + overflow: hidden; +} + +/* + Link +*/ + +iframe.link { + overflow: auto; + position: absolute; + display: block; + width: 100%; + height: 100%; + top: 24px; + bottom: 0px; + left: 0px; + right: 0px; + border: 0; +} \ No newline at end of file diff --git a/app/stylesheets/main.less b/app/stylesheets/main.less new file mode 100644 index 0000000..991d8e7 --- /dev/null +++ b/app/stylesheets/main.less @@ -0,0 +1,447 @@ +/* + Dynamic Variables +*/ + +@background_color: <%= @wallpaper[:base_color] %>; +@box_color: <%= @wallpaper[:background_color] %>; +@link_color: <%= @wallpaper[:link_color] %>; +@link_active_color: <%= @wallpaper[:link_active_color] %>; +@link_hover_color: <%= @wallpaper[:link_hover_color] %>; + +/* + Content +*/ + +body { + margin: 0; + padding: 0; + height: auto; + font: 12px Arial; + color: #fff; + background: @background_color url(/images/wallpaper.jpg) no-repeat top center fixed; +} + +p { margin-top: 0; } +h1, h2, h3, h4 { margin: 0 0 5px 0; color: @link_color + #444; } + +a { color: @link_color; cursor: pointer; outline: none !important; text-decoration: none; } +a:visited { color: @link_active_color; } +a:hover, a:focus, a:active { color: @link_hover_color; } +a img { border: 0; } + +/* Helpers */ + +.reset { clear: both; margin: 0; padding: 0; list-style: none; } +.text_center { text-align: center; } +.text_right { text-align: right; } +.clear { clear: both; } + +.loader { background: transparent url('/images/ajax.gif') no-repeat center center; height: 20px; display: none; } +.right { float: right; } +.left { float: left; } + +.rounded_corners (@radius: 5px) { + -moz-border-radius: @radius; + -webkit-border-radius: @radius; + border-radius: @radius; +} + +/* Flash */ + +.flash_notice { + background: #A4E1A2 url('../images/icon-success.png') 20px center no-repeat; + color: #094808; + text-shadow: #C0FDE3 0px 1px 0px; + border: 1px solid #DDE3D7; +} + +.flash_error, .flash_notice { + margin: 0 0 10px 0; + font-size: 18px; + padding: 10px 60px; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + opacity: 0.9; +} + +.flash_error { + background: #AF2B2B url('../images/icon-error.png') 20px center no-repeat; + color: #fff; + border: 1px solid #DA3536; + text-shadow: #000 0px 1px 0px; +} + +/* + Wrapper +*/ + +.wrapper { + margin: 0 auto; + width: 800px; +} + +/* + Top navigation +*/ + +.top { + margin: 0; + background-color: #151515; + height: 24px; +} + +.top > ul { width: .wrapper['width']; margin: 0 auto; } +.top > ul > li { float: left; border-right: 1px solid #444; overflow: hidden; } +.top > ul > li:first-child { border-left: 1px solid #444; } +.top > ul > .right { float: right; } +.top > ul > li:last-child { float: right; border-left: 1px solid #444; } + +.top > ul > li:hover { overflow: visible; } +.top > ul > li > ul { visibility: hidden; z-index: 10; position: absolute; } +.top > ul > li:hover > ul { visibility: visible; } + +.top > ul > li > ul > li > a { background-color: rgba(21,21,21,0.9); width: 100px; } + +.top > ul > li a { + color: #888; + background-color: #151515; + display: block; + height: 20px; + line-height: 20px; + padding: 2px 6px; +} + +.top > ul > li a:hover { + color: #C2C2C2; + border-bottom: 2px solid @link_color; + padding-bottom: 0; +} + +/* + Box +*/ + +@box_padding: 5px; + +.box { + background-color: @box_color; + .rounded_corners(4px); + padding: @box_padding; + margin-top: 0; + margin-bottom: 15px; +} + +@box_section_border_color: #272727; +@box_section_padding: 2px; +@box_section_border_size: 2px; + +.box:first-child { + margin-top: 50px; +} + +.box > section:first-child { + margin-top: 0px; +} + +.box > section { + margin-top: 10px; + border: @box_section_border_size solid @box_section_border_color; + background-color: #444; + padding: @box_section_padding; + .rounded_corners(3px); +} + +.box > .black { + background-color: rgba(0,0,0, 0.7) !important; + .rounded_corners(3px); + border: 0; + padding: @box_section_padding; +} + +.box article { + margin: 4px; + color: #CCC; +} + +/* + Search Box +*/ + +@search_box_width: 460px; +@search_box_full_width: 90px; + +.searchbox { + width: @search_box_width; + margin: 0 auto; + margin-top: 180px !important; +} + +.searchbox.full { + width: auto; + margin-top: 20px !important; +} + +.searchbox input[type="submit"] { + background-color: @box_section_border_color; + border: 0; + color: #fff; + font-weight: bold; + height: 25px; + float: right; + margin-top: 1px; + margin-right: 1px; + width: 70px; + .rounded_corners(2px); +} + +.searchbox input[type="submit"]:active { + background-color: @box_section_border_color - #111; +} + +.searchbox input[type="text"] { + border: 0; + padding: 3px; + .rounded_corners(2px); + width: 368px; + margin-left: 2px; + font-size: 14px; + color: #666; +} + +.searchbox.full input[type="text"] { + width: 698px; +} + +/* + Popular searches +*/ + +.popularSearches { + width: .searchbox['width']+80px; + margin: 0 auto; + margin-top: 40px; + text-align: center; +} + +.popularSearches p { + margin: 4px 6px; +} + +.popularSearches a { padding: 0 4px; } + +/* + List +*/ + +.list:first-child { + margin-top: 0px; + padding-top: 0px; + border-top: 0; +} + +@list_preview_width: 90px; +@list_preview_margin: 4px; + +.list { + border-top: 1px dashed #444; + padding-top: 5px; + margin-top: 5px; + min-height: @list_preview_width; +} + +.list h2 { margin-bottom: 0px; } +.list .info { + margin-bottom: 4px; + font-weight: normal; + text-align: left; + color: #fff; + font-size: 11px; +} + +.list > .preview { + width: @list_preview_width; + height: @list_preview_width; + .rounded_corners(4px); + background: #000; + position: absolute; + margin-left: @list_preview_margin; +} + +.list > article { + margin-left: @list_preview_width + 5px + 2 * @list_preview_margin; +} + +/* + Anime details +*/ + +article .details { + margin-top: 10px; + min-height: 270px; +} + +article header h1 { + margin-bottom: 5px; + padding-bottom: 5px; + border-bottom: 1px dashed #444; +} + +@details_preview_width: 200px; + +.details > .preview { + overflow: hidden; + width: @details_preview_width; + height: 260px; + position: absolute; + margin-left: 0; + text-align: center; + background: transparent url() no-repeat center center; + .rounded_corners(4px); + border: 2px solid #000; +} + +.details > .description { + margin-left: @details_preview_width + 20px; + min-height: 140px; +} + +/* + Episodes +*/ + +.episodes { + list-style: none inside; + margin: 5px 10px; + padding: 0; +} + +.episodes p { + margin-left: 25px; + margin-bottom: 3px; +} + +.episodes > li { + padding: 4px 6px; + margin-bottom: 4px; +} + +.episodes .link { cursor: pointer; } + +.episodes .link .aired { + float: right; + width: 130px; + font-size: 11px; + margin-left: 5px; + text-align: left; +} + +.episodes .link h4 { + margin: 0; + display: block; +} + +@episode_link_number_width: 80px; +@episode_link_number_margin_right: 5px; + +.episodes .link .number { + margin-right: @episode_link_number_margin_right; + font-weight: bold; + float: left; + width: @episode_link_number_width; +} + +.episodes .details { + margin-top: 5px; + margin-left: @episode_link_number_width + @episode_link_number_margin_right; +} + +.episodes > li.alt { + background-color: rgba(255, 255, 255, 0.1); +} + +.episodes ol { + margin: 0; + list-style: decimal inside; + padding-left: 30px; +} + +.episodes ol > li { + display: block; + padding: 2px 4px; +} + +.episodes ol > li.alt { + background-color: rgba(255, 255, 255, 0.05); +} + + +/* + Letters +*/ + +.letters { + list-style: none inside; + margin-bottom: 10px; + padding: 0; + text-align: center; +} + +.letters > li { + display: inline; + margin-left: 3px; + margin-bottom: 2px; +} + +.letters > li > a { + background: rgba(0,0,0, 0.8); + color: #fff; + font-weight: bold; + padding: 4px 6px; + .rounded_corners(2px); +} + +.letters > li > a:hover, .letters > li > .selected { + background: rgba(255, 255, 255, 0.3); + color: #000; +} + +/* + Pagination +*/ + +.pagination { + text-align: center; + margin: 5px 10px; +} + +.pagination .previous_page, .pagination .next_page { + font-weight: bold; + padding: 0 5px; +} + +/* + Tags +*/ + +.tags { + text-align: center; +} + +.tags > a { + margin: 2px 5px; + line-height: 24px; +} + +.tags > .tag1 { font-size: 100%; } +.tags > .tag2 { font-size: 120%; } +.tags > .tag3 { font-size: 140%; } +.tags > .tag4 { font-size: 160%; } +.tags > .tag5 { font-size: 180%; } +.tags > .tag6 { font-size: 200%; } +.tags > .tag7 { font-size: 220%; } +.tags > .tag8 { font-size: 240%; } +.tags > .tag9 { font-size: 260%; } +.tags > .tag10 { font-size: 280%; } +.tags > .tag11 { font-size: 300%; } +.tags > .tag12 { font-size: 320%; } \ No newline at end of file diff --git a/app/views/animes/_anime.html.erb b/app/views/animes/_anime.html.erb new file mode 100644 index 0000000..47c24f6 --- /dev/null +++ b/app/views/animes/_anime.html.erb @@ -0,0 +1,11 @@ +<div class="list"> + <div class="preview" style="background-image: url(<%= anime.poster.url(:thumb) %>)"></div> + <article> + <header><h2><%= link_to anime.name, anime %></h2></header> + <div class="info"> + <%= t('anime.episodes') %>: <strong><%= anime.episodes_count %></strong> | + <%= t('anime.last_update') %>: <strong><%= distance_of_time_in_words_to_now anime.updated_at %></strong> <%= t('datetime.distance_in_words.ago') %> + </div> + <p><%= description truncate(anime.description, :length => 400) %></p> + </article> +</div> \ No newline at end of file diff --git a/app/views/animes/index.html.erb b/app/views/animes/index.html.erb new file mode 100644 index 0000000..c28fd48 --- /dev/null +++ b/app/views/animes/index.html.erb @@ -0,0 +1,23 @@ +<div class="wrapper"> + <ul class="letters"> + <li><%= link_to t('anime.all'), animes_path, :class => params[:letter].nil? ? "selected" : "normal" %></li> + <li><%= link_to "0", animes_letter_path(:letter => "0"), :class => params[:letter] == "0" ? "selected" : "normal" %></li> + <% ("A".."Z").to_a.each do |letter| %> + <li><%= link_to letter, animes_letter_path(:letter => letter), :class => params[:letter] == letter ? "selected" : "normal" %></li> + <% end %> + </ul> + + <div class="box"> + <section class="results black"> + <%= render :partial => @animes %> + </section> + </div> + + <% if @animes.total_entries > @animes.per_page %> + <div class="box"> + <section class="black"> + <%= will_paginate @animes, :next_label => t('pagination.next_label'), :previous_label => t('pagination.prev_label') %> + </section> + </div> + <% end %> +</div> \ No newline at end of file diff --git a/app/views/animes/invalid.html.erb b/app/views/animes/invalid.html.erb new file mode 100644 index 0000000..da56275 --- /dev/null +++ b/app/views/animes/invalid.html.erb @@ -0,0 +1,40 @@ +<style type="text/css" media="screen"> + .alt { + background: rgba(255,255,255, 0.1); + } +</style> + +<script type="text/javascript" charset="utf-8"> + $(document).ready(function () { + $('.merge').click(function () { + var loc = $(this).attr("href"); + + var anidb_id = prompt("Enter anidb.net ID!", ""); + window.location = loc+"?anidb_id="+anidb_id; + return false; + }); + }); +</script> +<div class="wrapper"> + <div class="box"> + <section class="results black"> + <table width="100%"> + <tr> + <th>Name</th> + <th width="60px">Episodes</th> + <th width="180px">Actions</th> + </tr> + + <% for anime in @animes %> + <tr class="<%= cycle('alt', 'normal') %>"> + <td><%= link_to anime.name, anime %></td> + <td><%= anime.episodes.count %></td> + <td> + <%= link_to "anidb.net", "http://anidb.net/perl-bin/animedb.pl?show=animelist&adb.search=#{anime.name}&do.search=search", :target => "_blank" %> | <%= link_to "Merge", merge_anime_path(anime), :class => "merge" %> | <%= link_to 'Destroy', anime, :confirm => 'Are you sure?', :method => :delete %> + </td> + </tr> + <% end %> + </table> + </section> + </div> +</div> \ No newline at end of file diff --git a/app/views/animes/show.html.erb b/app/views/animes/show.html.erb new file mode 100644 index 0000000..851b23c --- /dev/null +++ b/app/views/animes/show.html.erb @@ -0,0 +1,104 @@ +<%= content_for :head do %> +<%= rss_link(t('rss.subscribe_anime') + " " + @anime.name, anime_url(@anime, :format=>:rss)) %> +<meta property="og:title" content="<%= @anime.name %>" /> +<meta property="og:type" content="movie" /> +<meta property="og:url" content="<%= anime_url(@anime) %>" /> +<meta property="og:image" content="<%= @anime.poster.url(:medium) %>" /> +<meta property="og:description" content="<%= truncate(@anime.description, :length => 254) %>" /> +<% end %> +<div class="wrapper"> + <div class="box"> + <section class="black"> + <article> + <header><h1><%= @anime.name %></h1></header> + + <div class="details"> + <div class="preview" style="background-image:url('<%= @anime.poster.url(:medium) %>')"> </div> + + <div class="description"> + <% unless @anime.description.nil? %> + <h2><%= t('anime.description') %>:</h2> + <%= simple_format(description(@anime.description)) %> + <% end %> + + <% unless @titles.empty? %> + <h3><%= t('anime.alternative_title') %>:</h3> + <ul> + <% @titles.each do |title| %> + <li><%= title.name %></li> + <% end %> + </ul> + <% end %> + + <% unless @anime.tags.all.empty? %> + <h3>Tags</h3> + + <p> + <% for tag in @anime.tags %> + <%= link_to tag.name, tag %>, + <% end %> + </p> + + <% end %> + + <% unless @anime.anidb_id.nil? %> + <p>Read more on <a href="http://anidb.net/perl-bin/animedb.pl?show=anime&aid=<%= @anime.anidb_id %>">anidb.net</a></p> + <% end %> + + <% unless @anime.trailer_url.nil? %> + <object width="480" height="385"> + <param name="movie" value="<%= @anime.trailer_url %>"></param> + <param name="allowFullScreen" value="true"></param> + <param name="allowscriptaccess" value="always"></param> + <embed src="<%= @anime.trailer_url %>" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed> + </object> + + <% end %> + <p> + <% link_to "http://fusion.google.com/add?source=atgs&feedurl=#{anime_url(@anime,:format=>:rss)}" do %> + <img src="http://buttons.googlesyndication.com/fusion/add.gif" border="0" alt="Add to Google"> + <% end %> + </p> + + <iframe src="http://www.facebook.com/plugins/like.php?href=http%253A%252F%252Fexample.com%252Fpage%252Fto%252Flike&layout=standard&show_faces=false&width=450&action=like&font&colorscheme=dark&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowTransparency="true"></iframe> + </div> + </div> + <div class="clear"></div> + + + </article> + </section> + </div> + + <div class="box"> + <div class="black"> + <ul class="episodes"> + <% @episodes.each do |episode| %> + <li class="<%= cycle("alt", "normal") %>" id="episode_<%= episode.number %>"> + <div class="link"> + <div class="aired"><%= t('anime.aired') %> <%= aired_ago(episode.aired_at) %></div> + <div class="number"><%= t('anime.episode') %> <%= episode.number %></div> + <% if episode.title.nil? %> + <%= content_tag :h4, t('anime.no_title') %> + <% else %> + <%= content_tag :h4, truncate(episode.title, :length => 90), :title => episode.title %> + <% end %> + <div class="clear"></div> + </div> + <div class="details"> + <%= content_tag(:p, episode.description, :alt => episode.description) unless episode.description.nil? %> + <p><strong><%= t('anime.matching_episodes') %></strong></p> + <ol> + <% episode.links.each do |link| %> + <li> + <%= link_to t('anime.click_to_watch') + ' ' +link.source, [@anime, link] %> + </li> + <% end %> + </ol> + </div> + </li> + <% end %> + </ul> + </div> + </div> +</div> \ No newline at end of file diff --git a/app/views/animes/show.rss.builder b/app/views/animes/show.rss.builder new file mode 100644 index 0000000..723d7f6 --- /dev/null +++ b/app/views/animes/show.rss.builder @@ -0,0 +1,17 @@ +xml.instruct! :xml, :version => "1.0" +xml.rss :version => "2.0" do + xml.channel do + xml.title "#{@anime.name} - New Episodes" + xml.link anime_url(@anime) + + for episode in @episodes + xml.item do + xml.title "#{t('anime.episode')} #{episode.number}: #{episode.title || t('anime.no_title')}" + xml.description truncate(episode.description, :length => 512) + xml.pubDate episode.aired_at.to_s(:rfc822) + xml.link anime_url(@anime) + "#episode_#{episode.number}" + xml.guid anime_url(@anime) + "#episode_#{episode.number}" + end + end + end +end \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 0000000..0a3183a --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,49 @@ +<!DOCTYPE html> +<html> +<head> + <title>Ase + <%= stylesheet_link_tag 'main' %> + <%= javascript_include_tag 'jquery-1.4', 'jquery.placeholder', 'jquery.rails' %> + <%= csrf_meta_tag %> + <%= yield :head %> + + + + + + <%= yield %> + + + diff --git a/app/views/links/show.html.erb b/app/views/links/show.html.erb new file mode 100644 index 0000000..cf8de24 --- /dev/null +++ b/app/views/links/show.html.erb @@ -0,0 +1,24 @@ + + + + Ase + <%= stylesheet_link_tag 'main', 'frame' %> + <%#= javascript_include_tag 'jquery-1.4', 'jquery.placeholder', 'jquery.rails' %> + <%= csrf_meta_tag %> + <%= yield :head %> + + + + + + + + + \ No newline at end of file diff --git a/app/views/search/index.html.erb b/app/views/search/index.html.erb new file mode 100644 index 0000000..0fb57b0 --- /dev/null +++ b/app/views/search/index.html.erb @@ -0,0 +1,23 @@ +
+ + +
+
+

+ <%= t('searchbox.popular') %>: + <% Anime.visible.all(:limit => 10).each do |anime| %> + <%= link_to anime.name, anime %> + <% end %> +

+
+
+ + +
\ No newline at end of file diff --git a/app/views/search/show.html.erb b/app/views/search/show.html.erb new file mode 100644 index 0000000..83cb4a9 --- /dev/null +++ b/app/views/search/show.html.erb @@ -0,0 +1,26 @@ +
+ + + <% if @animes.total_entries > @animes.per_page %> +
+
+ <%= will_paginate @animes, :next_label => t('pagination.next_label'), :previous_label => t('pagination.prev_label') %> +
+
+ <% end %> +
\ No newline at end of file diff --git a/app/views/sources/_form.html.erb b/app/views/sources/_form.html.erb new file mode 100644 index 0000000..f484c1c --- /dev/null +++ b/app/views/sources/_form.html.erb @@ -0,0 +1,25 @@ +<%= form_for(@source) do |f| %> + <% if @source.errors.any? %> +
+

<%= pluralize(@source.errors.count, "error") %> prohibited this source from being saved:

+
    + <% @source.errors.full_messages.each do |msg| %> +
  • <%= msg %>
  • + <% end %> +
+
+ <% end %> + +
+ <%= f.label :url %>
+ <%= f.text_field :url %> +
+
+ <%= f.label :parser %> + <%= f.select :parser, ["sitemap", "youtube", "rss"] %> +
+ +
+ <%= f.submit %> +
+<% end %> diff --git a/app/views/sources/edit.html.erb b/app/views/sources/edit.html.erb new file mode 100644 index 0000000..3549b85 --- /dev/null +++ b/app/views/sources/edit.html.erb @@ -0,0 +1,6 @@ +

Editing source

+ +<%= render 'form' %> + +<%= link_to 'Show', @source %> | +<%= link_to 'Back', sources_path %> diff --git a/app/views/sources/index.html.erb b/app/views/sources/index.html.erb new file mode 100644 index 0000000..1360690 --- /dev/null +++ b/app/views/sources/index.html.erb @@ -0,0 +1,27 @@ +

Listing sources

+ + + + + + + + + + + +<% @sources.each do |source| %> + + + + + + + + +<% end %> +
UrlParserLatest update
<%= source.url %><%= source.parser %><%= source.latest_update %><%= link_to 'Show', source %><%= link_to 'Edit', edit_source_path(source) %><%= link_to 'Destroy', source, :confirm => 'Are you sure?', :method => :delete %>
+ +
+ +<%= link_to 'New Source', new_source_path %> diff --git a/app/views/sources/new.html.erb b/app/views/sources/new.html.erb new file mode 100644 index 0000000..a99952a --- /dev/null +++ b/app/views/sources/new.html.erb @@ -0,0 +1,5 @@ +

New source

+ +<%= render 'form' %> + +<%= link_to 'Back', sources_path %> diff --git a/app/views/sources/show.html.erb b/app/views/sources/show.html.erb new file mode 100644 index 0000000..d986daa --- /dev/null +++ b/app/views/sources/show.html.erb @@ -0,0 +1,20 @@ +

<%= notice %>

+ +

+ Url: + <%= @source.url %> +

+ +

+ Parser: + <%= @source.parser %> +

+ +

+ Latest update: + <%= @source.latest_update %> +

+ + +<%= link_to 'Edit', edit_source_path(@source) %> | +<%= link_to 'Back', sources_path %> diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb new file mode 100644 index 0000000..48a0998 --- /dev/null +++ b/app/views/tags/index.html.erb @@ -0,0 +1,11 @@ +
+ +
+
+ <% tag_cloud_for_tags @tags do |tag, css| %> + <%= link_to tag.name, tag, :class => css %> + <% end %> +
+
+ +
\ No newline at end of file diff --git a/app/views/tags/show.html.erb b/app/views/tags/show.html.erb new file mode 100644 index 0000000..39e7e4b --- /dev/null +++ b/app/views/tags/show.html.erb @@ -0,0 +1,13 @@ +
+
+
+ <%= render :partial => @animes %> +
+
+ +
+
+ <%= will_paginate @animes, :next_label => t('pagination.next_label'), :previous_label => t('pagination.prev_label') %> +
+
+
\ No newline at end of file diff --git a/app/workers/source_refresh_job.rb b/app/workers/source_refresh_job.rb new file mode 100644 index 0000000..56f4cf7 --- /dev/null +++ b/app/workers/source_refresh_job.rb @@ -0,0 +1,5 @@ +class SourceRefreshJob < Struct.new(:source_id) + def perform + Source.find(source_id).parse + end +end \ No newline at end of file diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..9576c87 --- /dev/null +++ b/config.ru @@ -0,0 +1,4 @@ +# This file is used by Rack-based servers to start the application. + +require ::File.expand_path('../config/environment', __FILE__) +run Ase::Application diff --git a/config/application.rb b/config/application.rb new file mode 100644 index 0000000..8db08f8 --- /dev/null +++ b/config/application.rb @@ -0,0 +1,46 @@ +require File.expand_path('../boot', __FILE__) + +require 'rails/all' + +# If you have a Gemfile, require the gems listed there, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(:default, Rails.env) if defined?(Bundler) + +module Ase + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + + # Add additional load paths for your own custom dirs + config.load_paths += [File.join([Rails.root, 'app/parsers']), File.join([Rails.root, 'app/workers'])] + + # Only load the plugins named here, in the order given (default is alphabetical). + # :all can be used as a placeholder for all plugins not explicitly named + # config.plugins = [ :exception_notification, :ssl_requirement, :all ] + + # Activate observers that should always be running + # config.active_record.observers = :cacher, :garbage_collector, :forum_observer + + # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. + # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. + config.time_zone = 'Warsaw' + + # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. + config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] + config.i18n.default_locale = :en + + # Configure generators values. Many other options are available, be sure to check the documentation. + # config.generators do |g| + # g.orm :active_record + # g.template_engine :erb + # g.test_framework :test_unit, :fixture => true + # end + + # Configure the default encoding used in templates for Ruby 1.9. + config.encoding = "utf-8" + + # Configure sensitive parameters which will be filtered from the log file. + config.filter_parameters += [:password] + end +end diff --git a/config/boot.rb b/config/boot.rb new file mode 100644 index 0000000..712b098 --- /dev/null +++ b/config/boot.rb @@ -0,0 +1,6 @@ +require 'rubygems' +# Set up gems listed in the Gemfile. +if File.exist?(File.expand_path('../../Gemfile', __FILE__)) + require 'bundler' + Bundler.setup +end diff --git a/config/database.yml b/config/database.yml new file mode 100644 index 0000000..74941b5 --- /dev/null +++ b/config/database.yml @@ -0,0 +1,51 @@ +# PostgreSQL. Versions 7.4 and 8.x are supported. +# +# Install the ruby-postgres driver: +# gem install ruby-postgres +# On Mac OS X: +# gem install ruby-postgres -- --include=/usr/local/pgsql +# On Windows: +# gem install ruby-postgres +# Choose the win32 build. +# Install PostgreSQL and put its /bin directory on your path. +development: + adapter: postgresql + encoding: unicode + database: ase_development + pool: 5 + username: postgres + password: + + # Connect on a TCP socket. Omitted by default since the client uses a + # domain socket that doesn't need configuration. Windows does not have + # domain sockets, so uncomment these lines. + #host: localhost + #port: 5432 + + # Schema search path. The server defaults to $user,public + #schema_search_path: myapp,sharedapp,public + + # Minimum log levels, in increasing order: + # debug5, debug4, debug3, debug2, debug1, + # log, notice, warning, error, fatal, and panic + # The server defaults to notice. + #min_messages: warning + +# Warning: The database defined as "test" will be erased and +# re-generated from your development database when you run "rake". +# Do not set this db to the same as development or production. +test: + adapter: postgresql + encoding: unicode + database: ase_test + pool: 5 + username: ase + password: + +production: + adapter: postgresql + encoding: unicode + database: ase_production + pool: 5 + username: ase + password: diff --git a/config/environment.rb b/config/environment.rb new file mode 100644 index 0000000..6e1db7a --- /dev/null +++ b/config/environment.rb @@ -0,0 +1,5 @@ +# Load the rails application +require File.expand_path('../application', __FILE__) + +# Initialize the rails application +Ase::Application.initialize! diff --git a/config/environments/development.rb b/config/environments/development.rb new file mode 100644 index 0000000..c0839e6 --- /dev/null +++ b/config/environments/development.rb @@ -0,0 +1,19 @@ +Ase::Application.configure do + # Settings specified here will take precedence over those in config/environment.rb + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the webserver when you make code changes. + config.cache_classes = false + + # Log error messages when you accidentally call methods on nil. + config.whiny_nils = true + + # Show full error reports and disable caching + config.consider_all_requests_local = true + config.action_view.debug_rjs = true + config.action_controller.perform_caching = false + + # Don't care if the mailer can't send + config.action_mailer.raise_delivery_errors = false +end diff --git a/config/environments/production.rb b/config/environments/production.rb new file mode 100644 index 0000000..9ac1e8e --- /dev/null +++ b/config/environments/production.rb @@ -0,0 +1,42 @@ +Ase::Application.configure do + # Settings specified here will take precedence over those in config/environment.rb + + # The production environment is meant for finished, "live" apps. + # Code is not reloaded between requests + config.cache_classes = true + + # Full error reports are disabled and caching is turned on + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Specifies the header that your server uses for sending files + config.action_dispatch.x_sendfile_header = "X-Sendfile" + + # For nginx: + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' + + # If you have no front-end server that supports something like X-Sendfile, + # just comment this out and Rails will serve the files + + # See everything in the log (default is :info) + # config.log_level = :debug + + # Use a different logger for distributed setups + # config.logger = SyslogLogger.new + + # Use a different cache store in production + # config.cache_store = :mem_cache_store + + # Disable Rails's static asset server + # In production, Apache or nginx will already do this + config.serve_static_assets = false + + # Enable serving of images, stylesheets, and javascripts from an asset server + # config.action_controller.asset_host = "http://assets.example.com" + + # Disable delivery errors, bad email addresses will be ignored + # config.action_mailer.raise_delivery_errors = false + + # Enable threaded mode + # config.threadsafe! +end diff --git a/config/environments/test.rb b/config/environments/test.rb new file mode 100644 index 0000000..ea202e1 --- /dev/null +++ b/config/environments/test.rb @@ -0,0 +1,32 @@ +Ase::Application.configure do + # Settings specified here will take precedence over those in config/environment.rb + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Log error messages when you accidentally call methods on nil. + config.whiny_nils = true + + # Show full error reports and disable caching + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment + config.action_controller.allow_forgery_protection = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Use SQL instead of Active Record's schema dumper when creating the test database. + # This is necessary if your schema can't be completely dumped by the schema dumper, + # like if you have constraints or database-specific column types + # config.active_record.schema_format = :sql +end diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb new file mode 100644 index 0000000..59385cd --- /dev/null +++ b/config/initializers/backtrace_silencers.rb @@ -0,0 +1,7 @@ +# Be sure to restart your server when you modify this file. + +# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. +# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } + +# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. +# Rails.backtrace_cleaner.remove_silencers! diff --git a/config/initializers/delayed_job_worker.rb b/config/initializers/delayed_job_worker.rb new file mode 100644 index 0000000..d4d3a60 --- /dev/null +++ b/config/initializers/delayed_job_worker.rb @@ -0,0 +1,5 @@ +Delayed::Job.destroy_failed_jobs = false +silence_warnings do + Delayed::Job.const_set("MAX_ATTEMPTS", 3) + Delayed::Job.const_set("MAX_RUN_TIME", 12.hours) +end \ No newline at end of file diff --git a/config/initializers/gsubs.rb b/config/initializers/gsubs.rb new file mode 100644 index 0000000..700918d --- /dev/null +++ b/config/initializers/gsubs.rb @@ -0,0 +1,31 @@ +TITLE_REGEXP = [] +File.open(File.join([Rails.root, "app/regexp/title_name_episode.txt"]), "r").each do |line| + line.gsub!('\n','') + line.gsub!('\t','') + line.strip! + TITLE_REGEXP << /#{line}/i +end + +TITLE_GSUBS = [] +File.open(File.join([Rails.root, "app/regexp/title_gsubs.txt"]), "r").each do |line| + line.gsub!('\n','') + line.gsub!('\t','') + line.strip! + TITLE_GSUBS << /#{line}/i +end + +TITLE_SEASON_GSUBS = [] +File.open(File.join([Rails.root, "app/regexp/title_season_gsubs.txt"]), "r").each do |line| + line.gsub!('\n','') + line.gsub!('\t','') + line.strip! + TITLE_SEASON_GSUBS << /#{line}/i +end + +SKIP_URL_REGEXP = [] +File.open(File.join([Rails.root, "app/regexp/skip_urls.txt"]), "r").each do |line| + line.gsub!('\n','') + line.gsub!('\t','') + line.strip! + SKIP_URL_REGEXP << /#{line}/i +end \ No newline at end of file diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb new file mode 100644 index 0000000..d531b8b --- /dev/null +++ b/config/initializers/inflections.rb @@ -0,0 +1,10 @@ +# Be sure to restart your server when you modify this file. + +# Add new inflection rules using the following format +# (all these examples are active by default): +# ActiveSupport::Inflector.inflections do |inflect| +# inflect.plural /^(ox)$/i, '\1en' +# inflect.singular /^(ox)en/i, '\1' +# inflect.irregular 'person', 'people' +# inflect.uncountable %w( fish sheep ) +# end diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb new file mode 100644 index 0000000..72aca7e --- /dev/null +++ b/config/initializers/mime_types.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Add new mime types for use in respond_to blocks: +# Mime::Type.register "text/richtext", :rtf +# Mime::Type.register_alias "text/html", :iphone diff --git a/config/initializers/secret_token.rb b/config/initializers/secret_token.rb new file mode 100644 index 0000000..1081fe5 --- /dev/null +++ b/config/initializers/secret_token.rb @@ -0,0 +1,7 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +Rails.application.config.secret_token = '55c57df3e9775005d33906928f61d9783859d6b20f8f794582263dd39e88b9b248c527b57f1f59df77eb9a9c712eda08cfd9438c36313a91496f8ba3dbfe8cb4' diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb new file mode 100644 index 0000000..ada8c30 --- /dev/null +++ b/config/initializers/session_store.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, :key => 'ase_session' + +# Use the database for sessions instead of the cookie-based default, +# which shouldn't be used to store highly confidential information +# (create the session table with "rake db:sessions:create") +# Rails.application.config.session_store :active_record_store diff --git a/config/initializers/wallpaper.rb b/config/initializers/wallpaper.rb new file mode 100644 index 0000000..ea9a958 --- /dev/null +++ b/config/initializers/wallpaper.rb @@ -0,0 +1 @@ +WALLPAPER = YAML.load_file(File.join([Rails.root, "config/wallpaper.yml"])) \ No newline at end of file diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 0000000..d87beb3 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,41 @@ +en: + layout: + menu: + search: "Search" + browse: "Browse" + latest: "Latest" + top: "Top 100" + tags: "Tags" + download_wallpaper: "Download Wallpaper" + next: "Next Episode" + prev: "Prev. Episode" + go_back_to: "Go back to" + + rss: + subscribe_anime: "Subscribe anime" + + pagination: + next_label: "Next »" + prev_label: "« Previous" + + searchbox: + placeholder: "Enter title of anime or episode..." + submit: "Search" + popular: "Popular searches" + no_results: "No results" + + anime: + episodes: "Episodes" + aired: "aired" + episode: "Episode" + last_update: "Last Update" + description: "Description" + alternative_title: "Alternative title" + all: "All" + click_to_watch: "Click here to watch on" + matching_episodes: "Matching Episodes From The Web" + no_title: "No title" + + datetime: + distance_in_words: + ago: "ago" \ No newline at end of file diff --git a/config/locales/pl.yml b/config/locales/pl.yml new file mode 100644 index 0000000..762d42b --- /dev/null +++ b/config/locales/pl.yml @@ -0,0 +1,179 @@ +pl: + number: + format: + separator: "," + delimiter: " " + precision: 2 + currency: + format: + format: "%n %u" + unit: "PLN" + percentage: + format: + delimiter: "" + precision: + format: + delimiter: "" + human: + format: + delimiter: "" + precision: 1 + storage_units: + format: "%n %u" + units: + byte: + one: "bajt" + other: "bajty" + kb: "KB" + mb: "MB" + gb: "GB" + tb: "TB" + + date: + formats: + default: "%Y-%m-%d" + short: "%d %b" + school: "%Y" + simple: "%d.%m.%Y" + long: "%d %B %Y" + + day_names: [Niedziela, Poniedziałek, Wtorek, Środa, Czwartek, Piątek, Sobota] + abbr_day_names: [nie, pon, wto, śro, czw, pia, sob] + + month_names: [~, Styczeń, Luty, Marzec, Kwiecień, Maj, Czerwiec, Lipiec, Sierpień, Wrzesień, Październik, Listopad, Grudzień] + abbr_month_names: [~, sty, lut, mar, kwi, maj, cze, lip, sie, wrz, paź, lis, gru] + order: [ :year, :month, :day ] + + time: + formats: + default: "%a, %d %b %Y, %H:%M:%S %z" + short: "%d %b, %H:%M" + long: "%d %B %Y, %H:%M" + am: "przed południem" + pm: "po południu" + + datetime: + distance_in_words: + ago: "temu" + half_a_minute: "pół minuty" + less_than_x_seconds: + one: "mniej niż sekundę" + few: "mniej niż {{count}} sekundy" + other: "mniej niż {{count}} sekund" + x_seconds: + one: "sekundę" + few: "{{count}} sekundy" + other: "{{count}} sekund" + less_than_x_minutes: + one: "mniej niż minutę" + few: "mniej niż {{count}} minuty" + other: "mniej niż {{count}} minut" + x_minutes: + one: "minutę" + few: "{{count}} minuty" + other: "{{count}} minut" + about_x_hours: + one: "około godziny" + other: "około {{count}} godzin" + x_days: + one: "1 dzień" + other: "{{count}} dni" + about_x_months: + one: "około miesiąca" + other: "około {{count}} miesięcy" + x_months: + one: "1 miesiąc" + few: "{{count}} miesiące" + other: "{{count}} miesięcy" + about_x_years: + one: "około roku" + other: "około {{count}} lat" + over_x_years: + one: "ponad rok" + few: "ponad {{count}} lata" + other: "ponad {{count}} lat" + + activerecord: + models: + user: "Użytkownik" + job: "Praca" + search: "Wyszukiwarka" + applicant: "Aplikant" + comment: + attributes: + captcha_solution: + blank: 'musi być podane' + invalid: 'odpowiedź jest niepoprawna' + errors: + template: + header: + one: "{{model}} nie został zachowany z powodu jednego błędu" + other: "{{model}} nie został zachowany z powodu {{count}} błędów" + body: "Błędy dotyczą następujących pól:" + messages: + inclusion: "nie znajduje się na liście dopuszczalnych wartości" + exclusion: "znajduje się na liście zabronionych wartości" + invalid: "jest nieprawidłowe" + confirmation: "nie zgadza się z potwierdzeniem" + accepted: "musi być zaakceptowane" + empty: "nie może być puste" + blank: "nie może być puste" + too_long: "jest za długie (maksymalnie {{count}} znaków)" + too_short: "jest za krótkie (minimalnie {{count}} znaków)" + wrong_length: "jest nieprawidłowej długości (powinna wynosić {{count}} znaków)" + taken: "zostało już zajęte" + not_a_number: "nie jest liczbą" + greater_than: "musi być większe niż {{count}}" + greater_than_or_equal_to: "musi być większe lub równe {{count}}" + equal_to: "musi być równe {{count}}" + less_than: "musi być mniejsze niż {{count}}" + less_than_or_equal_to: "musi być mniejsze lub równe {{count}}" + odd: "musi być nieparzyste" + even: "musi być parzyste" + record_invalid: "nieprawidłowe dane" + + support: + array: + sentence_connector: "i" + skip_last_comma: true + words_connector: ", " + two_words_connector: " i " + last_word_connector: " oraz " + for_word_connector: " dla " + in_word_connector: " w " + or_word_connector: " albo " + + searchbox: + placeholder: "Podaj nazwę anime lub odcinka..." + submit: "Szukaj" + popular: "Popularne anime" + no_results: "Brak wyników" + + layout: + menu: + search: "Szukaj" + browse: "Przeglądaj" + latest: "Najnowsze" + top: "Top 100" + tags: "Tagi" + download_wallpaper: "Pobierz tą tapetę" + + rss: + subscribe_anime: "Subskrybuj anime" + + pagination: + next_label: "Dalej »" + prev_label: "« Wstecz" + + anime: + episodes: "Odcinków" + episode: "Odcinek" + aired: "emisja" + all: "Wszystkie" + last_update: "Ostatnie zmiany" + description: "Opis" + alternative_title: "Tytuł alternatywny" + click_to_watch: "Kliknij tu aby oglądać na" + matching_episodes: "Znalezione odcinki w internecie" + no_title: "Brak tytułu" + \ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 0000000..7700350 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,76 @@ +Ase::Application.routes.draw do |map| + + scope "(/:locale)" do + match '/search(/:query)' => 'search#show', :as => :search + resources :sources + resources :tags + match '/animes/:letter' => "animes#index", :letter => /[a-z0]{1}/i, :as => :animes_letter + match '/animes/latest/:letter' => "animes#latest", :letter => /[a-z0]{1}/i, :as => :animes_letter + + resources :animes do + get :latest, :on => :collection + get :merge, :on => :member + get :invalid, :on => :collection + resources :link + end + end + # The priority is based upon order of creation: + # first created -> highest priority. + + # Sample of regular route: + # match 'products/:id' => 'catalog#view' + # Keep in mind you can assign values other than :controller and :action + + # Sample of named route: + # match 'products/:id/purchase' => 'catalog#purchase', :as => :purchase + # This route can be invoked with purchase_url(:id => product.id) + + # Sample resource route (maps HTTP verbs to controller actions automatically): + # resources :products + + # Sample resource route with options: + # resources :products do + # member do + # get :short + # post :toggle + # end + # + # collection do + # get :sold + # end + # end + + # Sample resource route with sub-resources: + # resources :products do + # resources :comments, :sales + # resource :seller + # end + + # Sample resource route with more complex sub-resources + # resources :products do + # resources :comments + # resources :sales do + # get :recent, :on => :collection + # end + # end + + # Sample resource route within a namespace: + # namespace :admin do + # # Directs /admin/products/* to Admin::ProductsController + # # (app/controllers/admin/products_controller.rb) + # resources :products + # end + + # You can have the root of your site routed with "root" + # just remember to delete public/index.html. + + match '/:locale' => "search#index" + match "/stylesheets/:name.:format" => "stylesheets#show" + root :to => "search#index" + + # See how all your routes lay out with "rake routes" + + # This is a legacy wild controller route that's not recommended for RESTful applications. + # Note: This route will make all actions in every controller accessible via GET requests. + # match ':controller(/:action(/:id(.:format)))' +end diff --git a/config/schedule.rb b/config/schedule.rb new file mode 100644 index 0000000..78f8403 --- /dev/null +++ b/config/schedule.rb @@ -0,0 +1,15 @@ +# Example: +# +# set :output, "/path/to/my/cron_log.log" +# +every 4.hours do + rake "ase:refresh:animes" +end + +every :day, :at => "10pm" do + rake "ase:refresh:anidb" +end + +every 8.hours do + rake "ase:refresh:background" +end diff --git a/config/sources.yml b/config/sources.yml new file mode 100644 index 0000000..6660c63 --- /dev/null +++ b/config/sources.yml @@ -0,0 +1,22 @@ +sitemap: + zomganime: "http://www.zomganime.com/sitemap.xml" + watchanimeon: "http://www.watchanimeon.com/sitemap.xml" + animecrunch: "http://www.animecrunch.com/sitemap.xml.gz" + animeshout: "http://www.animeshout.com/sitemap.xml.gz" + anilinkz: "http://www.anilinkz.com/sitemap.xml.gz" + crunchyroll: "http://www.crunchyroll.com/sitemap.xml.gz" + animelime: "http://www.animelime.com/sitemap.xml" + voober1: "http://www.voober.com/sitemap1.xml" + voober2: "http://www.voober.com/sitemap2.xml" + leetanime: "http://www.leetanime.com/sitemap.xml" + animestealth: "http://www.animestealth.com/sitemap.xml" + animechat: "http://animethat.com/sitemap.xml" + gogoanime: "http://www.gogoanime.com/sitemap.xml" + +youtube: ["GONGMulti", "GONGPolska", "marvel"] + +rss: + animetv: "http://goanimetv.com/?feed=rss2&cat=4" + kumbly: "http://www.kumby.com/feed/" + animekuro: "http://www.animekuro.com/feed/" + animeds: "http://www.anime-ds.com/new-releases-rss.php" \ No newline at end of file diff --git a/config/wallpaper.yml b/config/wallpaper.yml new file mode 100644 index 0000000..c3d5d34 --- /dev/null +++ b/config/wallpaper.yml @@ -0,0 +1,7 @@ +--- +:wallpaper_url: http://www.theotaku.com/wallpapers/view/203374/beautiful_day_dance%2521 +:base_color: "#a8b7b5" +:background_color: rgba(67, 73, 72, 0.4) +:link_color: "#869291" +:link_hover_color: "#b9c9c7" +:link_active_color: "#76807f" diff --git a/db/migrate/20100507100254_create_sources.rb b/db/migrate/20100507100254_create_sources.rb new file mode 100644 index 0000000..5f5c8ef --- /dev/null +++ b/db/migrate/20100507100254_create_sources.rb @@ -0,0 +1,15 @@ +class CreateSources < ActiveRecord::Migration + def self.up + create_table :sources do |t| + t.string :url + t.string :parser + t.datetime :latest_update + + t.timestamps + end + end + + def self.down + drop_table :sources + end +end diff --git a/db/migrate/20100507194821_create_animes.rb b/db/migrate/20100507194821_create_animes.rb new file mode 100644 index 0000000..4b872a0 --- /dev/null +++ b/db/migrate/20100507194821_create_animes.rb @@ -0,0 +1,17 @@ +class CreateAnimes < ActiveRecord::Migration + def self.up + create_table :animes do |t| + t.string :name + t.text :description + t.string :poster_url + t.string :permalink + t.integer :episodes_count + + t.timestamps + end + end + + def self.down + drop_table :animes + end +end diff --git a/db/migrate/20100507195655_create_episodes.rb b/db/migrate/20100507195655_create_episodes.rb new file mode 100644 index 0000000..04a48af --- /dev/null +++ b/db/migrate/20100507195655_create_episodes.rb @@ -0,0 +1,15 @@ +class CreateEpisodes < ActiveRecord::Migration + def self.up + create_table :episodes do |t| + t.integer :number + t.string :title + t.integer :show_id + + t.timestamps + end + end + + def self.down + drop_table :episodes + end +end diff --git a/db/migrate/20100507195656_create_links.rb b/db/migrate/20100507195656_create_links.rb new file mode 100644 index 0000000..d0feaf2 --- /dev/null +++ b/db/migrate/20100507195656_create_links.rb @@ -0,0 +1,14 @@ +class CreateLinks < ActiveRecord::Migration + def self.up + create_table :links do |t| + t.string :url + t.integer :episode_id + t.integer :prev_part_id + t.timestamps + end + end + + def self.down + drop_table :links + end +end diff --git a/db/migrate/20100508201325_create_titles.rb b/db/migrate/20100508201325_create_titles.rb new file mode 100644 index 0000000..862d4a9 --- /dev/null +++ b/db/migrate/20100508201325_create_titles.rb @@ -0,0 +1,14 @@ +class CreateTitles < ActiveRecord::Migration + def self.up + create_table :titles do |t| + t.string :name + t.integer :anidb_id + + t.timestamps + end + end + + def self.down + drop_table :titles + end +end diff --git a/db/migrate/20100508202314_add_animdb_id_to_animes.rb b/db/migrate/20100508202314_add_animdb_id_to_animes.rb new file mode 100644 index 0000000..882fa05 --- /dev/null +++ b/db/migrate/20100508202314_add_animdb_id_to_animes.rb @@ -0,0 +1,9 @@ +class AddAnimdbIdToAnimes < ActiveRecord::Migration + def self.up + add_column :animes, :animdb_id, :integer + end + + def self.down + remove_column :animes, :animdb_id + end +end diff --git a/db/migrate/20100508211201_rename_column_animdb_id_to_anidb_id_in_anime.rb b/db/migrate/20100508211201_rename_column_animdb_id_to_anidb_id_in_anime.rb new file mode 100644 index 0000000..7ea1205 --- /dev/null +++ b/db/migrate/20100508211201_rename_column_animdb_id_to_anidb_id_in_anime.rb @@ -0,0 +1,8 @@ +class RenameColumnAnimdbIdToAnidbIdInAnime < ActiveRecord::Migration + def self.up + rename_column :animes, :animdb_id, :anidb_id + end + + def self.down + end +end diff --git a/db/migrate/20100508212341_rename_anime_show_id_to_anime_id.rb b/db/migrate/20100508212341_rename_anime_show_id_to_anime_id.rb new file mode 100644 index 0000000..5842757 --- /dev/null +++ b/db/migrate/20100508212341_rename_anime_show_id_to_anime_id.rb @@ -0,0 +1,8 @@ +class RenameAnimeShowIdToAnimeId < ActiveRecord::Migration + def self.up + rename_column :episodes, :show_id, :anime_id + end + + def self.down + end +end diff --git a/db/migrate/20100509094455_add_main_to_titles.rb b/db/migrate/20100509094455_add_main_to_titles.rb new file mode 100644 index 0000000..12e03a6 --- /dev/null +++ b/db/migrate/20100509094455_add_main_to_titles.rb @@ -0,0 +1,9 @@ +class AddMainToTitles < ActiveRecord::Migration + def self.up + add_column :titles, :main, :boolean + end + + def self.down + remove_column :titles, :main + end +end diff --git a/db/migrate/20100509104518_add_season_to_episodes.rb b/db/migrate/20100509104518_add_season_to_episodes.rb new file mode 100644 index 0000000..536ba67 --- /dev/null +++ b/db/migrate/20100509104518_add_season_to_episodes.rb @@ -0,0 +1,9 @@ +class AddSeasonToEpisodes < ActiveRecord::Migration + def self.up + add_column :episodes, :season, :integer, :default => 0 + end + + def self.down + remove_column :episodes, :season + end +end diff --git a/db/migrate/20100509125139_add_description_to_episodes.rb b/db/migrate/20100509125139_add_description_to_episodes.rb new file mode 100644 index 0000000..e9b1357 --- /dev/null +++ b/db/migrate/20100509125139_add_description_to_episodes.rb @@ -0,0 +1,9 @@ +class AddDescriptionToEpisodes < ActiveRecord::Migration + def self.up + add_column :episodes, :description, :text + end + + def self.down + remove_column :episodes, :description + end +end diff --git a/db/migrate/20100510203253_add_poster_to_anime.rb b/db/migrate/20100510203253_add_poster_to_anime.rb new file mode 100644 index 0000000..7b9cbf4 --- /dev/null +++ b/db/migrate/20100510203253_add_poster_to_anime.rb @@ -0,0 +1,15 @@ +class AddPosterToAnime < ActiveRecord::Migration + def self.up + add_column :animes, :poster_file_name, :string + add_column :animes, :poster_content_type, :string + add_column :animes, :poster_file_size, :integer + add_column :animes, :poster_updated_at, :datetime + end + + def self.down + remove_column :animes, :poster_file_name + remove_column :animes, :poster_content_type + remove_column :animes, :poster_file_size + remove_column :animes, :poster_updated_at + end +end diff --git a/db/migrate/20100510215327_add_airdate_to_episode.rb b/db/migrate/20100510215327_add_airdate_to_episode.rb new file mode 100644 index 0000000..fa18415 --- /dev/null +++ b/db/migrate/20100510215327_add_airdate_to_episode.rb @@ -0,0 +1,9 @@ +class AddAirdateToEpisode < ActiveRecord::Migration + def self.up + add_column :episodes, :airdate, :date, :default => nil + end + + def self.down + remove_column :episodes, :airdate + end +end diff --git a/db/migrate/20100517193705_add_hash_to_titles.rb b/db/migrate/20100517193705_add_hash_to_titles.rb new file mode 100644 index 0000000..47c21f8 --- /dev/null +++ b/db/migrate/20100517193705_add_hash_to_titles.rb @@ -0,0 +1,9 @@ +class AddHashToTitles < ActiveRecord::Migration + def self.up + add_column :titles, :hashed_name, :string + end + + def self.down + remove_column :titles, :hashed_name + end +end diff --git a/db/migrate/20100518163937_create_tags.rb b/db/migrate/20100518163937_create_tags.rb new file mode 100644 index 0000000..44c9fda --- /dev/null +++ b/db/migrate/20100518163937_create_tags.rb @@ -0,0 +1,13 @@ +class CreateTags < ActiveRecord::Migration + def self.up + create_table :tags do |t| + t.string :name + + t.timestamps + end + end + + def self.down + drop_table :tags + end +end diff --git a/db/migrate/20100518164117_create_taggables.rb b/db/migrate/20100518164117_create_taggables.rb new file mode 100644 index 0000000..44d8a0b --- /dev/null +++ b/db/migrate/20100518164117_create_taggables.rb @@ -0,0 +1,14 @@ +class CreateTaggables < ActiveRecord::Migration + def self.up + create_table :taggables do |t| + t.integer :anime_id + t.integer :tag_id + + t.timestamps + end + end + + def self.down + drop_table :taggables + end +end diff --git a/db/migrate/20100518165038_add_hentai_to_animes.rb b/db/migrate/20100518165038_add_hentai_to_animes.rb new file mode 100644 index 0000000..e13ebb8 --- /dev/null +++ b/db/migrate/20100518165038_add_hentai_to_animes.rb @@ -0,0 +1,9 @@ +class AddHentaiToAnimes < ActiveRecord::Migration + def self.up + add_column :animes, :hentai, :boolean, :default => false + end + + def self.down + remove_column :animes, :hentai + end +end diff --git a/db/migrate/20100518200151_add_taggables_count_to_tags.rb b/db/migrate/20100518200151_add_taggables_count_to_tags.rb new file mode 100644 index 0000000..bece814 --- /dev/null +++ b/db/migrate/20100518200151_add_taggables_count_to_tags.rb @@ -0,0 +1,9 @@ +class AddTaggablesCountToTags < ActiveRecord::Migration + def self.up + add_column :tags, :taggables_count, :integer, :default => 0 + end + + def self.down + remove_column :tags, :taggables_count + end +end diff --git a/db/migrate/20100518202010_add_permalink_to_tags.rb b/db/migrate/20100518202010_add_permalink_to_tags.rb new file mode 100644 index 0000000..d1c9f40 --- /dev/null +++ b/db/migrate/20100518202010_add_permalink_to_tags.rb @@ -0,0 +1,14 @@ +class AddPermalinkToTags < ActiveRecord::Migration + def self.up + add_column :tags, :permalink, :string + + Tag.all.each do |tag| + tag.create_permalink + tag.save + end + end + + def self.down + remove_column :tags, :permalink + end +end diff --git a/db/migrate/20100519104324_add_trailer_url_to_animes.rb b/db/migrate/20100519104324_add_trailer_url_to_animes.rb new file mode 100644 index 0000000..4126cb8 --- /dev/null +++ b/db/migrate/20100519104324_add_trailer_url_to_animes.rb @@ -0,0 +1,9 @@ +class AddTrailerUrlToAnimes < ActiveRecord::Migration + def self.up + add_column :animes, :trailer_url, :string + end + + def self.down + remove_column :animes, :trailer_url + end +end diff --git a/db/migrate/20100723080526_delayed_jobs.rb b/db/migrate/20100723080526_delayed_jobs.rb new file mode 100644 index 0000000..a2dc857 --- /dev/null +++ b/db/migrate/20100723080526_delayed_jobs.rb @@ -0,0 +1,18 @@ +class DelayedJobs < ActiveRecord::Migration + def self.up + create_table :delayed_jobs, :force => true do |table| + table.integer :priority, :default => 0 # Allows some jobs to jump to the front of the queue + table.integer :attempts, :default => 0 # Provides for retries, but still fail eventually. + table.text :handler # YAML-encoded string of the object that will do work + table.string :last_error # reason for last failure (See Note below) + table.datetime :run_at # When to run. Could be Time.now for immediately, or sometime in the future. + table.datetime :locked_at # Set when a client is working on this object + table.datetime :failed_at # Set when all retries have failed (actually, by default, the record is deleted instead) + table.string :locked_by # Who is working on this object (if locked) + table.timestamps + end + end + + def self.down + end +end diff --git a/db/schema.rb b/db/schema.rb new file mode 100644 index 0000000..0790f35 --- /dev/null +++ b/db/schema.rb @@ -0,0 +1,95 @@ +# This file is auto-generated from the current state of the database. Instead of editing this file, +# please use the migrations feature of Active Record to incrementally modify your database, and +# then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your database schema. If you need +# to create the application database on another system, you should be using db:schema:load, not running +# all the migrations from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended to check this file into your version control system. + +ActiveRecord::Schema.define(:version => 20100723080526) do + + create_table "animes", :force => true do |t| + t.string "name" + t.text "description" + t.string "poster_url" + t.string "permalink" + t.integer "episodes_count" + t.datetime "created_at" + t.datetime "updated_at" + t.integer "anidb_id" + t.string "poster_file_name" + t.string "poster_content_type" + t.integer "poster_file_size" + t.datetime "poster_updated_at" + t.boolean "hentai", :default => false + t.string "trailer_url" + end + + create_table "delayed_jobs", :force => true do |t| + t.integer "priority", :default => 0 + t.integer "attempts", :default => 0 + t.text "handler" + t.string "last_error" + t.datetime "run_at" + t.datetime "locked_at" + t.datetime "failed_at" + t.string "locked_by" + t.datetime "created_at" + t.datetime "updated_at" + end + + create_table "episodes", :force => true do |t| + t.integer "number" + t.string "title" + t.integer "anime_id" + t.datetime "created_at" + t.datetime "updated_at" + t.integer "season", :default => 0 + t.text "description" + t.date "airdate" + end + + create_table "links", :force => true do |t| + t.string "url" + t.integer "episode_id" + t.integer "prev_part_id" + t.datetime "created_at" + t.datetime "updated_at" + end + + create_table "sources", :force => true do |t| + t.string "url" + t.string "parser" + t.datetime "latest_update" + t.datetime "created_at" + t.datetime "updated_at" + end + + create_table "taggables", :force => true do |t| + t.integer "anime_id" + t.integer "tag_id" + t.datetime "created_at" + t.datetime "updated_at" + end + + create_table "tags", :force => true do |t| + t.string "name" + t.datetime "created_at" + t.datetime "updated_at" + t.integer "taggables_count", :default => 0 + t.string "permalink" + end + + create_table "titles", :force => true do |t| + t.string "name" + t.integer "anidb_id" + t.datetime "created_at" + t.datetime "updated_at" + t.boolean "main" + t.string "hashed_name" + end + +end diff --git a/db/seeds.rb b/db/seeds.rb new file mode 100644 index 0000000..664d8c7 --- /dev/null +++ b/db/seeds.rb @@ -0,0 +1,7 @@ +# This file should contain all the record creation needed to seed the database with its default values. +# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup). +# +# Examples: +# +# cities = City.create([{ :name => 'Chicago' }, { :name => 'Copenhagen' }]) +# Mayor.create(:name => 'Daley', :city => cities.first) diff --git a/doc/README_FOR_APP b/doc/README_FOR_APP new file mode 100644 index 0000000..fe41f5c --- /dev/null +++ b/doc/README_FOR_APP @@ -0,0 +1,2 @@ +Use this README file to introduce your application and point to useful places in the API for learning more. +Run "rake doc:app" to generate API documentation for your models, controllers, helpers, and libraries. diff --git a/lib/background_rotator.rb b/lib/background_rotator.rb new file mode 100644 index 0000000..89657d8 --- /dev/null +++ b/lib/background_rotator.rb @@ -0,0 +1,72 @@ +require 'net/http' +require 'open-uri' +require 'nokogiri' + +class BackgroundRotator + + def rotate + gallery_url = "http://www.theotaku.com/wallpapers/?sort_by=featured&resolution=1280_800&date_filter=48_hours" + doc = Nokogiri::HTML(Net::HTTP.get_response(URI.parse(gallery_url)).body) + + wallpapers = doc.css('#content .thumb').css('span a') + + random_image_path = wallpapers[(rand*wallpapers.size).round][:href] + puts "Wallpaper url: #{random_image_path}" + + doc = Nokogiri::HTML(Net::HTTP.get_response(URI.parse(random_image_path)).body) + image_page_path = doc.css('#mainContent .frame a').first[:href] + puts "Wallpaper image page url: #{image_page_path}" + + html = Net::HTTP.get_response(URI.parse(image_page_path)).body + html.gsub!('
', '
') + doc = Nokogiri::HTML(html) + + image_path = doc.at_css('#wall_holder img')[:src] + puts "Wallpaper image url: #{image_path}" + + new_wallpaper_path = File.join([Rails.root, "tmp/cache/temp.jpg"]) + puts "Saving file in cache: #{new_wallpaper_path}" + + File.delete(new_wallpaper_path) if File.exists?(new_wallpaper_path) + File.open(new_wallpaper_path, "a") do |file| + file.write(Net::HTTP.get_response(URI.parse(image_path)).body) + end + + return if File.zero?(new_wallpaper_path) + + public_wallpaper_path = File.join([Rails.root, "public/images/wallpaper.jpg"]) + puts "Scaling file to: #{public_wallpaper_path}" + + command = "convert #{new_wallpaper_path} -resize 1280x800 -quality 75 #{public_wallpaper_path}" + %x[#{command}] + + if $?.exitstatus != 0 + puts "Could not change background!" + return + end + + store_config(random_image_path, public_wallpaper_path) + end + + def store_config(wallpaper_url, wallpaper_path) + css = ColorFromImage.new(wallpaper_path) + config = { + :wallpaper_url => wallpaper_url, + :base_color => css.base_color.html, + :background_color => css.background_color_with_alpha, + :link_color => css.link_color.html, + :link_hover_color => css.link_hover_color.html, + :link_active_color => css.link_active_color.html + } + + config_path = File.join(Rails.root, "config/wallpaper.yml") + File.delete(config_path) if File.exists?(config_path) + + File.open(config_path, "a") do |file| + file.write(YAML::dump(config)) + end + + puts YAML::dump(config) + end + +end \ No newline at end of file diff --git a/lib/color_from_image.rb b/lib/color_from_image.rb new file mode 100644 index 0000000..2e9bec9 --- /dev/null +++ b/lib/color_from_image.rb @@ -0,0 +1,48 @@ +require "color" + +class ColorFromImage + + attr_accessor :base_color, :link_color, :link_active_color, :link_hover_color, :red, :green, :blue, :background_color + + def initialize(file_name) + command = "convert #{file_name} -scale 1x1\! -format '%[pixel:u]' info:-" + color = %x[#{command}] + + if color && $?.exitstatus != 0 + raise StandardError, "There was an error determining the color!" + end + + self.red, self.green, self.blue = color[/rgb\((.*)\)/, 1].split(",").collect(&:to_i) + self.base_color = Color::RGB.new(self.red, self.green, self.blue) + + by_percent = 80 + + if dark? + self.link_color = self.base_color.lighten_by(by_percent) + self.link_hover_color = self.base_color.lighten_by(by_percent+30) + self.link_active_color = self.base_color.lighten_by(by_percent-10) + self.background_color = self.base_color.lighten_by(40) + else + self.link_color = self.base_color.darken_by(by_percent) + self.link_hover_color = self.base_color.darken_by(by_percent+30) + self.link_active_color = self.base_color.darken_by(by_percent-10) + self.background_color = self.base_color.darken_by(40) + end + + + end + + def light? + self.base_color.brightness > 0.2 + end + + def dark? + !light? + end + + def background_color_with_alpha(alpha=0.4) + bg = self.background_color + "rgba(#{(bg.r * 255).round}, #{(bg.g * 255).round}, #{(bg.b * 255).round}, #{alpha})" + end + +end \ No newline at end of file diff --git a/lib/tasks/.gitkeep b/lib/tasks/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/lib/tasks/ase.rake b/lib/tasks/ase.rake new file mode 100644 index 0000000..9e89741 --- /dev/null +++ b/lib/tasks/ase.rake @@ -0,0 +1,114 @@ +namespace :ase do + task :load_sources => :environment do + raw_sources = YAML.load(File.open(File.join([Rails.root, "config/sources.yml"]))) + + raw_sources["sitemap"].each do |name, url| + source = Source.find_or_initialize_by_url(url) + source.parser = "sitemap" + source.save + end + + raw_sources["youtube"].each do |url| + source = Source.find_or_initialize_by_url(url) + source.parser = "youtube" + source.save + end + + raw_sources["rss"].each do |name, url| + source = Source.find_or_initialize_by_url(url) + source.parser = "rss" + source.save + end + end + + namespace :refresh do + + task :trailers => :environment do + Anime.where("trailer_url IS NULL OR trailer_url = ?", "").all.each do |anime| + begin + anime.getTrailer! + rescue Exception => e + + end + + end + end + + task :background => :environment do + br = BackgroundRotator.new + br.rotate + end + + task :episodes => :environment do + Anime.all.each do |anime| + anime.episodes_count = anime.episodes.count + anime.save + end + end + + task :posters => :environment do + Anime.all.each do |anime| + anime.download_poster + end + end + + task :anidb => :environment do + Title.download + end + + task :titles => :environment do + Anime.where("episodes.title IS NULL OR animes.anidb_id IS NULL").all(:joins => :episodes, :readonly => false, :select => "DISTINCT(animes.*)").each do |anime| + title = Title.where("name ILIKE ?", "%#{anime.name}%").first + + unless title.nil? + tmp = nil + tmp = Title.where("anidb_id = ?", title.anidb_id).order("main DESC").first unless title.main? + title = tmp unless tmp.nil? + end + + if title.nil? + puts "Skip #{anime.name}" + next + end + + anime.anidb_id = title.anidb_id + anime.name = title.name + anime.episodes_count = anime.episodes.count + anime.save + + anime.getInfoFromAniDb! + end + end + + task :tags => :environment do + Anime.all.each do |anime| + anime.getInfoFromAniDb! + end + end + + task :index => :environment do + Source.all.each do |source| + Delayed::Job.enqueue SourceRefreshJob.new(source.id), 10 + end + end + + task :duplicates => :environment do + Anime.duplicates.count(:id).each do |anidb_id, count| + duplicated_animes = Anime.where("anidb_id = ?", anidb_id) + puts "Merging #{duplicated_animes.first.id} with #{duplicated_animes.last.id} : #{duplicated_animes.first.name}" + + duplicated_animes.last.merge_with_anime(duplicated_animes.first) + end + end + + task :animes => [:index, :titles, :duplicates, :trailers] + end + + namespace :clear do + task :animes => :environment do + Anime.delete_all + Episode.delete_all + Link.delete_all + end + end +end \ No newline at end of file diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..9a48320 --- /dev/null +++ b/public/404.html @@ -0,0 +1,26 @@ + + + + The page you were looking for doesn't exist (404) + + + + + +
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+ + diff --git a/public/422.html b/public/422.html new file mode 100644 index 0000000..83660ab --- /dev/null +++ b/public/422.html @@ -0,0 +1,26 @@ + + + + The change you wanted was rejected (422) + + + + + +
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+ + diff --git a/public/500.html b/public/500.html new file mode 100644 index 0000000..b80307f --- /dev/null +++ b/public/500.html @@ -0,0 +1,26 @@ + + + + We're sorry, but something went wrong (500) + + + + + +
+

We're sorry, but something went wrong.

+

We've been notified about this issue and we'll take a look at it shortly.

+
+ + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..e69de29 diff --git a/public/images/anime/medium/1265.jpg b/public/images/anime/medium/1265.jpg new file mode 100644 index 0000000..9090689 Binary files /dev/null and b/public/images/anime/medium/1265.jpg differ diff --git a/public/images/anime/medium/1266.jpg b/public/images/anime/medium/1266.jpg new file mode 100644 index 0000000..d68601c Binary files /dev/null and b/public/images/anime/medium/1266.jpg differ diff --git a/public/images/anime/medium/1267.jpg b/public/images/anime/medium/1267.jpg new file mode 100644 index 0000000..ba1fbac Binary files /dev/null and b/public/images/anime/medium/1267.jpg differ diff --git a/public/images/anime/medium/1268.jpg b/public/images/anime/medium/1268.jpg new file mode 100644 index 0000000..c55637c Binary files /dev/null and b/public/images/anime/medium/1268.jpg differ diff --git a/public/images/anime/medium/1269.jpg b/public/images/anime/medium/1269.jpg new file mode 100644 index 0000000..abe4b8b Binary files /dev/null and b/public/images/anime/medium/1269.jpg differ diff --git a/public/images/anime/medium/1270.jpg b/public/images/anime/medium/1270.jpg new file mode 100644 index 0000000..48a6956 Binary files /dev/null and b/public/images/anime/medium/1270.jpg differ diff --git a/public/images/anime/medium/1271.jpg b/public/images/anime/medium/1271.jpg new file mode 100644 index 0000000..40c0412 Binary files /dev/null and b/public/images/anime/medium/1271.jpg differ diff --git a/public/images/anime/medium/1272.jpg b/public/images/anime/medium/1272.jpg new file mode 100644 index 0000000..f497aff Binary files /dev/null and b/public/images/anime/medium/1272.jpg differ diff --git a/public/images/anime/medium/1273.jpg b/public/images/anime/medium/1273.jpg new file mode 100644 index 0000000..bf15b4f Binary files /dev/null and b/public/images/anime/medium/1273.jpg differ diff --git a/public/images/anime/medium/1274.jpg b/public/images/anime/medium/1274.jpg new file mode 100644 index 0000000..e27d5d5 Binary files /dev/null and b/public/images/anime/medium/1274.jpg differ diff --git a/public/images/anime/medium/1276.jpg b/public/images/anime/medium/1276.jpg new file mode 100644 index 0000000..51b2029 Binary files /dev/null and b/public/images/anime/medium/1276.jpg differ diff --git a/public/images/anime/medium/1277.jpg b/public/images/anime/medium/1277.jpg new file mode 100644 index 0000000..3d563e6 Binary files /dev/null and b/public/images/anime/medium/1277.jpg differ diff --git a/public/images/anime/medium/1278.jpg b/public/images/anime/medium/1278.jpg new file mode 100644 index 0000000..f5ec591 Binary files /dev/null and b/public/images/anime/medium/1278.jpg differ diff --git a/public/images/anime/medium/1279.jpg b/public/images/anime/medium/1279.jpg new file mode 100644 index 0000000..90c592e Binary files /dev/null and b/public/images/anime/medium/1279.jpg differ diff --git a/public/images/anime/medium/1281.jpg b/public/images/anime/medium/1281.jpg new file mode 100644 index 0000000..e521d61 Binary files /dev/null and b/public/images/anime/medium/1281.jpg differ diff --git a/public/images/anime/medium/1282.jpg b/public/images/anime/medium/1282.jpg new file mode 100644 index 0000000..d955459 Binary files /dev/null and b/public/images/anime/medium/1282.jpg differ diff --git a/public/images/anime/medium/1283.jpg b/public/images/anime/medium/1283.jpg new file mode 100644 index 0000000..fa51cf9 Binary files /dev/null and b/public/images/anime/medium/1283.jpg differ diff --git a/public/images/anime/medium/1285.jpg b/public/images/anime/medium/1285.jpg new file mode 100644 index 0000000..6272a8f Binary files /dev/null and b/public/images/anime/medium/1285.jpg differ diff --git a/public/images/anime/medium/1286.jpg b/public/images/anime/medium/1286.jpg new file mode 100644 index 0000000..d3b66eb Binary files /dev/null and b/public/images/anime/medium/1286.jpg differ diff --git a/public/images/anime/medium/1287.jpg b/public/images/anime/medium/1287.jpg new file mode 100644 index 0000000..0ec30c9 Binary files /dev/null and b/public/images/anime/medium/1287.jpg differ diff --git a/public/images/anime/medium/1289.jpg b/public/images/anime/medium/1289.jpg new file mode 100644 index 0000000..d08a024 Binary files /dev/null and b/public/images/anime/medium/1289.jpg differ diff --git a/public/images/anime/medium/1290.jpg b/public/images/anime/medium/1290.jpg new file mode 100644 index 0000000..4fcacff Binary files /dev/null and b/public/images/anime/medium/1290.jpg differ diff --git a/public/images/anime/medium/1291.jpg b/public/images/anime/medium/1291.jpg new file mode 100644 index 0000000..c442367 Binary files /dev/null and b/public/images/anime/medium/1291.jpg differ diff --git a/public/images/anime/medium/1292.jpg b/public/images/anime/medium/1292.jpg new file mode 100644 index 0000000..3242795 Binary files /dev/null and b/public/images/anime/medium/1292.jpg differ diff --git a/public/images/anime/medium/1293.jpg b/public/images/anime/medium/1293.jpg new file mode 100644 index 0000000..692e4ed Binary files /dev/null and b/public/images/anime/medium/1293.jpg differ diff --git a/public/images/anime/medium/1294.jpg b/public/images/anime/medium/1294.jpg new file mode 100644 index 0000000..a05699e Binary files /dev/null and b/public/images/anime/medium/1294.jpg differ diff --git a/public/images/anime/medium/1295.jpg b/public/images/anime/medium/1295.jpg new file mode 100644 index 0000000..36c4041 Binary files /dev/null and b/public/images/anime/medium/1295.jpg differ diff --git a/public/images/anime/medium/1296.jpg b/public/images/anime/medium/1296.jpg new file mode 100644 index 0000000..f693c59 Binary files /dev/null and b/public/images/anime/medium/1296.jpg differ diff --git a/public/images/anime/medium/1297.jpg b/public/images/anime/medium/1297.jpg new file mode 100644 index 0000000..fa2f91c Binary files /dev/null and b/public/images/anime/medium/1297.jpg differ diff --git a/public/images/anime/medium/1298.jpg b/public/images/anime/medium/1298.jpg new file mode 100644 index 0000000..e783a7d Binary files /dev/null and b/public/images/anime/medium/1298.jpg differ diff --git a/public/images/anime/medium/1299.jpg b/public/images/anime/medium/1299.jpg new file mode 100644 index 0000000..45d2372 Binary files /dev/null and b/public/images/anime/medium/1299.jpg differ diff --git a/public/images/anime/medium/1300.jpg b/public/images/anime/medium/1300.jpg new file mode 100644 index 0000000..a8fc21a Binary files /dev/null and b/public/images/anime/medium/1300.jpg differ diff --git a/public/images/anime/medium/1301.jpg b/public/images/anime/medium/1301.jpg new file mode 100644 index 0000000..7aed516 Binary files /dev/null and b/public/images/anime/medium/1301.jpg differ diff --git a/public/images/anime/medium/1302.jpg b/public/images/anime/medium/1302.jpg new file mode 100644 index 0000000..773c964 Binary files /dev/null and b/public/images/anime/medium/1302.jpg differ diff --git a/public/images/anime/medium/1303.gif b/public/images/anime/medium/1303.gif new file mode 100644 index 0000000..436c696 Binary files /dev/null and b/public/images/anime/medium/1303.gif differ diff --git a/public/images/anime/medium/1304.jpg b/public/images/anime/medium/1304.jpg new file mode 100644 index 0000000..58efa4f Binary files /dev/null and b/public/images/anime/medium/1304.jpg differ diff --git a/public/images/anime/medium/1305.jpg b/public/images/anime/medium/1305.jpg new file mode 100644 index 0000000..60d710c Binary files /dev/null and b/public/images/anime/medium/1305.jpg differ diff --git a/public/images/anime/medium/1306.jpg b/public/images/anime/medium/1306.jpg new file mode 100644 index 0000000..8f017f9 Binary files /dev/null and b/public/images/anime/medium/1306.jpg differ diff --git a/public/images/anime/medium/1307.jpg b/public/images/anime/medium/1307.jpg new file mode 100644 index 0000000..c4703b5 Binary files /dev/null and b/public/images/anime/medium/1307.jpg differ diff --git a/public/images/anime/medium/1308.jpg b/public/images/anime/medium/1308.jpg new file mode 100644 index 0000000..eafa7b5 Binary files /dev/null and b/public/images/anime/medium/1308.jpg differ diff --git a/public/images/anime/medium/1309.jpg b/public/images/anime/medium/1309.jpg new file mode 100644 index 0000000..7e2783e Binary files /dev/null and b/public/images/anime/medium/1309.jpg differ diff --git a/public/images/anime/medium/1310.jpg b/public/images/anime/medium/1310.jpg new file mode 100644 index 0000000..d4430fb Binary files /dev/null and b/public/images/anime/medium/1310.jpg differ diff --git a/public/images/anime/medium/1311.jpg b/public/images/anime/medium/1311.jpg new file mode 100644 index 0000000..7461489 Binary files /dev/null and b/public/images/anime/medium/1311.jpg differ diff --git a/public/images/anime/medium/1312.jpg b/public/images/anime/medium/1312.jpg new file mode 100644 index 0000000..7ff82a2 Binary files /dev/null and b/public/images/anime/medium/1312.jpg differ diff --git a/public/images/anime/medium/1313.jpg b/public/images/anime/medium/1313.jpg new file mode 100644 index 0000000..c304d96 Binary files /dev/null and b/public/images/anime/medium/1313.jpg differ diff --git a/public/images/anime/medium/1315.jpg b/public/images/anime/medium/1315.jpg new file mode 100644 index 0000000..8f32d27 Binary files /dev/null and b/public/images/anime/medium/1315.jpg differ diff --git a/public/images/anime/medium/1316.jpg b/public/images/anime/medium/1316.jpg new file mode 100644 index 0000000..9cc307c Binary files /dev/null and b/public/images/anime/medium/1316.jpg differ diff --git a/public/images/anime/medium/1317.jpg b/public/images/anime/medium/1317.jpg new file mode 100644 index 0000000..0b22ab5 Binary files /dev/null and b/public/images/anime/medium/1317.jpg differ diff --git a/public/images/anime/medium/1318.jpg b/public/images/anime/medium/1318.jpg new file mode 100644 index 0000000..aa995e6 Binary files /dev/null and b/public/images/anime/medium/1318.jpg differ diff --git a/public/images/anime/medium/1319.jpg b/public/images/anime/medium/1319.jpg new file mode 100644 index 0000000..0911e62 Binary files /dev/null and b/public/images/anime/medium/1319.jpg differ diff --git a/public/images/anime/medium/1321.jpg b/public/images/anime/medium/1321.jpg new file mode 100644 index 0000000..5be17ac Binary files /dev/null and b/public/images/anime/medium/1321.jpg differ diff --git a/public/images/anime/medium/1322.jpg b/public/images/anime/medium/1322.jpg new file mode 100644 index 0000000..b07aa31 Binary files /dev/null and b/public/images/anime/medium/1322.jpg differ diff --git a/public/images/anime/medium/1323.jpg b/public/images/anime/medium/1323.jpg new file mode 100644 index 0000000..52be63d Binary files /dev/null and b/public/images/anime/medium/1323.jpg differ diff --git a/public/images/anime/medium/1324.jpg b/public/images/anime/medium/1324.jpg new file mode 100644 index 0000000..4008aa9 Binary files /dev/null and b/public/images/anime/medium/1324.jpg differ diff --git a/public/images/anime/medium/1325.jpg b/public/images/anime/medium/1325.jpg new file mode 100644 index 0000000..ac05491 Binary files /dev/null and b/public/images/anime/medium/1325.jpg differ diff --git a/public/images/anime/medium/1326.jpg b/public/images/anime/medium/1326.jpg new file mode 100644 index 0000000..e25e4c0 Binary files /dev/null and b/public/images/anime/medium/1326.jpg differ diff --git a/public/images/anime/medium/1327.jpg b/public/images/anime/medium/1327.jpg new file mode 100644 index 0000000..c0e2224 Binary files /dev/null and b/public/images/anime/medium/1327.jpg differ diff --git a/public/images/anime/medium/1328.jpg b/public/images/anime/medium/1328.jpg new file mode 100644 index 0000000..13b1033 Binary files /dev/null and b/public/images/anime/medium/1328.jpg differ diff --git a/public/images/anime/medium/1329.jpg b/public/images/anime/medium/1329.jpg new file mode 100644 index 0000000..f9b4482 Binary files /dev/null and b/public/images/anime/medium/1329.jpg differ diff --git a/public/images/anime/medium/1330.jpg b/public/images/anime/medium/1330.jpg new file mode 100644 index 0000000..ce251c6 Binary files /dev/null and b/public/images/anime/medium/1330.jpg differ diff --git a/public/images/anime/medium/1331.jpg b/public/images/anime/medium/1331.jpg new file mode 100644 index 0000000..267f7a7 Binary files /dev/null and b/public/images/anime/medium/1331.jpg differ diff --git a/public/images/anime/medium/1332.jpg b/public/images/anime/medium/1332.jpg new file mode 100644 index 0000000..2bb481c Binary files /dev/null and b/public/images/anime/medium/1332.jpg differ diff --git a/public/images/anime/medium/1333.jpg b/public/images/anime/medium/1333.jpg new file mode 100644 index 0000000..f1420cb Binary files /dev/null and b/public/images/anime/medium/1333.jpg differ diff --git a/public/images/anime/medium/1334.jpg b/public/images/anime/medium/1334.jpg new file mode 100644 index 0000000..79817f9 Binary files /dev/null and b/public/images/anime/medium/1334.jpg differ diff --git a/public/images/anime/medium/1335.jpg b/public/images/anime/medium/1335.jpg new file mode 100644 index 0000000..a824500 Binary files /dev/null and b/public/images/anime/medium/1335.jpg differ diff --git a/public/images/anime/medium/1336.jpg b/public/images/anime/medium/1336.jpg new file mode 100644 index 0000000..dbee0fb Binary files /dev/null and b/public/images/anime/medium/1336.jpg differ diff --git a/public/images/anime/medium/1337.jpg b/public/images/anime/medium/1337.jpg new file mode 100644 index 0000000..bb6c850 Binary files /dev/null and b/public/images/anime/medium/1337.jpg differ diff --git a/public/images/anime/medium/1338.jpg b/public/images/anime/medium/1338.jpg new file mode 100644 index 0000000..3f5d320 Binary files /dev/null and b/public/images/anime/medium/1338.jpg differ diff --git a/public/images/anime/medium/1339.jpg b/public/images/anime/medium/1339.jpg new file mode 100644 index 0000000..23c3d8f Binary files /dev/null and b/public/images/anime/medium/1339.jpg differ diff --git a/public/images/anime/medium/1340.jpg b/public/images/anime/medium/1340.jpg new file mode 100644 index 0000000..1c339cd Binary files /dev/null and b/public/images/anime/medium/1340.jpg differ diff --git a/public/images/anime/medium/1341.jpg b/public/images/anime/medium/1341.jpg new file mode 100644 index 0000000..c874ca5 Binary files /dev/null and b/public/images/anime/medium/1341.jpg differ diff --git a/public/images/anime/medium/1342.jpg b/public/images/anime/medium/1342.jpg new file mode 100644 index 0000000..4a44ae1 Binary files /dev/null and b/public/images/anime/medium/1342.jpg differ diff --git a/public/images/anime/medium/1343.jpg b/public/images/anime/medium/1343.jpg new file mode 100644 index 0000000..3537162 Binary files /dev/null and b/public/images/anime/medium/1343.jpg differ diff --git a/public/images/anime/medium/1344.jpg b/public/images/anime/medium/1344.jpg new file mode 100644 index 0000000..506154a Binary files /dev/null and b/public/images/anime/medium/1344.jpg differ diff --git a/public/images/anime/medium/1345.jpg b/public/images/anime/medium/1345.jpg new file mode 100644 index 0000000..d49e684 Binary files /dev/null and b/public/images/anime/medium/1345.jpg differ diff --git a/public/images/anime/medium/1347.jpg b/public/images/anime/medium/1347.jpg new file mode 100644 index 0000000..2d32d5e Binary files /dev/null and b/public/images/anime/medium/1347.jpg differ diff --git a/public/images/anime/medium/1348.jpg b/public/images/anime/medium/1348.jpg new file mode 100644 index 0000000..0ca5cac Binary files /dev/null and b/public/images/anime/medium/1348.jpg differ diff --git a/public/images/anime/medium/1349.jpg b/public/images/anime/medium/1349.jpg new file mode 100644 index 0000000..1a26da9 Binary files /dev/null and b/public/images/anime/medium/1349.jpg differ diff --git a/public/images/anime/medium/1350.jpg b/public/images/anime/medium/1350.jpg new file mode 100644 index 0000000..797c6b7 Binary files /dev/null and b/public/images/anime/medium/1350.jpg differ diff --git a/public/images/anime/medium/1351.jpg b/public/images/anime/medium/1351.jpg new file mode 100644 index 0000000..3ea9751 Binary files /dev/null and b/public/images/anime/medium/1351.jpg differ diff --git a/public/images/anime/medium/1352.jpg b/public/images/anime/medium/1352.jpg new file mode 100644 index 0000000..c4a0117 Binary files /dev/null and b/public/images/anime/medium/1352.jpg differ diff --git a/public/images/anime/medium/1353.jpg b/public/images/anime/medium/1353.jpg new file mode 100644 index 0000000..c1f9dfe Binary files /dev/null and b/public/images/anime/medium/1353.jpg differ diff --git a/public/images/anime/medium/1354.jpg b/public/images/anime/medium/1354.jpg new file mode 100644 index 0000000..a26b0d4 Binary files /dev/null and b/public/images/anime/medium/1354.jpg differ diff --git a/public/images/anime/medium/1355.jpg b/public/images/anime/medium/1355.jpg new file mode 100644 index 0000000..223183c Binary files /dev/null and b/public/images/anime/medium/1355.jpg differ diff --git a/public/images/anime/medium/1356.jpg b/public/images/anime/medium/1356.jpg new file mode 100644 index 0000000..3a98d28 Binary files /dev/null and b/public/images/anime/medium/1356.jpg differ diff --git a/public/images/anime/medium/1357.jpg b/public/images/anime/medium/1357.jpg new file mode 100644 index 0000000..404535d Binary files /dev/null and b/public/images/anime/medium/1357.jpg differ diff --git a/public/images/anime/medium/1359.jpg b/public/images/anime/medium/1359.jpg new file mode 100644 index 0000000..d51f078 Binary files /dev/null and b/public/images/anime/medium/1359.jpg differ diff --git a/public/images/anime/medium/1360.jpg b/public/images/anime/medium/1360.jpg new file mode 100644 index 0000000..52027e9 Binary files /dev/null and b/public/images/anime/medium/1360.jpg differ diff --git a/public/images/anime/medium/1361.jpg b/public/images/anime/medium/1361.jpg new file mode 100644 index 0000000..a8578ad Binary files /dev/null and b/public/images/anime/medium/1361.jpg differ diff --git a/public/images/anime/medium/1362.jpg b/public/images/anime/medium/1362.jpg new file mode 100644 index 0000000..4858d17 Binary files /dev/null and b/public/images/anime/medium/1362.jpg differ diff --git a/public/images/anime/medium/1363.jpg b/public/images/anime/medium/1363.jpg new file mode 100644 index 0000000..06d1662 Binary files /dev/null and b/public/images/anime/medium/1363.jpg differ diff --git a/public/images/anime/medium/1364.jpg b/public/images/anime/medium/1364.jpg new file mode 100644 index 0000000..deb347c Binary files /dev/null and b/public/images/anime/medium/1364.jpg differ diff --git a/public/images/anime/medium/1365.jpg b/public/images/anime/medium/1365.jpg new file mode 100644 index 0000000..279ef97 Binary files /dev/null and b/public/images/anime/medium/1365.jpg differ diff --git a/public/images/anime/medium/1366.jpg b/public/images/anime/medium/1366.jpg new file mode 100644 index 0000000..eaf7b8d Binary files /dev/null and b/public/images/anime/medium/1366.jpg differ diff --git a/public/images/anime/medium/1367.jpg b/public/images/anime/medium/1367.jpg new file mode 100644 index 0000000..87c24e7 Binary files /dev/null and b/public/images/anime/medium/1367.jpg differ diff --git a/public/images/anime/medium/1369.jpg b/public/images/anime/medium/1369.jpg new file mode 100644 index 0000000..085f1fe Binary files /dev/null and b/public/images/anime/medium/1369.jpg differ diff --git a/public/images/anime/medium/1370.jpg b/public/images/anime/medium/1370.jpg new file mode 100644 index 0000000..4e50f0a Binary files /dev/null and b/public/images/anime/medium/1370.jpg differ diff --git a/public/images/anime/medium/1371.jpg b/public/images/anime/medium/1371.jpg new file mode 100644 index 0000000..5b006c6 Binary files /dev/null and b/public/images/anime/medium/1371.jpg differ diff --git a/public/images/anime/medium/1372.jpg b/public/images/anime/medium/1372.jpg new file mode 100644 index 0000000..9f6a6a5 Binary files /dev/null and b/public/images/anime/medium/1372.jpg differ diff --git a/public/images/anime/medium/1373.jpg b/public/images/anime/medium/1373.jpg new file mode 100644 index 0000000..3b8962b Binary files /dev/null and b/public/images/anime/medium/1373.jpg differ diff --git a/public/images/anime/medium/1374.jpg b/public/images/anime/medium/1374.jpg new file mode 100644 index 0000000..9d0df07 Binary files /dev/null and b/public/images/anime/medium/1374.jpg differ diff --git a/public/images/anime/medium/1375.jpg b/public/images/anime/medium/1375.jpg new file mode 100644 index 0000000..a7a3147 Binary files /dev/null and b/public/images/anime/medium/1375.jpg differ diff --git a/public/images/anime/medium/1377.jpg b/public/images/anime/medium/1377.jpg new file mode 100644 index 0000000..b5e2cf0 Binary files /dev/null and b/public/images/anime/medium/1377.jpg differ diff --git a/public/images/anime/medium/1378.jpg b/public/images/anime/medium/1378.jpg new file mode 100644 index 0000000..7ccc80d Binary files /dev/null and b/public/images/anime/medium/1378.jpg differ diff --git a/public/images/anime/medium/1379.jpg b/public/images/anime/medium/1379.jpg new file mode 100644 index 0000000..4ec12f3 Binary files /dev/null and b/public/images/anime/medium/1379.jpg differ diff --git a/public/images/anime/medium/1380.jpg b/public/images/anime/medium/1380.jpg new file mode 100644 index 0000000..94b03ba Binary files /dev/null and b/public/images/anime/medium/1380.jpg differ diff --git a/public/images/anime/medium/1381.jpg b/public/images/anime/medium/1381.jpg new file mode 100644 index 0000000..44a1d49 Binary files /dev/null and b/public/images/anime/medium/1381.jpg differ diff --git a/public/images/anime/medium/1382.jpg b/public/images/anime/medium/1382.jpg new file mode 100644 index 0000000..8871317 Binary files /dev/null and b/public/images/anime/medium/1382.jpg differ diff --git a/public/images/anime/medium/1383.jpg b/public/images/anime/medium/1383.jpg new file mode 100644 index 0000000..6e56612 Binary files /dev/null and b/public/images/anime/medium/1383.jpg differ diff --git a/public/images/anime/medium/1384.jpg b/public/images/anime/medium/1384.jpg new file mode 100644 index 0000000..a648d40 Binary files /dev/null and b/public/images/anime/medium/1384.jpg differ diff --git a/public/images/anime/medium/1385.jpg b/public/images/anime/medium/1385.jpg new file mode 100644 index 0000000..e4898e1 Binary files /dev/null and b/public/images/anime/medium/1385.jpg differ diff --git a/public/images/anime/medium/1386.jpg b/public/images/anime/medium/1386.jpg new file mode 100644 index 0000000..2396910 Binary files /dev/null and b/public/images/anime/medium/1386.jpg differ diff --git a/public/images/anime/medium/1387.jpg b/public/images/anime/medium/1387.jpg new file mode 100644 index 0000000..6537d08 Binary files /dev/null and b/public/images/anime/medium/1387.jpg differ diff --git a/public/images/anime/medium/1388.jpg b/public/images/anime/medium/1388.jpg new file mode 100644 index 0000000..75e31ea Binary files /dev/null and b/public/images/anime/medium/1388.jpg differ diff --git a/public/images/anime/medium/1389.jpg b/public/images/anime/medium/1389.jpg new file mode 100644 index 0000000..4454293 Binary files /dev/null and b/public/images/anime/medium/1389.jpg differ diff --git a/public/images/anime/medium/1390.jpg b/public/images/anime/medium/1390.jpg new file mode 100644 index 0000000..eca3fbf Binary files /dev/null and b/public/images/anime/medium/1390.jpg differ diff --git a/public/images/anime/medium/1391.jpg b/public/images/anime/medium/1391.jpg new file mode 100644 index 0000000..98af962 Binary files /dev/null and b/public/images/anime/medium/1391.jpg differ diff --git a/public/images/anime/medium/1392.jpg b/public/images/anime/medium/1392.jpg new file mode 100644 index 0000000..49aad0a Binary files /dev/null and b/public/images/anime/medium/1392.jpg differ diff --git a/public/images/anime/medium/1393.jpg b/public/images/anime/medium/1393.jpg new file mode 100644 index 0000000..1f3dc81 Binary files /dev/null and b/public/images/anime/medium/1393.jpg differ diff --git a/public/images/anime/medium/1394.jpg b/public/images/anime/medium/1394.jpg new file mode 100644 index 0000000..9530dda Binary files /dev/null and b/public/images/anime/medium/1394.jpg differ diff --git a/public/images/anime/medium/1395.jpg b/public/images/anime/medium/1395.jpg new file mode 100644 index 0000000..3488c05 Binary files /dev/null and b/public/images/anime/medium/1395.jpg differ diff --git a/public/images/anime/medium/1396.jpg b/public/images/anime/medium/1396.jpg new file mode 100644 index 0000000..f21731f Binary files /dev/null and b/public/images/anime/medium/1396.jpg differ diff --git a/public/images/anime/medium/1397.jpg b/public/images/anime/medium/1397.jpg new file mode 100644 index 0000000..0934cb2 Binary files /dev/null and b/public/images/anime/medium/1397.jpg differ diff --git a/public/images/anime/medium/1398.jpg b/public/images/anime/medium/1398.jpg new file mode 100644 index 0000000..e3d566b Binary files /dev/null and b/public/images/anime/medium/1398.jpg differ diff --git a/public/images/anime/medium/1399.jpg b/public/images/anime/medium/1399.jpg new file mode 100644 index 0000000..0919dde Binary files /dev/null and b/public/images/anime/medium/1399.jpg differ diff --git a/public/images/anime/medium/1400.jpg b/public/images/anime/medium/1400.jpg new file mode 100644 index 0000000..0c1f5c8 Binary files /dev/null and b/public/images/anime/medium/1400.jpg differ diff --git a/public/images/anime/medium/1402.jpg b/public/images/anime/medium/1402.jpg new file mode 100644 index 0000000..970294d Binary files /dev/null and b/public/images/anime/medium/1402.jpg differ diff --git a/public/images/anime/medium/1403.jpg b/public/images/anime/medium/1403.jpg new file mode 100644 index 0000000..a452a89 Binary files /dev/null and b/public/images/anime/medium/1403.jpg differ diff --git a/public/images/anime/medium/1405.jpg b/public/images/anime/medium/1405.jpg new file mode 100644 index 0000000..e92b7cb Binary files /dev/null and b/public/images/anime/medium/1405.jpg differ diff --git a/public/images/anime/medium/1408.jpg b/public/images/anime/medium/1408.jpg new file mode 100644 index 0000000..3eec6ab Binary files /dev/null and b/public/images/anime/medium/1408.jpg differ diff --git a/public/images/anime/medium/1409.jpg b/public/images/anime/medium/1409.jpg new file mode 100644 index 0000000..3a751c6 Binary files /dev/null and b/public/images/anime/medium/1409.jpg differ diff --git a/public/images/anime/medium/1411.jpg b/public/images/anime/medium/1411.jpg new file mode 100644 index 0000000..843635b Binary files /dev/null and b/public/images/anime/medium/1411.jpg differ diff --git a/public/images/anime/medium/1412.jpg b/public/images/anime/medium/1412.jpg new file mode 100644 index 0000000..f46f5ce Binary files /dev/null and b/public/images/anime/medium/1412.jpg differ diff --git a/public/images/anime/medium/1413.jpg b/public/images/anime/medium/1413.jpg new file mode 100644 index 0000000..7de6f75 Binary files /dev/null and b/public/images/anime/medium/1413.jpg differ diff --git a/public/images/anime/medium/1414.jpg b/public/images/anime/medium/1414.jpg new file mode 100644 index 0000000..705fa03 Binary files /dev/null and b/public/images/anime/medium/1414.jpg differ diff --git a/public/images/anime/medium/1415.jpg b/public/images/anime/medium/1415.jpg new file mode 100644 index 0000000..3e05e70 Binary files /dev/null and b/public/images/anime/medium/1415.jpg differ diff --git a/public/images/anime/medium/1417.jpg b/public/images/anime/medium/1417.jpg new file mode 100644 index 0000000..8bb4e59 Binary files /dev/null and b/public/images/anime/medium/1417.jpg differ diff --git a/public/images/anime/medium/1418.jpg b/public/images/anime/medium/1418.jpg new file mode 100644 index 0000000..dab9d02 Binary files /dev/null and b/public/images/anime/medium/1418.jpg differ diff --git a/public/images/anime/medium/1419.jpg b/public/images/anime/medium/1419.jpg new file mode 100644 index 0000000..f081bed Binary files /dev/null and b/public/images/anime/medium/1419.jpg differ diff --git a/public/images/anime/medium/1420.jpg b/public/images/anime/medium/1420.jpg new file mode 100644 index 0000000..4f2747f Binary files /dev/null and b/public/images/anime/medium/1420.jpg differ diff --git a/public/images/anime/medium/1421.jpg b/public/images/anime/medium/1421.jpg new file mode 100644 index 0000000..f8cf15a Binary files /dev/null and b/public/images/anime/medium/1421.jpg differ diff --git a/public/images/anime/medium/1422.jpg b/public/images/anime/medium/1422.jpg new file mode 100644 index 0000000..44f6892 Binary files /dev/null and b/public/images/anime/medium/1422.jpg differ diff --git a/public/images/anime/medium/1423.jpg b/public/images/anime/medium/1423.jpg new file mode 100644 index 0000000..1de7a91 Binary files /dev/null and b/public/images/anime/medium/1423.jpg differ diff --git a/public/images/anime/medium/1425.jpg b/public/images/anime/medium/1425.jpg new file mode 100644 index 0000000..c7a214d Binary files /dev/null and b/public/images/anime/medium/1425.jpg differ diff --git a/public/images/anime/medium/1426.jpg b/public/images/anime/medium/1426.jpg new file mode 100644 index 0000000..702a9e0 Binary files /dev/null and b/public/images/anime/medium/1426.jpg differ diff --git a/public/images/anime/medium/1427.jpg b/public/images/anime/medium/1427.jpg new file mode 100644 index 0000000..1e365a8 Binary files /dev/null and b/public/images/anime/medium/1427.jpg differ diff --git a/public/images/anime/medium/1428.jpg b/public/images/anime/medium/1428.jpg new file mode 100644 index 0000000..74f2832 Binary files /dev/null and b/public/images/anime/medium/1428.jpg differ diff --git a/public/images/anime/medium/1429.jpg b/public/images/anime/medium/1429.jpg new file mode 100644 index 0000000..0dc29e7 Binary files /dev/null and b/public/images/anime/medium/1429.jpg differ diff --git a/public/images/anime/medium/1430.jpeg b/public/images/anime/medium/1430.jpeg new file mode 100644 index 0000000..20dee9d Binary files /dev/null and b/public/images/anime/medium/1430.jpeg differ diff --git a/public/images/anime/medium/1431.jpg b/public/images/anime/medium/1431.jpg new file mode 100644 index 0000000..c6c2c90 Binary files /dev/null and b/public/images/anime/medium/1431.jpg differ diff --git a/public/images/anime/medium/1432.jpg b/public/images/anime/medium/1432.jpg new file mode 100644 index 0000000..6fad00f Binary files /dev/null and b/public/images/anime/medium/1432.jpg differ diff --git a/public/images/anime/medium/1434.jpg b/public/images/anime/medium/1434.jpg new file mode 100644 index 0000000..36b9b14 Binary files /dev/null and b/public/images/anime/medium/1434.jpg differ diff --git a/public/images/anime/medium/1435.jpg b/public/images/anime/medium/1435.jpg new file mode 100644 index 0000000..39f1ef6 Binary files /dev/null and b/public/images/anime/medium/1435.jpg differ diff --git a/public/images/anime/medium/1437.jpg b/public/images/anime/medium/1437.jpg new file mode 100644 index 0000000..bb8532f Binary files /dev/null and b/public/images/anime/medium/1437.jpg differ diff --git a/public/images/anime/medium/1438.jpg b/public/images/anime/medium/1438.jpg new file mode 100644 index 0000000..bac5b6c Binary files /dev/null and b/public/images/anime/medium/1438.jpg differ diff --git a/public/images/anime/medium/1441.jpg b/public/images/anime/medium/1441.jpg new file mode 100644 index 0000000..4b0c48b Binary files /dev/null and b/public/images/anime/medium/1441.jpg differ diff --git a/public/images/anime/medium/1443.jpg b/public/images/anime/medium/1443.jpg new file mode 100644 index 0000000..c601876 Binary files /dev/null and b/public/images/anime/medium/1443.jpg differ diff --git a/public/images/anime/medium/1446.jpg b/public/images/anime/medium/1446.jpg new file mode 100644 index 0000000..b85cf74 Binary files /dev/null and b/public/images/anime/medium/1446.jpg differ diff --git a/public/images/anime/medium/1447.jpg b/public/images/anime/medium/1447.jpg new file mode 100644 index 0000000..ca26a86 Binary files /dev/null and b/public/images/anime/medium/1447.jpg differ diff --git a/public/images/anime/medium/1448.jpg b/public/images/anime/medium/1448.jpg new file mode 100644 index 0000000..f7019a0 Binary files /dev/null and b/public/images/anime/medium/1448.jpg differ diff --git a/public/images/anime/medium/1481.jpg b/public/images/anime/medium/1481.jpg new file mode 100644 index 0000000..5c54124 Binary files /dev/null and b/public/images/anime/medium/1481.jpg differ diff --git a/public/images/anime/medium/1482.jpg b/public/images/anime/medium/1482.jpg new file mode 100644 index 0000000..256a013 Binary files /dev/null and b/public/images/anime/medium/1482.jpg differ diff --git a/public/images/anime/medium/1484.jpg b/public/images/anime/medium/1484.jpg new file mode 100644 index 0000000..a0a8eb3 Binary files /dev/null and b/public/images/anime/medium/1484.jpg differ diff --git a/public/images/anime/medium/1485.jpg b/public/images/anime/medium/1485.jpg new file mode 100644 index 0000000..474d14c Binary files /dev/null and b/public/images/anime/medium/1485.jpg differ diff --git a/public/images/anime/medium/1486.jpg b/public/images/anime/medium/1486.jpg new file mode 100644 index 0000000..cb25f76 Binary files /dev/null and b/public/images/anime/medium/1486.jpg differ diff --git a/public/images/anime/medium/1487.jpg b/public/images/anime/medium/1487.jpg new file mode 100644 index 0000000..34b1291 Binary files /dev/null and b/public/images/anime/medium/1487.jpg differ diff --git a/public/images/anime/medium/1489.jpg b/public/images/anime/medium/1489.jpg new file mode 100644 index 0000000..9331529 Binary files /dev/null and b/public/images/anime/medium/1489.jpg differ diff --git a/public/images/anime/medium/1490.jpg b/public/images/anime/medium/1490.jpg new file mode 100644 index 0000000..54ef95d Binary files /dev/null and b/public/images/anime/medium/1490.jpg differ diff --git a/public/images/anime/medium/1491.jpg b/public/images/anime/medium/1491.jpg new file mode 100644 index 0000000..f381b93 Binary files /dev/null and b/public/images/anime/medium/1491.jpg differ diff --git a/public/images/anime/medium/1492.jpg b/public/images/anime/medium/1492.jpg new file mode 100644 index 0000000..a02cfd5 Binary files /dev/null and b/public/images/anime/medium/1492.jpg differ diff --git a/public/images/anime/medium/1493.jpg b/public/images/anime/medium/1493.jpg new file mode 100644 index 0000000..220b74f Binary files /dev/null and b/public/images/anime/medium/1493.jpg differ diff --git a/public/images/anime/medium/1496.jpg b/public/images/anime/medium/1496.jpg new file mode 100644 index 0000000..9d35041 Binary files /dev/null and b/public/images/anime/medium/1496.jpg differ diff --git a/public/images/anime/medium/1497.jpg b/public/images/anime/medium/1497.jpg new file mode 100644 index 0000000..eff3fc5 Binary files /dev/null and b/public/images/anime/medium/1497.jpg differ diff --git a/public/images/anime/medium/1498.jpg b/public/images/anime/medium/1498.jpg new file mode 100644 index 0000000..613ede4 Binary files /dev/null and b/public/images/anime/medium/1498.jpg differ diff --git a/public/images/anime/medium/1499.jpg b/public/images/anime/medium/1499.jpg new file mode 100644 index 0000000..bcdc51f Binary files /dev/null and b/public/images/anime/medium/1499.jpg differ diff --git a/public/images/anime/medium/1500.jpg b/public/images/anime/medium/1500.jpg new file mode 100644 index 0000000..51dbab4 Binary files /dev/null and b/public/images/anime/medium/1500.jpg differ diff --git a/public/images/anime/medium/1501.jpg b/public/images/anime/medium/1501.jpg new file mode 100644 index 0000000..1a0729f Binary files /dev/null and b/public/images/anime/medium/1501.jpg differ diff --git a/public/images/anime/medium/1502.jpg b/public/images/anime/medium/1502.jpg new file mode 100644 index 0000000..ceb76da Binary files /dev/null and b/public/images/anime/medium/1502.jpg differ diff --git a/public/images/anime/medium/1503.jpg b/public/images/anime/medium/1503.jpg new file mode 100644 index 0000000..538d747 Binary files /dev/null and b/public/images/anime/medium/1503.jpg differ diff --git a/public/images/anime/medium/1504.jpg b/public/images/anime/medium/1504.jpg new file mode 100644 index 0000000..a09d157 Binary files /dev/null and b/public/images/anime/medium/1504.jpg differ diff --git a/public/images/anime/medium/1505.jpg b/public/images/anime/medium/1505.jpg new file mode 100644 index 0000000..1afefdb Binary files /dev/null and b/public/images/anime/medium/1505.jpg differ diff --git a/public/images/anime/medium/1506.jpg b/public/images/anime/medium/1506.jpg new file mode 100644 index 0000000..530e3f6 Binary files /dev/null and b/public/images/anime/medium/1506.jpg differ diff --git a/public/images/anime/medium/1507.gif b/public/images/anime/medium/1507.gif new file mode 100644 index 0000000..372bebe Binary files /dev/null and b/public/images/anime/medium/1507.gif differ diff --git a/public/images/anime/medium/1508.jpg b/public/images/anime/medium/1508.jpg new file mode 100644 index 0000000..f28b3bd Binary files /dev/null and b/public/images/anime/medium/1508.jpg differ diff --git a/public/images/anime/medium/1511.jpg b/public/images/anime/medium/1511.jpg new file mode 100644 index 0000000..9289873 Binary files /dev/null and b/public/images/anime/medium/1511.jpg differ diff --git a/public/images/anime/medium/1512.jpg b/public/images/anime/medium/1512.jpg new file mode 100644 index 0000000..e741770 Binary files /dev/null and b/public/images/anime/medium/1512.jpg differ diff --git a/public/images/anime/medium/1513.jpg b/public/images/anime/medium/1513.jpg new file mode 100644 index 0000000..f1420cb Binary files /dev/null and b/public/images/anime/medium/1513.jpg differ diff --git a/public/images/anime/medium/1514.jpg b/public/images/anime/medium/1514.jpg new file mode 100644 index 0000000..3b697b7 Binary files /dev/null and b/public/images/anime/medium/1514.jpg differ diff --git a/public/images/anime/medium/1515.jpg b/public/images/anime/medium/1515.jpg new file mode 100644 index 0000000..d094618 Binary files /dev/null and b/public/images/anime/medium/1515.jpg differ diff --git a/public/images/anime/medium/1516.jpg b/public/images/anime/medium/1516.jpg new file mode 100644 index 0000000..87be58f Binary files /dev/null and b/public/images/anime/medium/1516.jpg differ diff --git a/public/images/anime/medium/1517.jpg b/public/images/anime/medium/1517.jpg new file mode 100644 index 0000000..97ef259 Binary files /dev/null and b/public/images/anime/medium/1517.jpg differ diff --git a/public/images/anime/medium/1518.jpg b/public/images/anime/medium/1518.jpg new file mode 100644 index 0000000..594f35f Binary files /dev/null and b/public/images/anime/medium/1518.jpg differ diff --git a/public/images/anime/medium/1519.jpg b/public/images/anime/medium/1519.jpg new file mode 100644 index 0000000..7cc15e2 Binary files /dev/null and b/public/images/anime/medium/1519.jpg differ diff --git a/public/images/anime/medium/1520.jpg b/public/images/anime/medium/1520.jpg new file mode 100644 index 0000000..9be6e35 Binary files /dev/null and b/public/images/anime/medium/1520.jpg differ diff --git a/public/images/anime/medium/1521.jpg b/public/images/anime/medium/1521.jpg new file mode 100644 index 0000000..25b174b Binary files /dev/null and b/public/images/anime/medium/1521.jpg differ diff --git a/public/images/anime/medium/1522.jpg b/public/images/anime/medium/1522.jpg new file mode 100644 index 0000000..8e98f3d Binary files /dev/null and b/public/images/anime/medium/1522.jpg differ diff --git a/public/images/anime/medium/1523.jpg b/public/images/anime/medium/1523.jpg new file mode 100644 index 0000000..a2ef8e5 Binary files /dev/null and b/public/images/anime/medium/1523.jpg differ diff --git a/public/images/anime/medium/1524.jpg b/public/images/anime/medium/1524.jpg new file mode 100644 index 0000000..97aeb99 Binary files /dev/null and b/public/images/anime/medium/1524.jpg differ diff --git a/public/images/anime/medium/1525.jpg b/public/images/anime/medium/1525.jpg new file mode 100644 index 0000000..0dcfa6d Binary files /dev/null and b/public/images/anime/medium/1525.jpg differ diff --git a/public/images/anime/medium/1526.jpg b/public/images/anime/medium/1526.jpg new file mode 100644 index 0000000..e30b414 Binary files /dev/null and b/public/images/anime/medium/1526.jpg differ diff --git a/public/images/anime/medium/1531.jpg b/public/images/anime/medium/1531.jpg new file mode 100644 index 0000000..83ddd67 Binary files /dev/null and b/public/images/anime/medium/1531.jpg differ diff --git a/public/images/anime/medium/1532.jpg b/public/images/anime/medium/1532.jpg new file mode 100644 index 0000000..d3f0f61 Binary files /dev/null and b/public/images/anime/medium/1532.jpg differ diff --git a/public/images/anime/medium/1533.jpg b/public/images/anime/medium/1533.jpg new file mode 100644 index 0000000..26ff80d Binary files /dev/null and b/public/images/anime/medium/1533.jpg differ diff --git a/public/images/anime/medium/1534.jpg b/public/images/anime/medium/1534.jpg new file mode 100644 index 0000000..a1c1a89 Binary files /dev/null and b/public/images/anime/medium/1534.jpg differ diff --git a/public/images/anime/medium/1540.jpg b/public/images/anime/medium/1540.jpg new file mode 100644 index 0000000..73a30cf Binary files /dev/null and b/public/images/anime/medium/1540.jpg differ diff --git a/public/images/anime/medium/1541.jpg b/public/images/anime/medium/1541.jpg new file mode 100644 index 0000000..2920b60 Binary files /dev/null and b/public/images/anime/medium/1541.jpg differ diff --git a/public/images/anime/medium/1542.jpg b/public/images/anime/medium/1542.jpg new file mode 100644 index 0000000..cad6435 Binary files /dev/null and b/public/images/anime/medium/1542.jpg differ diff --git a/public/images/anime/medium/1543.jpg b/public/images/anime/medium/1543.jpg new file mode 100644 index 0000000..4ae8b9d Binary files /dev/null and b/public/images/anime/medium/1543.jpg differ diff --git a/public/images/anime/medium/1546.jpg b/public/images/anime/medium/1546.jpg new file mode 100644 index 0000000..cf776dd Binary files /dev/null and b/public/images/anime/medium/1546.jpg differ diff --git a/public/images/anime/medium/1547.jpg b/public/images/anime/medium/1547.jpg new file mode 100644 index 0000000..1f2c10a Binary files /dev/null and b/public/images/anime/medium/1547.jpg differ diff --git a/public/images/anime/medium/1548.jpg b/public/images/anime/medium/1548.jpg new file mode 100644 index 0000000..c95fbe6 Binary files /dev/null and b/public/images/anime/medium/1548.jpg differ diff --git a/public/images/anime/medium/1549.jpg b/public/images/anime/medium/1549.jpg new file mode 100644 index 0000000..08279ad Binary files /dev/null and b/public/images/anime/medium/1549.jpg differ diff --git a/public/images/anime/medium/1550.jpg b/public/images/anime/medium/1550.jpg new file mode 100644 index 0000000..caf6178 Binary files /dev/null and b/public/images/anime/medium/1550.jpg differ diff --git a/public/images/anime/medium/1551.jpg b/public/images/anime/medium/1551.jpg new file mode 100644 index 0000000..3723867 Binary files /dev/null and b/public/images/anime/medium/1551.jpg differ diff --git a/public/images/anime/medium/1552.jpg b/public/images/anime/medium/1552.jpg new file mode 100644 index 0000000..3442aae Binary files /dev/null and b/public/images/anime/medium/1552.jpg differ diff --git a/public/images/anime/medium/1553.jpg b/public/images/anime/medium/1553.jpg new file mode 100644 index 0000000..2858709 Binary files /dev/null and b/public/images/anime/medium/1553.jpg differ diff --git a/public/images/anime/medium/1554.jpg b/public/images/anime/medium/1554.jpg new file mode 100644 index 0000000..1254acf Binary files /dev/null and b/public/images/anime/medium/1554.jpg differ diff --git a/public/images/anime/medium/1555.jpg b/public/images/anime/medium/1555.jpg new file mode 100644 index 0000000..78f87dd Binary files /dev/null and b/public/images/anime/medium/1555.jpg differ diff --git a/public/images/anime/medium/1556.jpg b/public/images/anime/medium/1556.jpg new file mode 100644 index 0000000..29a7ad1 Binary files /dev/null and b/public/images/anime/medium/1556.jpg differ diff --git a/public/images/anime/medium/1557.jpg b/public/images/anime/medium/1557.jpg new file mode 100644 index 0000000..842feb1 Binary files /dev/null and b/public/images/anime/medium/1557.jpg differ diff --git a/public/images/anime/medium/1558.jpg b/public/images/anime/medium/1558.jpg new file mode 100644 index 0000000..ffa13a8 Binary files /dev/null and b/public/images/anime/medium/1558.jpg differ diff --git a/public/images/anime/medium/1560.jpg b/public/images/anime/medium/1560.jpg new file mode 100644 index 0000000..f87fbed Binary files /dev/null and b/public/images/anime/medium/1560.jpg differ diff --git a/public/images/anime/medium/1561.jpg b/public/images/anime/medium/1561.jpg new file mode 100644 index 0000000..77d8522 Binary files /dev/null and b/public/images/anime/medium/1561.jpg differ diff --git a/public/images/anime/medium/1562.jpg b/public/images/anime/medium/1562.jpg new file mode 100644 index 0000000..662a939 Binary files /dev/null and b/public/images/anime/medium/1562.jpg differ diff --git a/public/images/anime/medium/1563.jpg b/public/images/anime/medium/1563.jpg new file mode 100644 index 0000000..afb0cdf Binary files /dev/null and b/public/images/anime/medium/1563.jpg differ diff --git a/public/images/anime/medium/1565.jpg b/public/images/anime/medium/1565.jpg new file mode 100644 index 0000000..4b1dd6c Binary files /dev/null and b/public/images/anime/medium/1565.jpg differ diff --git a/public/images/anime/medium/1566.jpg b/public/images/anime/medium/1566.jpg new file mode 100644 index 0000000..9bea498 Binary files /dev/null and b/public/images/anime/medium/1566.jpg differ diff --git a/public/images/anime/medium/1568.jpg b/public/images/anime/medium/1568.jpg new file mode 100644 index 0000000..3572fe3 Binary files /dev/null and b/public/images/anime/medium/1568.jpg differ diff --git a/public/images/anime/medium/1569.jpg b/public/images/anime/medium/1569.jpg new file mode 100644 index 0000000..aadc2ae Binary files /dev/null and b/public/images/anime/medium/1569.jpg differ diff --git a/public/images/anime/medium/1570.jpg b/public/images/anime/medium/1570.jpg new file mode 100644 index 0000000..c4ef33f Binary files /dev/null and b/public/images/anime/medium/1570.jpg differ diff --git a/public/images/anime/medium/1571.jpg b/public/images/anime/medium/1571.jpg new file mode 100644 index 0000000..708a1ce Binary files /dev/null and b/public/images/anime/medium/1571.jpg differ diff --git a/public/images/anime/medium/1572.jpg b/public/images/anime/medium/1572.jpg new file mode 100644 index 0000000..c322073 Binary files /dev/null and b/public/images/anime/medium/1572.jpg differ diff --git a/public/images/anime/medium/1574.jpg b/public/images/anime/medium/1574.jpg new file mode 100644 index 0000000..ded5671 Binary files /dev/null and b/public/images/anime/medium/1574.jpg differ diff --git a/public/images/anime/medium/1575.jpg b/public/images/anime/medium/1575.jpg new file mode 100644 index 0000000..0573faa Binary files /dev/null and b/public/images/anime/medium/1575.jpg differ diff --git a/public/images/anime/medium/1576.jpg b/public/images/anime/medium/1576.jpg new file mode 100644 index 0000000..d49e582 Binary files /dev/null and b/public/images/anime/medium/1576.jpg differ diff --git a/public/images/anime/medium/1578.jpg b/public/images/anime/medium/1578.jpg new file mode 100644 index 0000000..c939913 Binary files /dev/null and b/public/images/anime/medium/1578.jpg differ diff --git a/public/images/anime/medium/1579.jpg b/public/images/anime/medium/1579.jpg new file mode 100644 index 0000000..e079339 Binary files /dev/null and b/public/images/anime/medium/1579.jpg differ diff --git a/public/images/anime/medium/1580.jpg b/public/images/anime/medium/1580.jpg new file mode 100644 index 0000000..6fea061 Binary files /dev/null and b/public/images/anime/medium/1580.jpg differ diff --git a/public/images/anime/medium/1581.jpg b/public/images/anime/medium/1581.jpg new file mode 100644 index 0000000..397aaf9 Binary files /dev/null and b/public/images/anime/medium/1581.jpg differ diff --git a/public/images/anime/medium/1583.jpg b/public/images/anime/medium/1583.jpg new file mode 100644 index 0000000..164a81e Binary files /dev/null and b/public/images/anime/medium/1583.jpg differ diff --git a/public/images/anime/medium/1584.jpg b/public/images/anime/medium/1584.jpg new file mode 100644 index 0000000..707f465 Binary files /dev/null and b/public/images/anime/medium/1584.jpg differ diff --git a/public/images/anime/medium/1585.jpg b/public/images/anime/medium/1585.jpg new file mode 100644 index 0000000..d432758 Binary files /dev/null and b/public/images/anime/medium/1585.jpg differ diff --git a/public/images/anime/medium/1586.jpg b/public/images/anime/medium/1586.jpg new file mode 100644 index 0000000..52eeba8 Binary files /dev/null and b/public/images/anime/medium/1586.jpg differ diff --git a/public/images/anime/medium/1587.jpg b/public/images/anime/medium/1587.jpg new file mode 100644 index 0000000..b051961 Binary files /dev/null and b/public/images/anime/medium/1587.jpg differ diff --git a/public/images/anime/medium/1588.jpg b/public/images/anime/medium/1588.jpg new file mode 100644 index 0000000..c7bf105 Binary files /dev/null and b/public/images/anime/medium/1588.jpg differ diff --git a/public/images/anime/original/1265.jpg b/public/images/anime/original/1265.jpg new file mode 100644 index 0000000..bfab401 Binary files /dev/null and b/public/images/anime/original/1265.jpg differ diff --git a/public/images/anime/original/1266.jpg b/public/images/anime/original/1266.jpg new file mode 100644 index 0000000..bac5cff Binary files /dev/null and b/public/images/anime/original/1266.jpg differ diff --git a/public/images/anime/original/1267.jpg b/public/images/anime/original/1267.jpg new file mode 100644 index 0000000..7ed7a59 Binary files /dev/null and b/public/images/anime/original/1267.jpg differ diff --git a/public/images/anime/original/1268.jpg b/public/images/anime/original/1268.jpg new file mode 100644 index 0000000..a6d5a14 Binary files /dev/null and b/public/images/anime/original/1268.jpg differ diff --git a/public/images/anime/original/1269.jpg b/public/images/anime/original/1269.jpg new file mode 100644 index 0000000..346dd78 Binary files /dev/null and b/public/images/anime/original/1269.jpg differ diff --git a/public/images/anime/original/1270.jpg b/public/images/anime/original/1270.jpg new file mode 100644 index 0000000..c5a695b Binary files /dev/null and b/public/images/anime/original/1270.jpg differ diff --git a/public/images/anime/original/1271.jpg b/public/images/anime/original/1271.jpg new file mode 100644 index 0000000..6a2e8d8 Binary files /dev/null and b/public/images/anime/original/1271.jpg differ diff --git a/public/images/anime/original/1272.jpg b/public/images/anime/original/1272.jpg new file mode 100644 index 0000000..45b5002 Binary files /dev/null and b/public/images/anime/original/1272.jpg differ diff --git a/public/images/anime/original/1273.jpg b/public/images/anime/original/1273.jpg new file mode 100644 index 0000000..a2789bc Binary files /dev/null and b/public/images/anime/original/1273.jpg differ diff --git a/public/images/anime/original/1274.jpg b/public/images/anime/original/1274.jpg new file mode 100644 index 0000000..7581506 Binary files /dev/null and b/public/images/anime/original/1274.jpg differ diff --git a/public/images/anime/original/1276.jpg b/public/images/anime/original/1276.jpg new file mode 100644 index 0000000..c57acee Binary files /dev/null and b/public/images/anime/original/1276.jpg differ diff --git a/public/images/anime/original/1277.jpg b/public/images/anime/original/1277.jpg new file mode 100644 index 0000000..8e47c0b Binary files /dev/null and b/public/images/anime/original/1277.jpg differ diff --git a/public/images/anime/original/1278.jpg b/public/images/anime/original/1278.jpg new file mode 100644 index 0000000..a082589 Binary files /dev/null and b/public/images/anime/original/1278.jpg differ diff --git a/public/images/anime/original/1279.jpg b/public/images/anime/original/1279.jpg new file mode 100644 index 0000000..aad1687 Binary files /dev/null and b/public/images/anime/original/1279.jpg differ diff --git a/public/images/anime/original/1281.jpg b/public/images/anime/original/1281.jpg new file mode 100644 index 0000000..da607f0 Binary files /dev/null and b/public/images/anime/original/1281.jpg differ diff --git a/public/images/anime/original/1282.jpg b/public/images/anime/original/1282.jpg new file mode 100644 index 0000000..2eee150 Binary files /dev/null and b/public/images/anime/original/1282.jpg differ diff --git a/public/images/anime/original/1283.jpg b/public/images/anime/original/1283.jpg new file mode 100644 index 0000000..aff682c Binary files /dev/null and b/public/images/anime/original/1283.jpg differ diff --git a/public/images/anime/original/1285.jpg b/public/images/anime/original/1285.jpg new file mode 100644 index 0000000..5e06cb7 Binary files /dev/null and b/public/images/anime/original/1285.jpg differ diff --git a/public/images/anime/original/1286.jpg b/public/images/anime/original/1286.jpg new file mode 100644 index 0000000..0a74b6a Binary files /dev/null and b/public/images/anime/original/1286.jpg differ diff --git a/public/images/anime/original/1287.jpg b/public/images/anime/original/1287.jpg new file mode 100644 index 0000000..2e777f0 Binary files /dev/null and b/public/images/anime/original/1287.jpg differ diff --git a/public/images/anime/original/1289.jpg b/public/images/anime/original/1289.jpg new file mode 100644 index 0000000..1414a88 Binary files /dev/null and b/public/images/anime/original/1289.jpg differ diff --git a/public/images/anime/original/1290.jpg b/public/images/anime/original/1290.jpg new file mode 100644 index 0000000..3a41278 Binary files /dev/null and b/public/images/anime/original/1290.jpg differ diff --git a/public/images/anime/original/1291.jpg b/public/images/anime/original/1291.jpg new file mode 100644 index 0000000..eb3d615 Binary files /dev/null and b/public/images/anime/original/1291.jpg differ diff --git a/public/images/anime/original/1292.jpg b/public/images/anime/original/1292.jpg new file mode 100644 index 0000000..e834f82 Binary files /dev/null and b/public/images/anime/original/1292.jpg differ diff --git a/public/images/anime/original/1293.jpg b/public/images/anime/original/1293.jpg new file mode 100644 index 0000000..e71268d Binary files /dev/null and b/public/images/anime/original/1293.jpg differ diff --git a/public/images/anime/original/1294.jpg b/public/images/anime/original/1294.jpg new file mode 100644 index 0000000..bdfa7e9 Binary files /dev/null and b/public/images/anime/original/1294.jpg differ diff --git a/public/images/anime/original/1295.jpg b/public/images/anime/original/1295.jpg new file mode 100644 index 0000000..71e4023 Binary files /dev/null and b/public/images/anime/original/1295.jpg differ diff --git a/public/images/anime/original/1296.jpg b/public/images/anime/original/1296.jpg new file mode 100644 index 0000000..0cb0cf6 Binary files /dev/null and b/public/images/anime/original/1296.jpg differ diff --git a/public/images/anime/original/1297.jpg b/public/images/anime/original/1297.jpg new file mode 100644 index 0000000..a5368c0 Binary files /dev/null and b/public/images/anime/original/1297.jpg differ diff --git a/public/images/anime/original/1298.jpg b/public/images/anime/original/1298.jpg new file mode 100644 index 0000000..fceefcd Binary files /dev/null and b/public/images/anime/original/1298.jpg differ diff --git a/public/images/anime/original/1299.jpg b/public/images/anime/original/1299.jpg new file mode 100644 index 0000000..b32053f Binary files /dev/null and b/public/images/anime/original/1299.jpg differ diff --git a/public/images/anime/original/1300.jpg b/public/images/anime/original/1300.jpg new file mode 100644 index 0000000..6bb26f5 Binary files /dev/null and b/public/images/anime/original/1300.jpg differ diff --git a/public/images/anime/original/1301.jpg b/public/images/anime/original/1301.jpg new file mode 100644 index 0000000..9840e75 Binary files /dev/null and b/public/images/anime/original/1301.jpg differ diff --git a/public/images/anime/original/1302.jpg b/public/images/anime/original/1302.jpg new file mode 100644 index 0000000..08af08a Binary files /dev/null and b/public/images/anime/original/1302.jpg differ diff --git a/public/images/anime/original/1303.gif b/public/images/anime/original/1303.gif new file mode 100644 index 0000000..b6cf6b2 Binary files /dev/null and b/public/images/anime/original/1303.gif differ diff --git a/public/images/anime/original/1304.jpg b/public/images/anime/original/1304.jpg new file mode 100644 index 0000000..50b1477 Binary files /dev/null and b/public/images/anime/original/1304.jpg differ diff --git a/public/images/anime/original/1305.jpg b/public/images/anime/original/1305.jpg new file mode 100644 index 0000000..7b7be36 Binary files /dev/null and b/public/images/anime/original/1305.jpg differ diff --git a/public/images/anime/original/1306.jpg b/public/images/anime/original/1306.jpg new file mode 100644 index 0000000..b00dce9 Binary files /dev/null and b/public/images/anime/original/1306.jpg differ diff --git a/public/images/anime/original/1307.jpg b/public/images/anime/original/1307.jpg new file mode 100644 index 0000000..4bdecd9 Binary files /dev/null and b/public/images/anime/original/1307.jpg differ diff --git a/public/images/anime/original/1308.jpg b/public/images/anime/original/1308.jpg new file mode 100644 index 0000000..c595d4f Binary files /dev/null and b/public/images/anime/original/1308.jpg differ diff --git a/public/images/anime/original/1309.jpg b/public/images/anime/original/1309.jpg new file mode 100644 index 0000000..e7ca540 Binary files /dev/null and b/public/images/anime/original/1309.jpg differ diff --git a/public/images/anime/original/1310.jpg b/public/images/anime/original/1310.jpg new file mode 100644 index 0000000..b4b193f Binary files /dev/null and b/public/images/anime/original/1310.jpg differ diff --git a/public/images/anime/original/1311.jpg b/public/images/anime/original/1311.jpg new file mode 100644 index 0000000..11660b9 Binary files /dev/null and b/public/images/anime/original/1311.jpg differ diff --git a/public/images/anime/original/1312.jpg b/public/images/anime/original/1312.jpg new file mode 100644 index 0000000..cc6c631 Binary files /dev/null and b/public/images/anime/original/1312.jpg differ diff --git a/public/images/anime/original/1313.jpg b/public/images/anime/original/1313.jpg new file mode 100644 index 0000000..cfdfc62 Binary files /dev/null and b/public/images/anime/original/1313.jpg differ diff --git a/public/images/anime/original/1315.jpg b/public/images/anime/original/1315.jpg new file mode 100644 index 0000000..79f32a7 Binary files /dev/null and b/public/images/anime/original/1315.jpg differ diff --git a/public/images/anime/original/1316.jpg b/public/images/anime/original/1316.jpg new file mode 100644 index 0000000..c5cffa2 Binary files /dev/null and b/public/images/anime/original/1316.jpg differ diff --git a/public/images/anime/original/1317.jpg b/public/images/anime/original/1317.jpg new file mode 100644 index 0000000..c0ec949 Binary files /dev/null and b/public/images/anime/original/1317.jpg differ diff --git a/public/images/anime/original/1318.jpg b/public/images/anime/original/1318.jpg new file mode 100644 index 0000000..e6e7328 Binary files /dev/null and b/public/images/anime/original/1318.jpg differ diff --git a/public/images/anime/original/1319.jpg b/public/images/anime/original/1319.jpg new file mode 100644 index 0000000..5e101a6 Binary files /dev/null and b/public/images/anime/original/1319.jpg differ diff --git a/public/images/anime/original/1321.jpg b/public/images/anime/original/1321.jpg new file mode 100644 index 0000000..9e423e7 Binary files /dev/null and b/public/images/anime/original/1321.jpg differ diff --git a/public/images/anime/original/1322.jpg b/public/images/anime/original/1322.jpg new file mode 100644 index 0000000..d4126e0 Binary files /dev/null and b/public/images/anime/original/1322.jpg differ diff --git a/public/images/anime/original/1323.jpg b/public/images/anime/original/1323.jpg new file mode 100644 index 0000000..82349f0 Binary files /dev/null and b/public/images/anime/original/1323.jpg differ diff --git a/public/images/anime/original/1324.jpg b/public/images/anime/original/1324.jpg new file mode 100644 index 0000000..cc85390 Binary files /dev/null and b/public/images/anime/original/1324.jpg differ diff --git a/public/images/anime/original/1325.jpg b/public/images/anime/original/1325.jpg new file mode 100644 index 0000000..43ea2f7 Binary files /dev/null and b/public/images/anime/original/1325.jpg differ diff --git a/public/images/anime/original/1326.jpg b/public/images/anime/original/1326.jpg new file mode 100644 index 0000000..8f634d9 Binary files /dev/null and b/public/images/anime/original/1326.jpg differ diff --git a/public/images/anime/original/1327.jpg b/public/images/anime/original/1327.jpg new file mode 100644 index 0000000..5575111 Binary files /dev/null and b/public/images/anime/original/1327.jpg differ diff --git a/public/images/anime/original/1328.jpg b/public/images/anime/original/1328.jpg new file mode 100644 index 0000000..a4ce187 Binary files /dev/null and b/public/images/anime/original/1328.jpg differ diff --git a/public/images/anime/original/1329.jpg b/public/images/anime/original/1329.jpg new file mode 100644 index 0000000..ee6d062 Binary files /dev/null and b/public/images/anime/original/1329.jpg differ diff --git a/public/images/anime/original/1330.jpg b/public/images/anime/original/1330.jpg new file mode 100644 index 0000000..85c8752 Binary files /dev/null and b/public/images/anime/original/1330.jpg differ diff --git a/public/images/anime/original/1331.jpg b/public/images/anime/original/1331.jpg new file mode 100644 index 0000000..cc8018a Binary files /dev/null and b/public/images/anime/original/1331.jpg differ diff --git a/public/images/anime/original/1332.jpg b/public/images/anime/original/1332.jpg new file mode 100644 index 0000000..1552f02 Binary files /dev/null and b/public/images/anime/original/1332.jpg differ diff --git a/public/images/anime/original/1333.jpg b/public/images/anime/original/1333.jpg new file mode 100644 index 0000000..06dc393 Binary files /dev/null and b/public/images/anime/original/1333.jpg differ diff --git a/public/images/anime/original/1334.jpg b/public/images/anime/original/1334.jpg new file mode 100644 index 0000000..fb9df3c Binary files /dev/null and b/public/images/anime/original/1334.jpg differ diff --git a/public/images/anime/original/1335.jpg b/public/images/anime/original/1335.jpg new file mode 100644 index 0000000..4e725c0 Binary files /dev/null and b/public/images/anime/original/1335.jpg differ diff --git a/public/images/anime/original/1336.jpg b/public/images/anime/original/1336.jpg new file mode 100644 index 0000000..c7112a0 Binary files /dev/null and b/public/images/anime/original/1336.jpg differ diff --git a/public/images/anime/original/1337.jpg b/public/images/anime/original/1337.jpg new file mode 100644 index 0000000..e23bdfa Binary files /dev/null and b/public/images/anime/original/1337.jpg differ diff --git a/public/images/anime/original/1338.jpg b/public/images/anime/original/1338.jpg new file mode 100644 index 0000000..284f00c Binary files /dev/null and b/public/images/anime/original/1338.jpg differ diff --git a/public/images/anime/original/1339.jpg b/public/images/anime/original/1339.jpg new file mode 100644 index 0000000..04692e2 Binary files /dev/null and b/public/images/anime/original/1339.jpg differ diff --git a/public/images/anime/original/1340.jpg b/public/images/anime/original/1340.jpg new file mode 100644 index 0000000..8952d2b Binary files /dev/null and b/public/images/anime/original/1340.jpg differ diff --git a/public/images/anime/original/1341.jpg b/public/images/anime/original/1341.jpg new file mode 100644 index 0000000..ad47686 Binary files /dev/null and b/public/images/anime/original/1341.jpg differ diff --git a/public/images/anime/original/1342.jpg b/public/images/anime/original/1342.jpg new file mode 100644 index 0000000..7d92ec6 Binary files /dev/null and b/public/images/anime/original/1342.jpg differ diff --git a/public/images/anime/original/1343.jpg b/public/images/anime/original/1343.jpg new file mode 100644 index 0000000..0548ac0 Binary files /dev/null and b/public/images/anime/original/1343.jpg differ diff --git a/public/images/anime/original/1344.jpg b/public/images/anime/original/1344.jpg new file mode 100644 index 0000000..463ccab Binary files /dev/null and b/public/images/anime/original/1344.jpg differ diff --git a/public/images/anime/original/1345.jpg b/public/images/anime/original/1345.jpg new file mode 100644 index 0000000..796c691 Binary files /dev/null and b/public/images/anime/original/1345.jpg differ diff --git a/public/images/anime/original/1347.jpg b/public/images/anime/original/1347.jpg new file mode 100644 index 0000000..b2e2758 Binary files /dev/null and b/public/images/anime/original/1347.jpg differ diff --git a/public/images/anime/original/1348.jpg b/public/images/anime/original/1348.jpg new file mode 100644 index 0000000..50d5115 Binary files /dev/null and b/public/images/anime/original/1348.jpg differ diff --git a/public/images/anime/original/1349.jpg b/public/images/anime/original/1349.jpg new file mode 100644 index 0000000..3970609 Binary files /dev/null and b/public/images/anime/original/1349.jpg differ diff --git a/public/images/anime/original/1350.jpg b/public/images/anime/original/1350.jpg new file mode 100644 index 0000000..29f1ac8 Binary files /dev/null and b/public/images/anime/original/1350.jpg differ diff --git a/public/images/anime/original/1351.jpg b/public/images/anime/original/1351.jpg new file mode 100644 index 0000000..4ea155f Binary files /dev/null and b/public/images/anime/original/1351.jpg differ diff --git a/public/images/anime/original/1352.jpg b/public/images/anime/original/1352.jpg new file mode 100644 index 0000000..12fb152 Binary files /dev/null and b/public/images/anime/original/1352.jpg differ diff --git a/public/images/anime/original/1353.jpg b/public/images/anime/original/1353.jpg new file mode 100644 index 0000000..dd55e0f Binary files /dev/null and b/public/images/anime/original/1353.jpg differ diff --git a/public/images/anime/original/1354.jpg b/public/images/anime/original/1354.jpg new file mode 100644 index 0000000..0c02251 Binary files /dev/null and b/public/images/anime/original/1354.jpg differ diff --git a/public/images/anime/original/1355.jpg b/public/images/anime/original/1355.jpg new file mode 100644 index 0000000..6cc5629 Binary files /dev/null and b/public/images/anime/original/1355.jpg differ diff --git a/public/images/anime/original/1356.jpg b/public/images/anime/original/1356.jpg new file mode 100644 index 0000000..397e528 Binary files /dev/null and b/public/images/anime/original/1356.jpg differ diff --git a/public/images/anime/original/1357.jpg b/public/images/anime/original/1357.jpg new file mode 100644 index 0000000..d3c073f Binary files /dev/null and b/public/images/anime/original/1357.jpg differ diff --git a/public/images/anime/original/1359.jpg b/public/images/anime/original/1359.jpg new file mode 100644 index 0000000..be84e27 Binary files /dev/null and b/public/images/anime/original/1359.jpg differ diff --git a/public/images/anime/original/1360.jpg b/public/images/anime/original/1360.jpg new file mode 100644 index 0000000..d9efec4 Binary files /dev/null and b/public/images/anime/original/1360.jpg differ diff --git a/public/images/anime/original/1361.jpg b/public/images/anime/original/1361.jpg new file mode 100644 index 0000000..374a58f Binary files /dev/null and b/public/images/anime/original/1361.jpg differ diff --git a/public/images/anime/original/1362.jpg b/public/images/anime/original/1362.jpg new file mode 100644 index 0000000..f7011ba Binary files /dev/null and b/public/images/anime/original/1362.jpg differ diff --git a/public/images/anime/original/1363.jpg b/public/images/anime/original/1363.jpg new file mode 100644 index 0000000..95017ea Binary files /dev/null and b/public/images/anime/original/1363.jpg differ diff --git a/public/images/anime/original/1364.jpg b/public/images/anime/original/1364.jpg new file mode 100644 index 0000000..7d3bf7d Binary files /dev/null and b/public/images/anime/original/1364.jpg differ diff --git a/public/images/anime/original/1365.jpg b/public/images/anime/original/1365.jpg new file mode 100644 index 0000000..1702e75 Binary files /dev/null and b/public/images/anime/original/1365.jpg differ diff --git a/public/images/anime/original/1366.jpg b/public/images/anime/original/1366.jpg new file mode 100644 index 0000000..a884f7d Binary files /dev/null and b/public/images/anime/original/1366.jpg differ diff --git a/public/images/anime/original/1367.jpg b/public/images/anime/original/1367.jpg new file mode 100644 index 0000000..db67f8a Binary files /dev/null and b/public/images/anime/original/1367.jpg differ diff --git a/public/images/anime/original/1369.jpg b/public/images/anime/original/1369.jpg new file mode 100644 index 0000000..c01f786 Binary files /dev/null and b/public/images/anime/original/1369.jpg differ diff --git a/public/images/anime/original/1370.jpg b/public/images/anime/original/1370.jpg new file mode 100644 index 0000000..b6f83cf Binary files /dev/null and b/public/images/anime/original/1370.jpg differ diff --git a/public/images/anime/original/1371.jpg b/public/images/anime/original/1371.jpg new file mode 100644 index 0000000..43fd783 Binary files /dev/null and b/public/images/anime/original/1371.jpg differ diff --git a/public/images/anime/original/1372.jpg b/public/images/anime/original/1372.jpg new file mode 100644 index 0000000..a69c33e Binary files /dev/null and b/public/images/anime/original/1372.jpg differ diff --git a/public/images/anime/original/1373.jpg b/public/images/anime/original/1373.jpg new file mode 100644 index 0000000..ee27264 Binary files /dev/null and b/public/images/anime/original/1373.jpg differ diff --git a/public/images/anime/original/1374.jpg b/public/images/anime/original/1374.jpg new file mode 100644 index 0000000..a331280 Binary files /dev/null and b/public/images/anime/original/1374.jpg differ diff --git a/public/images/anime/original/1375.jpg b/public/images/anime/original/1375.jpg new file mode 100644 index 0000000..eea427b Binary files /dev/null and b/public/images/anime/original/1375.jpg differ diff --git a/public/images/anime/original/1377.jpg b/public/images/anime/original/1377.jpg new file mode 100644 index 0000000..8ad53f4 Binary files /dev/null and b/public/images/anime/original/1377.jpg differ diff --git a/public/images/anime/original/1378.jpg b/public/images/anime/original/1378.jpg new file mode 100644 index 0000000..a36d314 Binary files /dev/null and b/public/images/anime/original/1378.jpg differ diff --git a/public/images/anime/original/1379.jpg b/public/images/anime/original/1379.jpg new file mode 100644 index 0000000..2c91fef Binary files /dev/null and b/public/images/anime/original/1379.jpg differ diff --git a/public/images/anime/original/1380.jpg b/public/images/anime/original/1380.jpg new file mode 100644 index 0000000..a9b4fc5 Binary files /dev/null and b/public/images/anime/original/1380.jpg differ diff --git a/public/images/anime/original/1381.jpg b/public/images/anime/original/1381.jpg new file mode 100644 index 0000000..fdbfc54 Binary files /dev/null and b/public/images/anime/original/1381.jpg differ diff --git a/public/images/anime/original/1382.jpg b/public/images/anime/original/1382.jpg new file mode 100644 index 0000000..48bf504 Binary files /dev/null and b/public/images/anime/original/1382.jpg differ diff --git a/public/images/anime/original/1383.jpg b/public/images/anime/original/1383.jpg new file mode 100644 index 0000000..eef2bc7 Binary files /dev/null and b/public/images/anime/original/1383.jpg differ diff --git a/public/images/anime/original/1384.jpg b/public/images/anime/original/1384.jpg new file mode 100644 index 0000000..fd8b456 Binary files /dev/null and b/public/images/anime/original/1384.jpg differ diff --git a/public/images/anime/original/1385.jpg b/public/images/anime/original/1385.jpg new file mode 100644 index 0000000..1a3f5dd Binary files /dev/null and b/public/images/anime/original/1385.jpg differ diff --git a/public/images/anime/original/1386.jpg b/public/images/anime/original/1386.jpg new file mode 100644 index 0000000..236aa6a Binary files /dev/null and b/public/images/anime/original/1386.jpg differ diff --git a/public/images/anime/original/1387.jpg b/public/images/anime/original/1387.jpg new file mode 100644 index 0000000..d677a97 Binary files /dev/null and b/public/images/anime/original/1387.jpg differ diff --git a/public/images/anime/original/1388.jpg b/public/images/anime/original/1388.jpg new file mode 100644 index 0000000..448b1d1 Binary files /dev/null and b/public/images/anime/original/1388.jpg differ diff --git a/public/images/anime/original/1389.jpg b/public/images/anime/original/1389.jpg new file mode 100644 index 0000000..cbe9450 Binary files /dev/null and b/public/images/anime/original/1389.jpg differ diff --git a/public/images/anime/original/1390.jpg b/public/images/anime/original/1390.jpg new file mode 100644 index 0000000..7cc6280 Binary files /dev/null and b/public/images/anime/original/1390.jpg differ diff --git a/public/images/anime/original/1391.jpg b/public/images/anime/original/1391.jpg new file mode 100644 index 0000000..191d58d Binary files /dev/null and b/public/images/anime/original/1391.jpg differ diff --git a/public/images/anime/original/1392.jpg b/public/images/anime/original/1392.jpg new file mode 100644 index 0000000..692c77c Binary files /dev/null and b/public/images/anime/original/1392.jpg differ diff --git a/public/images/anime/original/1393.jpg b/public/images/anime/original/1393.jpg new file mode 100644 index 0000000..8e2f87a Binary files /dev/null and b/public/images/anime/original/1393.jpg differ diff --git a/public/images/anime/original/1394.jpg b/public/images/anime/original/1394.jpg new file mode 100644 index 0000000..de9df9c Binary files /dev/null and b/public/images/anime/original/1394.jpg differ diff --git a/public/images/anime/original/1395.jpg b/public/images/anime/original/1395.jpg new file mode 100644 index 0000000..7adb77c Binary files /dev/null and b/public/images/anime/original/1395.jpg differ diff --git a/public/images/anime/original/1396.jpg b/public/images/anime/original/1396.jpg new file mode 100644 index 0000000..4efd1b9 Binary files /dev/null and b/public/images/anime/original/1396.jpg differ diff --git a/public/images/anime/original/1397.jpg b/public/images/anime/original/1397.jpg new file mode 100644 index 0000000..210322a Binary files /dev/null and b/public/images/anime/original/1397.jpg differ diff --git a/public/images/anime/original/1398.jpg b/public/images/anime/original/1398.jpg new file mode 100644 index 0000000..464409d Binary files /dev/null and b/public/images/anime/original/1398.jpg differ diff --git a/public/images/anime/original/1399.jpg b/public/images/anime/original/1399.jpg new file mode 100644 index 0000000..4acce6a Binary files /dev/null and b/public/images/anime/original/1399.jpg differ diff --git a/public/images/anime/original/1400.jpg b/public/images/anime/original/1400.jpg new file mode 100644 index 0000000..060643b Binary files /dev/null and b/public/images/anime/original/1400.jpg differ diff --git a/public/images/anime/original/1402.jpg b/public/images/anime/original/1402.jpg new file mode 100644 index 0000000..5167185 Binary files /dev/null and b/public/images/anime/original/1402.jpg differ diff --git a/public/images/anime/original/1403.jpg b/public/images/anime/original/1403.jpg new file mode 100644 index 0000000..22a0efb Binary files /dev/null and b/public/images/anime/original/1403.jpg differ diff --git a/public/images/anime/original/1405.jpg b/public/images/anime/original/1405.jpg new file mode 100644 index 0000000..4a0443a Binary files /dev/null and b/public/images/anime/original/1405.jpg differ diff --git a/public/images/anime/original/1408.jpg b/public/images/anime/original/1408.jpg new file mode 100644 index 0000000..638d62d Binary files /dev/null and b/public/images/anime/original/1408.jpg differ diff --git a/public/images/anime/original/1409.jpg b/public/images/anime/original/1409.jpg new file mode 100644 index 0000000..b52cdda Binary files /dev/null and b/public/images/anime/original/1409.jpg differ diff --git a/public/images/anime/original/1411.jpg b/public/images/anime/original/1411.jpg new file mode 100644 index 0000000..9c8b72e Binary files /dev/null and b/public/images/anime/original/1411.jpg differ diff --git a/public/images/anime/original/1412.jpg b/public/images/anime/original/1412.jpg new file mode 100644 index 0000000..d5ec2ed Binary files /dev/null and b/public/images/anime/original/1412.jpg differ diff --git a/public/images/anime/original/1413.jpg b/public/images/anime/original/1413.jpg new file mode 100644 index 0000000..9d4ee02 Binary files /dev/null and b/public/images/anime/original/1413.jpg differ diff --git a/public/images/anime/original/1414.jpg b/public/images/anime/original/1414.jpg new file mode 100644 index 0000000..2af1e0e Binary files /dev/null and b/public/images/anime/original/1414.jpg differ diff --git a/public/images/anime/original/1415.jpg b/public/images/anime/original/1415.jpg new file mode 100644 index 0000000..5a2191f Binary files /dev/null and b/public/images/anime/original/1415.jpg differ diff --git a/public/images/anime/original/1417.jpg b/public/images/anime/original/1417.jpg new file mode 100644 index 0000000..196ccc0 Binary files /dev/null and b/public/images/anime/original/1417.jpg differ diff --git a/public/images/anime/original/1418.jpg b/public/images/anime/original/1418.jpg new file mode 100644 index 0000000..d1c0b66 Binary files /dev/null and b/public/images/anime/original/1418.jpg differ diff --git a/public/images/anime/original/1419.jpg b/public/images/anime/original/1419.jpg new file mode 100644 index 0000000..7f02a99 Binary files /dev/null and b/public/images/anime/original/1419.jpg differ diff --git a/public/images/anime/original/1420.jpg b/public/images/anime/original/1420.jpg new file mode 100644 index 0000000..ce1f706 Binary files /dev/null and b/public/images/anime/original/1420.jpg differ diff --git a/public/images/anime/original/1421.jpg b/public/images/anime/original/1421.jpg new file mode 100644 index 0000000..4865f15 Binary files /dev/null and b/public/images/anime/original/1421.jpg differ diff --git a/public/images/anime/original/1422.jpg b/public/images/anime/original/1422.jpg new file mode 100644 index 0000000..f0bf4de Binary files /dev/null and b/public/images/anime/original/1422.jpg differ diff --git a/public/images/anime/original/1423.jpg b/public/images/anime/original/1423.jpg new file mode 100644 index 0000000..b74eb42 Binary files /dev/null and b/public/images/anime/original/1423.jpg differ diff --git a/public/images/anime/original/1425.jpg b/public/images/anime/original/1425.jpg new file mode 100644 index 0000000..7f5f3c4 Binary files /dev/null and b/public/images/anime/original/1425.jpg differ diff --git a/public/images/anime/original/1426.jpg b/public/images/anime/original/1426.jpg new file mode 100644 index 0000000..6b7810c Binary files /dev/null and b/public/images/anime/original/1426.jpg differ diff --git a/public/images/anime/original/1427.jpg b/public/images/anime/original/1427.jpg new file mode 100644 index 0000000..d1201d6 Binary files /dev/null and b/public/images/anime/original/1427.jpg differ diff --git a/public/images/anime/original/1428.jpg b/public/images/anime/original/1428.jpg new file mode 100644 index 0000000..a86912c Binary files /dev/null and b/public/images/anime/original/1428.jpg differ diff --git a/public/images/anime/original/1429.jpg b/public/images/anime/original/1429.jpg new file mode 100644 index 0000000..8ac5067 Binary files /dev/null and b/public/images/anime/original/1429.jpg differ diff --git a/public/images/anime/original/1430.jpeg b/public/images/anime/original/1430.jpeg new file mode 100644 index 0000000..9846574 Binary files /dev/null and b/public/images/anime/original/1430.jpeg differ diff --git a/public/images/anime/original/1431.jpg b/public/images/anime/original/1431.jpg new file mode 100644 index 0000000..6cced56 Binary files /dev/null and b/public/images/anime/original/1431.jpg differ diff --git a/public/images/anime/original/1432.jpg b/public/images/anime/original/1432.jpg new file mode 100644 index 0000000..00e7cdc Binary files /dev/null and b/public/images/anime/original/1432.jpg differ diff --git a/public/images/anime/original/1434.jpg b/public/images/anime/original/1434.jpg new file mode 100644 index 0000000..9e499df Binary files /dev/null and b/public/images/anime/original/1434.jpg differ diff --git a/public/images/anime/original/1435.jpg b/public/images/anime/original/1435.jpg new file mode 100644 index 0000000..360d7a3 Binary files /dev/null and b/public/images/anime/original/1435.jpg differ diff --git a/public/images/anime/original/1437.jpg b/public/images/anime/original/1437.jpg new file mode 100644 index 0000000..d185299 Binary files /dev/null and b/public/images/anime/original/1437.jpg differ diff --git a/public/images/anime/original/1438.jpg b/public/images/anime/original/1438.jpg new file mode 100644 index 0000000..6b167c1 Binary files /dev/null and b/public/images/anime/original/1438.jpg differ diff --git a/public/images/anime/original/1441.jpg b/public/images/anime/original/1441.jpg new file mode 100644 index 0000000..de71a38 Binary files /dev/null and b/public/images/anime/original/1441.jpg differ diff --git a/public/images/anime/original/1443.jpg b/public/images/anime/original/1443.jpg new file mode 100644 index 0000000..36dbf04 Binary files /dev/null and b/public/images/anime/original/1443.jpg differ diff --git a/public/images/anime/original/1446.jpg b/public/images/anime/original/1446.jpg new file mode 100644 index 0000000..4079b40 Binary files /dev/null and b/public/images/anime/original/1446.jpg differ diff --git a/public/images/anime/original/1447.jpg b/public/images/anime/original/1447.jpg new file mode 100644 index 0000000..5732c3f Binary files /dev/null and b/public/images/anime/original/1447.jpg differ diff --git a/public/images/anime/original/1448.jpg b/public/images/anime/original/1448.jpg new file mode 100644 index 0000000..551ce3b Binary files /dev/null and b/public/images/anime/original/1448.jpg differ diff --git a/public/images/anime/original/1481.jpg b/public/images/anime/original/1481.jpg new file mode 100644 index 0000000..e9f25cd Binary files /dev/null and b/public/images/anime/original/1481.jpg differ diff --git a/public/images/anime/original/1482.jpg b/public/images/anime/original/1482.jpg new file mode 100644 index 0000000..ed5d7f1 Binary files /dev/null and b/public/images/anime/original/1482.jpg differ diff --git a/public/images/anime/original/1484.jpg b/public/images/anime/original/1484.jpg new file mode 100644 index 0000000..afa6ed0 Binary files /dev/null and b/public/images/anime/original/1484.jpg differ diff --git a/public/images/anime/original/1485.jpg b/public/images/anime/original/1485.jpg new file mode 100644 index 0000000..621e672 Binary files /dev/null and b/public/images/anime/original/1485.jpg differ diff --git a/public/images/anime/original/1486.jpg b/public/images/anime/original/1486.jpg new file mode 100644 index 0000000..16cd8fd Binary files /dev/null and b/public/images/anime/original/1486.jpg differ diff --git a/public/images/anime/original/1487.jpg b/public/images/anime/original/1487.jpg new file mode 100644 index 0000000..2ecb589 Binary files /dev/null and b/public/images/anime/original/1487.jpg differ diff --git a/public/images/anime/original/1489.jpg b/public/images/anime/original/1489.jpg new file mode 100644 index 0000000..c39252c Binary files /dev/null and b/public/images/anime/original/1489.jpg differ diff --git a/public/images/anime/original/1490.jpg b/public/images/anime/original/1490.jpg new file mode 100644 index 0000000..9153bd8 Binary files /dev/null and b/public/images/anime/original/1490.jpg differ diff --git a/public/images/anime/original/1491.jpg b/public/images/anime/original/1491.jpg new file mode 100644 index 0000000..60142ec Binary files /dev/null and b/public/images/anime/original/1491.jpg differ diff --git a/public/images/anime/original/1492.jpg b/public/images/anime/original/1492.jpg new file mode 100644 index 0000000..f92019c Binary files /dev/null and b/public/images/anime/original/1492.jpg differ diff --git a/public/images/anime/original/1493.jpg b/public/images/anime/original/1493.jpg new file mode 100644 index 0000000..950ea34 Binary files /dev/null and b/public/images/anime/original/1493.jpg differ diff --git a/public/images/anime/original/1496.jpg b/public/images/anime/original/1496.jpg new file mode 100644 index 0000000..f263393 Binary files /dev/null and b/public/images/anime/original/1496.jpg differ diff --git a/public/images/anime/original/1497.jpg b/public/images/anime/original/1497.jpg new file mode 100644 index 0000000..8712f7c Binary files /dev/null and b/public/images/anime/original/1497.jpg differ diff --git a/public/images/anime/original/1498.jpg b/public/images/anime/original/1498.jpg new file mode 100644 index 0000000..215ae14 Binary files /dev/null and b/public/images/anime/original/1498.jpg differ diff --git a/public/images/anime/original/1499.jpg b/public/images/anime/original/1499.jpg new file mode 100644 index 0000000..2112d01 Binary files /dev/null and b/public/images/anime/original/1499.jpg differ diff --git a/public/images/anime/original/1500.jpg b/public/images/anime/original/1500.jpg new file mode 100644 index 0000000..35b6cff Binary files /dev/null and b/public/images/anime/original/1500.jpg differ diff --git a/public/images/anime/original/1501.jpg b/public/images/anime/original/1501.jpg new file mode 100644 index 0000000..980db8f Binary files /dev/null and b/public/images/anime/original/1501.jpg differ diff --git a/public/images/anime/original/1502.jpg b/public/images/anime/original/1502.jpg new file mode 100644 index 0000000..d958b04 Binary files /dev/null and b/public/images/anime/original/1502.jpg differ diff --git a/public/images/anime/original/1503.jpg b/public/images/anime/original/1503.jpg new file mode 100644 index 0000000..e34c616 Binary files /dev/null and b/public/images/anime/original/1503.jpg differ diff --git a/public/images/anime/original/1504.jpg b/public/images/anime/original/1504.jpg new file mode 100644 index 0000000..bb28547 Binary files /dev/null and b/public/images/anime/original/1504.jpg differ diff --git a/public/images/anime/original/1505.jpg b/public/images/anime/original/1505.jpg new file mode 100644 index 0000000..639b140 Binary files /dev/null and b/public/images/anime/original/1505.jpg differ diff --git a/public/images/anime/original/1506.jpg b/public/images/anime/original/1506.jpg new file mode 100644 index 0000000..b011d61 Binary files /dev/null and b/public/images/anime/original/1506.jpg differ diff --git a/public/images/anime/original/1507.gif b/public/images/anime/original/1507.gif new file mode 100644 index 0000000..c854867 Binary files /dev/null and b/public/images/anime/original/1507.gif differ diff --git a/public/images/anime/original/1508.jpg b/public/images/anime/original/1508.jpg new file mode 100644 index 0000000..6043b3a Binary files /dev/null and b/public/images/anime/original/1508.jpg differ diff --git a/public/images/anime/original/1511.jpg b/public/images/anime/original/1511.jpg new file mode 100644 index 0000000..fefece2 Binary files /dev/null and b/public/images/anime/original/1511.jpg differ diff --git a/public/images/anime/original/1512.jpg b/public/images/anime/original/1512.jpg new file mode 100644 index 0000000..6679ee7 Binary files /dev/null and b/public/images/anime/original/1512.jpg differ diff --git a/public/images/anime/original/1513.jpg b/public/images/anime/original/1513.jpg new file mode 100644 index 0000000..06dc393 Binary files /dev/null and b/public/images/anime/original/1513.jpg differ diff --git a/public/images/anime/original/1514.jpg b/public/images/anime/original/1514.jpg new file mode 100644 index 0000000..ec03634 Binary files /dev/null and b/public/images/anime/original/1514.jpg differ diff --git a/public/images/anime/original/1515.jpg b/public/images/anime/original/1515.jpg new file mode 100644 index 0000000..9aa7c8c Binary files /dev/null and b/public/images/anime/original/1515.jpg differ diff --git a/public/images/anime/original/1516.jpg b/public/images/anime/original/1516.jpg new file mode 100644 index 0000000..b6343d2 Binary files /dev/null and b/public/images/anime/original/1516.jpg differ diff --git a/public/images/anime/original/1517.jpg b/public/images/anime/original/1517.jpg new file mode 100644 index 0000000..4ba4522 Binary files /dev/null and b/public/images/anime/original/1517.jpg differ diff --git a/public/images/anime/original/1518.jpg b/public/images/anime/original/1518.jpg new file mode 100644 index 0000000..71760d3 Binary files /dev/null and b/public/images/anime/original/1518.jpg differ diff --git a/public/images/anime/original/1519.jpg b/public/images/anime/original/1519.jpg new file mode 100644 index 0000000..ad01ad8 Binary files /dev/null and b/public/images/anime/original/1519.jpg differ diff --git a/public/images/anime/original/1520.jpg b/public/images/anime/original/1520.jpg new file mode 100644 index 0000000..5507a8a Binary files /dev/null and b/public/images/anime/original/1520.jpg differ diff --git a/public/images/anime/original/1521.jpg b/public/images/anime/original/1521.jpg new file mode 100644 index 0000000..ad7b016 Binary files /dev/null and b/public/images/anime/original/1521.jpg differ diff --git a/public/images/anime/original/1522.jpg b/public/images/anime/original/1522.jpg new file mode 100644 index 0000000..f8048ca Binary files /dev/null and b/public/images/anime/original/1522.jpg differ diff --git a/public/images/anime/original/1523.jpg b/public/images/anime/original/1523.jpg new file mode 100644 index 0000000..566400b Binary files /dev/null and b/public/images/anime/original/1523.jpg differ diff --git a/public/images/anime/original/1524.jpg b/public/images/anime/original/1524.jpg new file mode 100644 index 0000000..d7fcd4e Binary files /dev/null and b/public/images/anime/original/1524.jpg differ diff --git a/public/images/anime/original/1525.jpg b/public/images/anime/original/1525.jpg new file mode 100644 index 0000000..006bcdf Binary files /dev/null and b/public/images/anime/original/1525.jpg differ diff --git a/public/images/anime/original/1526.jpg b/public/images/anime/original/1526.jpg new file mode 100644 index 0000000..bb25b69 Binary files /dev/null and b/public/images/anime/original/1526.jpg differ diff --git a/public/images/anime/original/1531.jpg b/public/images/anime/original/1531.jpg new file mode 100644 index 0000000..5e9b2df Binary files /dev/null and b/public/images/anime/original/1531.jpg differ diff --git a/public/images/anime/original/1532.jpg b/public/images/anime/original/1532.jpg new file mode 100644 index 0000000..b7743ec Binary files /dev/null and b/public/images/anime/original/1532.jpg differ diff --git a/public/images/anime/original/1533.jpg b/public/images/anime/original/1533.jpg new file mode 100644 index 0000000..976f536 Binary files /dev/null and b/public/images/anime/original/1533.jpg differ diff --git a/public/images/anime/original/1534.jpg b/public/images/anime/original/1534.jpg new file mode 100644 index 0000000..5f38d16 Binary files /dev/null and b/public/images/anime/original/1534.jpg differ diff --git a/public/images/anime/original/1540.jpg b/public/images/anime/original/1540.jpg new file mode 100644 index 0000000..06b27c5 Binary files /dev/null and b/public/images/anime/original/1540.jpg differ diff --git a/public/images/anime/original/1541.jpg b/public/images/anime/original/1541.jpg new file mode 100644 index 0000000..8fae0b1 Binary files /dev/null and b/public/images/anime/original/1541.jpg differ diff --git a/public/images/anime/original/1542.jpg b/public/images/anime/original/1542.jpg new file mode 100644 index 0000000..534c778 Binary files /dev/null and b/public/images/anime/original/1542.jpg differ diff --git a/public/images/anime/original/1543.jpg b/public/images/anime/original/1543.jpg new file mode 100644 index 0000000..3189d85 Binary files /dev/null and b/public/images/anime/original/1543.jpg differ diff --git a/public/images/anime/original/1546.jpg b/public/images/anime/original/1546.jpg new file mode 100644 index 0000000..512e82f Binary files /dev/null and b/public/images/anime/original/1546.jpg differ diff --git a/public/images/anime/original/1547.jpg b/public/images/anime/original/1547.jpg new file mode 100644 index 0000000..8f31fc0 Binary files /dev/null and b/public/images/anime/original/1547.jpg differ diff --git a/public/images/anime/original/1548.jpg b/public/images/anime/original/1548.jpg new file mode 100644 index 0000000..e9ef842 Binary files /dev/null and b/public/images/anime/original/1548.jpg differ diff --git a/public/images/anime/original/1549.jpg b/public/images/anime/original/1549.jpg new file mode 100644 index 0000000..06f1129 Binary files /dev/null and b/public/images/anime/original/1549.jpg differ diff --git a/public/images/anime/original/1550.jpg b/public/images/anime/original/1550.jpg new file mode 100644 index 0000000..0ed77e7 Binary files /dev/null and b/public/images/anime/original/1550.jpg differ diff --git a/public/images/anime/original/1551.jpg b/public/images/anime/original/1551.jpg new file mode 100644 index 0000000..78b080f Binary files /dev/null and b/public/images/anime/original/1551.jpg differ diff --git a/public/images/anime/original/1552.jpg b/public/images/anime/original/1552.jpg new file mode 100644 index 0000000..2842bc4 Binary files /dev/null and b/public/images/anime/original/1552.jpg differ diff --git a/public/images/anime/original/1553.jpg b/public/images/anime/original/1553.jpg new file mode 100644 index 0000000..f93f880 Binary files /dev/null and b/public/images/anime/original/1553.jpg differ diff --git a/public/images/anime/original/1554.jpg b/public/images/anime/original/1554.jpg new file mode 100644 index 0000000..caf566f Binary files /dev/null and b/public/images/anime/original/1554.jpg differ diff --git a/public/images/anime/original/1555.jpg b/public/images/anime/original/1555.jpg new file mode 100644 index 0000000..76cbe46 Binary files /dev/null and b/public/images/anime/original/1555.jpg differ diff --git a/public/images/anime/original/1556.jpg b/public/images/anime/original/1556.jpg new file mode 100644 index 0000000..a1c38de Binary files /dev/null and b/public/images/anime/original/1556.jpg differ diff --git a/public/images/anime/original/1557.jpg b/public/images/anime/original/1557.jpg new file mode 100644 index 0000000..8a5f393 Binary files /dev/null and b/public/images/anime/original/1557.jpg differ diff --git a/public/images/anime/original/1558.jpg b/public/images/anime/original/1558.jpg new file mode 100644 index 0000000..8c523c4 Binary files /dev/null and b/public/images/anime/original/1558.jpg differ diff --git a/public/images/anime/original/1560.jpg b/public/images/anime/original/1560.jpg new file mode 100644 index 0000000..eb4381b Binary files /dev/null and b/public/images/anime/original/1560.jpg differ diff --git a/public/images/anime/original/1561.jpg b/public/images/anime/original/1561.jpg new file mode 100644 index 0000000..2634252 Binary files /dev/null and b/public/images/anime/original/1561.jpg differ diff --git a/public/images/anime/original/1562.jpg b/public/images/anime/original/1562.jpg new file mode 100644 index 0000000..986e824 Binary files /dev/null and b/public/images/anime/original/1562.jpg differ diff --git a/public/images/anime/original/1563.jpg b/public/images/anime/original/1563.jpg new file mode 100644 index 0000000..1470d56 Binary files /dev/null and b/public/images/anime/original/1563.jpg differ diff --git a/public/images/anime/original/1565.jpg b/public/images/anime/original/1565.jpg new file mode 100644 index 0000000..2cb55bc Binary files /dev/null and b/public/images/anime/original/1565.jpg differ diff --git a/public/images/anime/original/1566.jpg b/public/images/anime/original/1566.jpg new file mode 100644 index 0000000..50c2e71 Binary files /dev/null and b/public/images/anime/original/1566.jpg differ diff --git a/public/images/anime/original/1568.jpg b/public/images/anime/original/1568.jpg new file mode 100644 index 0000000..a3cbc1a Binary files /dev/null and b/public/images/anime/original/1568.jpg differ diff --git a/public/images/anime/original/1569.jpg b/public/images/anime/original/1569.jpg new file mode 100644 index 0000000..6387965 Binary files /dev/null and b/public/images/anime/original/1569.jpg differ diff --git a/public/images/anime/original/1570.jpg b/public/images/anime/original/1570.jpg new file mode 100644 index 0000000..8471938 Binary files /dev/null and b/public/images/anime/original/1570.jpg differ diff --git a/public/images/anime/original/1571.jpg b/public/images/anime/original/1571.jpg new file mode 100644 index 0000000..ba71a9a Binary files /dev/null and b/public/images/anime/original/1571.jpg differ diff --git a/public/images/anime/original/1572.jpg b/public/images/anime/original/1572.jpg new file mode 100644 index 0000000..c85d3a5 Binary files /dev/null and b/public/images/anime/original/1572.jpg differ diff --git a/public/images/anime/original/1574.jpg b/public/images/anime/original/1574.jpg new file mode 100644 index 0000000..5f2036e Binary files /dev/null and b/public/images/anime/original/1574.jpg differ diff --git a/public/images/anime/original/1575.jpg b/public/images/anime/original/1575.jpg new file mode 100644 index 0000000..583c345 Binary files /dev/null and b/public/images/anime/original/1575.jpg differ diff --git a/public/images/anime/original/1576.jpg b/public/images/anime/original/1576.jpg new file mode 100644 index 0000000..8ffae51 Binary files /dev/null and b/public/images/anime/original/1576.jpg differ diff --git a/public/images/anime/original/1578.jpg b/public/images/anime/original/1578.jpg new file mode 100644 index 0000000..a0747b0 Binary files /dev/null and b/public/images/anime/original/1578.jpg differ diff --git a/public/images/anime/original/1579.jpg b/public/images/anime/original/1579.jpg new file mode 100644 index 0000000..a3c4b6e Binary files /dev/null and b/public/images/anime/original/1579.jpg differ diff --git a/public/images/anime/original/1580.jpg b/public/images/anime/original/1580.jpg new file mode 100644 index 0000000..100cef0 Binary files /dev/null and b/public/images/anime/original/1580.jpg differ diff --git a/public/images/anime/original/1581.jpg b/public/images/anime/original/1581.jpg new file mode 100644 index 0000000..1ed9842 Binary files /dev/null and b/public/images/anime/original/1581.jpg differ diff --git a/public/images/anime/original/1583.jpg b/public/images/anime/original/1583.jpg new file mode 100644 index 0000000..8215fa0 Binary files /dev/null and b/public/images/anime/original/1583.jpg differ diff --git a/public/images/anime/original/1584.jpg b/public/images/anime/original/1584.jpg new file mode 100644 index 0000000..4dd2741 Binary files /dev/null and b/public/images/anime/original/1584.jpg differ diff --git a/public/images/anime/original/1585.jpg b/public/images/anime/original/1585.jpg new file mode 100644 index 0000000..13b791d Binary files /dev/null and b/public/images/anime/original/1585.jpg differ diff --git a/public/images/anime/original/1586.jpg b/public/images/anime/original/1586.jpg new file mode 100644 index 0000000..2d942dc Binary files /dev/null and b/public/images/anime/original/1586.jpg differ diff --git a/public/images/anime/original/1587.jpg b/public/images/anime/original/1587.jpg new file mode 100644 index 0000000..1aa5fe8 Binary files /dev/null and b/public/images/anime/original/1587.jpg differ diff --git a/public/images/anime/original/1588.jpg b/public/images/anime/original/1588.jpg new file mode 100644 index 0000000..1507721 Binary files /dev/null and b/public/images/anime/original/1588.jpg differ diff --git a/public/images/anime/thumb/1265.jpg b/public/images/anime/thumb/1265.jpg new file mode 100644 index 0000000..f629c37 Binary files /dev/null and b/public/images/anime/thumb/1265.jpg differ diff --git a/public/images/anime/thumb/1266.jpg b/public/images/anime/thumb/1266.jpg new file mode 100644 index 0000000..91b9f39 Binary files /dev/null and b/public/images/anime/thumb/1266.jpg differ diff --git a/public/images/anime/thumb/1267.jpg b/public/images/anime/thumb/1267.jpg new file mode 100644 index 0000000..a2ba337 Binary files /dev/null and b/public/images/anime/thumb/1267.jpg differ diff --git a/public/images/anime/thumb/1268.jpg b/public/images/anime/thumb/1268.jpg new file mode 100644 index 0000000..5904f57 Binary files /dev/null and b/public/images/anime/thumb/1268.jpg differ diff --git a/public/images/anime/thumb/1269.jpg b/public/images/anime/thumb/1269.jpg new file mode 100644 index 0000000..af6fcb6 Binary files /dev/null and b/public/images/anime/thumb/1269.jpg differ diff --git a/public/images/anime/thumb/1270.jpg b/public/images/anime/thumb/1270.jpg new file mode 100644 index 0000000..a87ce06 Binary files /dev/null and b/public/images/anime/thumb/1270.jpg differ diff --git a/public/images/anime/thumb/1271.jpg b/public/images/anime/thumb/1271.jpg new file mode 100644 index 0000000..da16b56 Binary files /dev/null and b/public/images/anime/thumb/1271.jpg differ diff --git a/public/images/anime/thumb/1272.jpg b/public/images/anime/thumb/1272.jpg new file mode 100644 index 0000000..afa73db Binary files /dev/null and b/public/images/anime/thumb/1272.jpg differ diff --git a/public/images/anime/thumb/1273.jpg b/public/images/anime/thumb/1273.jpg new file mode 100644 index 0000000..6872a8d Binary files /dev/null and b/public/images/anime/thumb/1273.jpg differ diff --git a/public/images/anime/thumb/1274.jpg b/public/images/anime/thumb/1274.jpg new file mode 100644 index 0000000..4191f07 Binary files /dev/null and b/public/images/anime/thumb/1274.jpg differ diff --git a/public/images/anime/thumb/1276.jpg b/public/images/anime/thumb/1276.jpg new file mode 100644 index 0000000..03f552d Binary files /dev/null and b/public/images/anime/thumb/1276.jpg differ diff --git a/public/images/anime/thumb/1277.jpg b/public/images/anime/thumb/1277.jpg new file mode 100644 index 0000000..5ef45c0 Binary files /dev/null and b/public/images/anime/thumb/1277.jpg differ diff --git a/public/images/anime/thumb/1278.jpg b/public/images/anime/thumb/1278.jpg new file mode 100644 index 0000000..24793d5 Binary files /dev/null and b/public/images/anime/thumb/1278.jpg differ diff --git a/public/images/anime/thumb/1279.jpg b/public/images/anime/thumb/1279.jpg new file mode 100644 index 0000000..49920d4 Binary files /dev/null and b/public/images/anime/thumb/1279.jpg differ diff --git a/public/images/anime/thumb/1281.jpg b/public/images/anime/thumb/1281.jpg new file mode 100644 index 0000000..a1551b0 Binary files /dev/null and b/public/images/anime/thumb/1281.jpg differ diff --git a/public/images/anime/thumb/1282.jpg b/public/images/anime/thumb/1282.jpg new file mode 100644 index 0000000..c659fb6 Binary files /dev/null and b/public/images/anime/thumb/1282.jpg differ diff --git a/public/images/anime/thumb/1283.jpg b/public/images/anime/thumb/1283.jpg new file mode 100644 index 0000000..a2f0858 Binary files /dev/null and b/public/images/anime/thumb/1283.jpg differ diff --git a/public/images/anime/thumb/1285.jpg b/public/images/anime/thumb/1285.jpg new file mode 100644 index 0000000..d1ff585 Binary files /dev/null and b/public/images/anime/thumb/1285.jpg differ diff --git a/public/images/anime/thumb/1286.jpg b/public/images/anime/thumb/1286.jpg new file mode 100644 index 0000000..6b8de6b Binary files /dev/null and b/public/images/anime/thumb/1286.jpg differ diff --git a/public/images/anime/thumb/1287.jpg b/public/images/anime/thumb/1287.jpg new file mode 100644 index 0000000..ddd54a9 Binary files /dev/null and b/public/images/anime/thumb/1287.jpg differ diff --git a/public/images/anime/thumb/1289.jpg b/public/images/anime/thumb/1289.jpg new file mode 100644 index 0000000..c4f7502 Binary files /dev/null and b/public/images/anime/thumb/1289.jpg differ diff --git a/public/images/anime/thumb/1290.jpg b/public/images/anime/thumb/1290.jpg new file mode 100644 index 0000000..dca3c6a Binary files /dev/null and b/public/images/anime/thumb/1290.jpg differ diff --git a/public/images/anime/thumb/1291.jpg b/public/images/anime/thumb/1291.jpg new file mode 100644 index 0000000..92825b5 Binary files /dev/null and b/public/images/anime/thumb/1291.jpg differ diff --git a/public/images/anime/thumb/1292.jpg b/public/images/anime/thumb/1292.jpg new file mode 100644 index 0000000..7a8a653 Binary files /dev/null and b/public/images/anime/thumb/1292.jpg differ diff --git a/public/images/anime/thumb/1293.jpg b/public/images/anime/thumb/1293.jpg new file mode 100644 index 0000000..31cc907 Binary files /dev/null and b/public/images/anime/thumb/1293.jpg differ diff --git a/public/images/anime/thumb/1294.jpg b/public/images/anime/thumb/1294.jpg new file mode 100644 index 0000000..9ba39a3 Binary files /dev/null and b/public/images/anime/thumb/1294.jpg differ diff --git a/public/images/anime/thumb/1295.jpg b/public/images/anime/thumb/1295.jpg new file mode 100644 index 0000000..b2dcafd Binary files /dev/null and b/public/images/anime/thumb/1295.jpg differ diff --git a/public/images/anime/thumb/1296.jpg b/public/images/anime/thumb/1296.jpg new file mode 100644 index 0000000..2d009e4 Binary files /dev/null and b/public/images/anime/thumb/1296.jpg differ diff --git a/public/images/anime/thumb/1297.jpg b/public/images/anime/thumb/1297.jpg new file mode 100644 index 0000000..879a2fa Binary files /dev/null and b/public/images/anime/thumb/1297.jpg differ diff --git a/public/images/anime/thumb/1298.jpg b/public/images/anime/thumb/1298.jpg new file mode 100644 index 0000000..2debb27 Binary files /dev/null and b/public/images/anime/thumb/1298.jpg differ diff --git a/public/images/anime/thumb/1299.jpg b/public/images/anime/thumb/1299.jpg new file mode 100644 index 0000000..1be3265 Binary files /dev/null and b/public/images/anime/thumb/1299.jpg differ diff --git a/public/images/anime/thumb/1300.jpg b/public/images/anime/thumb/1300.jpg new file mode 100644 index 0000000..bf8bed6 Binary files /dev/null and b/public/images/anime/thumb/1300.jpg differ diff --git a/public/images/anime/thumb/1301.jpg b/public/images/anime/thumb/1301.jpg new file mode 100644 index 0000000..605e6a6 Binary files /dev/null and b/public/images/anime/thumb/1301.jpg differ diff --git a/public/images/anime/thumb/1302.jpg b/public/images/anime/thumb/1302.jpg new file mode 100644 index 0000000..8313ad9 Binary files /dev/null and b/public/images/anime/thumb/1302.jpg differ diff --git a/public/images/anime/thumb/1303.gif b/public/images/anime/thumb/1303.gif new file mode 100644 index 0000000..43c78b1 Binary files /dev/null and b/public/images/anime/thumb/1303.gif differ diff --git a/public/images/anime/thumb/1304.jpg b/public/images/anime/thumb/1304.jpg new file mode 100644 index 0000000..2e81350 Binary files /dev/null and b/public/images/anime/thumb/1304.jpg differ diff --git a/public/images/anime/thumb/1305.jpg b/public/images/anime/thumb/1305.jpg new file mode 100644 index 0000000..ca68454 Binary files /dev/null and b/public/images/anime/thumb/1305.jpg differ diff --git a/public/images/anime/thumb/1306.jpg b/public/images/anime/thumb/1306.jpg new file mode 100644 index 0000000..b9b0338 Binary files /dev/null and b/public/images/anime/thumb/1306.jpg differ diff --git a/public/images/anime/thumb/1307.jpg b/public/images/anime/thumb/1307.jpg new file mode 100644 index 0000000..8978a49 Binary files /dev/null and b/public/images/anime/thumb/1307.jpg differ diff --git a/public/images/anime/thumb/1308.jpg b/public/images/anime/thumb/1308.jpg new file mode 100644 index 0000000..30426f0 Binary files /dev/null and b/public/images/anime/thumb/1308.jpg differ diff --git a/public/images/anime/thumb/1309.jpg b/public/images/anime/thumb/1309.jpg new file mode 100644 index 0000000..13edece Binary files /dev/null and b/public/images/anime/thumb/1309.jpg differ diff --git a/public/images/anime/thumb/1310.jpg b/public/images/anime/thumb/1310.jpg new file mode 100644 index 0000000..41fdc2a Binary files /dev/null and b/public/images/anime/thumb/1310.jpg differ diff --git a/public/images/anime/thumb/1311.jpg b/public/images/anime/thumb/1311.jpg new file mode 100644 index 0000000..87315bd Binary files /dev/null and b/public/images/anime/thumb/1311.jpg differ diff --git a/public/images/anime/thumb/1312.jpg b/public/images/anime/thumb/1312.jpg new file mode 100644 index 0000000..3c840e5 Binary files /dev/null and b/public/images/anime/thumb/1312.jpg differ diff --git a/public/images/anime/thumb/1313.jpg b/public/images/anime/thumb/1313.jpg new file mode 100644 index 0000000..86bd25b Binary files /dev/null and b/public/images/anime/thumb/1313.jpg differ diff --git a/public/images/anime/thumb/1315.jpg b/public/images/anime/thumb/1315.jpg new file mode 100644 index 0000000..a627000 Binary files /dev/null and b/public/images/anime/thumb/1315.jpg differ diff --git a/public/images/anime/thumb/1316.jpg b/public/images/anime/thumb/1316.jpg new file mode 100644 index 0000000..c6e02f7 Binary files /dev/null and b/public/images/anime/thumb/1316.jpg differ diff --git a/public/images/anime/thumb/1317.jpg b/public/images/anime/thumb/1317.jpg new file mode 100644 index 0000000..59ca24d Binary files /dev/null and b/public/images/anime/thumb/1317.jpg differ diff --git a/public/images/anime/thumb/1318.jpg b/public/images/anime/thumb/1318.jpg new file mode 100644 index 0000000..2ddaf72 Binary files /dev/null and b/public/images/anime/thumb/1318.jpg differ diff --git a/public/images/anime/thumb/1319.jpg b/public/images/anime/thumb/1319.jpg new file mode 100644 index 0000000..4d0f179 Binary files /dev/null and b/public/images/anime/thumb/1319.jpg differ diff --git a/public/images/anime/thumb/1321.jpg b/public/images/anime/thumb/1321.jpg new file mode 100644 index 0000000..cd51220 Binary files /dev/null and b/public/images/anime/thumb/1321.jpg differ diff --git a/public/images/anime/thumb/1322.jpg b/public/images/anime/thumb/1322.jpg new file mode 100644 index 0000000..ebab528 Binary files /dev/null and b/public/images/anime/thumb/1322.jpg differ diff --git a/public/images/anime/thumb/1323.jpg b/public/images/anime/thumb/1323.jpg new file mode 100644 index 0000000..acd44a6 Binary files /dev/null and b/public/images/anime/thumb/1323.jpg differ diff --git a/public/images/anime/thumb/1324.jpg b/public/images/anime/thumb/1324.jpg new file mode 100644 index 0000000..e3428a1 Binary files /dev/null and b/public/images/anime/thumb/1324.jpg differ diff --git a/public/images/anime/thumb/1325.jpg b/public/images/anime/thumb/1325.jpg new file mode 100644 index 0000000..1716407 Binary files /dev/null and b/public/images/anime/thumb/1325.jpg differ diff --git a/public/images/anime/thumb/1326.jpg b/public/images/anime/thumb/1326.jpg new file mode 100644 index 0000000..b45f656 Binary files /dev/null and b/public/images/anime/thumb/1326.jpg differ diff --git a/public/images/anime/thumb/1327.jpg b/public/images/anime/thumb/1327.jpg new file mode 100644 index 0000000..b7ee3eb Binary files /dev/null and b/public/images/anime/thumb/1327.jpg differ diff --git a/public/images/anime/thumb/1328.jpg b/public/images/anime/thumb/1328.jpg new file mode 100644 index 0000000..714e49e Binary files /dev/null and b/public/images/anime/thumb/1328.jpg differ diff --git a/public/images/anime/thumb/1329.jpg b/public/images/anime/thumb/1329.jpg new file mode 100644 index 0000000..4b3f45f Binary files /dev/null and b/public/images/anime/thumb/1329.jpg differ diff --git a/public/images/anime/thumb/1330.jpg b/public/images/anime/thumb/1330.jpg new file mode 100644 index 0000000..6aa11b4 Binary files /dev/null and b/public/images/anime/thumb/1330.jpg differ diff --git a/public/images/anime/thumb/1331.jpg b/public/images/anime/thumb/1331.jpg new file mode 100644 index 0000000..478606e Binary files /dev/null and b/public/images/anime/thumb/1331.jpg differ diff --git a/public/images/anime/thumb/1332.jpg b/public/images/anime/thumb/1332.jpg new file mode 100644 index 0000000..3de20f3 Binary files /dev/null and b/public/images/anime/thumb/1332.jpg differ diff --git a/public/images/anime/thumb/1333.jpg b/public/images/anime/thumb/1333.jpg new file mode 100644 index 0000000..477637d Binary files /dev/null and b/public/images/anime/thumb/1333.jpg differ diff --git a/public/images/anime/thumb/1334.jpg b/public/images/anime/thumb/1334.jpg new file mode 100644 index 0000000..fd7a5e4 Binary files /dev/null and b/public/images/anime/thumb/1334.jpg differ diff --git a/public/images/anime/thumb/1335.jpg b/public/images/anime/thumb/1335.jpg new file mode 100644 index 0000000..0833ba6 Binary files /dev/null and b/public/images/anime/thumb/1335.jpg differ diff --git a/public/images/anime/thumb/1336.jpg b/public/images/anime/thumb/1336.jpg new file mode 100644 index 0000000..ecffbe2 Binary files /dev/null and b/public/images/anime/thumb/1336.jpg differ diff --git a/public/images/anime/thumb/1337.jpg b/public/images/anime/thumb/1337.jpg new file mode 100644 index 0000000..4a66234 Binary files /dev/null and b/public/images/anime/thumb/1337.jpg differ diff --git a/public/images/anime/thumb/1338.jpg b/public/images/anime/thumb/1338.jpg new file mode 100644 index 0000000..847ad13 Binary files /dev/null and b/public/images/anime/thumb/1338.jpg differ diff --git a/public/images/anime/thumb/1339.jpg b/public/images/anime/thumb/1339.jpg new file mode 100644 index 0000000..1f6ed9f Binary files /dev/null and b/public/images/anime/thumb/1339.jpg differ diff --git a/public/images/anime/thumb/1340.jpg b/public/images/anime/thumb/1340.jpg new file mode 100644 index 0000000..c361ded Binary files /dev/null and b/public/images/anime/thumb/1340.jpg differ diff --git a/public/images/anime/thumb/1341.jpg b/public/images/anime/thumb/1341.jpg new file mode 100644 index 0000000..211a821 Binary files /dev/null and b/public/images/anime/thumb/1341.jpg differ diff --git a/public/images/anime/thumb/1342.jpg b/public/images/anime/thumb/1342.jpg new file mode 100644 index 0000000..8f67fbe Binary files /dev/null and b/public/images/anime/thumb/1342.jpg differ diff --git a/public/images/anime/thumb/1343.jpg b/public/images/anime/thumb/1343.jpg new file mode 100644 index 0000000..0e1c0fb Binary files /dev/null and b/public/images/anime/thumb/1343.jpg differ diff --git a/public/images/anime/thumb/1344.jpg b/public/images/anime/thumb/1344.jpg new file mode 100644 index 0000000..82a86f1 Binary files /dev/null and b/public/images/anime/thumb/1344.jpg differ diff --git a/public/images/anime/thumb/1345.jpg b/public/images/anime/thumb/1345.jpg new file mode 100644 index 0000000..7866508 Binary files /dev/null and b/public/images/anime/thumb/1345.jpg differ diff --git a/public/images/anime/thumb/1347.jpg b/public/images/anime/thumb/1347.jpg new file mode 100644 index 0000000..adbbfd0 Binary files /dev/null and b/public/images/anime/thumb/1347.jpg differ diff --git a/public/images/anime/thumb/1348.jpg b/public/images/anime/thumb/1348.jpg new file mode 100644 index 0000000..8165633 Binary files /dev/null and b/public/images/anime/thumb/1348.jpg differ diff --git a/public/images/anime/thumb/1349.jpg b/public/images/anime/thumb/1349.jpg new file mode 100644 index 0000000..3c5262b Binary files /dev/null and b/public/images/anime/thumb/1349.jpg differ diff --git a/public/images/anime/thumb/1350.jpg b/public/images/anime/thumb/1350.jpg new file mode 100644 index 0000000..a5f9b67 Binary files /dev/null and b/public/images/anime/thumb/1350.jpg differ diff --git a/public/images/anime/thumb/1351.jpg b/public/images/anime/thumb/1351.jpg new file mode 100644 index 0000000..e60819e Binary files /dev/null and b/public/images/anime/thumb/1351.jpg differ diff --git a/public/images/anime/thumb/1352.jpg b/public/images/anime/thumb/1352.jpg new file mode 100644 index 0000000..1b529e9 Binary files /dev/null and b/public/images/anime/thumb/1352.jpg differ diff --git a/public/images/anime/thumb/1353.jpg b/public/images/anime/thumb/1353.jpg new file mode 100644 index 0000000..19adc9c Binary files /dev/null and b/public/images/anime/thumb/1353.jpg differ diff --git a/public/images/anime/thumb/1354.jpg b/public/images/anime/thumb/1354.jpg new file mode 100644 index 0000000..32a9a91 Binary files /dev/null and b/public/images/anime/thumb/1354.jpg differ diff --git a/public/images/anime/thumb/1355.jpg b/public/images/anime/thumb/1355.jpg new file mode 100644 index 0000000..5b2fd67 Binary files /dev/null and b/public/images/anime/thumb/1355.jpg differ diff --git a/public/images/anime/thumb/1356.jpg b/public/images/anime/thumb/1356.jpg new file mode 100644 index 0000000..8cdb2aa Binary files /dev/null and b/public/images/anime/thumb/1356.jpg differ diff --git a/public/images/anime/thumb/1357.jpg b/public/images/anime/thumb/1357.jpg new file mode 100644 index 0000000..2263183 Binary files /dev/null and b/public/images/anime/thumb/1357.jpg differ diff --git a/public/images/anime/thumb/1359.jpg b/public/images/anime/thumb/1359.jpg new file mode 100644 index 0000000..2a5454a Binary files /dev/null and b/public/images/anime/thumb/1359.jpg differ diff --git a/public/images/anime/thumb/1360.jpg b/public/images/anime/thumb/1360.jpg new file mode 100644 index 0000000..a045f13 Binary files /dev/null and b/public/images/anime/thumb/1360.jpg differ diff --git a/public/images/anime/thumb/1361.jpg b/public/images/anime/thumb/1361.jpg new file mode 100644 index 0000000..ee70c30 Binary files /dev/null and b/public/images/anime/thumb/1361.jpg differ diff --git a/public/images/anime/thumb/1362.jpg b/public/images/anime/thumb/1362.jpg new file mode 100644 index 0000000..1a15899 Binary files /dev/null and b/public/images/anime/thumb/1362.jpg differ diff --git a/public/images/anime/thumb/1363.jpg b/public/images/anime/thumb/1363.jpg new file mode 100644 index 0000000..0655e7c Binary files /dev/null and b/public/images/anime/thumb/1363.jpg differ diff --git a/public/images/anime/thumb/1364.jpg b/public/images/anime/thumb/1364.jpg new file mode 100644 index 0000000..2987f05 Binary files /dev/null and b/public/images/anime/thumb/1364.jpg differ diff --git a/public/images/anime/thumb/1365.jpg b/public/images/anime/thumb/1365.jpg new file mode 100644 index 0000000..3063c5d Binary files /dev/null and b/public/images/anime/thumb/1365.jpg differ diff --git a/public/images/anime/thumb/1366.jpg b/public/images/anime/thumb/1366.jpg new file mode 100644 index 0000000..4f6133a Binary files /dev/null and b/public/images/anime/thumb/1366.jpg differ diff --git a/public/images/anime/thumb/1367.jpg b/public/images/anime/thumb/1367.jpg new file mode 100644 index 0000000..37669f6 Binary files /dev/null and b/public/images/anime/thumb/1367.jpg differ diff --git a/public/images/anime/thumb/1369.jpg b/public/images/anime/thumb/1369.jpg new file mode 100644 index 0000000..ee6f88c Binary files /dev/null and b/public/images/anime/thumb/1369.jpg differ diff --git a/public/images/anime/thumb/1370.jpg b/public/images/anime/thumb/1370.jpg new file mode 100644 index 0000000..d8aea00 Binary files /dev/null and b/public/images/anime/thumb/1370.jpg differ diff --git a/public/images/anime/thumb/1371.jpg b/public/images/anime/thumb/1371.jpg new file mode 100644 index 0000000..0485bad Binary files /dev/null and b/public/images/anime/thumb/1371.jpg differ diff --git a/public/images/anime/thumb/1372.jpg b/public/images/anime/thumb/1372.jpg new file mode 100644 index 0000000..88a4b0a Binary files /dev/null and b/public/images/anime/thumb/1372.jpg differ diff --git a/public/images/anime/thumb/1373.jpg b/public/images/anime/thumb/1373.jpg new file mode 100644 index 0000000..deaee23 Binary files /dev/null and b/public/images/anime/thumb/1373.jpg differ diff --git a/public/images/anime/thumb/1374.jpg b/public/images/anime/thumb/1374.jpg new file mode 100644 index 0000000..a474a6a Binary files /dev/null and b/public/images/anime/thumb/1374.jpg differ diff --git a/public/images/anime/thumb/1375.jpg b/public/images/anime/thumb/1375.jpg new file mode 100644 index 0000000..f7a7370 Binary files /dev/null and b/public/images/anime/thumb/1375.jpg differ diff --git a/public/images/anime/thumb/1377.jpg b/public/images/anime/thumb/1377.jpg new file mode 100644 index 0000000..1d83c4f Binary files /dev/null and b/public/images/anime/thumb/1377.jpg differ diff --git a/public/images/anime/thumb/1378.jpg b/public/images/anime/thumb/1378.jpg new file mode 100644 index 0000000..a42f29c Binary files /dev/null and b/public/images/anime/thumb/1378.jpg differ diff --git a/public/images/anime/thumb/1379.jpg b/public/images/anime/thumb/1379.jpg new file mode 100644 index 0000000..6c2aef5 Binary files /dev/null and b/public/images/anime/thumb/1379.jpg differ diff --git a/public/images/anime/thumb/1380.jpg b/public/images/anime/thumb/1380.jpg new file mode 100644 index 0000000..0cc5bdc Binary files /dev/null and b/public/images/anime/thumb/1380.jpg differ diff --git a/public/images/anime/thumb/1381.jpg b/public/images/anime/thumb/1381.jpg new file mode 100644 index 0000000..dbc9a0f Binary files /dev/null and b/public/images/anime/thumb/1381.jpg differ diff --git a/public/images/anime/thumb/1382.jpg b/public/images/anime/thumb/1382.jpg new file mode 100644 index 0000000..d180939 Binary files /dev/null and b/public/images/anime/thumb/1382.jpg differ diff --git a/public/images/anime/thumb/1383.jpg b/public/images/anime/thumb/1383.jpg new file mode 100644 index 0000000..24887de Binary files /dev/null and b/public/images/anime/thumb/1383.jpg differ diff --git a/public/images/anime/thumb/1384.jpg b/public/images/anime/thumb/1384.jpg new file mode 100644 index 0000000..c6eb86a Binary files /dev/null and b/public/images/anime/thumb/1384.jpg differ diff --git a/public/images/anime/thumb/1385.jpg b/public/images/anime/thumb/1385.jpg new file mode 100644 index 0000000..31d3cc8 Binary files /dev/null and b/public/images/anime/thumb/1385.jpg differ diff --git a/public/images/anime/thumb/1386.jpg b/public/images/anime/thumb/1386.jpg new file mode 100644 index 0000000..d796e03 Binary files /dev/null and b/public/images/anime/thumb/1386.jpg differ diff --git a/public/images/anime/thumb/1387.jpg b/public/images/anime/thumb/1387.jpg new file mode 100644 index 0000000..b2848c6 Binary files /dev/null and b/public/images/anime/thumb/1387.jpg differ diff --git a/public/images/anime/thumb/1388.jpg b/public/images/anime/thumb/1388.jpg new file mode 100644 index 0000000..7fb74c1 Binary files /dev/null and b/public/images/anime/thumb/1388.jpg differ diff --git a/public/images/anime/thumb/1389.jpg b/public/images/anime/thumb/1389.jpg new file mode 100644 index 0000000..cea4224 Binary files /dev/null and b/public/images/anime/thumb/1389.jpg differ diff --git a/public/images/anime/thumb/1390.jpg b/public/images/anime/thumb/1390.jpg new file mode 100644 index 0000000..09780df Binary files /dev/null and b/public/images/anime/thumb/1390.jpg differ diff --git a/public/images/anime/thumb/1391.jpg b/public/images/anime/thumb/1391.jpg new file mode 100644 index 0000000..7ccc0af Binary files /dev/null and b/public/images/anime/thumb/1391.jpg differ diff --git a/public/images/anime/thumb/1392.jpg b/public/images/anime/thumb/1392.jpg new file mode 100644 index 0000000..abdced9 Binary files /dev/null and b/public/images/anime/thumb/1392.jpg differ diff --git a/public/images/anime/thumb/1393.jpg b/public/images/anime/thumb/1393.jpg new file mode 100644 index 0000000..7e40bfd Binary files /dev/null and b/public/images/anime/thumb/1393.jpg differ diff --git a/public/images/anime/thumb/1394.jpg b/public/images/anime/thumb/1394.jpg new file mode 100644 index 0000000..768a2dc Binary files /dev/null and b/public/images/anime/thumb/1394.jpg differ diff --git a/public/images/anime/thumb/1395.jpg b/public/images/anime/thumb/1395.jpg new file mode 100644 index 0000000..bd73913 Binary files /dev/null and b/public/images/anime/thumb/1395.jpg differ diff --git a/public/images/anime/thumb/1396.jpg b/public/images/anime/thumb/1396.jpg new file mode 100644 index 0000000..3fd25bc Binary files /dev/null and b/public/images/anime/thumb/1396.jpg differ diff --git a/public/images/anime/thumb/1397.jpg b/public/images/anime/thumb/1397.jpg new file mode 100644 index 0000000..1498602 Binary files /dev/null and b/public/images/anime/thumb/1397.jpg differ diff --git a/public/images/anime/thumb/1398.jpg b/public/images/anime/thumb/1398.jpg new file mode 100644 index 0000000..b93eb96 Binary files /dev/null and b/public/images/anime/thumb/1398.jpg differ diff --git a/public/images/anime/thumb/1399.jpg b/public/images/anime/thumb/1399.jpg new file mode 100644 index 0000000..01bebe3 Binary files /dev/null and b/public/images/anime/thumb/1399.jpg differ diff --git a/public/images/anime/thumb/1400.jpg b/public/images/anime/thumb/1400.jpg new file mode 100644 index 0000000..ad76e01 Binary files /dev/null and b/public/images/anime/thumb/1400.jpg differ diff --git a/public/images/anime/thumb/1402.jpg b/public/images/anime/thumb/1402.jpg new file mode 100644 index 0000000..f487b19 Binary files /dev/null and b/public/images/anime/thumb/1402.jpg differ diff --git a/public/images/anime/thumb/1403.jpg b/public/images/anime/thumb/1403.jpg new file mode 100644 index 0000000..f035f87 Binary files /dev/null and b/public/images/anime/thumb/1403.jpg differ diff --git a/public/images/anime/thumb/1405.jpg b/public/images/anime/thumb/1405.jpg new file mode 100644 index 0000000..fb5f640 Binary files /dev/null and b/public/images/anime/thumb/1405.jpg differ diff --git a/public/images/anime/thumb/1408.jpg b/public/images/anime/thumb/1408.jpg new file mode 100644 index 0000000..2a903d0 Binary files /dev/null and b/public/images/anime/thumb/1408.jpg differ diff --git a/public/images/anime/thumb/1409.jpg b/public/images/anime/thumb/1409.jpg new file mode 100644 index 0000000..e410dd2 Binary files /dev/null and b/public/images/anime/thumb/1409.jpg differ diff --git a/public/images/anime/thumb/1411.jpg b/public/images/anime/thumb/1411.jpg new file mode 100644 index 0000000..b38bd7a Binary files /dev/null and b/public/images/anime/thumb/1411.jpg differ diff --git a/public/images/anime/thumb/1412.jpg b/public/images/anime/thumb/1412.jpg new file mode 100644 index 0000000..1fc5cc5 Binary files /dev/null and b/public/images/anime/thumb/1412.jpg differ diff --git a/public/images/anime/thumb/1413.jpg b/public/images/anime/thumb/1413.jpg new file mode 100644 index 0000000..31f23d3 Binary files /dev/null and b/public/images/anime/thumb/1413.jpg differ diff --git a/public/images/anime/thumb/1414.jpg b/public/images/anime/thumb/1414.jpg new file mode 100644 index 0000000..0570003 Binary files /dev/null and b/public/images/anime/thumb/1414.jpg differ diff --git a/public/images/anime/thumb/1415.jpg b/public/images/anime/thumb/1415.jpg new file mode 100644 index 0000000..1269850 Binary files /dev/null and b/public/images/anime/thumb/1415.jpg differ diff --git a/public/images/anime/thumb/1417.jpg b/public/images/anime/thumb/1417.jpg new file mode 100644 index 0000000..768678f Binary files /dev/null and b/public/images/anime/thumb/1417.jpg differ diff --git a/public/images/anime/thumb/1418.jpg b/public/images/anime/thumb/1418.jpg new file mode 100644 index 0000000..73e4b9d Binary files /dev/null and b/public/images/anime/thumb/1418.jpg differ diff --git a/public/images/anime/thumb/1419.jpg b/public/images/anime/thumb/1419.jpg new file mode 100644 index 0000000..cfd11e8 Binary files /dev/null and b/public/images/anime/thumb/1419.jpg differ diff --git a/public/images/anime/thumb/1420.jpg b/public/images/anime/thumb/1420.jpg new file mode 100644 index 0000000..bb9f3a5 Binary files /dev/null and b/public/images/anime/thumb/1420.jpg differ diff --git a/public/images/anime/thumb/1421.jpg b/public/images/anime/thumb/1421.jpg new file mode 100644 index 0000000..0674df9 Binary files /dev/null and b/public/images/anime/thumb/1421.jpg differ diff --git a/public/images/anime/thumb/1422.jpg b/public/images/anime/thumb/1422.jpg new file mode 100644 index 0000000..bbaf178 Binary files /dev/null and b/public/images/anime/thumb/1422.jpg differ diff --git a/public/images/anime/thumb/1423.jpg b/public/images/anime/thumb/1423.jpg new file mode 100644 index 0000000..af6a32b Binary files /dev/null and b/public/images/anime/thumb/1423.jpg differ diff --git a/public/images/anime/thumb/1425.jpg b/public/images/anime/thumb/1425.jpg new file mode 100644 index 0000000..60e5131 Binary files /dev/null and b/public/images/anime/thumb/1425.jpg differ diff --git a/public/images/anime/thumb/1426.jpg b/public/images/anime/thumb/1426.jpg new file mode 100644 index 0000000..1dcd0f2 Binary files /dev/null and b/public/images/anime/thumb/1426.jpg differ diff --git a/public/images/anime/thumb/1427.jpg b/public/images/anime/thumb/1427.jpg new file mode 100644 index 0000000..c7ff02f Binary files /dev/null and b/public/images/anime/thumb/1427.jpg differ diff --git a/public/images/anime/thumb/1428.jpg b/public/images/anime/thumb/1428.jpg new file mode 100644 index 0000000..43a7336 Binary files /dev/null and b/public/images/anime/thumb/1428.jpg differ diff --git a/public/images/anime/thumb/1429.jpg b/public/images/anime/thumb/1429.jpg new file mode 100644 index 0000000..77d516f Binary files /dev/null and b/public/images/anime/thumb/1429.jpg differ diff --git a/public/images/anime/thumb/1430.jpeg b/public/images/anime/thumb/1430.jpeg new file mode 100644 index 0000000..75310ab Binary files /dev/null and b/public/images/anime/thumb/1430.jpeg differ diff --git a/public/images/anime/thumb/1431.jpg b/public/images/anime/thumb/1431.jpg new file mode 100644 index 0000000..4ec7404 Binary files /dev/null and b/public/images/anime/thumb/1431.jpg differ diff --git a/public/images/anime/thumb/1432.jpg b/public/images/anime/thumb/1432.jpg new file mode 100644 index 0000000..c508218 Binary files /dev/null and b/public/images/anime/thumb/1432.jpg differ diff --git a/public/images/anime/thumb/1434.jpg b/public/images/anime/thumb/1434.jpg new file mode 100644 index 0000000..2e77e4d Binary files /dev/null and b/public/images/anime/thumb/1434.jpg differ diff --git a/public/images/anime/thumb/1435.jpg b/public/images/anime/thumb/1435.jpg new file mode 100644 index 0000000..4c0e9c2 Binary files /dev/null and b/public/images/anime/thumb/1435.jpg differ diff --git a/public/images/anime/thumb/1437.jpg b/public/images/anime/thumb/1437.jpg new file mode 100644 index 0000000..f57aac4 Binary files /dev/null and b/public/images/anime/thumb/1437.jpg differ diff --git a/public/images/anime/thumb/1438.jpg b/public/images/anime/thumb/1438.jpg new file mode 100644 index 0000000..b3c4265 Binary files /dev/null and b/public/images/anime/thumb/1438.jpg differ diff --git a/public/images/anime/thumb/1441.jpg b/public/images/anime/thumb/1441.jpg new file mode 100644 index 0000000..93dbdef Binary files /dev/null and b/public/images/anime/thumb/1441.jpg differ diff --git a/public/images/anime/thumb/1443.jpg b/public/images/anime/thumb/1443.jpg new file mode 100644 index 0000000..b8f0c46 Binary files /dev/null and b/public/images/anime/thumb/1443.jpg differ diff --git a/public/images/anime/thumb/1446.jpg b/public/images/anime/thumb/1446.jpg new file mode 100644 index 0000000..c86c811 Binary files /dev/null and b/public/images/anime/thumb/1446.jpg differ diff --git a/public/images/anime/thumb/1447.jpg b/public/images/anime/thumb/1447.jpg new file mode 100644 index 0000000..d4eca5e Binary files /dev/null and b/public/images/anime/thumb/1447.jpg differ diff --git a/public/images/anime/thumb/1448.jpg b/public/images/anime/thumb/1448.jpg new file mode 100644 index 0000000..11b72ec Binary files /dev/null and b/public/images/anime/thumb/1448.jpg differ diff --git a/public/images/anime/thumb/1481.jpg b/public/images/anime/thumb/1481.jpg new file mode 100644 index 0000000..b11a465 Binary files /dev/null and b/public/images/anime/thumb/1481.jpg differ diff --git a/public/images/anime/thumb/1482.jpg b/public/images/anime/thumb/1482.jpg new file mode 100644 index 0000000..cf69b02 Binary files /dev/null and b/public/images/anime/thumb/1482.jpg differ diff --git a/public/images/anime/thumb/1484.jpg b/public/images/anime/thumb/1484.jpg new file mode 100644 index 0000000..fbebe4e Binary files /dev/null and b/public/images/anime/thumb/1484.jpg differ diff --git a/public/images/anime/thumb/1485.jpg b/public/images/anime/thumb/1485.jpg new file mode 100644 index 0000000..d327d5e Binary files /dev/null and b/public/images/anime/thumb/1485.jpg differ diff --git a/public/images/anime/thumb/1486.jpg b/public/images/anime/thumb/1486.jpg new file mode 100644 index 0000000..f4cc119 Binary files /dev/null and b/public/images/anime/thumb/1486.jpg differ diff --git a/public/images/anime/thumb/1487.jpg b/public/images/anime/thumb/1487.jpg new file mode 100644 index 0000000..4692f46 Binary files /dev/null and b/public/images/anime/thumb/1487.jpg differ diff --git a/public/images/anime/thumb/1489.jpg b/public/images/anime/thumb/1489.jpg new file mode 100644 index 0000000..2453843 Binary files /dev/null and b/public/images/anime/thumb/1489.jpg differ diff --git a/public/images/anime/thumb/1490.jpg b/public/images/anime/thumb/1490.jpg new file mode 100644 index 0000000..9b39bea Binary files /dev/null and b/public/images/anime/thumb/1490.jpg differ diff --git a/public/images/anime/thumb/1491.jpg b/public/images/anime/thumb/1491.jpg new file mode 100644 index 0000000..aee7a74 Binary files /dev/null and b/public/images/anime/thumb/1491.jpg differ diff --git a/public/images/anime/thumb/1492.jpg b/public/images/anime/thumb/1492.jpg new file mode 100644 index 0000000..37bb138 Binary files /dev/null and b/public/images/anime/thumb/1492.jpg differ diff --git a/public/images/anime/thumb/1493.jpg b/public/images/anime/thumb/1493.jpg new file mode 100644 index 0000000..204f60e Binary files /dev/null and b/public/images/anime/thumb/1493.jpg differ diff --git a/public/images/anime/thumb/1496.jpg b/public/images/anime/thumb/1496.jpg new file mode 100644 index 0000000..579b914 Binary files /dev/null and b/public/images/anime/thumb/1496.jpg differ diff --git a/public/images/anime/thumb/1497.jpg b/public/images/anime/thumb/1497.jpg new file mode 100644 index 0000000..03d9d94 Binary files /dev/null and b/public/images/anime/thumb/1497.jpg differ diff --git a/public/images/anime/thumb/1498.jpg b/public/images/anime/thumb/1498.jpg new file mode 100644 index 0000000..7b9a6b4 Binary files /dev/null and b/public/images/anime/thumb/1498.jpg differ diff --git a/public/images/anime/thumb/1499.jpg b/public/images/anime/thumb/1499.jpg new file mode 100644 index 0000000..5fdd4ad Binary files /dev/null and b/public/images/anime/thumb/1499.jpg differ diff --git a/public/images/anime/thumb/1500.jpg b/public/images/anime/thumb/1500.jpg new file mode 100644 index 0000000..fa311cf Binary files /dev/null and b/public/images/anime/thumb/1500.jpg differ diff --git a/public/images/anime/thumb/1501.jpg b/public/images/anime/thumb/1501.jpg new file mode 100644 index 0000000..182722d Binary files /dev/null and b/public/images/anime/thumb/1501.jpg differ diff --git a/public/images/anime/thumb/1502.jpg b/public/images/anime/thumb/1502.jpg new file mode 100644 index 0000000..2020645 Binary files /dev/null and b/public/images/anime/thumb/1502.jpg differ diff --git a/public/images/anime/thumb/1503.jpg b/public/images/anime/thumb/1503.jpg new file mode 100644 index 0000000..98de914 Binary files /dev/null and b/public/images/anime/thumb/1503.jpg differ diff --git a/public/images/anime/thumb/1504.jpg b/public/images/anime/thumb/1504.jpg new file mode 100644 index 0000000..672988d Binary files /dev/null and b/public/images/anime/thumb/1504.jpg differ diff --git a/public/images/anime/thumb/1505.jpg b/public/images/anime/thumb/1505.jpg new file mode 100644 index 0000000..3656131 Binary files /dev/null and b/public/images/anime/thumb/1505.jpg differ diff --git a/public/images/anime/thumb/1506.jpg b/public/images/anime/thumb/1506.jpg new file mode 100644 index 0000000..3725db9 Binary files /dev/null and b/public/images/anime/thumb/1506.jpg differ diff --git a/public/images/anime/thumb/1507.gif b/public/images/anime/thumb/1507.gif new file mode 100644 index 0000000..123bae8 Binary files /dev/null and b/public/images/anime/thumb/1507.gif differ diff --git a/public/images/anime/thumb/1508.jpg b/public/images/anime/thumb/1508.jpg new file mode 100644 index 0000000..2ba30e4 Binary files /dev/null and b/public/images/anime/thumb/1508.jpg differ diff --git a/public/images/anime/thumb/1511.jpg b/public/images/anime/thumb/1511.jpg new file mode 100644 index 0000000..5768f4f Binary files /dev/null and b/public/images/anime/thumb/1511.jpg differ diff --git a/public/images/anime/thumb/1512.jpg b/public/images/anime/thumb/1512.jpg new file mode 100644 index 0000000..6b0442a Binary files /dev/null and b/public/images/anime/thumb/1512.jpg differ diff --git a/public/images/anime/thumb/1513.jpg b/public/images/anime/thumb/1513.jpg new file mode 100644 index 0000000..477637d Binary files /dev/null and b/public/images/anime/thumb/1513.jpg differ diff --git a/public/images/anime/thumb/1514.jpg b/public/images/anime/thumb/1514.jpg new file mode 100644 index 0000000..077c00f Binary files /dev/null and b/public/images/anime/thumb/1514.jpg differ diff --git a/public/images/anime/thumb/1515.jpg b/public/images/anime/thumb/1515.jpg new file mode 100644 index 0000000..3aecb17 Binary files /dev/null and b/public/images/anime/thumb/1515.jpg differ diff --git a/public/images/anime/thumb/1516.jpg b/public/images/anime/thumb/1516.jpg new file mode 100644 index 0000000..204a5a9 Binary files /dev/null and b/public/images/anime/thumb/1516.jpg differ diff --git a/public/images/anime/thumb/1517.jpg b/public/images/anime/thumb/1517.jpg new file mode 100644 index 0000000..dc3a5d6 Binary files /dev/null and b/public/images/anime/thumb/1517.jpg differ diff --git a/public/images/anime/thumb/1518.jpg b/public/images/anime/thumb/1518.jpg new file mode 100644 index 0000000..0174fd3 Binary files /dev/null and b/public/images/anime/thumb/1518.jpg differ diff --git a/public/images/anime/thumb/1519.jpg b/public/images/anime/thumb/1519.jpg new file mode 100644 index 0000000..bffb824 Binary files /dev/null and b/public/images/anime/thumb/1519.jpg differ diff --git a/public/images/anime/thumb/1520.jpg b/public/images/anime/thumb/1520.jpg new file mode 100644 index 0000000..6e4f6a1 Binary files /dev/null and b/public/images/anime/thumb/1520.jpg differ diff --git a/public/images/anime/thumb/1521.jpg b/public/images/anime/thumb/1521.jpg new file mode 100644 index 0000000..e9877bf Binary files /dev/null and b/public/images/anime/thumb/1521.jpg differ diff --git a/public/images/anime/thumb/1522.jpg b/public/images/anime/thumb/1522.jpg new file mode 100644 index 0000000..7acbeff Binary files /dev/null and b/public/images/anime/thumb/1522.jpg differ diff --git a/public/images/anime/thumb/1523.jpg b/public/images/anime/thumb/1523.jpg new file mode 100644 index 0000000..5a22106 Binary files /dev/null and b/public/images/anime/thumb/1523.jpg differ diff --git a/public/images/anime/thumb/1524.jpg b/public/images/anime/thumb/1524.jpg new file mode 100644 index 0000000..890e760 Binary files /dev/null and b/public/images/anime/thumb/1524.jpg differ diff --git a/public/images/anime/thumb/1525.jpg b/public/images/anime/thumb/1525.jpg new file mode 100644 index 0000000..6106cd4 Binary files /dev/null and b/public/images/anime/thumb/1525.jpg differ diff --git a/public/images/anime/thumb/1526.jpg b/public/images/anime/thumb/1526.jpg new file mode 100644 index 0000000..a1d21be Binary files /dev/null and b/public/images/anime/thumb/1526.jpg differ diff --git a/public/images/anime/thumb/1531.jpg b/public/images/anime/thumb/1531.jpg new file mode 100644 index 0000000..d548b9f Binary files /dev/null and b/public/images/anime/thumb/1531.jpg differ diff --git a/public/images/anime/thumb/1532.jpg b/public/images/anime/thumb/1532.jpg new file mode 100644 index 0000000..df3c8ab Binary files /dev/null and b/public/images/anime/thumb/1532.jpg differ diff --git a/public/images/anime/thumb/1533.jpg b/public/images/anime/thumb/1533.jpg new file mode 100644 index 0000000..c7fe3bd Binary files /dev/null and b/public/images/anime/thumb/1533.jpg differ diff --git a/public/images/anime/thumb/1534.jpg b/public/images/anime/thumb/1534.jpg new file mode 100644 index 0000000..6d7af72 Binary files /dev/null and b/public/images/anime/thumb/1534.jpg differ diff --git a/public/images/anime/thumb/1540.jpg b/public/images/anime/thumb/1540.jpg new file mode 100644 index 0000000..31e98d1 Binary files /dev/null and b/public/images/anime/thumb/1540.jpg differ diff --git a/public/images/anime/thumb/1541.jpg b/public/images/anime/thumb/1541.jpg new file mode 100644 index 0000000..9b49389 Binary files /dev/null and b/public/images/anime/thumb/1541.jpg differ diff --git a/public/images/anime/thumb/1542.jpg b/public/images/anime/thumb/1542.jpg new file mode 100644 index 0000000..4a66972 Binary files /dev/null and b/public/images/anime/thumb/1542.jpg differ diff --git a/public/images/anime/thumb/1543.jpg b/public/images/anime/thumb/1543.jpg new file mode 100644 index 0000000..1b9cbd5 Binary files /dev/null and b/public/images/anime/thumb/1543.jpg differ diff --git a/public/images/anime/thumb/1546.jpg b/public/images/anime/thumb/1546.jpg new file mode 100644 index 0000000..86f67ba Binary files /dev/null and b/public/images/anime/thumb/1546.jpg differ diff --git a/public/images/anime/thumb/1547.jpg b/public/images/anime/thumb/1547.jpg new file mode 100644 index 0000000..8bb18c8 Binary files /dev/null and b/public/images/anime/thumb/1547.jpg differ diff --git a/public/images/anime/thumb/1548.jpg b/public/images/anime/thumb/1548.jpg new file mode 100644 index 0000000..723f432 Binary files /dev/null and b/public/images/anime/thumb/1548.jpg differ diff --git a/public/images/anime/thumb/1549.jpg b/public/images/anime/thumb/1549.jpg new file mode 100644 index 0000000..c5b2800 Binary files /dev/null and b/public/images/anime/thumb/1549.jpg differ diff --git a/public/images/anime/thumb/1550.jpg b/public/images/anime/thumb/1550.jpg new file mode 100644 index 0000000..c1eaa50 Binary files /dev/null and b/public/images/anime/thumb/1550.jpg differ diff --git a/public/images/anime/thumb/1551.jpg b/public/images/anime/thumb/1551.jpg new file mode 100644 index 0000000..f2c1fa3 Binary files /dev/null and b/public/images/anime/thumb/1551.jpg differ diff --git a/public/images/anime/thumb/1552.jpg b/public/images/anime/thumb/1552.jpg new file mode 100644 index 0000000..6c98c79 Binary files /dev/null and b/public/images/anime/thumb/1552.jpg differ diff --git a/public/images/anime/thumb/1553.jpg b/public/images/anime/thumb/1553.jpg new file mode 100644 index 0000000..f1d7c0a Binary files /dev/null and b/public/images/anime/thumb/1553.jpg differ diff --git a/public/images/anime/thumb/1554.jpg b/public/images/anime/thumb/1554.jpg new file mode 100644 index 0000000..f50ce9d Binary files /dev/null and b/public/images/anime/thumb/1554.jpg differ diff --git a/public/images/anime/thumb/1555.jpg b/public/images/anime/thumb/1555.jpg new file mode 100644 index 0000000..ff5d8c0 Binary files /dev/null and b/public/images/anime/thumb/1555.jpg differ diff --git a/public/images/anime/thumb/1556.jpg b/public/images/anime/thumb/1556.jpg new file mode 100644 index 0000000..01c2024 Binary files /dev/null and b/public/images/anime/thumb/1556.jpg differ diff --git a/public/images/anime/thumb/1557.jpg b/public/images/anime/thumb/1557.jpg new file mode 100644 index 0000000..a1d94b7 Binary files /dev/null and b/public/images/anime/thumb/1557.jpg differ diff --git a/public/images/anime/thumb/1558.jpg b/public/images/anime/thumb/1558.jpg new file mode 100644 index 0000000..ad4854e Binary files /dev/null and b/public/images/anime/thumb/1558.jpg differ diff --git a/public/images/anime/thumb/1560.jpg b/public/images/anime/thumb/1560.jpg new file mode 100644 index 0000000..90fd305 Binary files /dev/null and b/public/images/anime/thumb/1560.jpg differ diff --git a/public/images/anime/thumb/1561.jpg b/public/images/anime/thumb/1561.jpg new file mode 100644 index 0000000..4feb4b8 Binary files /dev/null and b/public/images/anime/thumb/1561.jpg differ diff --git a/public/images/anime/thumb/1562.jpg b/public/images/anime/thumb/1562.jpg new file mode 100644 index 0000000..cb86bc3 Binary files /dev/null and b/public/images/anime/thumb/1562.jpg differ diff --git a/public/images/anime/thumb/1563.jpg b/public/images/anime/thumb/1563.jpg new file mode 100644 index 0000000..2320538 Binary files /dev/null and b/public/images/anime/thumb/1563.jpg differ diff --git a/public/images/anime/thumb/1565.jpg b/public/images/anime/thumb/1565.jpg new file mode 100644 index 0000000..7c2cfe0 Binary files /dev/null and b/public/images/anime/thumb/1565.jpg differ diff --git a/public/images/anime/thumb/1566.jpg b/public/images/anime/thumb/1566.jpg new file mode 100644 index 0000000..19da09c Binary files /dev/null and b/public/images/anime/thumb/1566.jpg differ diff --git a/public/images/anime/thumb/1568.jpg b/public/images/anime/thumb/1568.jpg new file mode 100644 index 0000000..1862af4 Binary files /dev/null and b/public/images/anime/thumb/1568.jpg differ diff --git a/public/images/anime/thumb/1569.jpg b/public/images/anime/thumb/1569.jpg new file mode 100644 index 0000000..a5030b9 Binary files /dev/null and b/public/images/anime/thumb/1569.jpg differ diff --git a/public/images/anime/thumb/1570.jpg b/public/images/anime/thumb/1570.jpg new file mode 100644 index 0000000..598048e Binary files /dev/null and b/public/images/anime/thumb/1570.jpg differ diff --git a/public/images/anime/thumb/1571.jpg b/public/images/anime/thumb/1571.jpg new file mode 100644 index 0000000..9ff556b Binary files /dev/null and b/public/images/anime/thumb/1571.jpg differ diff --git a/public/images/anime/thumb/1572.jpg b/public/images/anime/thumb/1572.jpg new file mode 100644 index 0000000..b94d1dd Binary files /dev/null and b/public/images/anime/thumb/1572.jpg differ diff --git a/public/images/anime/thumb/1574.jpg b/public/images/anime/thumb/1574.jpg new file mode 100644 index 0000000..a9dc10e Binary files /dev/null and b/public/images/anime/thumb/1574.jpg differ diff --git a/public/images/anime/thumb/1575.jpg b/public/images/anime/thumb/1575.jpg new file mode 100644 index 0000000..eb071e2 Binary files /dev/null and b/public/images/anime/thumb/1575.jpg differ diff --git a/public/images/anime/thumb/1576.jpg b/public/images/anime/thumb/1576.jpg new file mode 100644 index 0000000..4158e18 Binary files /dev/null and b/public/images/anime/thumb/1576.jpg differ diff --git a/public/images/anime/thumb/1578.jpg b/public/images/anime/thumb/1578.jpg new file mode 100644 index 0000000..c167986 Binary files /dev/null and b/public/images/anime/thumb/1578.jpg differ diff --git a/public/images/anime/thumb/1579.jpg b/public/images/anime/thumb/1579.jpg new file mode 100644 index 0000000..6785522 Binary files /dev/null and b/public/images/anime/thumb/1579.jpg differ diff --git a/public/images/anime/thumb/1580.jpg b/public/images/anime/thumb/1580.jpg new file mode 100644 index 0000000..0616b67 Binary files /dev/null and b/public/images/anime/thumb/1580.jpg differ diff --git a/public/images/anime/thumb/1581.jpg b/public/images/anime/thumb/1581.jpg new file mode 100644 index 0000000..cce253e Binary files /dev/null and b/public/images/anime/thumb/1581.jpg differ diff --git a/public/images/anime/thumb/1583.jpg b/public/images/anime/thumb/1583.jpg new file mode 100644 index 0000000..840f9fd Binary files /dev/null and b/public/images/anime/thumb/1583.jpg differ diff --git a/public/images/anime/thumb/1584.jpg b/public/images/anime/thumb/1584.jpg new file mode 100644 index 0000000..37361d2 Binary files /dev/null and b/public/images/anime/thumb/1584.jpg differ diff --git a/public/images/anime/thumb/1585.jpg b/public/images/anime/thumb/1585.jpg new file mode 100644 index 0000000..b0264e6 Binary files /dev/null and b/public/images/anime/thumb/1585.jpg differ diff --git a/public/images/anime/thumb/1586.jpg b/public/images/anime/thumb/1586.jpg new file mode 100644 index 0000000..9048038 Binary files /dev/null and b/public/images/anime/thumb/1586.jpg differ diff --git a/public/images/anime/thumb/1587.jpg b/public/images/anime/thumb/1587.jpg new file mode 100644 index 0000000..f30e66d Binary files /dev/null and b/public/images/anime/thumb/1587.jpg differ diff --git a/public/images/anime/thumb/1588.jpg b/public/images/anime/thumb/1588.jpg new file mode 100644 index 0000000..418f5de Binary files /dev/null and b/public/images/anime/thumb/1588.jpg differ diff --git a/public/images/rails.png b/public/images/rails.png new file mode 100644 index 0000000..d5edc04 Binary files /dev/null and b/public/images/rails.png differ diff --git a/public/javascripts/.gitkeep b/public/javascripts/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/public/javascripts/jquery-1.4.js b/public/javascripts/jquery-1.4.js new file mode 100644 index 0000000..48a88b8 --- /dev/null +++ b/public/javascripts/jquery-1.4.js @@ -0,0 +1,154 @@ +/*! + * jQuery JavaScript Library v1.4.2 + * http://jquery.com/ + * + * Copyright 2010, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2010, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Sat Feb 13 22:33:48 2010 -0500 + */ +(function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/, +Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& +(d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, +a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b=== +"find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this, +function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b
a"; +var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected, +parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent= +false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n= +s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true, +applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando]; +else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this, +a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b=== +w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i, +cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected= +c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed"); +a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g, +function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split("."); +k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a), +C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B=0){a.type= +e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&& +f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive; +if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data", +e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a, +"_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a, +d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g, +e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift(); +t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D|| +g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()}, +CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m, +g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)}, +text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}}, +setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return hl[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h= +h[3];l=0;for(m=h.length;l=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m=== +"="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g, +h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&& +q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML=""; +if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="

";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}(); +(function(){var g=s.createElement("div");g.innerHTML="
";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}: +function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f0)for(var j=d;j0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j= +{},i;if(f&&a.length){e=0;for(var o=a.length;e-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a=== +"string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode", +d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")? +a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType=== +1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/"},F={option:[1,""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div
","
"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d= +c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this}, +wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})}, +prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b, +this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild); +return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja, +""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]); +return this}else{e=0;for(var j=d.length;e0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["", +""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]===""&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e= +c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]? +c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja= +function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter= +Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a, +"border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f= +a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b= +a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=//gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!== +"string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("
").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this}, +serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), +function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href, +global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&& +e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? +"&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache=== +false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B= +false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since", +c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E|| +d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x); +g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status=== +1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b=== +"json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional; +if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration=== +"number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]|| +c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start; +this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now= +this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem, +e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b
"; +a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b); +c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a, +d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top- +f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset": +"pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in +e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window); \ No newline at end of file diff --git a/public/javascripts/jquery.placeholder.js b/public/javascripts/jquery.placeholder.js new file mode 100644 index 0000000..714c4f3 --- /dev/null +++ b/public/javascripts/jquery.placeholder.js @@ -0,0 +1,58 @@ +/** + * jQuery.placeholder - Placeholder plugin for input fields + * Written by Blair Mitchelmore (blair DOT mitchelmore AT gmail DOT com) + * Licensed under the WTFPL (http://sam.zoy.org/wtfpl/). + * Date: 2008/10/14 + * + * @author Blair Mitchelmore + * @version 1.0.1 + * + **/ +new function($) { + $.fn.placeholder = function(settings) { + settings = settings || {}; + var key = settings.dataKey || "placeholderValue"; + var attr = settings.attr || "placeholder"; + var className = settings.className || "placeholder"; + var values = settings.values || []; + var block = settings.blockSubmit || false; + var blank = settings.blankSubmit || false; + var submit = settings.onSubmit || false; + var value = settings.value || ""; + var position = settings.cursor_position || 0; + + + return this.filter(":input").each(function(index) { + $.data(this, key, values[index] || $(this).attr(attr)); + }).each(function() { + if ($.trim($(this).val()) === "") + $(this).addClass(className).val($.data(this, key)); + }).focus(function() { + if ($.trim($(this).val()) === $.data(this, key)) + $(this).removeClass(className).val(value) + if ($.fn.setCursorPosition) { + $(this).setCursorPosition(position); + } + }).blur(function() { + if ($.trim($(this).val()) === value) + $(this).addClass(className).val($.data(this, key)); + }).each(function(index, elem) { + if (block) + new function(e) { + $(e.form).submit(function() { + return $.trim($(e).val()) != $.data(e, key) + }); + }(elem); + else if (blank) + new function(e) { + $(e.form).submit(function() { + if ($.trim($(e).val()) == $.data(e, key)) + $(e).removeClass(className).val(""); + return true; + }); + }(elem); + else if (submit) + new function(e) { $(e.form).submit(submit); }(elem); + }); + }; +}(jQuery); \ No newline at end of file diff --git a/public/javascripts/jquery.rails.js b/public/javascripts/jquery.rails.js new file mode 100644 index 0000000..6474a69 --- /dev/null +++ b/public/javascripts/jquery.rails.js @@ -0,0 +1,126 @@ +jQuery(function ($) { + var csrf_token = $('meta[name=csrf-token]').attr('content'), + csrf_param = $('meta[name=csrf-param]').attr('content'); + + $.fn.extend({ + /** + * Triggers a custom event on an element and returns the event result + * this is used to get around not being able to ensure callbacks are placed + * at the end of the chain. + * + * TODO: deprecate with jQuery 1.4.2 release, in favor of subscribing to our + * own events and placing ourselves at the end of the chain. + */ + triggerAndReturn: function (name, data) { + var event = new $.Event(name); + this.trigger(event, data); + + return event.result !== false; + }, + + /** + * Handles execution of remote calls firing overridable events along the way + */ + callRemote: function () { + var el = this, + data = el.is('form') ? el.serializeArray() : [], + method = el.attr('method') || el.attr('data-method') || 'GET', + url = el.attr('action') || el.attr('href'); + + if (url === undefined) { + throw "No URL specified for remote call (action or href must be present)."; + } else { + if (el.triggerAndReturn('ajax:before')) { + $.ajax({ + url: url, + data: data, + dataType: 'script', + type: method.toUpperCase(), + beforeSend: function (xhr) { + el.trigger('ajax:loading', xhr); + }, + success: function (data, status, xhr) { + el.trigger('ajax:success', [data, status, xhr]); + }, + complete: function (xhr) { + el.trigger('ajax:complete', xhr); + }, + error: function (xhr, status, error) { + el.trigger('ajax:failure', [xhr, status, error]); + } + }); + } + + el.trigger('ajax:after'); + } + } + }); + + /** + * confirmation handler + */ + $('a[data-confirm],input[data-confirm]').live('click', function () { + var el = $(this); + if (el.triggerAndReturn('confirm')) { + if (!confirm(el.attr('data-confirm'))) { + return false; + } + } + }); + + + /** + * remote handlers + */ + $('form[data-remote]').live('submit', function (e) { + $(this).callRemote(); + e.preventDefault(); + }); + + $('a[data-remote],input[data-remote]').live('click', function (e) { + $(this).callRemote(); + e.preventDefault(); + }); + + $('a[data-method]:not([data-remote])').live('click', function (e){ + var link = $(this), + href = link.attr('href'), + method = link.attr('data-method'), + form = $('
'), + metadata_input = ''; + + if (csrf_param != null && csrf_token != null) { + metadata_input += ''; + } + + form.hide() + .append(metadata_input) + .appendTo('body'); + + e.preventDefault(); + form.submit(); + }); + + /** + * disable-with handlers + */ + var disable_with_input_selector = 'input[data-disable-with]'; + var disable_with_form_selector = 'form[data-remote]:has(' + disable_with_input_selector + ')'; + + $(disable_with_form_selector).live('ajax:before', function () { + $(this).find(disable_with_input_selector).each(function () { + var input = $(this); + input.data('enable-with', input.val()) + .attr('value', input.attr('data-disable-with')) + .attr('disabled', 'disabled'); + }); + }); + + $(disable_with_form_selector).live('ajax:after', function () { + $(this).find(disable_with_input_selector).each(function () { + var input = $(this); + input.removeAttr('disabled') + .val(input.data('enable-with')); + }); + }); +}); diff --git a/public/posters/medium/missing.png b/public/posters/medium/missing.png new file mode 100644 index 0000000..a7bbc7a Binary files /dev/null and b/public/posters/medium/missing.png differ diff --git a/public/posters/thumb/missing.png b/public/posters/thumb/missing.png new file mode 100644 index 0000000..739b2db Binary files /dev/null and b/public/posters/thumb/missing.png differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..085187f --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +# See http://www.robotstxt.org/wc/norobots.html for documentation on how to use the robots.txt file +# +# To ban all spiders from the entire site uncomment the next two lines: +# User-Agent: * +# Disallow: / diff --git a/script/rails b/script/rails new file mode 100755 index 0000000..febedce --- /dev/null +++ b/script/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. + +ENV_PATH = File.expand_path('../../config/environment', __FILE__) +BOOT_PATH = File.expand_path('../../config/boot', __FILE__) +APP_PATH = File.expand_path('../../config/application', __FILE__) + +require BOOT_PATH +require 'rails/commands' diff --git a/test/fixtures/episodes.yml b/test/fixtures/episodes.yml new file mode 100644 index 0000000..75e9401 --- /dev/null +++ b/test/fixtures/episodes.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + number: 1 + part: 1 + url: MyString + show_id: 1 + +two: + number: 1 + part: 1 + url: MyString + show_id: 1 diff --git a/test/fixtures/links.yml b/test/fixtures/links.yml new file mode 100644 index 0000000..8e33e51 --- /dev/null +++ b/test/fixtures/links.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + title: MyString + description: MyText + link: MyString + language: MyString + +two: + title: MyString + description: MyText + link: MyString + language: MyString diff --git a/test/fixtures/shows.yml b/test/fixtures/shows.yml new file mode 100644 index 0000000..8ae6691 --- /dev/null +++ b/test/fixtures/shows.yml @@ -0,0 +1,15 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + name: MyString + episodes_count: MyString + description: MyText + detail_url: MyString + poster_url: MyString + +two: + name: MyString + episodes_count: MyString + description: MyText + detail_url: MyString + poster_url: MyString diff --git a/test/fixtures/sources.yml b/test/fixtures/sources.yml new file mode 100644 index 0000000..9b19284 --- /dev/null +++ b/test/fixtures/sources.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + url: MyString + parser: MyString + latest_update: 2010-05-07 12:02:54 + +two: + url: MyString + parser: MyString + latest_update: 2010-05-07 12:02:54 diff --git a/test/fixtures/taggables.yml b/test/fixtures/taggables.yml new file mode 100644 index 0000000..1bb66be --- /dev/null +++ b/test/fixtures/taggables.yml @@ -0,0 +1,11 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + taggable_id: 1 + taggable_type: MyString + tag_id: 1 + +two: + taggable_id: 1 + taggable_type: MyString + tag_id: 1 diff --git a/test/fixtures/tags.yml b/test/fixtures/tags.yml new file mode 100644 index 0000000..157d747 --- /dev/null +++ b/test/fixtures/tags.yml @@ -0,0 +1,7 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + name: MyString + +two: + name: MyString diff --git a/test/fixtures/titles.yml b/test/fixtures/titles.yml new file mode 100644 index 0000000..1c3e9cb --- /dev/null +++ b/test/fixtures/titles.yml @@ -0,0 +1,9 @@ +# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html + +one: + name: MyString + anidb_id: 1 + +two: + name: MyString + anidb_id: 1 diff --git a/test/functional/animes_controller_test.rb b/test/functional/animes_controller_test.rb new file mode 100644 index 0000000..5cdbae2 --- /dev/null +++ b/test/functional/animes_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class AnimesControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/functional/css_controller_test.rb b/test/functional/css_controller_test.rb new file mode 100644 index 0000000..bd14b2e --- /dev/null +++ b/test/functional/css_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class CssControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/functional/links_controller_test.rb b/test/functional/links_controller_test.rb new file mode 100644 index 0000000..688ee9f --- /dev/null +++ b/test/functional/links_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class LinksControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/functional/search_controller_test.rb b/test/functional/search_controller_test.rb new file mode 100644 index 0000000..49bb14f --- /dev/null +++ b/test/functional/search_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class SearchControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/functional/shows_controller_test.rb b/test/functional/shows_controller_test.rb new file mode 100644 index 0000000..321edc8 --- /dev/null +++ b/test/functional/shows_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class ShowsControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/functional/sources_controller_test.rb b/test/functional/sources_controller_test.rb new file mode 100644 index 0000000..9789f8e --- /dev/null +++ b/test/functional/sources_controller_test.rb @@ -0,0 +1,49 @@ +require 'test_helper' + +class SourcesControllerTest < ActionController::TestCase + setup do + @source = sources(:one) + end + + test "should get index" do + get :index + assert_response :success + assert_not_nil assigns(:sources) + end + + test "should get new" do + get :new + assert_response :success + end + + test "should create source" do + assert_difference('Source.count') do + post :create, :source => @source.attributes + end + + assert_redirected_to source_path(assigns(:source)) + end + + test "should show source" do + get :show, :id => @source.to_param + assert_response :success + end + + test "should get edit" do + get :edit, :id => @source.to_param + assert_response :success + end + + test "should update source" do + put :update, :id => @source.to_param, :source => @source.attributes + assert_redirected_to source_path(assigns(:source)) + end + + test "should destroy source" do + assert_difference('Source.count', -1) do + delete :destroy, :id => @source.to_param + end + + assert_redirected_to sources_path + end +end diff --git a/test/functional/stylesheets_controller_test.rb b/test/functional/stylesheets_controller_test.rb new file mode 100644 index 0000000..12a0f58 --- /dev/null +++ b/test/functional/stylesheets_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class StylesheetsControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/functional/tags_controller_test.rb b/test/functional/tags_controller_test.rb new file mode 100644 index 0000000..dcf6b7e --- /dev/null +++ b/test/functional/tags_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class TagsControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/episode_test.rb b/test/unit/episode_test.rb new file mode 100644 index 0000000..16bfa97 --- /dev/null +++ b/test/unit/episode_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class EpisodeTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/helpers/animes_helper_test.rb b/test/unit/helpers/animes_helper_test.rb new file mode 100644 index 0000000..513e422 --- /dev/null +++ b/test/unit/helpers/animes_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class AnimesHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/css_helper_test.rb b/test/unit/helpers/css_helper_test.rb new file mode 100644 index 0000000..6b1a86e --- /dev/null +++ b/test/unit/helpers/css_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class CssHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/links_helper_test.rb b/test/unit/helpers/links_helper_test.rb new file mode 100644 index 0000000..3ff1dea --- /dev/null +++ b/test/unit/helpers/links_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class LinksHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/search_helper_test.rb b/test/unit/helpers/search_helper_test.rb new file mode 100644 index 0000000..3034163 --- /dev/null +++ b/test/unit/helpers/search_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class SearchHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/shows_helper_test.rb b/test/unit/helpers/shows_helper_test.rb new file mode 100644 index 0000000..c94fcd2 --- /dev/null +++ b/test/unit/helpers/shows_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class ShowsHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/sources_helper_test.rb b/test/unit/helpers/sources_helper_test.rb new file mode 100644 index 0000000..530657a --- /dev/null +++ b/test/unit/helpers/sources_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class SourcesHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/stylesheets_helper_test.rb b/test/unit/helpers/stylesheets_helper_test.rb new file mode 100644 index 0000000..d4ddf31 --- /dev/null +++ b/test/unit/helpers/stylesheets_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class StylesheetsHelperTest < ActionView::TestCase +end diff --git a/test/unit/helpers/tags_helper_test.rb b/test/unit/helpers/tags_helper_test.rb new file mode 100644 index 0000000..4b1935f --- /dev/null +++ b/test/unit/helpers/tags_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class TagsHelperTest < ActionView::TestCase +end diff --git a/test/unit/link_test.rb b/test/unit/link_test.rb new file mode 100644 index 0000000..2595574 --- /dev/null +++ b/test/unit/link_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class LinkTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/show_test.rb b/test/unit/show_test.rb new file mode 100644 index 0000000..32ff8b3 --- /dev/null +++ b/test/unit/show_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class ShowTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/source_test.rb b/test/unit/source_test.rb new file mode 100644 index 0000000..69ef0fb --- /dev/null +++ b/test/unit/source_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class SourceTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/tag_test.rb b/test/unit/tag_test.rb new file mode 100644 index 0000000..04498b2 --- /dev/null +++ b/test/unit/tag_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class TagTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/taggable_test.rb b/test/unit/taggable_test.rb new file mode 100644 index 0000000..6b1f57e --- /dev/null +++ b/test/unit/taggable_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class TaggableTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/test/unit/title_test.rb b/test/unit/title_test.rb new file mode 100644 index 0000000..f22c0d7 --- /dev/null +++ b/test/unit/title_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class TitleTest < ActiveSupport::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end diff --git a/tmp/animetitles.xml b/tmp/animetitles.xml new file mode 100644 index 0000000..7add8bb --- /dev/null +++ b/tmp/animetitles.xml @@ -0,0 +1,43662 @@ + + + + CotS + Crest of the Stars + Crest of the Stars + Crest of the Stars + Seikai no Monshou + SnM + 星界之纹章 + 星界の紋章 + + + 3×3EYES + サザンアイズ + 3x3 + 3x3 Augen + 3x3 Eyes + 3x3 Eyes + 3x3 Eyes + 3x3 Eyes - Immortals + 3x3 Occhi + 3x3 Oči + 3x3 Ögon + 3x3 Ulls + 3x3 глаза + Sazan Eyes + + + 3×3 EYES聖魔伝説 + 3*3 Oczy + 3x3 Eyes - La légende du démon divin + 3x3 Eyes - Legend of the Divine Demon + 3x3 Eyes Seima Densetsu + 3x3 Occhi - La Leggenda del Demone Divino + 3x3 Ögon (1995) + 3x3 Ojos + 3х3 глаза: Сказание Сэймы + Shin 3x3 Eyes + + + 성계의 전기 + Banner of the Stars + Battle Flag of the Stars + BFotS + BotS + BotS1 + Seikai no Senki + SnS + SnS1 + 星界の戦旗 + 星界的战旗 + + + Banner of the Stars 2 + Banner of the Stars II + Battle Flag of the Stars 2 + BFotS2 + BotS2 + Seikai no Senki 2 + Seikai no Senki II + SnS2 + 星界の戦旗II + 星界的战旗2 + + + Crest of the Stars: Birth + Crest of the Stars: Fragment Birth of Stars + Lost Chapter of the Stars + Seikai no Danshou + Seikai no Monshou Birth + SnD + 星界の断章 + 星界的断章 + + + 원령공주 + 모노노케 히메 + A vadon hercegnője + Công chúa sói + Księżniczka Mononoke + La Princesa Mononoke + La Principessa Mononoke + Mononoke Hime + Prenses Mononoke + Princesa Mononoke + Princesa Mononoke + Princesa Mononoke + Princese Mononoke + Princesė Mononokė + Princesse Mononoké + Princess Mononoke + Princeza Mononoke + Princezna Mononoke + Princezná Mononoke + Prinsessa Mononoke + Prinţesa Mononoke + Printsess Mononoke + Prinzessin Mononoke + الأميرة مونونوكي + הנסיכה מונונוקי + Πριγκίπισσα Μονονόκε + Принцеса Мононоке + Принцеса Мононоке + Принцеса-мононоке + Принцесса Мононоке + Принцесса Мононокэ + もののけ姫 + 幽灵公主 + 魔法公主 + + + アクエリアンエイジ + AA + Aquarian Age + Aquarian Age + Aquarian Age: Sign for Evolution + L`âge du Verseau - Signe d`évolution + + + ALSFS + Chiccha na Yuki Tsukai Sugar + Chiccha na Yukitsukai Sugar + Fadinha de Neve Sugar + sugar + Sugar: A Little Snow Fairy + Tiny Snow Fairy Sugar + TSFS + Малката снежна фея Шугър + ちっちゃな雪使いシュガー + + + Bastard!! + Bastard!! Ankoku no Hakai Shin + Bastard! Destroyer of Darkness + BASTARD!! 暗黒の破壊神 + 暗黑破坏神 + バスタード!! 暗黒の破壊神 + + + IDBS + Initial D Battle Stage + 頭文字[イニシャル]D BATTLE STAGE + + + 쵸빗츠 + ちょびっツ + Chobits + Chobits + Chobits + Chobits + Chobits + Chobits + Чобитс + Чобиты + Чобітс + 人形电脑天使 + + + ノワール + Noir + Noir + Noir + Noir + Noir + Noir + Noir + noir tv + Нуар + Нуар + + + ラーゼフォン + RahXephon + RahXephon + RahXephon + RahXephon + rx + رازيفون + Ενορχήστρωση + Ра-Зефон + РаКсефон + 翼神传说 + + + カノン + Kanon + Kanon 2002 + Канон + 雪之少女 + + + おねがい☆ティーチャー + พลีสทีชเชอร์ สอนนักรักซะ + one1 + Onegai Teacher + Onegai Teacher + onetea + OT + Please Teacher! + Please Teacher! + Prašau Mokytoja! + أرجوك مدرستي + Будь ласка, вчителю! + Моля ви учителю + Пожалуйста! Учитель + + + 풀 메탈 패닉! + ฟูลเมทัล แพนิค! + フルメタル・パニック! + FMP + FMP! + FMP1 + Full Metal Panic + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Full Metal Panic! + Fullmetal Panic! + !פול מטאל פאניק + Стальная тревога + 全金属狂潮 + 全金属狂潮2 校园篇 + + + ICT + Irresponsible Captain Tylor + Musekinin Kanchou Tylor + Tylor - The irresponsible captain + Безответственный капитан Тайлор + 無責任艦長タイラー + + + りぜるまいん + ริเซ็ลไมน์ + rizel + Rizelmain + Rizelmine + Rizerumain + + + Tokyo Underground + Tokyo Underground + TU + 東京アンダーグラウンド + + + 달빛천사 + Dolunay Arayışı + FMoS + FMwS + fullmoon + Full Moon + full moon + Full Moon o Sagashite + Full Moon wo Sagashite + Searching for the Full Moon + W poszukiwaniu pełni księżyca + البحث عن فول مون + В поисках Полной Луны + 尋找滿月 + 星河滿月 + 満月[フルムーン]をさがして + + + 신세기 에반게리온 + อีวานเกเลี่ยน: มหาสงครามวันพิพากษา + eva + Evangelion + Evangelion + eva tv + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion + Neon Genesis Evangelion Platinum + Neon Genesis Evangelion Renewal + NGE + nge tv + Shinseiki Evangelion + sse + ניאון ג`נסיס אוונג`ליון + ева + Евангелион + Евангелион + єва + Євангеліон + 新世紀エヴァンゲリオン + 新世纪福音战士 + + + 카우보이 비밥 + カウボーイビバップ + Bebop + Bebop TV + CB + CBB + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Cowboy Bebop + Csillagközi fejvadászok + Kaubojus Bebopas + Kaubojus Bibopas + Kovboj Bebop + Kovboy Bebop + بيبوب راعي البقر + راعي البقر بيبوب + קאובוי ביבופ + Ковбой Бибоп ТВ + Ковбой Бібоп ТБ + Марсиански каубой + 星际牛仔 + + + dot hack + hack + hackSIGN + .hack//SIGN + .hack//SIGN + .hack//SIGN + .hack//SIGN + .hack//SIGN + hack sign + hack//SIGN + sign + Хак + Хак//Симбол + + + Animación absurda y experimental Excel Saga + Animation expérimentale Excel Saga + Excel + Excel Saga + Excel Saga + Excel Saga + Excel Saga + Excel Saga + Excel Saga + Excel Saga + Excel Saga Animazione Sperimentale + Heppoko Jikken Animation Excel Saga + Quack Experimental Anime Excel Saga + Weird Anime Excel Saga + Извращенное экспериментальное аниме Эксель Сага + Эксель Cага + へっぽこ実験アニメーション エクセル・サーガ + 迷糊女战士 + + + 12 อาณาจักรเทพยุทธ์ + 12 Împărăţii + 12K + 12 Karalysčių + 12 Kingdoms + 12 Kingdoms + 12 Kokuki + 12 Krallık + 12 królestw + 12 Reinos + 12 مملكة + Doze Reinos + Dvanáct království + Dwanaście królestw + Els Dotze Regnes + JK + Juuni + Juuni Kokki + Juuni Kokuki + Les 12 royaumes + Record of 12 countries + The Twelve Kingdoms + שתים עשרה הממלכות + Дванадесете Кралства + Двенадцать королевств + Хроники Двенадцати Королевств + Хроніки дванадцяти королівств + 十二国記 + 十二国记 + + + เทพธิดาอลเวง + Aa! Megami-sama! + aams + Ach! Má bohyně + Ah! Minha Deusa + Ah! My Goddess + Ah! My Goddess - OAV + AMG + AMS + ams ova + Oh, Mia Dea! + ¡Oh, Mi Diosa! + Oh My Goddess! + Oh! My Goddess + Oh! My Goddess - OVA + OMG + omg ova + Моя богиня! + ああっ女神さまっ + 我的女神 + + + アキラ + อากิระ คนไม่ใช่คน + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + Akira + אקירה + Акира + Акира + Акіра + + + Angel Sanctuary + Angel Sanctuary + Angel Sanctuary + Angel Sanctuary + Angel Sanctuary + Angel Sanctuary - Riserva di caccia agli Angeli + AS + Melek Tapınağı + Tenshi Kinryouku + Прибежище ангела + Убежище ангела + 天使禁猟区 + + + X + X + X (エックス) (2001) + X (2001) + X - Die Serie + X serie TV + X TV + X - TV Serie + X (Икс) + اكس + אקס + Х + + + 헬싱 + ヘルシング + เฮลล์ซิ่ง + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + Hellsing + hellsing tv + Helsingas + هيلسنج + Хеллсинг + Хеллсинг: Война с нечистью + Хелсинг + Хелсінг + 王家国教骑士团 + + + แฮปปี้ เลสซั่น + Happy Lesson (2002) + HAPPY☆LESSON (2002) + Happy Lesson TV + HL + HLTV + Щастлив урок ТВ + + + 후르츠 바스켓 + フルーツバスケット + ฟรุ๊ตส์บาสเก็ต + เสน่ห์สาวข้าวปั้น + Cesta de frutas + Cesta de Frutas + FB + fruba + Fruits Basket + Fruits Basket + Fruits Basket + Fruits Basket + Fruits Basket + Fruits Basket + Fruits Basket + Fruits Basket - A Série + Furuba + Giỏ Trái Cây + Hoá giải lời nguyền + Meyve Sepeti + Owocowy koszyk + سلة الفواكه + פרוטס באסקט + Корзина Фруктов + Корзинка фруктов + Кошик фруктів + 幻影天使 + 水果篮子 + + + 러브 히나 + ラブひな + เลิฟฮินะ + บ้านพักอลเวง + LH + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina + Love Hina tv + Любовь и Хина + 纯情房东俏房客 + + + イケてる2人 + Cool Couple + IF + Iketeru Futari + Клевая пара + + + Koutetsu Tenshi Kurumi Zero + kurumi0 + kurumi zero + Steel Angel Kurumi Zero + 鋼鉄天使くるみ零 + + + 마법소녀 리나 + 슬레이어즈 + スレイヤーズ + Los Justicieros + Magiczni wojownicy + miyuki + Reena y Gaudy + Slayers + Slayers + Slayers + Slayers + Slayers + Slayers - A kisboszorkány + Slayers - Lina, postrach banditů + Slayers - Micuţa Vrăjitoare + Slayers TV + The Slayers + Ρίνα η Ξιφομάχος + Рубаки + 秀逗魔导士 + + + Ang Mahiwagang Kwintas + Die Macht des Zaubersteins + Fushigi no Umi no Nadia + Il mistero della pietra azzurra + Matka maapallon ympäri + Nadia + Nadia - Il mistero della pietra azzurra + Nadia, le secret de l`eau bleue + Nadia: Mavi Suyun Esrarı + Nadia of the Mysterious Seas + Nadia: Secret of Blue Water + Nadia: The Secret of Blue Water + nadia tv + The Secret of Blue Water + الماسة الزرقاء + Надя c загадочного моря + 不可思议之海的娜迪娅 + ふしぎの海のナディア + + + シャドウスキル + Shadow Skill + Shadow Skill + Shadow Skill (1998) + Shadow Skill - Frère et sœur d`armes + Shadow Skill TV + SHADOW SKILL ~影技~ (1998) + ss + sstv + ss tv + + + บลัด เดอะลาสท์แวมไพร์ + Blood + Blood, el último vampiro + Blood, l`últim vampir + Blood: O Último Vampiro + Blood - The Last Vampire + Blood - The Last Vampire + Blood - The Last Vampire + Blood: The Last Vampire + Blood: The Last Vampire + Blood: The Last Vampire + Blood: The Last Vampire + Blood: The Last Vampire + Blood: Последния вампир + Blood - 最后的吸血鬼 + BtLV + Kan: Son Vampir + Kraujas: Paskutinis vampyras + Кровь + Кровь: Последний вампир + + + Amon + Amon Devilman Mokushiroku + Apocalypse of Devilman + Devil Man + アモン デビルマン黙示録 + + + ガン・スミス・キャッツ + gc + GSC + Gun Smith Cats + Gun Smith Cats + GUN SMITH CATS [ガンスミスキャッツ] + Gunsmith Cats + Gunsmith Cats + + + ニア アンダーセブン + NieA + NieA 7 + NieA_7 + NieA_7 + NieA Under 7 + + + スクライド + Scryed + s-Cry-ed + s-CRY-ed + s-CRY-ed + s-CRY-ed + سكرايد + 分身战士 + + + Dangerous Girl + ik + Ippatsu Kikimusume + Miss Critical Moment + イッパツ危機娘 + + + ラブひな Again + LHA + LH Again + Love Hina Again + Love Hina Again + Love Hina Again + + + アルジェントソーマ + Argentosoma + Argento Soma + Argento Soma + Soma + ΑΠΗΕΝΤΟ ΣΟΜΑ + + + ラブひなクリスマススペシャル 〜サイレント・イヴ〜 + lh christmas + lhcs + lhw + Love Hina Christmas Movie + Love Hina Christmas Special + Love Hina Christmas Special: Silent Eve + Love Hina: especial de Navidad + Love Hina Spécial – Christmas + + + lhs + lhss + Love Hina: especial de primavera + Love Hina Haru Special: Kimi Sakura Chiru Nakare!! + Love Hina Spécial – Spring + Love Hina Spring Movie + Love Hina - Spring Special + Love Hina Spring Special: Don`t Let the Blooming Blossoms Wither and Fall! + ラブひな春スペシャル 〜キミサクラチルナカレ!!〜 + + + 트라이건 + トライガン + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Trigun + Vash, o Estouro da Boiada + تراي جن + טריגאן + Ο Άνθρωπος των 60 Εκατομμυρίων Δολαρίων + Трайган + Трайґан + Тригун + Тригун + + + Hanaukyo Maids + Hanaukyou Maids + Hanaukyou Maid Tai + Hanaukyou Maid Tai + Hanaukyou Maid Tai (2001) + Hanaukyou Maid Team + HM + Maid in Hanaukyo + Monsieur est servi ! + 花右京メイド隊 + + + エクスドライバー + ex-D + eX-Driver + éX-Driver + éX-Driver + Экс-Драйвер OVA + + + เดอะ ปริ้นซ์ ออฟ เทนนิส + เจ้าชายลูกสักหลาด + O Princípe do Tênis + PoT + PoT TV + Prinţul Tenisului + Tenisin Prensi + Tennis no Ouji-sama + The Prince of Tennis + The Prince of Tennis + The Prince of Tennis + tno + أمير التنس + נסיך הטניס + Принц тенниса + テニスの王子様 + + + エイリアン9 + A9 + Alien 9 + Alien 9 + Alien Nine + Alien Nine + Чужой 9 + + + ヴァンパイアハンター + DarkStalkers + El cazavampiros + Night Warriors: Darkstalkers` Revenge + Vampire Hunter + Vampire Hunter - La vengeance des Darkstalkers + Vampire Hunter - The Animated Series + Ночные воины: Охотники на вампиров + + + ハンドメイド・メイ + Hand Maid メイ + Hand Maid May + Hand Maid May + HMM + + + 공각기동대 + Duch w pancerzu + Duh v školjki + Dvasia Šarvuose + Ghost in the Shell + Ghost in the Shell + Ghost in the Shell + Ghost in the Shell + Ghost in the Shell + Ghost in the Shell - Aaveääni + Ghost in the Shell - Cidade Assombrada + Ghost in the Shell - Páncélba zárt szellem + Ghost in the Shell : the movie + GHOST IN THE SHELL 攻殻機動隊 + GitS + Kabuktaki Hayalet + Koukaku Kidoutai + Mobile Armoured Riot Police + O Fantasma do Futuro + Szellem a kagylóban + شبح القوقعة + הרוח במעטפת + Дух в оболонці + Призрак в доспехах + Призрак в черупка + + + またまたセイバーマリオネットJ + Saber Marionette J Again + Saber Marionette J Again + Saber Marionette J Again + SMJA + + + Den`ei Shoujo Ai + Den`ei Shoujo Video Girl AI + dsa + vga + VGAi + VG ai + Video Girl Ai + Video Girl Ai + Video Girl Ai + 電影少女 VIDEO・GIRL・AI + + + ぷにぷに☆ぽえみぃ + ppp + Puni Puni Poemi + Puni Puni Poemy + + + Bloodlust + 뱀파이어 헌터 D + バンパイアハンターD + D, a Vámpírvadász: Vérszomj + D: Жажда крови + Vampiirikütt D: Verejanu + Vampir Avcısı D: Kanşehveti + Vampire Hunter D + Vampire Hunter D - Bloodlust + Vampire Hunter D - Bloodlust + Vampire Hunter D - Bloodlust + Vampire Hunter D: Bloodlust + Vampire Hunter D: Bloodlust + Vampire Hunter D: Żądza krwi + Vampire Hunter D: Жажда за кръв + Vampyrų Medžiotojas D: Kraujo troškimas + vhd2 + + + マクロスプラス + Macross Plus + Macross Plus + Macross Plus + Macross Plus + Macross Plus + Macross Plus + MP + Макрос плюс + Макросс Плюс + + + バブルガムクライシス + BGC + Bubblegum Crisis + Bubblegum Crisis + Bubblegum Crisis + Bubblegum Crisis 2032 + Bubblegum Crisis 2033 + Кризис каждый день + + + 원피스 + ওয়ান পিস্ + ワンピース + วันพีซ + 1P + All`arrembaggio! + Lastik Çocuk + OneP + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece + One Piece TV + OP + optv + OP TV + Tek parça + قطعة واحدة + ون بيس + וואן פיס + Ντρέικ και το Κυνήγι του Θησαυρού + Едно Цяло + Одним куском + Уан Пийс + 海贼 + 海贼王 + + + Abenobashi + Abenobashi - il Quartiere Commerciale di Magia + Abenobashi - Magical Shopping Arcade + Abenobashi Magical Shopping District + Abenobashi Magical Shopping Street + Abenobashi Mahou Shoutengai + abesho + AMSA + Distrito comercial magico Abenobashi + Magical Shopping Arcade Abenobashi + Магический округ Абэнобаси + アベノ橋魔法☆商店街 + 阿倍野桥魔法商店街 + + + Irresponsible Captain Tylor (1994) + Musekinin Kanchou Tylor (1994) + Tylor - The Irresponsible Captain + Tylor - The irresponsible captain (OAV) + 無責任艦長タイラー (1994) + + + Eat-man 98 + Eat-Man `98 + Eatman 98 + `איטמן 98 + + + 바람의 검심 추억편 + Kenshin, El Guerrero Samurai: Recuerdos + Kenshin le vagabond - Le chapitre de la mémoire + Kenshin OAV + Kenshin OVA + kenshin ova 1 + Kenshin Samurai vagabondo - Memorie del passato + reminiscence + RK OAV + rk ova + Rurouni Kenshin: Meiji Kenkaku Romantan - Tsuiokuhen + Rurouni Kenshin - Tsuiokuhen OVA + Samurai X: Reminiscence + Samurai X: Trust & Betrayal + Samurajus X: Pasitikėjimas ir išdavystė + Samuray X: Güven ve İhanet + Бродяга Кэнсин OVA-1 + Руроуні Кеншін: Оповіді Мейджі - Спогади + るろうに剣心 -明治剣客浪漫譚- 追憶編 + + + AiAo + Ai Yori Aoshi + Ai Yori Aoshi + Ai Yori Aoshi + AYA + aya1 + Azul + Blau + Bluer than Indigo + Синее синего + Темнее, чем индиго + 藍より青し + 青出于蓝 + + + A cheeky angel + Cheeky Angel + Tenshi na Konamaiki + Tenshi na Konamaiki + tnk + الملاك الوقح + 天使な小生意気 + 鲁莽天使 + + + Jubei Chan + Jubei-chan + Jubei Chan - The Ninja Girl - Le secret du Lovely Bandeau + Jubei-chan the Ninja Girl: Secret of the Lovely Eyepatch + Juubee-chan: Lovely Gantai no Himitsu + Juubei-chan: Lovely Gantai no Himitsu + Дзюбэй-младшая [ТВ-1] + Дзюбэй-тян - девушка-ниндзя: секрет милой повязки + 十兵卫—爱心眼罩的秘密 + 十兵衛ちゃん ーラブリー眼帯の秘密 + + + Choujikuu Yousai Macross + Guerra das Galáxias + Macross + Macross + Macross, Super Dimensional Fortress + Robotech + Robotech + Robotech: The Macross Saga + SDFM + SDF Macross + Super Dimensional Fortress Macross + قلعة الأبعاد الخارقة ماكروس + Ρόμποτεκ + Макрос + 超时空要塞 + 超時空要塞マクロス + + + メトロポリス + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metropolis + Metrópolis + Metropolisz + Ozamu Tesukas Metropolis + Robotic Angel + מטרופוליס + Метрополис + + + Caçadores de Elfas + Cazadores de Elfos + Ceux qui chassent des elfes + Elf o Karu Mono-tachi + Elf wo Karu Mono-tachi + I Cacciatori di Elfi + Those Who Hunt Elves + TWHE + TWHE1 + אלו הצדים שדונים + Тези, които ловят елфи + Те, Кто Охотятся на Эльфов + 妖精狩猎者 + エルフを狩るモノたち + + + Ceux qui chassent des elfes 2 + Elf o Karu Mono-tachi II + Elf wo Karu Mono-tachi II + Those Who Hunt Elves II + TWHE2 + Тези, които ловят елфи II + Те, Кто Охотятся на Эльфов II + 妖精狩猎者2 + エルフを狩るモノたち II + + + D・N・A² ~何処かで失くしたあいつのアイツ~ + Algo acerca de ti que perdí en algún lugar + DNA2 + DNA^2 + DNA² + DNA² + DNA² + DNA² + DNA2: Dokoka de Nakushita Aitsu no Aitsu + DNA Squared + + + Dual + Dual! Parallel Trouble Adventures + Dual! Parare Runrun Monogatari + デュアル!ぱられルンルン物語 + + + Džin Ro: Vilko brigada + Jinroh + Jin Roh + Jin-Roh + Jin-Roh + Jin Roh la brigade des loups + Jin Roh the Wolf Brigade + Jin-Roh, the Wolf Brigade + Jin-Roh: The Wolf Brigade + Jin-Roh: The Wolf Brigade + Jin-Roh - Uomini e Lupi + jr + Оборотни + Перевертень + 人狼 JIN-ROH + + + ฮิคารุ เซียนโกะ + HikaGo + Hikaru no Go + Hikaru no Go + HnG + היקארו נו גו + Хикару и Го + 棋魂 + ヒカルの碁 + + + スターオーシャンEX + SoEx + Star Ocean EX + Star Ocean Ex + + + 사무라이 디퍼 쿄우 + SAMURAI DEEPER キョウ + Samurai Deeper Kyo + Samurai Deeper Kyo + Samurai Deeper Kyo + Samurai Deeper Kyo + SDK + + + CP + Curious Play + Fushigi Yûgi + Fushigi Yûgi - The Mysterious Play + Fushigi Yuugi + Fushigi Yuugi: O Jogo Misterioso + fuyu + FY + Gizemli Oyun + Tajemnica przeszłości + The Mysterious Play + المسرحية الغامضة + Таинственная игра + 不可思议游戏 + ふしぎ遊戯 + + + Koutetsu Tenshi Kurumi + Kurumi + Kurumi, l`ange d`acier + kurumi tv + SAK + SAK1 + Steel Angel Kurumi + Steel Angel Kurumi + 鋼鉄天使くるみ + + + Koutetsu Tenshi Kurumi 2 shiki + Kurumi2 + sak2 + sak 2 + Steel Angel Kurumi 2 + Steel Angel Kurumi 2 + 鋼鉄天使くるみ2式 + + + El Guerrero Samurái + kenshin + Kenshin, le vagabond + kenshin tv + rk + rktv + rk tv + RuroKen + RuroKen TV + Rurouni Kenshin + Rurouni Kenshin - Legend of Kyoto + Rurouni Kenshin: Meiji Kenkaku Romantan + Rurouni Kenshin: Romance of a Meiji Swordsman + Rurouni Kenshin - Tales of the Meiji + Rurouni Kenshin TV + Rurouni Kenshin - Wandering Samurai + Samuai X + Samurai X + Samurai X + Samurai X + Samurai X + Samurai X + Samurajai X + Samuray X + Wanderer Kenshin + ساموراي إكس + كينشن + Бродяга Кэнсин + Руроуні Кеншін ~Оповіді Мейджі~ + Самурай Х + るろうに剣心-明治剣客浪漫譚- + 浪客剑心 + + + ゲートキーパーズ + Gatekeepers + Gate Keepers + Gate Keepers + GK + المتحكمون + 捍衛者 + + + 샤만킹 + シャーマンキング + ชาแมนคิง ราชันแห่งภูต + Kralj Šamana + Král šamanů + Król szamanów + Regele Shaman + Sámán Király + Şaman Kral + Šamanų Valdovas + Shaman King + Shaman King + Shaman King + Shaman King + Shaman King + Shaman King + Shaman King + SK + Vua phép thuật + زعيم المحاربين + שאמן קינג + Ο Σαμάνος Πρίγκιπας + Краля на Шаманите + Шаман Кинг + + + あぃまぃみぃ!ストロベリー・エッグ + Ai Mai Mi ! Strawberry Egg + AMMSE + IMMSE + I My Me! Strawberry Egg + I My Me - strawberry-eggs + I My Me! Strawberry Eggs + Ну и ну! Земляничные яйца + + + グラビテーション (2000) + Gravitation + Gravitation + Gravitation + Gravitation + Gravitation + Gravitation + Gravitation (2000) + Gravitation TV + (الجاذبية (2000 + Притяжение + + + 슬레이어즈 넥스트 + Magiczni wojownicy 2 + next + スレイヤーズ NEXT + Slayers - A kis boszorkány + Slayers Next + Slayers Next + Slayers Next + SN + Рубаки Next + 秀逗魔导士next + + + ウィッチハンター ロビン + Cadı Avcısı Robin + Raganų Medžiotoja Robin + Robin + WHR + Witch Hunter Robin + Witch Hunter Robin + Witch Hunter Robin + Witch Hunter Robin + Witch Hunter Robin + روبن صائدة السحرة + Мисливиця на відьом Робін + Робин охотница на ведьм + 魔女猎人罗宾 + + + Bianca + Sol Bianca L`eredità Perduta + Sol Bianca - The Legacy + Sol Bianca - The Legacy + Sol Bianca the Legacy + Sol Bianca: Сокровища погибших планет + 太陽の船 ソルビアンカ + + + นักรบวิปลาส + เบอร์เซิร์ค + Berserk + Berserk + Berserk + Berserk + Berserk + Berserk + Berserk + Berserkas + KDB + Kenpuu Denki Berserk + الهائج + Берсерк + Берсерк + Берсерк + 剣風伝奇ベルセルク + + + シリアルエクスペリメンツレイン + Lain + SEL + SE Lain + Serial Experiments Lain + Serial Experiments Lain + Serial Experiments Lain + Serial Experiments Lain + Serial Experiments Lain + Serial Experiments Lain + Serial Experiments Lain + Serijiniai Eksperimentai Lain + Wirtualna Lain + Лейн + Серійні експерименти Лейн + Эксперименты Лэйн + + + วัยรุ่น วุ่นรัก + Boys Be + Boys Be... + Boys Be... + Boys Be... + Boys Be... + Boys Be... + Boys Be... + BOYS BE・・・ + Мальчишки есть мальчишки + 爱情白皮书 + + + Dimension Movement of Nazca + Jikuu Tenshou Nazca + Nazca + Nazca + Οι Ξιφομάχοι του Πεπρωμένου + 時空転抄ナスカ + + + 카드캡터 체리 + 카드캡터 사쿠라 + カードキャプターさくら + การ์ดแคปเตอร์ ซากุระ + Card Captors + Card Captor Sakura + Card Captor Sakura + Cardcaptor Sakura + Cardcaptor Sakura + Cardcaptor Sakura + CCS + CCSTV + Clow Master Sakura + Sakura, Caçadora de Cartas + Sakura Card Captors + Sakura, Cazadora de Cartas + Sakura, chasseuse de cartes + Sakura , Stăpâna Cărţilor Magice + Thủ lĩnh thẻ bài + Zdobywczyni kart Sakura + آسرة البطاقات ساكورا + صائدة البطاقات ساكرا + סאקורה + Οι Περιπέτειες της Νίκης + Ловец карт Сакура + Сакура - мисливець за картами + Сакура — собирательница карт + 魔卡少女樱 + + + Bodyguard of the Wind + Kaze no Yojimbo + Kaze no Youjinbou + KnY + Strażnik Wiatru + 旋風の用心棒 + + + 별의 목소리 + ほしのこえ + เสียงเพรียกจากดวงดาว + hnc + hoshi + Hoshi no Koe + Kauge tähe hääl + La Voce delle Stelle + Stemmen van een Afgelegen Ster + Tolimosios Žvaigždės Balsai + Voces de una Estrella Lejana + voices + Voices of a Distant Star + أصوات نجمة بعيدة + קולו של כוכב + Гласовете на далечните звезди + Голос далёкой звезды + Голос зірок + 星の声 + + + Read or Die OVA + RoD + R.O.D リード・オア・ダイ + rodova + rod ova + R.O.D - Read or Die + R.O.D - Read or Die + R.O.D - Read or Die + R.O.D - Read or Die + Прочти или умри + Читай або помри + + + 아즈망가 대왕 + อสึมังกะ โรงเรียนป่วน นักเรียนเป๋อ + AD + AZ Manga King + azu + AzuDai + Azumanga + Azu Manga Daioh + Azumanga Daioh + Azumanga Daioh + Azumanga Daiou + Nữ Sinh Trung Học + أزومانجا دايوه + Адзуманга + Адзуманга Дайо + Азуманґа + あずまんが大王 + 阿滋漫画大王 + + + Arjuna + Arjuna + Arjuna + Arjuna + Arjuna – córka Ziemi + Chikyuu Shoujo Arjuna + Earth Girl Arjuna + Earth Maiden Arjuna + EGA + Арджуна + Земная Дева Арджуна + Земното момиче Арджуна + 地球少女アルジュナ + + + ギャラクシーエンジェル + แองเจิ้ลสาว พิทักษ์จักรวาล + GA + ga1 + Galaxy Angel + Galaxy Angel + 银河天使队 + + + まほろまてぃっく + Automatic Maiden + Mahoromatic + Mahoromatic + Mahoromatic - Automatic Maiden + Mahoromatic: Automatic Maiden + MM + Махороматик: Автоматическая девушка + 魔力女仆真幌 + + + ナコルル ~あのひとからのおくりもの~ + nakoruru + Nakoruru: Ano Hito kara no Okurimono + + + 전투요정 유키카제 + Battle Fairy Yukikaze + Sentou Yousei Yukikaze + Yukikaze + Yukikaze + Yukikaze + Yukikaze Operation + Боевая фея Вьюга + 戦闘妖精雪風 + + + 센과 치히로의 행방불명 + Avanture male Chihiro + A Viagem de Chihiro + A viagem de Chihiro + Cesta do fantazie + Cesta do fantázie + Chihiro + Chihiro Og Heksene + Chihiro Og Heksene + Chihiros Reise ins Zauberland + Chihiro Szellemországban + Čudežno potovanje + De reis van Chihiro + El viaje de Chihiro + Gariem līdzi + Henkien kätkemä + La Città Incantata + Le voyage de Chihiro + Ruhların Kaçışı + SA + Sen to Chihiro + Sen to Chihiro no Kamikakushi + Spirited Away + Spirited Away + Spirited Away: W krainie bogów + StCnK + Stebuklingi Šihiros nuotykiai Dvasių pasaulyje + Vaimudest viidud + Vùng đất linh hồn + W Krainie Bogów + Začarani grad + جيهيرو + המסע המופלא + Ταξίδι στη Χώρα των Θαυμάτων + Отвлечена от Духове + Сен та Чіхіро + Сен та Чіхіро в полоні у духів + Унесённые призраками + 千と千尋の神隠し + 千與千尋 + + + サイカノ + ไซดาโนะ + อาวุธสุดท้ายคือเธอ-ไซดาโนะ + L`arme ultime + Lei, l`arma finale + Má dívka, superzbraň + Saikano + Saikano + Saikano + Saikano + SaiKano TV + Saishuu Heiki Kanojo + Saishuuheiki Kanojo + She ~ the ultimate weapon ~ + The last love song on this little planet + سايكانو + סאיקאנו + Моя девушка - совершенное оружие + Сайкано + 最終兵器彼女 + + + Acum si atunci, aici si acolo + Here and there + imaboku + Ima, Soko ni Iru Boku + Ima, Sokoni Iru Boku + ISIB + isnib + L`autre monde + NaTHaT + Now and Then, Here and There + Now and Then, Here and There + NTHT + Şimdi ve Sonra, Burada ve Orada + الآن وبعدئذ، هنا وهناك + Здесь и сейчас, тут и там + Сейчас и потом, здесь и там + Тепер і там + 今、そこにいる僕 + 此时此刻的我 + + + Amazing Nurse Nanako + Amazing Nurse Nanako + Nanako Kaitai Shinsho + Nanako - Manuale di genetica criminale + Nanako, manuel de génétique criminelle + 菜々子解体診書 + + + こみっくパーティー + Comic Party + comipa + cp + + + フリクリ + 프리크리 + FLCL + FLCL + FLCL + FLCL + FLCL + Fooley Cooley + Fooly Cooly + Fuli Culi + Furi Curi + Furi Kuri + Фури Кури + Фурі Курі + + + ABJ + ajimu + Ajimu Beach Story + Ajimu Kaigan Monogatari + Адзиму - пляжная история + あじむ ~海岸物語~ + + + Canvas + Canvas Motif of Sepia + Canvas: Sepia-iro no Motif + Canvas ~セピア色のモチーフ~ + + + メモリーズオフ + Memories Off + MO + MOFF + + + うさぎちゃんでキュー + うさぎちゃんでCue!! + It`s my Rabbit and It`s Cue!! + UdC + Usagi + Usagichan + Usagi-chan de Cue + Usagichan de Cue!! + + + Urda + URDA -ウルダ- + + + スレイヤーズぷれみあむ + Slayers Movie 5 + Slayers Premium + Slayers Premium -The Movie- + Первосортные Рубаки + + + AnM + Asagiri no Miko + Shrine of the Morning Mist + 朝霧の巫女 + + + レイヴ + GAR + Groove Adventure Rave + RAVE + Rave + Rave Master + Rave Master + the groove adventure RAVE + Рэйв Мастер + + + ホイッスル! + Dream Team + Dream Team + Whistle + Whistle! + Whistle! + + + As Guerreiras Mágicas de Rayearth + Guerreiras Mágicas de Rayearth + Las Guerreras Mágicas + Magic Knight Rayearth + Magic Knight RayEarth + Magic Knight Rayearth + Mahou Kishi Rayearth + MKR + MKRE + MKRTV + Una Porta Socchiusa ai Confini del Sole + Wojowniczki z Krainy Marze&#324; + Рейърт и магическите рицари + 魔法騎士(マジックナイト)レイアース + 魔法骑士 + + + アーケードゲーマーふぶき + Arcade Gamer Fubuki + fubuki + + + 더 파이팅 + ก้าวแรกสู่สังเวียน + Fighting Spirit + Hajime no Ippo + Hajime no Ippo: The Fighting + HnI + ippo + Ippo le challenger + هاجيمي نو إيبو + はじめの一歩 THE FIGHTING! + + + おたくのビデオ + onv + Otaku no Video + Otaku no Video + Otaku no Video + Otaku no Video + Фильм об отаку 1982 & 1985 + + + anc + Ayashi no Ceres + Ayashi no Ceres + Ayashi no Ceres + Ceres + Ceres Celestial Legend + Ceres, Celestial Legend + Ceres`in Kutsal Efsanesi + Ceres, La Leyenda Celestial + Mysterious Ceres + Unearthly Ceres + Подозрительная Церера + 妖しのセレス + 梦幻妖子 + + + ハンター×ハンター + Hunter X Hunter + Hunter X Hunter + Hunter X Hunter + Hunter x Hunter + Hunter X Hunter + HxH + HxHTV + HxH TV + ฮันเตอร์ x ฮันเตอร์ + القناص + Охотник х Охотник + + + ドラゴンドライブ + DD + Dragon Drive + + + luminous + Saint Luminous Jogakuin + SLMHS + St. Luminous Mission High School + 聖ルミナス女学院 + + + id + ID1st + IDFS + Initial D + Initial D + Initial D + Initial D + Initial D First Stage + 頭文字[イニシャル]D + + + One + One: Kagayaku Kisetsu e + ONE ~輝く季節へ~ + + + Chroniques de la guerre de Lodoss : La légende du chevalier héroïque + Chroniques de Lodoss : La légende du chevalier héroïque + Ký sự chiến tranh Lodoss : Thời đại dũng sĩ + Lodoss-tou Senki: Eiyuu Kishi Den + lodoss tv + Record of Lodoss War: Chronicles of the Heroic Knight + Record of Lodoss War: Chronicles of the Heroic Knight + Record of Lodoss War: Chronicles of the Heroic Knights + Record of Lodoss War TV + rolw tv + ロードス島戦記 英雄騎士伝 + 罗德岛战记TV 英雄骑士传 + + + Sakura Diaries + Sakura Mail + Sakura Mail + Sakura Mail + Sakura Mail + Sakura Tsuushin + 桜通信 + + + フォトン + Idiot + Photon + Photon: The Idiot Adventures + فوتون + Идеотските приключения на Фотон + Фотон: Приключения идиота + + + Escuela de Brujas + Magic User`s Club + Magic User`s Club TV + Mahou Tsukai Tai! (1999) + Mahou Tsukai Tai TV + MTT TV + Клуб любителей магии [ТВ] + 魔法使いTai! (1999) + + + Magic Users Club! + Magic User`s Club OVA + Magic Users Club OVA + Maho Tsukai Tai! Magic User`s Club + Mahou Tsukai Tai + Mahou Tsukai Tai OVA + MTT OVA + Клуб любителей магии + Клуб любителей магии OVA + 魔法使いTai! + + + If I See You in My Dreams + Si Te Veo En Mis Sueños + YDATV + Yume de Aetara + Yume de Aetara TV + 夢で逢えたら + + + HAUNTED じゃんくしょん + Haunted Junction + הונטד ג`ונקשיון + Перекрёсток духов + + + 이누야샤 + อินุยาฉะ เทพอสูร จิ้งจอกเงิน + InuYasha + InuYasha + Inuyasha + Inuyasha + Inuyasha + Inuyasha + InuYasha + InuYasha + Inuyasha + Inuyasha + Inuyasha + Inu Yasha + Inu Yasha + inuyasha tv + IY + IYTV + Khuyển dạ xoa + إينوياشا + אינויאשה + Инуяся + Инуяша + 犬夜叉 + 犬夜叉 + + + ID2nd + IDSS + Initial D - 2e étape + Initial D Second Stage + Initial D Second Stage + 头文字D第二部 + 頭文字[イニシャル]D Second Stage + + + ロックマン エグゼ + ร็อกแมน EXE + Megaman + Megaman + Megaman NT Warrior + Megaman NT Warrior + MegaMan NT Warrior + Megaman NT Warrior + MegaMan NT Warrior + MegaMan: NT Warrior + MegaMan: NT Warrior + Rockman EXE + Rockman.EXE + מגה מן: לוחם הרשת + + + Alita + Alita + Alita, àngel de combat + Alita, ángel de combate + Battle Angel + Battle Angel Alita + Battle Angel Alita + Battle Angel Alita + Gunnm + Gunnm + Hyper Future Vision: Gunnm + Kovingasis Angelas Alita + Бойният Ангел - Алита + 銃夢 GUNNM + + + ch + Condor Hero + Legend of the Condor Hero + loch + Shen Diao Xia Lu + Shin Chou Kyou Ryo: Condor Hero + 神周鳥侠侶 ~コンドル・ヒーロー~ + 神鵰侠侶 コンドルヒーロー + + + ドラゴンハーフ + Dragon Half + Dragon Half + Dragon Half + Pusiau Drakonas + + + おるちゅばんエビちゅ + Ebichu + Ebichu Minds the House + Oruchuban Ebichu + + + Elf Princess Rane + Fairy Princess Ren + FPRen + Yousei Hime Ren + 妖精姫レーン + + + きまぐれオレンジ☆ロード + Capricciosa Orange Road + È quasi magia Johnny + Johnny y sus amigos + Kimagure Orange Road + Kimagure Orange Road TV + KOR + kor tv + Max & compagnie + Max et compagnie + Orange Road - Superfamiljen + Portakal Yolu + Superperhe + Капризы Апельсиновой улицы [ТВ] + 橙路 + + + パーフェクトブルー + Màu của Ảo giác + Perfect Blue + Perfect Blue + Perfect Blue + Perfect Blue + Perfect Blue + Perfect Blue + Перфектно синьо + + + スレイヤーズすぺしゃる + Slayers: Księga zaklęć + Slayers Special + Slayers Special - The Book of Spells + Slayers: The Book of Spells + + + FFU + FF:U -ファイナルファンタジー:アンリミテッド- + Final Fantasy Unlimited + Final Fantasy Unlimited + Final Fantasy: Unlimited + Final Fantasy: Unlimited + Final Fantasy: Unlimited + Final Fantasy: Unlimited + قمة الخيال: غير محدود + Последняя фантазия: Всемогущий + + + PA + PAAB + Psychic Academy + Psychic Academy Aura Banshou + Psychic Academy Ourabanshou + Ψchic academy + サイキックアカデミー煌羅万象 + + + Amigas para Todo + F3 + F3 - Ménage à trois + FFF + Frantic, Frustrated & Female + Nageki no Kenkou Yuuryouji + The Lament of an Otherwise Healthy Girl + 嘆きの健康優良児 + + + Kuro no Danshou + La passion pourpre + Mystery of the Necronomicon + Загадка Некрономикона + 黒の断章 + + + UFO + UFO Princess Valkyrie + UFO Princess Walküre + UFO Princess Walkyure + UFO Princess Warukyure + UFO Ultramaiden Valkyrie + 円盤皇女ワるきゅーレ + + + As Super Gatinhas + Kočičí síla + mew + Mew Mew Power + Mew Mew Power + Mew Mew Power + Puterea echipei Miau-Miau + TMM + Tokyo Mew Mew + Vadmacska kommandó + طوكيو مياو مياو + טוקיו מיו מיו + Токио Мяу Мяу + 東京ミュウミュウ + 東京喵喵 + + + Hviezdny šerif Saber Rider + Jeździec Srebrnej Szabli + Saber Rider + Saber Rider + Saber Rider and the Star Sheriffs + Saber Rider and the Star Sheriffs + Saber Rider şi Şerifii Stelari + Sab-Rider - Le chevalier au sabre + Sapeliratsastaja + Sceriffi delle Stelle + Sei Juushi Bismarck + sratss + Uzay Şövalyeleri + حماة الكواكب + סייבר ריידר + Ο Σερίφης του Διαστήματος + Конникът и звездните шерифи + Космический Рыцарь и Звёздные Шерифы + 星銃士 ビスマルク + + + Fushigi Yûgi OAV + Fushigi Yugi OVA - The Mysterious Play + Fushigi Yûgi - The Mysterious Play + Fushigi Yuugi (1996) + Fushigi Yuugi OVA 1 + FY OVA1 + Tajemnica przeszłości OVA + The Mysterious Play - OVA 1 + Таинственная игра OVA-1 + ふしぎ遊戯 (1996) + + + Fushigi Yûgi - The Mysterious Play - 2 + Fushigi Yûgi - The Mysterious Play - New OVA + Fushigi Yuugi: Dai Ni Bu + Fushigi Yuugi OVA 2 + FY OVA2 + Tajemnica przeszłości OVA 2 + The Mysterious Play - OVA 2 + Таинственная игра OVA-2 + ふしぎ遊戯 第二部 + + + Fushigi Yûgi - Eikoden + Fushigi Yuugi: Eikouden + Fushigi Yuugi OVA 3 + FY OVA3 + Tajemnica przeszłości OVA 3 + The Mysterious Play - Eikoden + ふしぎ遊戯 -永光伝- + + + アップル・シード + Appleseed + Appleseed + Appleseed - Kampf um die Freiheit + Яблочное зёрнышко OVA + + + All Purpose Cultural Cat Girl Nuku Nuku OVA 1 + Bannou Bunka Nekomusume + bbn + Catgirl Nuku Nuku OVA + La invencible Nuku Nuku + L`invincible Nuku Nuku + Универсальная современная девyшка-кошка OVA-1 + 万能文化猫娘 + + + Kashou no Tsuki + Kashou no Tsuki - Aki Kyougen + Moon of The Fiery Night + 火宵の月 -秋狂言- + + + Chroniques de la guerre de Lodoss + Cronache della Guerra di Lodoss + Crônicas da Guerra de Lodoss + Crónicas de la guerra de Lodoss + Kroniki Wojny na Lodoss + Les chroniques de la guerre de Lodoss + Lodoss + Lodoss OVA + Lodoss-tou Senki + Record of Lodoss War + Record of Lodoss War + RoLW + RoLW OVA + Ο Πόλεμος του Lodoss + ロードス島戦記 + 罗德岛战记ova + + + AL + Angelic Layer + Angelic Layer + Angelic Layer + Angelic Layer + Angelic Layer + Battle Doll Angelic Layer + Kidou Tenshi Angelic Layer + KTEL + Арена Ангелов + 机动天使 + 機動天使エンジェリックレイヤー + + + Future Hero Next Generation Outlaw Star + OLS + OS + Outlaw Star + Outlaw Star + Outlaw Star + Seihou Bukyou Outlaw Star + Starward Warrior Knight Outlaw Star + Звёздные рыцари со Звезды изгоев + 星方武侠アウトロースター + + + Kyuuketsuki Miyu + Miyu, la princesa vampir + Miyu oav + Miyu ova + Princesse vampire Miyu + Vampire Princess + Vampire Princess + Vampire princesse Miyu + Vampire Princess Miyu + Vampire Princess Miyu (OVA) + 吸血姫美夕 (OVA) + + + Hunter X Hunter - Original Video Animation + Hunter X Hunter: Original Video Animation + Hunter X Hunter OVA 1 + HxH OVA + ハンターxハンター OVA + ฮันเตอร์ x ฮันเตอร์ OVA + + + Ai Shimai: Futari no Kajitsu + Hermanas Inmorales + Immoral Sisters + Liaisons immorales + Ανήθικες Αδερφές + 愛姉妹~二人の果実~ + + + Angel`s Tail + Angel Tail + Angel Tails + Angel Tales + at + Otogi Story Tenshi no Shippo + Tenshi no Shippo + TnS + おとぎストーリー 天使のしっぽ + + + ヴァンドレッド + VanDread + VanDread + Vandread + Vandread + VanDread + Vandread Stage One + فاندريد + Вандред + Вандред + + + ヴァンドレッド the second stage + v2s + vandread2 + VanDread 2 + VanDread 2nd Stage + VanDread the Second Stage + VanDread the Second Stage + فاندريد2 + Вандред : Втори Сезон + Вандред: Второй уровень + + + Boogiepop + Boogiepop Phantom + Boogiepop Phantom + Boogiepop Phantom + Boogiepop wa Warawanai + BP + בוגיפופ + Бугипоп + Бугипоп никогда не смеется + Бугіпоп-Фантом + 幻影死神 + ブギーポップは笑わない + + + ナデシコ + Kidou Senkan Nadesico + Martian Successor Nadesico + Martian Successor NADESICO + Martian Successor Nadesico + Nadesico + Космический крейсер Лютик + 机动战舰 + 机动战舰抚子 + 機動戦艦ナデシコ + + + ベルばら + ベルサイユのばら + Berubara + Lady Oscar + Lady Oscar + Lady Oscar + Lady Oscar + Lady Oscar + Lady Oscar - Die Rose von Versailles + Lady Oskar + La rose de Versailles + LO + Rosa de Versalhes + Rose of Versailles + RoV + Róża Wersalu + The Rose of Versailles + TRoV + verbara + Versailles no Bara + Versay`ın Gülü + VnB + ليدي أوسكار + Роза Версаля + + + RUN=DIM(ランディム) + R=D + RUN=DIM + RUN=DIM + + + Escaflowne + Escaflowne + Escaflowne + escaflowne tv + I cieli di Escaflowne + La Visión de Escaflowne + Tenkuu no Escaflowne + TnE + Vision d`Escaflowne + Vision of Escaflowne + Vision of Escaflowne + VoE + Видението за Ескафлоне + Видение Эскафлона + 天空のエスカフローネ + + + トップをねらえ! + กันบัสเตอร์ + Aim for the top! + Gunbuster + Gunbuster + Gunbuster + gunbuster 1 + Punta al Top! - Gunbuster + top1 + Top o Nerae + Top o Nerae! + Top wo Nerae + Top wo Nerae! + Zirveyi Hedefle! Avcı Silah + Дотянись до Неба + + + Aa! Megami-sama! Chicchai tte Koto wa Benri da ne! + Ah! My Goddess: Being Small is Convenient + Ah! My Mini Goddess + ams: chikobene + mini goddess + Mini-Göttinnen + The Adventures of Mini-Goddess + Моя богиня! Приключения Мини-Богинь + ああっ女神さまっ 小っちゃいって事は便利だねっ + + + Magical Meow Meow Taruto + Magical Nyan Nyan Taruto + Mahou Shoujo Neko Taruto + MMMT + MNNT + Taruto + Магическая Девочка-Кошка Таруто + 魔法少女猫[まじかる にゃん にゃん]たると + + + クールディバイシスシリーズ + Cool Devices + Cool Devices + Cool Devices + Cool Devices Series + La poupée du vice + + + ワーズ・ワース + Berauschende Orchidee + Das Geheimnis der Steinplatten + Le seigneur des Gomorrhes + Profecías de perversión + Words Worth + Words Worth + + + ジェネレイターガウル + Gawl + Generator Gawl + Generator Gawl + הלוחמים מהעתיד + Генератор Гаул + Генератор Гоул + + + 반항하지마 + Didysis mokytojas Onizuka + Great Teacher Onizuka + Great Teacher Onizuka + Great Teacher Onizuka + gto + GTO + GTO(グレート・ティーチャー・オニヅカ) + G.T.O. - Great Teacher Onizuka + GTO - Great Teacher Onizuka + Harika Öğretmen Onizuka + Wspaniały belfer Onizuka + المدرس العظيم أونيزوكا + Великий учитель Онидзука + Великия учител Онизука + Крутой учитель Онидзука + + + Infinite Ryvius + Infinite Ryvius + IR + mnr + Mugen no Ryvius + Ryvius + 无限的未知 + 無限のリヴァイアス + + + Ranma + Ranma + Ranma ½ (1989) + Ranma 1/2 (1989) + Ranma 1/2 (1989) + Ranma 1/2 (Continuação) + Ranma 1/2 Nettouhen + Ranma 1/2 Nettou Hen + Ranma 1/2 (suite) + Ranma Nibun No Ichi: Nettohen + رانما1/2 + רנמה 1/2 + Ранма 1/2 (1989-1992) + らんま1/2 熱闘編 + + + ももいろシスターズ + Momoiro Sisters + + + Kenshin, El Guerrero Samurai: Final + Kenshin le vagabond - Le chapitre de l`expiation + kenshin ova 2 + Kenshin Reflection + Kenshin - The Chapter of Atonement + Rurouni Kenshin - Meiji Kenkaku Roumandan - Seisouhen + Rurouni Kenshin OVA 2 + Rurouni Kenshin - Reflection + Rurouni Kenshin - Seisôhen + Rurouni Kenshin - Seisô Hen + Rurouni Kenshin: Seisouhen + Samurai X: Reflection + Seisouhen + るろうに剣心 -明治剣客浪漫譚- 星霜編 + + + Honneamise + Le Ali di Honneamise + Les ailes d`Honneamise + Ouritsu Uchuugun: Honneamise no Tsubasa + Star Quest + The Wings of Honneamise + Wings of Honneamise + Wings of Honneamise + Wings of Honneamise - Eroberung des Universums + Wings of Honneamise: The Royal Space Force + WoH + Королевские космические силы - Крылья Хоннеамиз + Королевский десант + 王立宇宙军 + 王立宇宙軍 オネアミスの翼 + + + Iria + Iria + Iria + Iria + Iria - Zeiram the Animation + Iria Zeiram The Animation + Iria: Zeiram the Animation + Iria Zeriam + イ・リ・ア ゼイラム The Animation + ليريا + איריאה + + + 801 T.T.S. Airbats + airbats + Aozora Shoujotai + Blue Sky Girl Squadron + 青空少女隊 + + + As razões dele, os motivos dela + Entre elle et lui + His and Her Circumstances + His & Her Circumstances + Jego i Jej Okoliczności + KareKano + Kare Kano + Kare Kano - Mein Geheimnis Dein Geheimnis + Kareshi Kanojo no Jijou + KKNJ + Las circunstancias de él y ella + Le situazioni di Lui & Lei + Его и Её обстоятельства + Неговите и нейните обстоятелства + С его стороны - с её стороны + 他和她的故事 + 彼氏彼女の事情 + + + Amnezi Adında Bir Rüzgar + A Wind Named Amnesia + El viento de Amnesia + Kaze no Na wa Amnesia + Kaze no Na wa Amunejia + The Wind of Amnesia - Wind des Vergessens + Wind of Amnesia + Вятърът на забравата + 風の名はアムネジア + + + มาโฮโระมาติก 2 + Mahoromatic 2 + Mahoromatic: Motto Utsukushii Mono + Mahoromatic S2 + Mahoromatic - Something More Beautiful + Mahoromatic TV 2 + Mahoromatik 2 – Něco krásnějšího + MM2 + まほろまてぃっく ~もっと美しいもの~ + + + 신세기 에반게리온 - 엔드 오브 에바 + อีวาเกเลี่ยน: ปัจฉิมภาค + End of Eva + End of Evangelion + EoE + Evangelion movie + Evangelion: The End of Evangelion + Evangelion`un Sonu + Neon Genesis Evangelion: End of Evangelion + Neon Genesis Evangelion - The End of Evangelion + Neon Genesis Evangelion - The End of Evangelion + Neon Genesis Evangelion - The End of Evangelion + Neon Genesis Evangelion: The End of Evangelion + Neon Genesis Evangelion: The End of Evangelion + O final de Evangelion + Shinseiki Evangelion Gekijouban: The End of Evangelion + Кінець Євангеліона + Конец Евангелиона + 新世紀エヴァンゲリオン劇場版 THE END OF EVANGELION + + + こげぱん + Kogepan + Scorched Bread + + + D, chasseur de vampires + D: Охотник на вампиров + Vampiirikütt D + Vampir Avcısı D + Vampire Hunter D + Vampire Hunter D + Vampire Hunter D - The Movie + vhd + צייד הערפדים + Ловец на вампири + Мисливець на вампірів D + 吸血鬼(バンパイア)ハンターD + + + Tenchi Muyo! (Episode 1-6) + Tenchi Muyo OVA + Tenchi Muyo - Ryo-Ohki + Tenchi Muyo! Ryo-Ohki + Tenchi Muyo! Ryo-Ohki + Tenchi Muyou! Ryououki + tenchiova + tenchi ova + tenchiova1 + TM + 天地無用! 魎皇鬼 + + + Ah! My Goddess - Le film + Ah My Goddess! The Movie + Ah! My Goddess - The Movie + AMG Movie + AMG - The Movie + amsm + ams movie + Gekijouban Aa! Megami-sama! + Oh! My Goddess - Der Film + Oh My Goddess! The Movie + OMG Movie + OMG the movie + Моя богиня! (фильм) + 劇場版 ああっ女神さまっ + 我的女神 剧场版 + + + El Hazard - Les mondes alternatifs + El Hazard: The Alternative World + El Hazard TV 2 + elhaz tv2 + Ijigen no Sekai El Hazard + Альтернативный мир Эль-Хазард + 異次元の世界エルハザード + + + elhaz + El Hazard + El Hazard - Le monde magnifique + El Hazard OVA 1 + El Hazard: The Magnificent World + Shinpi no Sekai El Hazard + Удивительный мир Эль-Хазард OVA-1 + 神秘の世界エルハザード + + + Menażeria horrorów + Pet Shop of Horrors + Pet Shop of Horrors + Pet Shop of Horrors ペットショップ・オブ・ホラーズ + Petshop Of Horrors + Зоомагазин ужасов + Магазинчик ужасов + + + Street Fighter Alpha + Street Fighter Alpha + Street Fighter Alpha - Le film + Street Fighter Alpha - The Movie + Street Fighter Alpha - The Movie + Street Fighter Zero: The Animation + Uliczny Wojownik + ストリートファイターZERO + مقاتلوا الشوارع ألفا + Οι Μαχητές των Δρόμων + Уличный боец + + + 북두의 권 - 세기말구세주전설 + Fist of the North Star (1986) + Hokuto no Ken (1986) + Ken le survivant - Le film + Ken - the Great Bearfist + 北斗の拳 (1986) + + + シーバス 1-2-3 + Chivas 1-2-3 + Sorcerer on the Rocks + SOTR + + + メゾフォルテ + Balas ardientes + Hard Rock - Mezzo Forte + Mezzo Forte + Mezzo Forte: Gražuolės Žudikės + Mezzo Forte: Красотки-головорезы + + + Cutey Honey + NCH + New Cutey Honey + New Cutey Honey Dark Group + Shin Cutey Honey + Shin Cutey Honey Yami no Gundan-Hen + 新・キューティーハニー + + + Space Knight Tekkaman Blade 2 + Space Knight Tekkaman Blade OVA + Tekkaman Blade II + Uchu no Kishi Tekkaman Blade 2 + Uchu no Kishi Tekkaman Blade OVA + Uchuu no Kishi Tekkaman Blade II + 宇宙の騎士テッカマンブレード II + + + โมบิลสูทกันดั้ม 08th ทีม + 8th Team + Gundam 08th MS Team + Kidou Senshi Gundam: Dai 08 MS Shoutai + Mobile Suit Gundam: L`ottavo plotone + Mobile Suit Gundam: The 08th MS Team + 机动战士高达第08MS小队 + 機動戦士ガンダム 第08MS小隊 + + + スプリガン + Spriggan + Spriggan + Spriggan + Spriggan + Spriggan + Spriggan + Spriggan + Spriggan + Spriggan - The Movie + Spriggan - The Movie + Спригган + + + 카우보이 비밥 - 천국의 문 + bebop movie + CB Movie + CB Movie + Cowboy Bebop - A film + Cowboy Bebop - Der Film + Cowboy Bebop - Il Film + Cowboy Bebop: Knockin` on Heaven`s Door + Cowboy Bebop: la película + Cowboy Bebop - Le film + Cowboy Bebop: llamando a las puertas del cielo + Cowboy Bebop - O Filme + Cowboy Bebop - O Filme + Cowboy Bebop - palkkionmetsästäjät + Cowboy Bebop: Pukając do nieba bram + Cowboy Bebop: Tengoku no Tobira + Cowboy Bebop - The Movie + Cowboy Bebop - The Movie + Kauboipeitus + Kaubojus Bibopas: Filmas + Kovboj Bebop: Lovec odměn + Kovboy Bebop: Film + Kowboj Bebop + Kowboj Bebop: Pukając do nieba bram + Kowboj Bebop the Movie + Kowboj Bepop + بيبوب راعي البقر: طرق على باب السماء + קאובוי ביבופ: הסרט + Бібоп + Ковбой Бибоп + Ковбой Бибоп: Достучаться до небес + Ковбой Бібоп + カウボーイビバップ天国の扉 + + + Battle Fighters Garou Densetsu + Fatal Fury 1 + Fatal Fury: Legend of the Hungry Wolf + バトルファイターズ餓狼伝説 + + + カラフル + Colorful + Colorful + + + HackLim + .hack//Liminality + .hack//Liminality + .hack//Liminality + hack//Liminality + HackOVA + H/L + .хак//Лиминалити + + + AL + Angel Links + Seihou Tenshi Angel Rinks + Stellar Angel Angel Links + 星方天使エンジェルリンクス + + + Nankai Kio Neoranga + Nankai Kiou [Neoranga] + Neo Langa + Neoranga + Neo Ranga + 南海奇皇[ネオランガ] + + + フィギュア17 つばさ&ヒカル + f17 + figure17 + Figure 17 + Figure 17: Tsubasa & Hikaru + + + Weiß Kreuz Brillance + Weiss Kreuz Gluehen + Weiss Kreuz Glühen + Weiß Kreuz Glühen + WKG + Белый крест II + + + P9 + princess 9 + Princess Nine + Princess Nine + Princess Nine: Kisaragi Female Baseball Club + Princess Nine: Kisaragi Joshikou Yakyuubu + プリンセスナイン 如月女子高野球部 + + + ジャングルはいつもハレのちグゥ + Guu + guu tv + Hare+Guu + Haré+Guu + Jungle wa Itsumo Hale nochi Guu + Jungle wa Itsumo Hare nochi Guu + The jungle was always peaceful, and then came Guu + الغابة كانت بسلام، إلى أن أتت قو + В джунглях всё было хорошо, пока не пришла Гуу + 热带雨林的爆笑生活 + + + Gundam W + Gundam Wing + Gundam Wing + Gundam Wing + Gundam Wing + Gundam Wing TV + GW + gwtv + Kombinezon Bojowy Gundam Wing + Mobile Suit Gundam Wing + Mobile Suit Gundam Wing + New Mobile Report Gundam Wing + New Mobile War Century: Gundam Wing + Shin Kidou Senki Gundam W + أجنحة الجندام + Γκάνταμ + Ґандам W + 新机动战记高达W + 新機動戦記ガンダムW + 高达W + + + ポケットモンスター + pkmn + pkmn 1st + PM + Pocket Monsters + Pokemon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokémon + Pokemonai + Pokemoni + Pokémon - saison 1 - Ligue Pokémon + Pokémon - saison 2 - Ligue Orange + Pokémon - saison 3 - Voyage à Johto + Pokémon - saison 4 - Les Champions de Johto + Pokémon - saison 5 - La Quête Ultime + Pokemon season 1: The Indigo League + Pokemon season 2: The Orange Island League + Pokemon season 3: The Johto Journeys + Pokemon season 4: Johto League Champions + Pokemon season 5: Master Quest + بوكيمون + פוקימון + פוקימון: גביע המאסטר + Πόκεμον + Карманные монстры + Покемон + Покемон + 口袋妖怪 + 宠物小精灵 + + + 드래곤볼 + ドラゴンボール + ดราก้อนบอล + 7 viên ngọc rồng + As bolas máxicas + Bola De Drac + Bola de Dragón + DB + DBTV + Dragonball + Dragonball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragon Ball + Dragonball TV + Drakonų kovos + Ejder Topu + Esferas del Dragón + Globurile Dragonului + Sfere del drago + Smocze Kule + Zmajeva Kugla + دراقون بول + Драконий жемчуг + 龍珠 + 龙珠 + + + ดราก้อนบอล จีที + Bola de Drac GT + DBGT + Doragonboru GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragon Ball GT + Dragonball GT + Drakonų Kovos GT + Ejder Topu GT + ドラゴンボールGT + GT דרגון בול + كرة التنين GT + Драконий жемчуг БП + 龍珠GT + + + 디지몬 어드벤쳐 + デジモンアドベンチャー + Digimon + Digimon + Digimon + Digimon + Digimon + Digimon + Digimon + Digimon + Digimon + Digimon + digimon1 + Digimon Adventure + Digimonai + Digimon: Digital Monsters + Digimoni + Digimonok + Les Digimon - Saison 1 + أبطال الديجيتال + ديجيمون - الموسم الأول + مغامرات الديجيمون + דיג`ימון + Приключения дигимонов + 数码暴龙 + + + 세일러문 + Ay Savaşçısı + Bishoujo Senshi Sailor Moon + bssm + Czarodziejka z Księżyca + Mėnulio Jūreivės + Mjesečeva ratnica + Navegante da Lua + Pretty Soldier Sailor Moon + SailorMoon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon + Sailor Moon Classic + Sailor Moon - Navegante da Lua + SM + sm1 + Varázslatos álmok + بحار القمر + Красавица-воин Сейлор Мун + Сейлор Мун Луна в матроске + Сейлър Муун + 美少女战士 + 美少女戦士セーラームーン + + + Armitage III - Polymatrix + Armitage III - Polymatrix + Armitage III - Poly Matrix + Armitage III Poly-Matrix + Armitage III: Poly Matrix + Armitage III: Poly Matrix + PolyMatrix + アミテージ・ザ・サード POLY-MATRIX + Армитаж: Полиматрица + Армитаж: Полиматрица + + + Armitage: Dual-Matrix + Armitage III - Dual Matrix + Armitage III - Dual Matrix + Armitage III: Dual Matrix + DualMatrix + アミテージ・ザ・サード DUAL-MATRIX + Армитаж: Двойна матрица + Армитаж: Двойная матрица + + + Gambler Legend Tetsuya + Legendary Gambler Tetsuya + Shoubushi Densetsu Tetsuya + tetsuya + 勝負師伝説哲也 + + + ナルト + 나루토 + Narutas + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto + Naruto: Shounen Hen + Naruto TV + NTV + Phénomène Naruto + ناروتو + נארוטו + Наруто + Наруто + Наруто + 火影忍者 + ナルト 疾風伝 + + + ガサラキ + garasaki + Gasaraki + Gasaraki + Gasaraki + + + 터치 + タッチ + ทัช ยอดรักนักกีฬา + Bateadores + Théo ou la batte de la victoire + Touch + Touch TV + لمسة + Касание + + + ふたりエッチ + FE + FH + Futari Ecchi + Futari H + Manga Love Story + Manga Love Story - Step Up Love Story + Miłość krok po kroku + Poveste de Dragoste Arânjată + Step Up Love Story + Step Up Love Story + + + Blackmail + Kyouhaku: Owaranai Ashita + L`axe du mal + The Blackmail: Tomorrow Never Ends + 脅迫~終わらない明日~ + + + M.E.M. - Lost Virginity + M.E.M.: Yogosareta Junketsu + M.E.M.~汚された純潔~ + + + Spiral + Spiral + Spirál + Spirála + Spirală + Spiral ~Bond of Inference~ + Spiral ~Bond of Reasoning~ + Spiral ~Suiri no Kizuna~ + Spiral: Suiri no Kizuna + 推理之绊 + スパイラル -推理の絆- + + + Fancy Lala + Fancy Lala + fl + Magical Stage Fancy Lala + Mahou no Stage Fancy Lala + 魔法のステージ ファンシーララ + + + Ghost in the Shell SAC + Ghost in the Shell - Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: STAND ALONE COMPLEX + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell: Stand Alone Complex + Ghost in the Shell - Stand Alone Complex - Cidade Assombrada + Ghost in the Shell TV + GitSSAC + GitS SAC + GitS:SAC + GitS: SAC + GitSSAC1 + GitSTV + GitS TV + Koukaku Kidoutai Stand Alone Complex + Mobile Armoured Riot Police STAND ALONE COMPLEX + SAC1 + 공각기동대 STAND ALONE COMPLEX + Дух в оболонці: комплекс окремості + Призрак в доспехах: Автономный комплекс + Призрак в доспехах: Синдром одиночки + 攻壳 + 攻壳机动队 + 攻殻機動隊 STAND ALONE COMPLEX + + + ゲートキーパーズ21 + Gate Keepers 21 + Gate Keepers 21 + Gatekeepers 21 + gk21 + 捍衛者21 + + + Pia キャロット へ ようこそ!! + Piaキャロットへようこそ!! + Pia Carrot 1 + Pia Carrot e Youkoso!! + Vertige de l`amour + Welcome to Pia Carrot + Willkommen bei Pia Carrot + + + shinesman + Shinesman, Special Duty Combat Unit + The Shinesman + The Special Duty Combat Unit Shinesman + Tokumu Sentai Shinesman + 特務戦隊シャインズマン + + + キディ・グレイド + คิดดี้เกรด + Csajkommandó + Dívčí četa + kg + kgrade + Kiddy Grade + Kiddy Grade + Kiddy Grade + Kiddy Grade + Kiddy Grade + + + โมบิลสูท กันดั้มซี้ด + GS + G SEED + Gundam S + Gundam SEED + Kidou Senshi Gundam SEED + Mobile Suit Gundam SEED + Mobile Suit Gundam Seed + Mobile Suit Gundam Seed + Mobile Suit Gundam SEED + Seed + بذور قندام + Ґандам SEED + Мобильный воин ГАНДАМ: Поколение + 机动战士高达SEED + 機動戦士ガンダムSEED + + + + Candidate for Goddess + Candidate for Goddess + Candidate for Goddess + Candidate for Goddess + CfG + Megami Kouhosei + Pilot Candidate + The Candidate for Goddess + 女神候补生 + 女神候補生 + + + プラスチックリトル + Plastic Little + Plastic Little + Plastic Little + Plastic Little + Plastic Little: The Adventures of Captain Tita + Plastikinė Mažylė + Живучая штучка + Пластиковая малышка + + + Revolutionary Girl Utena Movie + Revolutionary Girl Utena: The Adolescence of Utena + Shoujo Kakumei Utena: Adolescence Mokushiroku + Utena: Apocalisse adolescenziale + Utena - Apocalypse de l`adolescence + Utena - Der Film + Utena La Fillette Revolutionnaire - The Movie + Utena: La fillette révolutionnaire the Movie + utena movie + Utena the Movie + Революционерка Утэна + Революційна дівчина Утена: Апокаліпсис юності + Утэна: Апокалипсис юности + Юная революционерка Утэна: Конец Света юности + 少女革命ウテナ アドゥレセンス黙示録 + + + komugi + Majikarute + Nurse Witch Komugi + Nurse Witch Komugi-chan Magikarte + ナースウィッチ小麦ちゃんマジカルて + + + ギャラクシーエンジェルZ + GA2 + Galaxy Angel 2 + Galaxy Angel Z + GA Z + 银河天使队2 + + + GA3 + GA A + Galaxy Angel 3 + Galaxy Angel A + Galaxy Angel A + Galaxy Angel AA + Galaxy Angel s3 + Galaxy Angel Season 3 + ギャラクシーエンジェル (第3期) + + + メモリーズ + Amintiri + Anılar + Atsiminimai + Emlékek + Hatıralar + Memories + Memories + Memories + Memories + Memories + Memories + Memories + Memories - muistoja tulevaisuudesta + Recuerdos peligrosos + Воспоминания о будущем + Спогади + Спомени + + + Candidate for Goddess - OAV + Candidate for Goddess OVA + CfG ova + Megami Kouhosei OVA + Megami Kouhosei Special Curriculum + The Candidate for Goddess (OVA) + 女神候補生 スペシャルカリキュラム + + + Born to Cook + Le petit chef + Mister Ajikko + O gran Suxi + ミスター味っ子 + 妙手小厨师 + 妙手小廚師 + + + たいむとらぶる トンデケマン! + Time Quest + Time Travel Tondekeman! + TQ + رحلة عنابة + + + 명탐정 코난 + โคนัน + ยอดนักสืบจิ๋วโคนัน + ยอดนักสืบจิ๋วโคนัน เดอะซีรีส์ + Case Closed + Case Closed: One Truth Prevails + Conan + Conan, a detektív + dctv + Dedektif Conan + Detective Conan + Detective Conan + Detective Conan + Detective Conan + Detective Conan + Detective Conan + Détective Conan + Detective Conan tv + Detectivul Conan + Detektiv Conan + Detektiv Conan + Detektyw Conan + Mästerdetektiven Conan + Meitantei Conan + O detective Conan + Salapoliisi Conan + Thám tử lừng danh Conan + المحقق كونان + Детектив Конан + Детектив Конан + 名探偵コナン + + + Karree des Mondes + Square of the moon + Square of the Moon + Square of the Moon: The Night is Coming! + Yoru ga Kuru! Square of the Moon + 夜が来る! Square of the MOON + + + シスター・プリンセス + sispri + Sister Princess + SP + + + SoulTaker + ST + The Soultaker + The SoulTaker + The SoulTaker + The SoulTaker + The SoulTaker -魂狩- + Похититель Душ + 魂狩 + + + Ailes Grises + Alas Grises + Ales Grises + Ali Grigie + Charcoal Feather Federation + Haibane + Haibane Renamei + Haibane Renmei + Haibane-Renmei + Haibane Renmei - Ailes Grises + Haibane renmei: Stowarzyszenie szaropiórych + HR + La Federazione delle Piume Cineree + Przymierze szarych skrzydeł + Альянс Пепельнокрылых + Альянс Попелястокрилих + Альянс Серокрылых + Союз Серокрылых + Союз сірокрилих + 灰羽連盟 + + + GB + Get Backers + Get Backers + Get Backers + Get Backers + Get Backers + Get Backers + GetBackers: Dakkan`ya + المستعيدون + Агентство по возврату утраченного + ゲットバッカーズ 奪還屋 + + + Inuyasha - A Mozifilm: Időtlen Szerelem + InuYasha - Feelings That Transcend Time + InuYasha - The Love That Transcends Time + InuYasha - The Movie: Affections Touching Across Time + InuYasha The Movie: Affections Touching Across Time + Inuyasha - Toki o Koeru Omoi + IY Movie + IY Movie 1 + אינויאשה: הסרט + Инуяся - Фильм 1 + 犬夜叉 時代を越える想い + + + Basara + LEGEND OF BASARA + Legend of Basara + lob + + + 바람계곡의 나우시카 + Kaze no Tani no Naushika + Kaze no Tani no Nausicaa + La princesse des étoiles + Naushika + Naushika do Vale do Vento + Nausicaa + Nausicaä + Nausicaä aus dem Tal der Winde + Nausicaä de la vallée du vent + Nausicaä della valle del vento + Nausicaä del valle del viento + Nausicaa din Valea Vântului + Nausicaä från Vindarnas dal + Nausicaä iz Dežele vetra + Nausicaa of the Valley of the Wind + Nausicaä of the Valley of the Wind + Nausicaä z Doliny Wiatru + Nausika iš Vėjų slėnio + Nausikaja iš Vėjų slėnio + Nauszika - A szél harcosai + Rüzgarlı Vadi + Sternkrieger + Tuulen laakson Nausicaä + Tuulte oru Nausikaa + Vindens Krigare + Warriors of the Wind + Warriors of the Wind + ناوسيكا فتاة وادي الرياح + נאוסיקה - נסיכת עמק הרוחות + Η Ναυσικά της Κοιλάδας του Ανέμου + Ναυσικαα + Οι μαχητές του ανέμου + Навсикая из Долины Ветров + навсікая + Навсікая Долини вітру + Наусика + Наусика от Долината на Вятъра + Наушіка Долини Вітру + 風之谷 + 風の谷のナウシカ + + + Choujin Gakuen Gowcaizer: The Voltage Fighters + Gowcaizer + Voltage Fighter Gowcaizer + 超人学園ゴウカイザー THE VOLTAGE FIGHTERS + + + Cronicile lui Jubei, Ninja-ul rătăcitor + Juubee Ninpuuchou + Nindzės Manuskriptas + Ninja manuskript + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll + Ninja Scroll (1993) + Ninja Scroll Movie + Ninja Scroll: O Mercenário + ns + Манускрипт ниндзя + 獣兵衛忍風帖 + + + こすぷれCOMPLEX + Cosplay Complex + Cosplay Complex + + + Seishoujo Kantai Virgin Fleet + VF + VFleet + Virgin Fleet + 聖少女艦隊バージンフリート + + + Agent Aika + Agent Aika + AIKa + Aika + Aika + AIKa + Агент Айка + + + Księżniczka z Alfa Sydney + pako + p_a-ko + Project Aiko + projectako + Project Ako + Project A-ko + Project A-ko + Project A-ko + Projekt A-ko + مشروع أيكو + プロジェクトA子 + + + Kimagure Orange Road OVA + Kimagure Orange Road - OVA + KOR OVA + Max & compagnie - OAV + Max et compagnie - OAV + きまぐれオレンジ★ロード OVA + Капризы Апельсиновой улицы OVA + + + Kimagure Orange Road - Summer`s beginning + Max & compagnie - Cet été là + New Kimagure Orange Road + New Kimagure Orange Road - Summer`s Beginning + Shin Kimagure Orange Road - ... e poi l`inizio di quell`estate... + Shin Kimagure Orange Road: Soshite, Ano Natsu no Hajimari + shin KOR + Новые капризы Апельсиновой улицы + 新きまぐれオレンジ★ロード そして、あの夏のはじまり + + + こどものおもちゃ + Child`s Toy + KnO + Kodocha + Kodomo no Omocha + Rossana + لعبة طفل + Детская игрушка + 小孩子的玩具 + + + แม่มดน้อยกิกิ + Doručovací služba slečny Kiki + Kikės siuntų tarnyba + kiki + Kiki: A Aprendiz de Feiticeira + Kiki - A boszorkányfutár + Kiki consegne a domicilio + Kiki den lille heks + Kiki, Entregas a Domicilio + Kiki kullerteenus + Kiki la petite sorcière + Kikin lähettipalvelu + Kiki`s Delivery Service + Kikis expressbud + Kikis kleiner Lieferservice + Kiki`s Vliegende Koeriersdienst + Küçük Cadı Kiki + Majo no Takkyuubin + Nicky, la aprendiz de bruja + Podniebna poczta Kiki + خدمة توصيل كيكي + שרות המשלוחים של קיקי + Κίκι: Η Μικρή Μαγισσούλα + Ведьмина служба доставки + Відьомська пошта + Куриерска служба Кики + Служба доставки Кікі + 魔女宅急便 + 魔女の宅急便 + + + Revolutionary Girl Utena + Revolutionary Girl Utena TV + Rewolucjonistka Utena + rgu + Shoujo Kakumei Utena + Shoujo Kakumei Utena TV + sku + Utena + Utena + Utena - La fillette révolutionnaire + Utena la fillette révolutionnaire + Utena TV + Юная революционерка Утэна + 少女革命 + 少女革命ウテナ + + + Cara Dolce Kyoko + Ikkoku House + Juliette, je t`aime + Juliette, je t`aime + Maison Ikkoku + Maison Ikkoku + Maison Ikkoku + Maison Ikkoku TV + MI + مايسن إيكّوكو + めぞん一刻 + + + PIANO + Piano + Piano: The Melody of a Young Girl`s Heart + + + Kokoro Library + Kokoro Toshokan + ココロ図書館 + + + ผีซ่าส์กับฮานาดะ + Hanada + Hanada Shounen-shi + Ханада + 花田少年史 + + + ときめきメモリアル + Tokimeki Memorial + + + Ayatsuri Sakon + aysk + Karakuri Zoushi Ayatsuri Sakon + Ningyou Zoushi Ayatsuri Sakon + Puppet Master Sakon + sakon + Sakon - Le ventriloque + 人形草紙あやつり左近 + 傀儡师左近 + + + プラトニック・チェーン + PC + plache + Platonic Chain + + + ぷちぷり*ユーシィ + Petite Princess Yucie + Petit Puri Yucie + PPY + Puchi Puri Yuushi + יושי הנסיכה הקסומה + 小公主優希 + + + Contraintes par corps + Contraintes... par corps + Desert Island Story X + Mujintou Monogatari X + 無人島物語X + + + 21-ji no Onna: Newscaster Katsuragi Miki + 21時の女~ニュースキャスター桂木美紀~ + 9 O`clock Woman + La femme du 21h + La fille du 20h + La fille du 21h + Miki + Nine O`clock Woman + unanständige Miki + + + Angels in the Court + Court no Naka no Tenshi-tachi + KOOTO no naka no tenshi-tachi + Vestiaire olympique + コートの中の天使達 + コト天 + + + Hakaima Sadamitsu + Hakaima Sadamitsu + Hakaima Sadamitsu + sadamitsu + Sadamitsu le destructeur + Sadamitsu the Destroyer + 破壊魔定光 + + + key + Key - O Ídolo Metálico + Key - The Metal Idol + Key the Metal Idol + Key the Metal Idol + KEY THE METAL IDOL + KTMI + + + 이웃집 토토로 + となりのトトロ + โทโทโร่ เพื่อนรัก + Il mio vicino Totoro + Komşum Totoro + Mano kaimynas Totoro + Mein Nachbar Totoro + Meu Vizinho Totoro + Min granne Totoro + Min nabo Totoro + Min nabo Totoro + Mi vecino Totoro + Mi Vecino Totoro + Mój sąsiad Totoro + Moj sosed Totoro + Moj Susjed Totoro + Mon voisin Totoro + My Neighbor Totoro + Naaber Totoro + Naapurini Totoro + Näkymätön ystävä + Người bạn hàng xóm Totoro + TnT + Tonari no Totoro + Totoro + Totoro - A varázserdő titka + جـــاري تــوتورو + השכן שלי טוטורו + Οι περιπέτειες του Τότορο + Комшията Тоторо + Мій сусід Тоторо + Мой сосед Тоторо + Тоторо + 龍貓 + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 1 ตอน คดีปริศนาระเบิดฟ้า + Cased Closed Movie: The Time Bombed Skyscraper + Détective Conan - Film 1 + Détective Conan - Le gratte-ciel infernal + Detective Conan: Movie 1 + Detective Conan: Movie 1: The Timed Skyscraper + Detective Conan: The Timed Skyscraper + Detektiv Conan - 1. Film: Der tickende Wolkenkratzer + Meitantei Conan: Tokei Jikake no Matenrou + 名探偵コナン 時計じかけの摩天楼 + 计时引爆摩天楼 + + + elhaz2 + El Hazard - Le monde magnifique 2 + El Hazard OVA 2 + El Hazard: The Magnificent World 2 + Удивительный мир Эль-Хазард OVA-2 + 神秘の世界エルハザード2 + + + 붉은 돼지 + พอร์โค รอสโซ สลัดอากาศประจัญบาน + Kızıl Kanatlar + Kurenai no Buta + Porco Rosso + Porco Rosso + Porco Rosso + Porco Rosso + Porco Rosso + Porco Rosso + Porco Rosso + Porco Rosso + Porco Rosso - A mesterpilóta + Porco Rosso - O Último Herói Romântico + Porko Roso + PR + Punainen sika + Szkarłatny pilot + The Crimson Pig + The Scarlet Pig + بوركو روسو + פורקו רוסו + Οι Αερομαχίες του Πόρκο Ρόσσο + Порко Россо + Порко Россо + Червоний кабан + 紅の豚 + 紅豬 + 飛天紅豬俠 + + + Little Monica Monogatari + Little Monica Story + Tales of Little Monica + The Story of Little Monica + リトルモニカ物語 + + + Innocent Nurse Academy + Nurse Me! + Nurse School + Seijun Kango Gakuin Shinjin Nurse "Yumi" Chigyaku no Kango Jisshuu + 清純看護学院 新人ナース”祐未”恥虐の看護実習 + + + Beat Angel Escalayer + Choukou Tenshi Escalayer + 超昂天使エスカレイヤー + + + シャーマニックプリンセス + Shamanic Princess + Shamanic Princess + Shamanic Princess + + + 마법진 구루구루 + Caballeros del Kodai + guruguru + Guru Guru + Guru Guru Il Girotondo della Magia + Magical Circle Guru Guru + Magic Circle Guru Guru + Mahoujin Guruguru + Mahoujin Guru Guru + mgg + 咕噜咕噜魔法阵 + 魔法陣グルグル + + + คนเก่งฟ้าประทาน + Yuu Yuu Hakusho + Yuu Yuu Hakusho + yuyu + Yu Yu Hakusho + Yu Yu Hakusho + Yu Yu Hakusho + Yu Yu Hakusho + Yu Yu Hakusho + Yu Yu Hakusho - A szellemfiú + Yu Yu Hakusho: Ghost Files + Yu Yu Hakusho - Les aventuriers de l`au-delà + Yu Yu Hakusho - Velká zkouška + Yu Yu Hakusho - Yu Degli Spettri + YYH + יו יו האקושו + 幽遊白書 + 幽★遊★白書 + + + ストリートファイターII + SF2 + Street Fighter 2 + Street Fighter II - Le film + Street Fighter II - O Filme + Street Fighter II - The Animated Movie + Street Fighter II: The Animated Movie + Street Fighter II: The Movie + Uliczny wojownik II + Οι Μαχητές των Δρόμων 2 + Уличен Боец 2: Филмът + Уличный боец – 2 + + + A カイト + A Kite + Domination Nakite + Kite + Kite + Kite – Ein gefährliches Mädchen + Kite - Mergaitė žudikė + Sexo letal + Кайт + Кайт - девочка-убийца + + + Agga Ruta + Agga Rutta + Erdvėlaivis Agga Ruter + Space Ofera アッガ・ルター + Space Ofera Agga Ruter + Spaceship Agga Ruter + Διαστημόπλοιο Agga Ruter + + + bcpu + Buttobi CPU + Buttobi CPU: I Dream of Mimi + Buttobi CPU – Um Computador de Sonho + ぶっとび!! CPU + I Dream of Mimi + mimi + Буттоби + + + ジャングルはいつもハレのちグゥ デラックス + Guu Deluxe + Guu OVA + Hare + Guu Deluxe + Jungle wa Itsumo Hale nochi Guu Deluxe + Jungle wa Itsumo Hare nochi Guu Deluxe + Jungle wa Itsumo Hare nochi Guu OVA + В джунглях всё было хорошо, пока не пришла Гуу 2 + + + After Rabbit + Angel`s Egg + L`œuf de l`ange + Tenshi no Tamago + 天使のたまご + + + Arsene Lupin ja Cagliostro loss + cagliostro + CoC + Das Schloss des Cagliostro + Edgar de la cambriole - Le château de Cagliostro + Lupin III - Il castello di Cagliostro + Lupin III - Le château de Cagliostro + Lupin III: The Castle of Cagliostro + Lupin III: The Castle of Cagliostro + Lupin Sansei: Cagliostro no Shiro + Lupin Sansei Movie 02 + Rupan Sansei: Cagliostro no Shiro + The Castle of Cagliostro + Замок Калиостро + Люпен III: Замок Калиостро + Люпін ІІІ ~Замок Каліостро~ + 「ルパン三世」 カリオストロの城 + + + 천공의 에스카폴로네 + エスカフローネ + Escaflowne + Escaflowne: A Girl in Gaea + Escaflowne: la película + Escaflowne: O Filme + Escaflowne - The Movie + Escaflowne - The Movie + Escaflowne - Une fille sur Gaia + Eskaflonė: Mergina iš Gajos + Ескафлон + + + GLR + Green Legend Ran + Green Legend Ran + Ran, la légende verte + グリーンレジェンド乱 + + + ぴたテン + Clinging Angel + P10 + Pitari Tenshi + PitaTen + Pita Ten + Pita-Ten + Pita-Ten + Pita-Ten + Pita-Ten + Pita-Ten + Пита-Тен + Пита-Тэн + + + あたしンち + Atashinchi + ATASHIn`CHI + My Family + 我們這一家 + + + 신세기 에반게리온 - 죽음과 재생 + อีวาเกเลี่ยน: จุติภาค + edr + Evangelion - Death + Evangelion - Death & Rebirth + Evangelion: Death & Rebirth + Evangelion: morte e resurrección + Neon Genesis Evangelion - Death and Rebirth + Neon Genesis Evangelion - Death & Rebirth + Neon Genesis Evangelion - Death & Rebirth + Neon Genesis Evangelion: Death & Rebirth + Neon Genesis Evangelion: Death & Rebirth + Neon Genesis Evangelion: Death & Rebirth + Neon Genesis Evangelion: Surm ja taassünd + NGE DR + Shinseiki Evangelion Gekijouban: Shi to Shinsei + Θάνατος και Αναγέννηση + Евангелион: Смерть и Возрождение + Євангеліон - Смерть & Відродження + 新世紀エヴァンゲリオン劇場版 シト新生 + 新世纪福音战士剧场版 死亡与新生 + + + Boku no Chikyuu o Mamotte + Boku no Chikyuu wo Mamotte + Please Save My Earth + psme + Réincarnations - Please Save My Earth + Пожалуйста, спасите мою Землю! + ぼくの地球を守って + + + Kenyu Densetsu Yaiba + Legendary Brave Swordsman Yaiba + Yaiba + Yaiba – legendarny samuraj + Yaiba - O Pequeno Samurai + 剑勇传说 铁刃 + 剣勇伝説YAIBA + + + Conan + Conan, el niño del futuro + Conan, il ragazzo del futuro + Conan le fils du futur + Conan, o Rapaz do Futuro + Conan, The Boy in Future + FBC + Future Boy Conan + Mirai Shounen Conan + MSC + عدنان و لينا + Конан - мальчик из будущего + 未来少年コナン + + + 천공의 성 라퓨타 + ลาพิวต้า พลิกตำนานเหนือเวหา + Castle in the Sky + Dangaus pilis Laputa + Das Schloss im Himmel + El Castillo en el Cielo + Gökteki Kale + Laputa + Laputa - Az égi palota + Laputa: Castle in the Sky + Laputa - Il castello nel cielo + Laputa : Le château dans le ciel + Laputa, lendav kindlus + Laputa – podniebny Zamek + Laputa - Slottet i Himlen + Laputa: The Flying Island + Le château dans le ciel + Tenkû no shiro Rapyuta + Tenkuu no Shiro Laputa + הטירה בשמיים + Το Κάστρο στον Ουρανό + Лапута + Небесний замок Лапута + Небесный замок Лапута + 天空之城 + 天空の城ラピュタ + + + สุสานหิ่งห้อย + Ateş Böceklerinin Mezarı + Căn hầm đom đóm + Die letzten Glühwürmchen + Eldflugornas Grav + GotF + Grave of the Fireflies + Grobowiec świetlików + hnh + Hotaru no Haka + Hrob světlušek + Jaanimardikate haud + Jonvabalių kapas + La Tumba de las Luciérnagas + Le tombeau des lucioles + Mộ đom đóm + O Túmulo dos Pirilampos + O Túmulo dos Vaga-Lumes + Szentjánosbogarak sírja + Tombstone for Fireflies + Tulikärpästen hauta + Una tomba per le lucciole + سيتا الحنون + קבר הגחליליות + Могила светлячков + Могила світлячків + 再見螢火蟲 + 火垂るの墓 + 螢火蟲之墓 + + + おもひでぽろぽろ + ในความทรงจำที่ไม่มีวันจาง + Alles eile + Memories Like Falling Rain Drops + Memories Like Falling Teardrops + Memories of Teardrops + Memories of Yesterday + Omohide Poroporo + Omohide Poro Poro + Omohide Poro-poro + Omoide Poroporo + Omoide Poro Poro + Omoide Poro-poro + Only Yesterday + Powrót do marzeń + Souvenirs, goutte à goutte + Tränen der Erinnerung - Only Yesterday + Yesterday - Vissza a gyerekkorba + רק אתמול + Ταξιδιώτες στο Παρελθόν + Ещё вчера + Сочащиеся воспоминания + Спогади наче краплі дощу + Ще учора + 歲月的童話 + + + Die Schlacht der Waschbären in der Pompoko-Ära + Heisei Era Raccoon War Pom Poko + Heisei Tanuki Gassen Pompoko + Heisei Tanuki Gassen Ponpoko + Pompoko + Pom Poko + Pom Poko + Pom Poko - A tanukik birodalma + Pom Poko: Meškėnų karas + Pom Poko: Pesukarude sõda + ponpoko + Szopy w natarciu + The Raccoon War + יער הדביבונים + Η Αντεπίθεση των Ρακούν + Война тануки в периоды Хэйсэй и Помпоко + 平成狸合戦ぽんぽこ + 百變狸貓 + + + 바다가 들린다 + สองหัวใจ หนึ่งรักเดียว + Aaltojen kuohu + Die Wellen des Ozeans + Eu Posso Ouvir o Mar + I can hear the ocean + I Can Hear the Sea + Jag kan höra havet + Je peux entendre l`océan + Ondas do Oceano + Ookeanilained + OW + Posso sentire il mare + Szum Morza + The Ocean Waves + Tu peux entendre la mer + ugk + Umi ga Kikoeru + Vandenyno Bangos + גלי הים + Здесь слышен океан + Я чую море + 海がきこえる + 海が聞こえる + 聽到海濤聲 + + + A könyvek hercege + If you listen closely + I sussurri del cuore + Mimi o Sumaseba + Mimi wo Sumaseba + mws + Širdies Šnabždezys + Si tu tends l`oreille + Stimme des Herzens - Whisper of the Heart + Südame sosin + Sydämen kuiskaus + Szept serca + Whisper of the Heart + WotH + Yüreğinin Sesi + همس القلوب + הלחישה שבלב + Ο Ψίθυρος της Καρδιάς + Шёпот сердца + Якщо прислухатись + 夢幻街少女 + 耳をすませば + + + New Tenchi Muyo + Shin Tenchi Muyou! + Tenchi in Tokyo + 新・天地無用! + + + Soreyuke! Uchuu Senkan Yamamoto Yooko + Starship Girl Yamamoto Yohko I + それゆけ!宇宙戦艦ヤマモト・ヨーコ + + + Soreyuke! Uchuu Senkan Yamamoto Yooko II + Starship Girl Yamamoto Yohko II + それゆけ!宇宙戦艦ヤマモト・ヨーコⅡ + + + Soreyuke! Uchuu Senkan Yamamoto Yooko (1999) + ssgyy + Starship Girl Yamamoto Yohko + Starship Girl Yamamoto Yohko TV + yytv + それゆけ!宇宙戦艦 ヤマモト・ヨーコ + + + Les Chevaliers du Zodiaque - Chapitre Hadès - Le Sanctuaire + Los Caballeros del Zodiaco - Saga de Hades - Santuario + Os Cavaleiros do Zodíaco - Hades: A Saga do Santuário + Saint Seiya Hades + Saint Seiya: Meiou Hades Juuni Kyuu Hen + Saint Seiya: The Hades Chapter - Sanctuary + Saint Seiya: The Hades Chapter - Sanctuary + Saint Seiya: The Hades Sanctuary Chapter + ssh + 圣斗士星矢 冥王十二宫篇 + 聖闘士星矢 冥王ハーデス十二宮編 + + + セイバーマリオネットJ + Saber Marionette J + Saber Marionette J + Saber Marionette J + Saber Marionette J + Saber Marionette J + smj + SM J + + + bgc2040 + BGC 2040 + Bubblegum Crisis 2040 + Bubblegum Crisis Tokyo 2040 + Bubblegum Crisis: Tokyo 2040 + バブルガムクライシス TOKYO2040 + + + CCO + Cyber City + Cyber City Oedo 808 + Cyber City Oedo 808 + Cyber City OEDO 808 + Cyber City Oedo 808 + Cyber City OEDO 808 + サイバーシティOEDO808 + Кібермісто Оедо 808 + + + Blood Reign + Blood Reign: Curse of the Yoma + Curse of the Undead Yoma + Yoma + Yoma - au-delà des ténèbres + Yoma - les ténèbres + Youma + Youma - Curse of the Undead + אגדת יומה + Йома: Посланцы царства тьмы + 妖魔 + + + Shadow Skill (1996) + Shadow Skill: The Movie + SHADOW SKILL ~影技~ (1996) + SSk + SSk OVA + + + 슬레이어즈 완전무결 + Gekijouban Slayers + Slayers - Film + slayers movie1 + Slayers Movie 1 + Slayers Perfect + Slayers Perfect -The Movie- + Slayers: The Motion Picture + Οι Δολοφόνοι + Превосходные рубаки + 劇場版スレイヤーズ + + + 슬레이어즈 리턴 + スレイヤーズRETURN + Slayers Movie 2 + Slayers Return + Slayers Return + Slayers Return -The Movie- + + + 다!다!다! + だぁ! だぁ! だぁ! + Daa! Daa! Daa! + ddd + UFO Baby + !דה! דה! דה + + + H2 + H2 + H2[エイチ・ツー] + + + ヒートガイジェイ + Habitat Ground Jewdo + Heat Guy J + Heat Guy J + HeatGuy J + HeatGuy-J + Heat Guy Jay + HGJ + Горячий парень Джей + + + Divine Wind Thief Jeanne + Jeanne, die Kamikaze-Diebin + Kamikaze Kaitou Jeanne + Kamikaze Kaitou Jeanne + Kamikaze Thief Jeanne + KKJ + Thief of the Heavenly Wind Joan of Arc + 神風怪盗ジャンヌ + 神风怪盗 + 神风怪盗贞德 + + + ゴールデンボーイ + Altın Çocuk + Auksinis Vaikis + GoBo + Golden Boy + Golden Boy + Golden Boy + Golden Boy + Golden Boy + Golden Boy + Golden Boy + الفتى الذهبي + Золотой парень + + + ママレード・ボーイ + Marmalade Boy + mb + mbtv + Piccoli problemi di cuore + Хлопець-мармелад + 果酱男孩 + + + ンート + Test Anime + + + GXP + Tenchi Muyou! GXP + 天地無用! GXP + + + Tenchi enamorado + Tenchi Muyo In Love + Tenchi Muyo! In Love + Tenchi Muyo! The Movie + Tenchi Muyou! in Love + Tenchi the Movie 1 + Tenchi the Movie - Tenchi Muyo in Love + 天地無用! in Love + + + Kikou Sennyo Rouran + Strange Steel Fairy Rouran + 奇鋼仙女ロウラン + + + AO6 + Ao no 6-gou + Blue Submarine N° 6 + Blue Submarine No.6 + Blue Submarine No.6 + Blue Submarine No.6 + BS6 + Mavi Denizaltı No. 6 + Mėlynasis Povandeninis Laivas Nr. 6 + Niebieska łódź podwodna + Блакитна номер 6 + Последняя субмарина + 青の6号 + 青之6号 + + + 8kenden + Hakkenden + The Hakkenden + The Hakkenden - Die Legende der Hundekrieger + The Hakkenden: Legend of the Dog Warriors + THE 八犬伝 + + + スレイヤーズえくせれんと + Slayers Excellent + Slayers Excellent + Slayers Excellent + Slayers: Lina-chan`s Great Fashion Strategy + Slayers: The Fearful Future + Slayers: The Labyrinth + + + 슬레이어즈 트라이 + Magiczni wojownicy 3 + Slayers -a kis boszorkány + Slayers: Magiczni wojownicy III + Slayers Try + Slayers Try + Slayers Try + スレイヤーズ TRY + Рубаки Try + Убийствен опит + 秀逗魔导士3 + + + Sin: The Movie + Sin: Создатели монстров + חטא + Αμαρτία + + + Die Königin der 1000 Jahre + Die Königin der tausend Jahre + dkdtj + La Princesa de los 1000 Años + La regina dei mille anni + La Reina de los 1000 años + La reine du fond des temps + lrdfdt + Millennia + qm + Queen Millennia + Queen Millennia + Sen-Nen Joo + Sennen Joo + Shin Taketori Monogatari: 1000-nen Joou + Shin Taketori Monogatari ~ Sen-Nen Joou + The Queen of a Thousand Years + Η Βασίλισσα των 1000 Χρόνων + Королева тысячелетия (ТВ) + 新竹取物語・1000年女王 + + + らんま 1/2 中国寝崑崙大決戦! 掟やぶりの激闘編!! + Ranma ½: Big trouble in Nekonron, China + Ranma 1/2: Chuugoku Nekonron Daikessen! Okite Yaburi no Gekitou Hen!! + Ranma 1/2 - Film 1 : Combat pour abolir la loi ! + Ranma 1/2 - Film 1 : La grande bataille de Chine + Ranma 1/2 - Grande confusão em Nekonron, China + Ranma 1/2 Movie 1 + ranmov1 + + + Ranma ½: Nihao my Concubine + Ranma 1/2 - Film 2 : Rendez-nous nos copines ! + Ranma 1/2 - Film 2 : Rendez-nous nos fiancées ! + Ranma 1/2: Kessen Tougenkyou! Hanayome o Torimodose! + Ranma 1/2: La Isla de las Doncellas + Ranma 1/2 Movie 2 + Ranma 1/2: Nihao mi Concubina! + ranmov2 + らんま1/2 決戦桃幻郷! 花嫁を奪りもどせ!! + + + Kidou Senkan Nadesico: The Prince of Darkness + Martian Successor Nadesico - The Prince of Darkness + Martian Successor Nadesico - The Prince of Darkness + Nadesico Movie + Prince of Darkness + Космический крейсер Лютик: Черный принц + 机动战舰剧场版-黑暗王子 + 機動戦艦ナデシコ The prince of darkness + + + ยามาดะ ครอบครัวนี้ไม่ธรรมดา + A Yamada család + Familie Yamada - Meine verrückten Nachbarn + Houhokekyo Tonari no Yamada-kun + Komşum Yamada`lar + Mano Kaimynai Yamados + Mes voisins les Yamada + Meus Vizinhos os Yamada + Minu naabrid Yamadad + Mis Vecinos los Yamada + My Neighbors the Yamadas + Rodzinka Yamadów + Tonari no Yamadakun + Tonari no Yamada-kun + Yamadas + משפחת יאמאדה + Η Γειτονιά της Πόλης: Η Τρελή Οικογένεια Γιαμάντα + Наши соседи - семья Ямада + Наши соседи Ямада + Ямади + ホーホケキョとなりの山田くん + + + グラビテーション + Gravitation + Gravitation - OAV + Gravitation OVA + Gravitation OVA + Gravitation: Парни со сцены + الجاذبية + Притяжение OVA + + + ブレンパワード + Brain Powerd + Brain Powerd + Brain Powerd + Brain Powered + + + スレイヤーズごぅじゃす + Slayers Gorgeous + Slayers Gorgeous -The Movie- + Slayers Movie 4 + + + I wish you were here + i-wish you were here- ~あなたがここにいてほしい~ + IWYWH + Zaion + zaion + Zaion: I Wish You Were Here + رماد الحروب + Солдаты будущего + + + enchi Muyo the Movie 2 - The Daughter of Darkness + La fille des ténèbres + Tenchi - Midsummers Eve + Tenchi Muyo: The Daughter of Darkness + Tenchi Muyou! Manatsu no Eve + Tenchi the Movie 2 + 天地無用!真夏のイヴ + + + Tenchi Forever + Tenchi Muyo! In Love 2 + Tenchi Muyo In Love 2 - The Movie + Tenchi Muyou! in Love 2 - Haruka Naru Omoi + Tenchi the Movie 3 + 天地無用! in LOVE2 遥かなる想い + + + Lamu + Lamù la ragazza dello spazio + Lum + lum tv + Those Obnoxious Aliens + Turma do Barulho + Uru + Urusei Yatsura + Urusei Yatsura TV + UY + Несносные пришельцы + うる星やつら + + + Lamu - Film 1 + Lamu - Only You + Lum - Only You + Urusei Yatsura Movie 1: Only You + Urusei Yatsura Movie 1: Only You + Urusei Yatsura - Only You + うる星やつら オンリーユー + + + Beautiful Dreamer + Beautiful Dreamer + Lamu - Beautiful Dreamer + Lamu - Film 2 + Lamu - Un rêve sans fin + Urusei Yatsura + Urusei Yatsura Movie 2: Beautiful Dreamer + うる星やつら2 ビューティフル・ドリーマー + + + Lamu - Film 3 + Lamu - Remember my love + Lum - Remember my love + Urusei Yatsura Movie 3 + Urusei Yatsura Movie 3: Remember My Love + Urusei Yatsura - Remember my love + Urusei Yatsura: Remember My Love + うる星やつら リメンバー・マイ・ラヴ + + + Lamu - Film 4 + Lamu - Lum the forever + Lum - Lum the forever + Urusei Yatsura - Lum the forever + Urusei Yatsura: Lum The Forever + Urusei Yatsura Movie 4 + Urusei Yatsura Movie 4: Lum The Forever + うる星やつら ラム・ザ・フォーエバー + + + Lamu - Film 5 + Lamu - The final chapter + Lum - The final chapter + Urusei Yatsura Movie 5: Final + Urusei Yatsura Movie 5: The Final Chapter + Urusei Yatsura - The final chapter + うる星やつら 完結篇 + + + Lamu - Always my darling + Lamu - Film 6 + Lum - Always my darling + Urusei Yatsura - Always my darling + Urusei Yatsura: Itsudatte My Darling + Urusei Yatsura Movie 6 + Urusei Yatsura Movie 6: Always My Darling + うる星やつら いつだって・マイ・ダーリン + + + Urusei Yatsura OVA + uy ova + うる星やつら (OVA) + + + ブルーシード 2 + Blue Seed 2 + Blue Seed 2: Operation Mitama + Blue Seed Beyond + Blue Seed Beyond + Blue Seed OVA + + + ฤทธิ์หมัดเทพเจ้าดาวเหนือ + El Puño de la Estrella del Norte + Fist of the North Star + FOTNS + HnK + Hokuto no Ken + Ken il Guerriero + Ken le survivant + Seikimatsu Kyuseishu Densetsu: Hokuto no Ken + سيف النار + قبضة النجم الشمالي + Юмрукът на северната звезда + 世紀末救世主伝説 北斗の拳 + 北斗の拳 + 北斗神拳 + + + BOF + Boys Before Flowers + Boys Over Flowers + Hana Yori Dango + HYD + HYD TV + شباب على الورود + 花より男子 + + + Kaze o Mita Shounen + Kaze wo Mita Shounen + O chłopcu, który widział wiatr + Porté par le vent + The Boy Who Saw the Wind + الفتي الذي رأى الريح + Парящий на ветру + 風を見た少年 + + + テイルズ オブ エターニア + Tales of Eternia + ToE + Приказки от Етерния + Сказания Этернии + + + Kyuuketsuki Miyu (1997) + Miyu tv + Vampire Princess Miyu (TV) + 吸血姫美夕 (TV) + 吸血姬美夕 + + + Fam and Ihrie - Ruin Explorers + Fam et Ihrlie, exploratrices + Hikyou Tanken Fam & Ihrlie + Ruin Explorers + Исследователи развалин + Исследователи руин + 秘境探検 ファム&イーリー + + + Makai Tenshou + Ninja Resurrection + Ninja Resurrection + Ninja Resurrection + Ninja Resurrection + Ninja Resurrection + Ninja Résurrection + Ninja Resurrection: The Revenge of Jubei + Ninja taassünd: Jubei kättemaks + Η Ανάσταση των Νίντζα + Воскрешение ниндзя + 魔界転生 + + + セイバーマリオネットJ to X + Saber Marionette J to X + Saber Marionette J to X + smj2x + smjtox + smj to x + + + Kidou Keisatsu Patlabor 2 the Movie + Mobile Police Patlabor 2: The Movie + Patlabor 2 + Patlabor 2 + Patlabor 2 - The Movie + Patlabor Movie 2 + פאטלייבור: הסרט ה-2 + Полиция будущего: Восстание + 機動警察パトレイバー2 the Movie + + + ジオブリーダーズ File-X ちびねこ奪還 + Geobreeders + Geobreeders: File-X Chibi Neko Dakkan + Geobreeders: (File-X) "Get Back The Kitty" + Геоблюстители + + + DBZ Movie 13 + Dragon Ball Z 13 - L`attaque du dragon + Dragon Ball Z 13 - O Ataque do Dragão + Dragon Ball Z 13 - Tapion + Dragon Ball Z: Atak smoka + Dragon Ball Z: Dragon Fist Explosion!! If Goku Can`t Do It, Who Can + Dragon Ball Z: L`eroe del Pianeta Conuts + Dragon Ball Z: Ryuuken Bakuhatsu!! Gokuu ga Yaraneba Dare ga Yaru + Dragon Ball Z: Wrath of the Dragon + ドラゴンボールZ 龍拳爆発!!悟空がやらねば誰がやる + + + アリオン + ネオ・ヒロイック・ファンタジア アリオン + Arion + Neo Heroic Fantasia Arion + + + 최유기 - 선택받지 못한 자의 진혼가 + Gekijouban Gensou Maden Saiyuuki: Requiem - Erabarezaru Mono e no Chinkonka + GMS MOV + Requiem for the One Not Chosen + Saiyuki Requiem + Saiyuki Requiem + Saiyuki Requiem + Saiyuki Requiem + Saiyuki - Requiem + Saiyuuki Requiem + 劇場版 幻想魔伝最遊記 Requiem 選ばれざる者への鎮魂歌 + + + La guerre de Sakura + Sakura Háborúja + Sakura jde do boje + Sakura Taisen + Sakura Wars + Sakura Wars + Sakura Wars TV + Sakura – wojna ducha + Sakura – wojna dusz + Sakura – wojny ducha + ساكرا تايزن + ساكورا + サクラ大戦 + + + ダーティペア + Dan et Danny + Dan et Dany + Dirty Pair + dirty pair tv + + + Dirty Pair Flash + DPF + ダーティペアFLASH + + + ロスト・ユニバース + Lost Universe + Lost Universe + Lost Universe + LU + Universo Perdido + السيف القاطع + Χαμένος Γαλαξίας + Затерянная вселенная + Потерянная вселенная + 失落的宇宙 + + + From I``s + From I``s + From I``s + From I"S + フロム I``s[アイズ] + I`s + I``s: Kolejna wakacyjna opowieść + + + らんま1/2 OVA + Ranma 1/2 OVA + Ranma OVA + ranova + + + Black Heaven + Kacho-Ohji - Hard Rock save the Space + Kachou Ouji: Hard Rock Save the Space + Legend of Black Heaven + Легенда о "Черных Небесах" + Столоначальник Оззи: Тяжелый рок спасет мир! + 課長王子: Hard Rock Save the Space + + + Carried by the Wind + Kazemakase Tsukikage Ran + KTR + Ran, la chica samurai + Ran The Samurai Girl + Ran, The Samurai Girl + Tsukikage Ran + Перекати-поле Цукикагэ Ран + 随风飘的月影兰 + 風まかせ月影蘭 + + + Atstumtųjų Zona 2167 + Idolo + zoe + Z.O.E 2167 IDOLO + Z.O.E. 2167 Idolo + zoei + Z.O.E. Idolo + Zone of the Enders 2167 Idolo + Zone of the Enders: Idolo + Zone of the Enders - Z.O.E 2167 - Idolo + Zone of the Enders - Z.O.E 2167 - Idolo + Zone of the Enders - Z.O.E 2167 - Idolo + + + El Universo de Tenchi + Tenchi Muyo + Tenchi Muyou! + Tenchi tv + tenchiuni + Tenchi Universe + 天地无用 + 天地無用! + + + Iron Communication + kc + kurocomm + Kurogane + Kurogane Communication + 鉄[くろがね]コミュニケイション + + + ワンピース (2000) + One Piece (2000) + One Piece Movie 1 + One Piece: Per tutto l`oro del mondo + One Piece: The Great Gold Pirate + OP Movie 1 + + + dolores + zoed + Z.O.E Dolores,i + zoe tv + Zone of the Enders: Dolores + + + Najica + Najica + Najica + Najica Blitz Tactics + Najica Blitz Tactics + Najica Blitz Tactics + Najica Dengeki Sakusen + Najica missions éclair + NBT + Агент Наджика + ナジカ電撃作戦 + + + トゥハート + Heart To Heart + th + ToHeart + To Heart + To Heart + + + Sakura Taisen Katsudou Shashin + Sakura Wars - Le film + Sakura Wars: Moving Picture + Sakura Wars - O Filme + Sakura Wars - The Movie + Sakura Wars the Movie + Οι Πόλεμοι των Λουλουδιών + Сакура: Война миров + サクラ大戦 活動写真 + + + ブルージェンダー + Blue Gender + Blue Gender + Blue Gender + Blue Gender + Blue Gender + Blue Gender + الجنس الأزرق + Синята раса + 虫袭 + + + はいぱーぽりす + hp + hyperpolice + Hyper Police + Гиперполиция + + + Mahoujin Guru Guru (1996) + Mahoujin Guruguru Movie + Mahoujin Guru Guru - The Pickle of Happiness + mgg movie + 魔法陣グルグル (1996) + + + ライディング・ビーン + Kelių Siaubas Binas + Riding Bean + Riding Bean + + + 아미테이지 더 써드 + アミテージ・ザ・サード + Armitage + Armitage III + Armitage III + Armitage III + Armitage III + Armitage III + Армитаж III + + + Edgar de la cambriole - Saison 1 + Giacca verde + Green jacket + L3 + Lupin III - Prima serie + Lupin III TV + Lupin Sansei + Lupin the Third TV + ルパン三世 + 鲁邦三世 (TV第1部) + + + Kenshin, El Guerrero Samurai: La Película + Kenshin le Vagabond - Requiem pour les Ishin Shishi + Kenshin - Samurai X + RK: IInR + RK Movie + Rurouni Kenshin - Ishin Shishi no Requiem + Rurouni Kenshin: Ishin Shishi no Requiem + Rurouni Kenshin: Meiji Kenkaku Romantan - Ishinshishi e no Requiem + Rurouni Kenshin Movie + Rurouni Kenshin - Requiem for the Restoration Royalists + Samurai X - Requiem for Meiji Restoration Patriots + Samurai X: The Motion Picture + Samurai X - The Movie + الرحالة كينشن: جنازة المبعوث الملكي + るろうに剣心 -明治剣客浪漫譚- 維新志士への鎮魂歌 + + + レイアース + Guerreiras Mágicas de Rayearth OVA + Magic Knight Rayearth + Magic Knight RayEarth - OAV + Magic Knight Rayearth OVA + MKR OVA + Rayearth + Rayearth - Il sogno di Emeraude + Sihirli Şövalyeler OVA + + + YKK + Yokohama Kaidashi Kikou + Yokohama Shopping Diary + Записки про поїздку до Йокогами за покупками + ヨコハマ買い出し紀行 + + + Alps no Shoujo Heidi + Heiða í Ölpunum + Heidi + Heidi + Heidi + Heidi + Heidi + Heidi + Heidi + Heidi + Heidi + Heidi + Heidi: Girl of the Alps + Heidi, la fille des Alpes + هايدي + Χάιντι + アルプスの少女ハイジ + + + マクロス ゼロ + 마크로스 제로 + m0 + Macross Zero + MZ + mzero + Макрос Зеро + Макросс Зеро + + + Chikyuu Bouei Kigyou Dai-Guard + Dai-Guard + Dai-Guard + Terrestrial Defense Corp. Dai-Guard + 地球防衛企業ダイ・ガード + + + 엑스 (극장판) + X + X + X (エックス) + X 1999 + X 1999 + X - The Movie + X - the Movie + + + CKBC + Generation basket + I`ll/CKBC + I`ll / Crazy KOUZO Basketball Club + + + Ichi the killer + Ichi the Killer Episode 0 + Koroshiya-1 The Animation + Koroshiya Ichi + Koroshiya 1 The Animation Episode 0 + Žudikas Ičis + 殺し屋1 THE ANIMATION + + + RBHS + Samurai Girl + SAMURAI GIRL リアルバウトハイスクール + Samurai Girl Real Bout High School + + + 아크 더 래드 + アークザラッド + Arc, a kölyök + Arc the Lad + Arc the Lad + Arc the Lad + Tânărul Arc + + + ยอดกุ๊กแดนมังกร + Chuuka Ichiban + CMB + Cooking Master Boy + Đầu Bếp Cung Đình + 中華一番 + + + Fight!! Iczer-1 + Iczer + Iczer 1 + iczer-1 + Iczer One + Iczer-One + Tatakae!! Iczer-1 + 戦え!! イクサー1 + + + 슬레이어즈 그레이트 + スレイヤーズぐれえと + Slayers Great + Slayers Great + Slayers Great -The Movie- + Slayers - La città dei Golem + Slayers Movie 3 + + + Équipières de choc (1996) + Estás arrestado + Quedes detingut + Taiho Shichau zo: You`re Under Arrest (1996) + You`re Under Arrest! (1996) + YUA + yua1 + YUA TV1 + yua tv1 + 逮捕しちゃうぞ You`re Under Arrest + 逮捕令 + + + New Snow White`s Legend Pretear + Pretear + Pretear + Shin Shirayuki-hime Densetsu Pretear + Shin Shirayukihime Densetsu Pretear + Легенда о Новой Белоснежке Притиар + 新白雪姫伝説プリーティア + + + eX-Driver the Movie + ex-D the Movie + エクスドライバー the Movie + Экс-Драйвер - Фильм + + + ADポリス + A.D. Police + A.D. Police + AD Police + AD Police + AD Police + AD Police + A.D. Police Files + AD Police - Policia Avançada + AD.Police - The Mad Criminal Investigation File + + + マクロス7 + m7 + Macross 7 + ماكروس 7 + Макрос 7 + 超时空要塞7 + + + マクロス7 -銀河がオレを呼んでいる!- + Macross 7: Ginga ga Ore o Yonde Iru + Macross 7: The Galaxy is Calling Me + Macross 7: The Movie + + + Earth Defender Mao-chan + Earth Defender! Mao-chan + Ground Defence Mao-chan + Ground Defense Force! Mao-chan + mao + Mao-chan + Rikujou Bouei-tai Mao-chan + 陸上防衛隊まおちゃん + + + ストラトス・フォー + สตราโตส 4 ภาค ทีวี + s4 + stratos4 + Stratos 4 + Stratos 4 + Stratos 4 + Стратос 4 + + + ファイナルファンタジー + FF: LotC + FF OVA + Final Fantasy + Final Fantasy: Legend Of The Crystals + Final Fantasy OVA + Paskutinė Fantazija + فاينل فانتاسي + + + .hack//A Lenda do Bracelete do Crepúsculo + .hack//Bransoleta Zmierzchu + hackDUSK + .hack//DUSK + .hack//Legend of the Twilight + .hack//Legend of the Twilight + .hack//Legend of the Twilight + .hack//Legend of the Twilight Bracelet + hack lotb + .hack//Tasogare no Udewa Densetsu + hack tud + .hack//Udeden + Hack Udeden + .hack//黄昏の腕輪伝説 + .хак//Легенда о сумеречном браслете + .хак//Легенда Сумеречного Браслета + + + Lime-Colored History of War + Lime-iro Senkitan + Raimuiro Senkitan + Raimuro Senkitan + RS + らいむいろ戦奇譚 + + + ウルフズレイン + Vilkų lietus + Wolf`s Rain + Wolf`s Rain + Wolf`s Rain + Wolf`s Rain + Wolf`s Rain + Wolf`s Rain + Wolf`s Rain + Wolf`s Rain + Wolfs Rain + WR + مطر الذئب + Вовчий дощ + Волчий дождь + Вълчи дъжд + 狼雨 + + + マウス + Fare + Mouse + Мышь + + + Fushigi no Kuni no Miyuki-chan + Miyuki-chan in Wonderland + Miyuki-chan w krainie czarów + Миюки в Стране Чудес + 不思議の国の美幸ちゃん + + + アドバンスドポリス + A.D. Police (1999) + A.D. Police - Le classique du cyberpunk + adp tv + Advanced Police + + + Baki The Grappler + Baki The Grappler + gbtv + Grappler Baki (2001) + Grappler Baki TV + グラップラー刃牙 (2001) + + + Himikoden + Himiko-Den + Himiko Efsanesi + Legend of Himiko + 火魅子伝 + + + サイレントメビウス + Silent Mebius + Silent Mobius + Silent Möbius + Silent Möbius + Silent Moebius + + + Burn Up! W + Burn Up! Warrior + Burn Up! Warriors + Burn Up! Warriors + Burn-Up W - On the Case & In your Face + buw + バーンナップW + + + TB + Tokyo Babylon + Tokyo Babylon + Tōkyō Babylon + Tokyo Babylone + 東京バビロン + + + Mahou Tsukai ni Taisetsu na Koto + Mahoutsukai ni Taisetsu na Koto + MTK + mtntnk + mttk + Someday`s Dreamers + Somedays Dreamers + Yume Mahou + حالمو يوم ما + Важливе для чарівника + Нечто важное для мага [ТВ-1] + 魔法遣いに大切なこと + + + Maze + Maze Bakunetsu Jikuu (1997) + Maze Megaburst Space + Maze TV + MAZE☆爆熱時空 (1997) + + + Armor Legend Samurai Troopers + I Cinque Samurai + Legendary Armor Samurai Troopers + Les samouraïs de l`éternel + Ronin Warriors + Samurai Warriors + Samurai Warriors + Yoroiden Samurai Troopers + 鎧伝サムライトルーパー + 魔神坛斗士 + + + Her And Her Cat + Kanojo to Kanojo no Neko + Kız ve Kızın Kedisi + ktknn + Lei e il suo gatto + Ona a její kočka + She and Her Cat + Sie und ihre Katze + Вона та її кіт + Девушка и кот + Она и её кот + 彼女と彼女の猫 + + + Vandread Integral + Vandread Taidouhen + Vandread The Movement Stage + فاندريد مكمل + ヴァンドレッド 胎動篇 + + + Vandread Gekitouhen + Vandread Intense Fighting Volume + Vandread Turbulence + ヴァンドレッド 激闘篇 + + + デジモンフロンティア + 4 أبطال الدجتل + digimon4 + Digimon F + Digimon Frontier + Digimon Frontier + Digimon - hranice + Digimonok - Az új kaland + Les Digimon - Saison 4 + דיג`ימון 4 + + + RG VEDA + RG Veda + Seiden RG Veda + 聖伝 + + + gkm + Gokudo + Gokudo-kun Mannyu-ki + Gokudo-kun Manyuki + Gokudou-kun Manyuuki + Jester: El Aventurero + Jester the Adventurer + Гокудо + Путешественник Гокудо + 極道くん漫遊記 + ゴクドーくん漫遊記 + + + Licensed by Royal + L/R + L/R - Licensed by Royalty + L/R - Licensed by Royalty + L/R: Licensed by Royalty + + + YKK QCC + Yokohama Kaidashi Kikou: Quiet Country Cafe + Yokohama Shopping Diary - Quiet Country Cafe + ヨコハマ買い出し紀行 Quiet Country Cafe + + + 구름 너머 약속의 장소 + 구름 저편의 약속 + 구름의 저편, 약속의 장소 + เหนือเมฆา ที่แห่งสัญญาของเรา + Beyond The Clouds + Beyond The Clouds, The Promised Place + btc + knmynb + Kulenin Gizemi + Kumo no Mukou, Yakusoku no Basho + La tour au-delà des nuages + Pilvede taga + Pomiędzy chmurami + Ponad chmurami + The Place Promised in Our Early Days + The Place Promised in Our Early Days + Za mraky země zaslíbená + Za oblaky země zaslíbená + Ziemia kiedyś nam obiecana + מעבר לעננים, המקום המובטח + За облаками + За хмарами, земля обітована + За хмарами, обіцяне місце + Земля обітована + 云之彼端,约定的地方 + 雲のむこう、約束の場所 + + + Ancient Books of Ys + Ys イース + Ys + Ys I + + + Ancient Books of Ys II + Ys II + Ys - Tenkuu no Shinden: Adol Christine no Bouken + Ys (イース) 天空の神殿 アドル=クリスティンの冒険 + + + Choujuushin Gravion + Gravion + Gravion + Super Gravity God Gravion + Super Heavy God Gravion + 超重神グラヴィオン + + + ななか6/17 + Nanaka + Nanaka 6/17 + Nanaka 6/17 + 少女十七減十一 + + + ซิสเตอร์ ปริ๊นเซส : รี เพียว + シスター・プリンセス ~リピュア~ + Sister princess repure + Sister Princess: Re Pure + SPRP + + + gals + Super Gals + Super Gals ! + Super GALS! Kotobuki Ran + Super Gals! Tre Ragazze alla Moda + Superklinke + Superpunce + 超GALS! 寿蘭 + + + てなもんやボイジャーズ + Tenamonya Voyagers + Те еще странники + + + Adventures of Patapata Aircraft + Il Segreto della sabbia + Le secret du sable bleu + Patapata + Patapata Hikousen no Bouken + Secret of Cerulean Sand + SOCS + الطاقة الزرقاء + パタパタ飛行船の冒険 + + + Glass Mask + Glass no Kamen + Laura ou la passion du théâtre + Mask of Glass + ガラスの仮面 + + + Dangaioh G + GDangaioh + G Dangaioh + Great Dangaioh + Haja-Kyosei G Dangaioh + 破邪巨星Gダンガイオー + + + G-on らいだーす + G-on Riders + G-on Riders + + + 학교괴담 + Bújj,bújj szellem + Gakkou no Kaidan + Ghosts at School + Ghost Stories + Ghost Stories in School + Histórias de Fantasmas + Povestiri cu Fantome + School`s Ghost Story + Strašidelné historky + قصة شبح المدرسة + Школьные истории о привидениях + 学校の怪談 + + + Gakuen Senki Muryou + Muryoh + Muryo - the Record of School Wars + Record of School War MURYOU + School Battle Muryo + Shingu: Secret of the Stellar Wars + shingu tv + 学園戦記ムリョウ + + + GALACTIC PATROL レンズマン + Galactic Patrol Lensman + Lensman + Lensman: Sekret Soczewki + + + 은하철도 999 + Avaruusjuna Galaxy Express 999 + Galaxy Express 999 + Galaxy Express 999 + ge999 + Ginga Tetsudo 999 + Ginga Tetsudou 999 + قطار المجرة + 銀河鉄道999 + + + Galaktika Ekspress 999 + Galaxy Express 999 (1979) + Galaxy Express 999 (1979) + Galaxy Express 999: The Signature Edition + Ginga Tetsudou 999 (1979) + O Expresso da Galáxia + 銀河鉄道999 (1979) + + + Galaxy Fraulein Yuna + Galaxy Fraulein Yuna OVA 1 + Galaxy Fraulein Yuna: Siren`s Sadness + Ginga Ojousama Densetsu Yuna + Ginga Ojou-sama Densetsu Yuna: Kanashimi no Siren + Sorrowful Saline + 銀河お嬢様伝説ユナ ~哀しみのセイレーン~ + + + Galaxy Fraulein Yuna OVA 2 + Galaxy Fraulein Yuna Returns + Galaxy Fraulein Yuna Returns: Dawn of the Dark Sisters + Galaxy Fraulein Yuna: The Abyssal Fairy + Ginga Ojou-sama Densetsu Yuna: Shin`en no Fairy + Ginga Ojousama Densetsu Yuna ~Shin`en no Fairy~ + 銀河お嬢様伝説ユナ ~深闇のフェアリィ~ + + + ไซยูกิ 4 แสบซ่าส์ล่าอสูร + Gensou Maden Saiyuuki + Gensoumaden Saiyuuki + Saiyuki + Saiyuki + Saiyuki + Saiyuki + Saiyuki - La légende du roi des singes + Saiyuki - Légende du mal féérique + 幻想魔伝 最遊記 + + + Sakura Taisen, Ôka Kenran + Sakura Taisen Ouka Kenran + Sakura Taisen OVA + Sakura Wars - La splendeur des fleurs de cerisiers + Sakura Wars OVA + Sakura Wars OVA 1 + מלחמותיה של סאקורה + サクラ大戦 桜華絢爛 + + + Fake + Fake + مزيف + Подделка + Фальшивка + + + Maison Ikkoku + Maison Ikkoku + Maison Ikkoku: Final Chapter + Maison Ikkoku: Kanketsuhen + Maison Ikkoku: The Final Movie + MI movie + めぞん一刻 完結篇 + + + Happy World! + HW + Счастливый мир! + + + Burn Up Excess + Burn Up! Excess + Burn Up! Excess + Burn Up! X + Burn Up! X + bux + バーンナップEXCESS + + + Dennou Sentai Voogie`s Angel + Voogie`s Angel + Voogie`s Angels + 電脳戦隊ヴギィ`ズ・エンジェル + + + กันดั้มวิง เอนเลสวอลซ์ + Gundam Wing: Endless Waltz + Gundam Wing: Endless Waltz Movie + Mobile Suit Gundam Wing - Endless Waltz + Mobile Suit Gundam Wing: Endless Waltz + Mobile Suit Gundam Wing - Le film + Shin Kidou Senki Gundam W: Endless Waltz Gekijouban + Shin Kidou Senki Gundam W: Endless Waltz Tokubetsuhen + 新機動戦記ガンダムW エンドレス・ワルツ 特別編 + 高达W剧场版:无尽的华尔兹 + + + 마크로스 7 다이너마이트 + マクロスダイナマイト7 + Macross 7 Dynamite + Macross Dynamite 7 + md7 + + + Evelyn e la magia di un sogno d`amore + Magical Fairy Persia + Magical Fairy Perusha + Mahou no Yousei Persia + Persia + Vanessa et la magie des rêves + 魔法の妖精 ペルシャ + + + Kai Doh Maru + Kai Doh Maru + Kai Doh Maru + Kai Doh Maru + Kai Doh Maru + Kai Doh Maru - O Filme + Kaidomaru + Kaidōmaru + Kaidoumaru + 怪童丸 + + + Choujikuu Yousai Macross II: Lovers Again + macross 2 + Macross II + Macross II: Lovers Again + Macross II The Movie + Macross II - Yliulottuvaisuuden linnake + Super Dimensional Fortress Macross II + 超時空要塞マクロスII -Lovers Again- + + + Comme les nuages, comme le vent... + Kumokaze + Kumo no You ni, Kaze no You ni + Like The Clouds, Like The Wind + Подобно облаку, подобно ветру + 雲のように風のように + + + ウルトラマニアック + Ultra Maniac + Ultra Maniac OVA + umova + + + ba + Battle Athletess Daiundoukai (1997) + Battle Athletes Victory + bav + BA:V + DAIUNDOKAI Battle Athletess + バトルアスリーテス大運動会 (1997) + + + Campeões - Oliver e Benji + Campeones + Captain Tsubasa + Captain Tsubasa - Die tollen Fußballstars + CT + Die tollen Fußballstars + Flash Kicker + Holly e Benji, due fuoriclasse + Kapitan Hawk + Kapitan Jastrząb + Kapitan Tsubasa + Kaptan Bijar El Kahramane + Kaptan Tsubasa + Küçük Golcü + Kuningas Jalkapallo + Olive et Tom + Olive et Tom - Champions de foot + Oliver y Benji + Supercampeões + Tsubasa kapitány + كابتن ماجد + Капитан Цубаса + Капитан Цубаса + キャプテン翼 + + + Holly e Benji: Sfida al mondo + New Captain Tsubasa + Shin Captain Tsubasa + Supercampeones + 新・キャプテン翼 + 新キャプテン翼 + + + Captain Tsubasa J + Captain Tsubasa J + Captain Tsubasa J - World youth + Che campioni Holly e Benji!!! + Tsubasa Kapitány 2 + كابتن ماجد الجزء الثالث + キャプテン翼J + + + Campeoes - Oliver e Benji + Căpitanul Tsubasa + Capitão Tsubasa - O caminho para a taça mundial 2002 + Captain tsubasa + Captain Tsubasa (2001) + Captain Tsubasa Road to 2002 + CT2001 + Holly e Benji Forever + Kapitán Tsubasa + Olive et Tom - Le retour + Road to 2002 + Road to World Cup 2002 + Super Campeões + Super Kickers 2006 + Super Kickers 2006 - Captain Tsubasa + Tsubasa kapitány + الشبح + キャプテン翼 (2001) + + + adg + Akihabara Cyber Team + Akihabara Dennou-gumi + Cyber Team in Akihabara + Cyberteam in Akihabara + アキハバラ電脳組 + + + グリーングリーン + gg ova + Green Green + Green Green OVA + + + G-Taste + G-taste + G-taste + G-taste + + + Gibo + Incestua corpus + Stepmother`s Sin + 義母 + + + Cardcaptor Sakura + Cardcaptor Sakura - Filmen + Card Captor Sakura : Le voyage à Hong Kong + Cardcaptor Sakura - the movie + Cardcaptor Sakura: The Movie + Cardcaptor Sakura: The Movie - Die Reise nach Hongkong + ccs movie 1 + Gekijouban Card Captor Sakura + Sakura, chasseuse de cartes - Le voyage à Hong Kong + Sakura võlukaart + Zdobywczyni kart Sakura: Film pierwszy + Сакура - мисливець за картами. Поїздка до Гонконгу + 劇場版 カードキャプターさくら + + + Cardcaptor Sakura: Der Film - Die versiegelte Karte + Card Captor Sakura: Enchanted Cards + Card Captor Sakura : La carte scellée + Card Captor Sakura Movie 2: The Sealed Card + ccs movie 2 + Gekijouban Card Captor Sakura - Fuuin Sareta Card + Sakura Card Captors - A Carta Selada + Zdobywczyni kart Sakura: Film drugi - zaczarowane karty + סאקורה: הקלף הנסתר + 劇場版カードキャプターさくら封印されたカード + + + Honoo no Labyrinth + Labirinto de Chamas + Labyrinth of Flames + Labyrinth of Flames + LoF + Пламенный лабиринт + 炎のらびりんす + + + プリンセスチュチュ + Księżniczka Tutu + Pirenses Tutu + Princess Tutu + Princess Tutu + Princess Tutu + Prinzessin Tutu + tutu + الأميرة توتو + + + 메트릭스 르네상스 + アニマトリックス + Animatrica + Animatrica + Animatrix + Animatrix + Animatrix + Animatrix + Animatrix + Animatrix + Animatrix + Animátrix + Animatrix 1-9 + The Animatrix + The Animatrix + אנימטריקס + Аниматрица + Аниматрицата + Аніматриця + + + GPM + Gunparade March + Gunparade March: Arata naru Kougunka + Gunparade March - The New War Song + גאנפארייד + 新结行军歌 + ガンパレード・マーチ -新たなる行軍歌- + + + Arislan + Arslan + Arslan Senki + La Heroica Leyenda de Arslan + La leggenda di Arslan + Les chroniques d`Arslân + The Heroic Legend of Arislan - Age of Heroes + The Heroic Legend of Arslan + The Heroic Legend of Arslan - Age of Heroes + Ο Ηρωικός Πρίγκιπας Arslan + Героичната легенда за Арислан - Ерата на геройте + アルスラーン戦記 + + + Ashita no Nadja + Nádia + Nadja + Nadja Applefield + Nadja Applefields + Nadja Apple Fields + Nadja del mañana + Tomorrow`s Nadja + نادجا الغد + 明日のナージャ + + + ทรามวัยกายสิทธิ์ + Creamy Mami + Creamy merveilleuse Creamy + El broche encantado + L`Incantevole Creamy + Magical Angel Creamy Mami + Mahou no Tenshi Creamy Mami + mami + 魔法の天使 クリィミーマミ + + + Heavy Metal L-Gaim + Juusenki L-Gaim + L-Gaim + المعدن الثقيل إلـ-جيم + 重戦機エルガイム + + + Heavy Metal L-Gaim I: Pentagona Window + Lady Gavlet + 重戦機エルガイムⅠ ペンタゴナ ウインドゥ+レディ ギャブレー + + + キャプテンフューチャー + Capitaine Flam + Capitan Futuro + Capitan Futuro + Captain Future + Captain Future + CF + + + Chou Robot Seimeitai Transformers Micron Densetsu + TLoM + Transformers - Armada + Transformers: Armada + Transformers: Armada + Transformers: Armada + Transformers: Armada + Transformers: Legend of Micron + רובוטריקים: ארדמה + Трансформеры + 超ロボット生命体トランスフォーマー マイクロン伝説 + + + All Purpose Cultural Cat Girl Nuku Nuku TV + Bannou Bunka Nekomusume (1998) + Cat Girl Nuku Nuku TV + Nuku Nuku + TV נוקו נוקו + Универсальная современная девушка-кошка + 万能文化猫娘 (1998) + + + Houma Hunter Lime + JBHL + Jewel BEM Hunter Lime + 宝魔ハンターライム + + + バイブルブラック + BB + Bible Black + Bible Black + Bible Black + Bible Black: La Noche de Walpurgis + Bible Black: La Noche de Walpurgis + Bible Black, sexe et magie noire + Černá bible + Czarna księga + Im Banne des Satans + Juodoji Biblija + Чёрная Библия + + + パンダコパンダ + Panda! Go Panda! + Panda Kopanda + Suur panda ja väike panda + Панда большая и маленькая + + + 슈퍼 그랑조 + Granzote e os Guerreiros a Luz + Madoking Grandzort + Mado King Granzort + Madouou Grandzort + Madou Ou Granzort + Magic King + 魔動王グランゾート + + + ドクタースランプ + Doctor Slump + Doctor Slump 2ed + What a mess Slump e Arale + + + Capitão Harlock - A Odisseia Interminável + Captain Herlock + herlock + Space Pirate Captain Herlock: Outside Legend - The Endless Odyssey + Space Pirate Captain Herlock: Outside Legend - The Endless Odyssey + Space Pirate Captain Herlock: Outside Legend - The Endless Odyssey + + + Living Sex Toy Delivery + lstd + Nikuyoku Gangu Takuhainin + 肉欲玩具宅配人 + + + バブルガムクラッシュ + bgc! + Bubblegum Crash + Bubblegum Crash + Bubblegum Crash! + + + You`re Under Arrest! No Mercy!! + You`re Under Arrest: Taiho Shichau zo + YOU`RE UNDER ARREST ~ 逮捕しちゃうぞ ~ + yua no mercy + + + Patlabor 3 : WXIII + Patlabor WXIII + Patlabor WXIII + Wasted 13: Patlabor the Movie 3 + パトレイバー WXIII + WXIII Kidou Keisatsu Patlabor + WXIII 機動警察パトレイバー + פאטלייבור: הסרט ה-3 + Полиция будущего: Монстр + + + Lo stregone Orphen + Majutsushi Orphen + Öksüz Büyücü + Orphen + Orphen + Orphen le sorcier noir + Orphen lo stregone + Sorcerer Stabber Orphen + Sorcerous Stabber Orphen + SSO + Ορφέας + 魔術士オーフェン + + + Comet + comet-san + Cosmic Baton Girl コメットさん + Cosmic Baton Girl Comet-san + Princess Comet + + + Floral Magician Mary Bell + Flower Witch Marybell + Hana no Mahou Tsukai Marybell + Mary Bell + مغامرات نغم + 花の魔法使いマリーベル + + + Ask Dr. Rin + Dr.リンにきいてみて! + Dr. Rin ni Kiitemite! + rin + + + Adeos le chevalier vaillant + Haou Daikei Ryuu Knight + llrk + Lord of Lords Ryu Knight TV + RyuK + 覇王大系リューナイト + + + スーパーミルクチャン + Super Milk-Chan + + + OH! スーパーミルクチャン + Oh! Super Milk-Chan + המופע של מילק צ`אן + + + GI + ハンターxハンター: Greed Island + Greed Island + Hunter X Hunter - Greed Island + Hunter X Hunter - Greed Island + Hunter X Hunter OVA 2 + HxH GI + HxH OVA 2 + ฮันเตอร์ x ฮันเตอร์ OVA GI + + + Renzu + Renzu: Futari no Kyori + Renzu: Miłosne fotografie + Renzu: The Distance Between the Two + 恋図〜ふたりの距離〜 + + + Knights of Ramune + Knights of Ramune & 40 Fresh + VS Knight Lamune & 40 Fresh + VS Knight Ramune & 40 Fresh + VS騎士ラムネ&40フレシュ + اللعبة الكبرى 2 + + + DBZ Movie 7 + Dragon Ball Z 07 - L`offensive cyborg + Dragon Ball Z 07 - L`offensive des cyborgs + Dragon Ball Z 7 - O Destemido Songoku + Dragon Ball Z: Extreme Battle!! Three Super Saiyajin + Dragon Ball Z: I tre supersaiyan + Dragon Ball Z: Kyokugen Battle!! Sandai Super Saiyajin + Dragon Ball Z: Super Android 13! + Dragon Ball Z: Superandroid #13 + Dragonball Z - The Movie: Angriff der Cyborgs + Tres grandes superguerreiros + ラゴンボールZ 極限バトル!!三大超サイヤ人 + + + Koihime + Koihime + Le pacte des tabous + Love Princess + 恋姫 + + + プロジェクトアームズ + ARMS + Project ARMS + + + Choujin Densetsu Urotsukidouji + Urotsukidoji + Urotsukidōji - La légende du démon (OAV) + Urotsukidōji: Legenda o Superdemonie + Urotsukidoji: Legend of the Overfiend + Urotsukidouji + Ο Θρύλος του Δαίμονα Ουροτσουκιτνότζι + Уроцукидодзи: Легенда о сверхдемоне + 超神伝説 うろつき童子 + + + Gekijouban Marco: Haha o Tazunete Sanzenri + Marco + Marco - Carry a Dream + Marco the Movie + 劇場版 MARCO 母をたずねて三千里 + + + デ・ジ・キャラット + dgc + Di Gi Charat + DiGi Charat + Ди-Ги Карат + + + Battle Skipper School + Bishoujo Yuugekitai Battle Skipper + 美少女遊撃隊バトルスキッパー + + + Bandit King Jing + Jing + Jing: King of Bandits + Jing - roi des voleurs + King of Bandit Jing + King of Bandit Jing + kob + Odorobou Jing + Ou Dorobou Jing + ملك اللصوص - جنق + ג`ינג מלך השודדים + Приключения Джинга + 王ドロボウ JING + + + El Hazard - Le monde alternatif + El Hazard: The Wanderers + El Hazard TV 1 + El-Hazard: Странники + elhaz tv + Эль-Хазард: Странники + 神秘の世界エルハザード (TV) + + + Hamtaro + Hamtaro + Hamtaro + Hamtaro + Hamtaro - Pequenos Hamsters, Grandes Aventuras + Hamtaro - Velike Pustolovine Malog Hrčka + Hamtaro – wielkie przygody małych chomików + Tottoko Hamutarou + هامتارو + המטארו + Χαμτάρο: Μικρά Χάμστερ, Μεγάλες Περιπέτειες + とっとこハム太郎 + + + เซนกิ จอมอสูรสองหน้า + Đồng Tử Công + Kishin Douji Zenki + Legend of Zenki + Tiểu Thần Zenki + Zenki + Zenki + Zenki + Zenki Efsanesi + Zenki, The Demon Prince + 鬼神童子ZENKI + + + きゃんきゃんバニーエクストラ + Can Can Bunny Extra + Deseo Cumplido + + + ジェノサイバー + Genocyber + + + デジモンアドベンチャー02 + Digimon + Digimon 02 + Digimon 02 + digimon2 + Digimon 2 + Digimon Adventure 02 + Digimon Zero Two + Les Digimon - Saison 2 + أبطال الديجيتال 2 + דיג`ימון 2 + + + デジモンテイマーズ + digimon3 + Digimon 3 + Digimon: Îmblânzitorii + Digimon szelídítők + Digimon Tamers + Digimon Tamers + Digimon Tamers + Digimontrenéři + Les Digimon - Saison 3 + أبطال الديجيتال 3 + דיג`ימון 3 + + + チャンス トライアングルセッション + Chance Pop Session + Chance Triangle Session + + + Ginsokiko Ordian + Ginsou Kikou Audian + Ordian + Platinumhugen Ordian + 銀装騎攻オーディアン + + + ハンドメイドマイ + Hand Maid マイ + Hand Maid Mai + HMM OVA + + + pc2dx + pcdx + Pia キャロット へ ようこそ!! 2 DX + Piaキャロットへようこそ!! 2 DX + Pia Carrot e Youkoso!! 2 DX + Welcome to Pia Carrot 2 DX + Welcome to Pia Carrot!! 2 DX + + + 철권 + Tekken + Tekken - Die eiserne Faust + Tekken - Le film + Tekken - The Motion Picture + Tekken: The Motion Picture + 鉄拳 + + + ジーンシャフト + Geneshaft + Gene Shaft + Gene Shaft + + + エリア88 + 에어리어 88 + Area 88 + Area 88 OVA + Περιοχή 88 + + + Aastatuhande näitlejatar + Atriz Milenar + Chiyoko + Chiyoko Millennial Actress + Millenium Actress + Millennium Actress + Millennium Actress + Millennium Actress + Millennium Actress + Millennium Actress + Millennium Actress + Millennium Actress + Millennium Actress Chiyoko + Sennen Joyuu + Sennen Joyuu Chiyoko + Tūkstantmečio aktorė + Vai Diễn Ngàn Năm + Актриса тысячелетия + 千年女優 + + + Flame of Recca + Flame of Recca + FoR + recca + Recca`nın alevi + Rekka no Honoo + لهيب ريكّا + Пламя Рэкки + 烈火之炎 + 烈火の炎 + + + Aqua Age + Blue Green Years + L`âge bleu + Mizuiro Jidai + Temi d`amore tra i banchi di scuola + 水色時代 + + + ルナティックナイト + Die Liebe schlägt zurück! + Lunatic Night + Lunatic Night + Noches de Luna + Τρελή Νύχτα + + + メモリーズオフ 2nd + Memories Off 2 + Memories Off 2nd + MOFF2 + + + Călătoria lui Kino: Lumea frumoasă + kino + Kino no tabi + Kino no tabi + Kino no Tabi: the Beautiful World + Kino`nun Seyahati -Güzel Dünya- + Kino`s Journey + Kino`s Journey + Kino`s Journey + Kinos Journey + Kino`s Journey -the Beautiful World- + Kino`s Journey: The Beautiful World + Kinos resa + Kino`s Travels ~the Beautiful World~ + knt + L`odyssée de Kino + Podróż Kino + Viaje de Kino: El Maravilloso Mundo + -رحلات كينو -العالم الجميل + המסע של קינו + Подорож Кіно ~Прекрасний світ~ + Прекрасный мир кинопутешествия + Путешествие Кино - прекрасный мир + Пътуването на Кино - Прекрасният Свят + キノの旅 -the Beautiful World- + + + Kimagure Orange Road - Ano hi ni Kaeritai + Kimagure Orange Road - I Want to Return to That Day + Kimagure Orange Road - M`agradaria tornar a aquell dia + Kimagure Orange Road - Voglio ritornare a quei giorni + Max & compagnie - Je veux revenir à ce jour + Max et compagnie - Je veux revenir à ce jour + Portakal Yolu: O Güne Geri Dönmek İstiyorum + Капризы Апельсиновой улицы: Я хочу вернуться в тот день + きまぐれオレンジ★ロード あの日にかえりたい + + + ブラックマジックM(マリオ)-66 + Black magic + Black Magic M66 + Black Magic M-66 + + + Saint Beast + Saint Beast: Seijuu Kourin Hen + セイント・ビースト 聖獣降臨編 + + + 라제폰 + RahXephon - Harmonic Convergence + Rahxephon Movie + Rahxephon Pluralitas Concentio + RahXephon - Tagen Hensoukyoku + ラーゼフォン 多元変奏曲 + + + ラストエグザイル + LastEXILE + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + Last Exile + le + O Último Exílio + O Último Exílio + Son Sürgün + Último Exilio + Ultimul Exil + الملاذ الأخير + المنفى الأخير + Изгнанник + Останній вигнанець + 最后流亡 + + + Weiss Kreuz OVA + Weiß Kreuz OVA + Weiss Kreuz Verbrechen & Strafe + Weiß Kreuz: Verbrechen und Strafe + + + Knight Hunters + Weiss Kreuz + Weiß Kreuz TV + Weiβ kreuz ヴァイス クロイツ + White Cross + + + 은하영웅전설 + Galaksi Kahramanları + GED + GinEi + gineiden + GinEnDen + Ginga Eiyuu Densetsu + Heldensagen vom Kosmosinsel + HvK + La Leggenda Degli Eroi Della Galassia + La Leyenda de los Heroes de la Galaxia + Legenda galaktycznych bohaterów + Legend of Galactic Heroes + Legend of the Galactic Heroes + Les héros de la galaxie + LGH + LHG + LoGH + LotGH + أسطورة أبطال المجرة + حرب الكواكب + Галактична історія героїв + Легенда о героях галактики + ЛоГГ + 銀河英雄伝説 + + + Bouken Yuuki Plusterworld + Plusters + 冒険遊記プラスターワールド + + + นารุเอะ อลวนลุ้นรักสาวต่างดาว + Narue + Narue`nin Dünyası + Narue no Sekai + Narue`s world + nns + The World of Narue + 成恵の世界 + + + Nitaboh + Nitaboh: Tsugaru Shamisen Shiso Gaibun + Нитабо: Слава создавшего цугару-сямисэн + Нітабо + 仁太坊-津軽三味線始祖外聞 + + + Virus + Virus Buster Serge + Virus Buster Serge + + + メルティランサー + Melty Lancer + + + スラムダンク + สแลมดั๊งค์ + Basket + SD + SD! + Slam Dunk + Slam Dunk + Slam Dunk + Slam Dunk! + Slam Dunk TV + سلام دانك + Τρίποντο + Слэм-данк + 灌篮高手 + 男兒當入樽 + + + Future Police Urashiman + Mirai Keisatsu Urashiman + Rockikyttä + Rock`n`Cop + Rock`n Cop + Super Durand + Super Durand - Détective de choc + Urashiman + Урасиман: Полиция будущего + 未来警察ウラシマン + + + Game King! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yuugiou + Yuu Gi Ou + 遊戯王 + 遊☆戯☆王 + + + เบย์เบลดภาค 3 ศึกอวสานลูกข่างสายฟ้า + Bakuten Shoot Beyblade G Revolution + Beyblade G + Beyblade G Revolution + Beyblade G Revolution + Beyblade G Revolution + Beyblade revolution + 爆転シュート ベイブレードGレボリューション + + + เบย์เบลด ศึกลูกข่างสะท้านฟ้า + Bakuten Shoot Beyblade + Beibleidai + BeyBlade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade + Beyblade – latające dyski + بي بليد + בייבלייד + БейБлейд + Бейблэйд + 爆転シュート ベイブレード + + + Kidou Senshi SD Gundam + Mobile Suit SD Gundam Mk. I + Super Deformed Gundam MkI + 機動戦士SDガンダム + + + Choujuu Densetsu Gestalt + Gestalt + Gestalt + Гештальт + 超獣伝説ゲシュタルト + + + Happy Lesson + HAPPY☆LESSON + Happy Lesson OVA + HAPPY☆LESSON OVA + HLOVA + + + ジャングルDEいこう! + JUNGLE DE IKOU! + Jungle de Ikou! + + + Magical Chocolate + Magical chocolate + Mahou no Chocolate + MC + 魔法のチョコレート + + + Maison Ikkoku: Deserted Island + Maison Ikkoku: Ikkoku-tou Nanpa Shimatsu ki + MI ova + めぞん一刻番外編 一刻島ナンパ始末記 + + + Maze Bakunetsu Jikuu + Maze Bakunetsu Jikuu OVA + Maze Megaburst Space OVA + Maze OVA + MAZE☆爆熱時空 + + + Fushigi no Umi no Nadia Gekijou you Original Han + Fushigi no umi no Nadia Mechanic Anthologie + Nadia e il mistero di Fuzzy + Nadia från de mystiska haven + Nadia, le secret de l`eau bleue - Le film + Nadia: The Motion Picture + Nadia The Secret of Blue Water + Nadia: The Secret of Fuzzy + The Secret of Blue Water + The secret of blue water + סוד המים הכחולים + ふしぎの海のナディア 劇場用オリジナル版 + + + 파름의 나무 + A Tree of Palme + A Tree of Palme + El Arbol de Palme + Palme no Ki + Un arbre de Palme + Почти человек + パルムの樹 + + + With You ~みつめていたい~ + With You: Mitsumeteitai + 永远和你在一起 + + + Gear Fighter Dendou + GEAR Senshi Dendou + GEAR戦士 電童 + Guard Earth and Advanced Reconnaissance Fighter Dendo + + + Louie + Louie el Soldado Rúnico + Louie the rune soldier + Magical Soldier Louie + Mahou Senshi Louie + Mahou Senshi Riui + Rune Soldier + Rune Soldier + 魔法戦士リウイ + + + Annus Fabulosus - Le marché aux désirs !... + Dorei Ichiba + Slave Market + 奴隷市場 + + + オーバーマン キングゲイナー + okg + Overman King Gainer + Overman King Gainer + 帝皇戰紀 + + + All Purpose Cultural Cat Girl Nuku Nuku DASH! + Bannou Bunka Nekomusume Dash! + Cat Girl Nuku Nuku DASH! + נוקו נוקו דאש + 万能文化猫娘DASH! + + + Demon Hunter Yohko + Devil Hunter Yohko + Devil Hunter Yohko + DHY + Mamono Hunter Youko + Yohko la chasseuse de démons + Yoko: Cacciatrice di demoni + 魔物ハンター妖子 + + + Çılgın Santrafor + hh + hhws + Hungry Heart + Hungry Heart - Wild Striker + Hungry Heart: Wild Striker + La squadra del cuore + Wildstriker + ハングリーハート Wild Striker + Wild Striker + ws + الهداف الهائج - القلب الجائع + + + ステンレスナイト + Noches de acero + Stainless Night + Stainless Night + + + Dragoon + Ryuuki Denshou + 竜機伝承 + + + Chikyuu Bouei Kazoku + Daichis + Earth Defence Family + The Daichis - Earth`s Defense Family + The Family`s Defensive Alliance + 地球防衛家族 + + + Adeos le chevalier vaillant (OAV) + Adeus Legend OVA + Haou Daikei Ryuu Knight: Adeu Legend + Lord of Lords Adeu`s Legend OVA + Lord of Lords Ryu Knight: Adeu`s Legend + Lord of Lords Ryu Knight OVA + 覇王大系リューナイト アデュー・レジェンド + + + Die Abenteuer des Sherlock Holmes + Famous Detective Holmes + holmes + Il fiuto di Sherlock Holmes + Les aventures de Sherlock Holmes + Meitantei Holmes + Meitantei Houmuzu + Sherlock Holmes + Sherlock Holmes, a mesterkopó + Sherlock Hound + شرلوك هولمز + 名探偵ホームズ + + + Angeles Guerreros + Anjos Guerreiros + BAKUNYU Hyper-Battle Ikki Tousen + Battle Vixens + Dragon Girls + Ikki + ikki1 + Ikki-Tosen - Legendary Fighter + Ikkitousen + Ikki Tousen + Ikki Tousen + Ikki Tousen + Ikki Tousen + Ikki Tousen - Dragon Girls + Иккитоусен + Школьные войны + 一騎当千 + + + Bio-Booster Armor Guyver + Guyver + Guyver + Kyoushoku Soukou Guyver (1989) + The Guyver + The Guyver: Bio-Booster Armor + Гайвер + 強殖装甲ガイバー (1989) + + + Venus Senki + Venus Wars + Venus Wars + Venus Wars + Война на Венера + Война на Венере + ヴィナス戦記 + ヴイナス戦記 + + + D・N・ANGEL + ดีเอ็นแองเจิ้ล + DNAngel + DNAngel + D.N.Angel + D.N.Angel + D.N. Angel + D.N. Angel + D.N. Angel + 天使怪盗 + + + Denshin Mamotte Shugogetten! + Mamotte Shugogetten OVA + MSOVA + Protect Me, Heavenly Moon Guardian! OVA + 伝心まもって守護月天! + + + ドラゴンピンク + Dragon Pink + Dragon Pink + Dragon PinK + Dragon Pink:Tale of Three Kitties + + + エスアザーワイズ + EO + E`s + E`s Otherwise + E`s Otherwise + E`s Otherwise + E`s Otherwise + + + ID3rd + IDTM + Initial D - 3e étape + Initial D The Movie + Initial D Third Stage + Initial D Third Stage + 頭文字〈イニシャル〉D THIRD STAGE + + + 기동전사 건담 F-91 + Gundam 0123: Formula 91 + Gundam F91 + Gundam Formula 91 + Kidou Senshi Gundam F91 + Mobile Suit Gundam F91 + Mobile Suit Gundam F91 + Mobile Suit Gundam F91 + 機動戦士ガンダム F91 + + + はだしのゲン + Barefoot Gen + Barfuß durch Hiroshima + Basakojis Genas + Boso przez Hiroszimę + gen + Gen d`Hiroshima + Gen Pés Descalços + Hadashi no Gen + Hiroshiman poika + Paljasjalgne Gen + Yalınayak Gen + حافي القدمين جن + Босоногий Гэн + + + Sakura Taisen: Ecole de Paris + Sakura Taisen: Ecole de Paris + Sakura Taisen ~École de Paris~ + Sakura Wars OVA 3 + サクラ大戦 エコール・ド・巴里 + + + Machine Robo Rescue + mrr + Shutsugeki! Machine Robo Rescue + Sortie! Machine Robo Rescue + 出撃!マシンロボレスキュー + + + Cosmic Stellvia + sotu + Stellvia + Stellvia + Stellvia of the Universe + su + Uchuu no Stellvia + UNS + Космическая Стеллвия + Стелвіа всесвіту + 宇宙のステルヴィア + 宇宙的星路 + + + IDES + Initial D - Extra Stage + Initial D Extra Stage + Initial D Extra Stage + 頭文字D Extra Stage + + + โลกิ ปริศนาแร็กนาร็อค + Demon Detective Roki - Ragnarok + loki + Loki, el detective mítico + Matantei Loki Ragnarok + mlr + Mythical Detective Loki Ragnarok + Mythical Sleuth Loki + rag + أسطورة المحقق لوكي - راجناروك + 魔探偵ロキ RAGNAROK + + + Chrono Trigger + Jikuu Bouken Nuumamonjaa + Time and Space Adventures Nuumamonjaa + 時空冒険ヌウマモンジャー + + + エアマスター + AirMaster + Airmaster + Air Master + AM + سيدة الهواء + + + カレイドスター + Kaleidostar + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star + Kaleido Star: New Wings + Kaleido Star tv + KS + KSTV + KS tv + نجمة كاليدو + קליידו סטאר + Звездата на “Калейдо” + Огни Пёстрой Арены + 星夢美少女 + 百变之星 + 萬花筒之星 + + + マーメイドメロディー ぴちぴちピッチ + Mermaid Melody + Mermaid Melody Pichi Pichi Pitch + mmppp + בנות הים + + + Firestorm + FIRESTORM ファイアーストーム + + + 갓슈벨 + Gash + Gash Bell + Gash Bell tv + Golden Gash Bell!! + kngb + Konjiki no Gash Bell!! + Zatch Bell! + Zatch Bell! + Zatch Bell! + Zatch Bell! + 金色のガッシュベル!! + + + Fantasy Chemistry Series - Wandaba Style + Mousou Kagaku Series: Wandaba Style + wandaba + Wandaba Style + 妄想科学シリーズ ワンダバスタイル + + + すてプリ + สแคร๊ป ปริ๊นเซส + スクラップド・プリンセス + haiki oujo + La Princesa Abandonada + Princesa Preklestva + scraped + scrapped + Scrapped Princess + Scrapped Princess + Scrapped Princess + Scrapped Princess + sp + sutepri + Выброшенная принцесса + 废弃公主 + 廃棄王女 + + + ディア・ボーイズ + DB + Dear Boys + debo + Hoop Days + + + DAQ + Detective Academy Q + Tantei Gakuen Q + TGQ + 探偵学園Q + + + Mugen Senki Fortress + Tank Knights Portriss + 無限戦記ポトリス + + + ブルーシード + Blue Seed + Blue Seed + bs + + + ぱにょぱにょ デ・ジ・キャラット + DiGi Charat Panyo Panyo + Panyo Panyo + Panyo Panyo Di Gi Charat + Panyo Panyo Di Gi Charat + Panyo Panyo Di.Gi.Charat + די ג`י פאנו פאנו + + + Ai wa Kagi no Kazu Dake + Love is the Number of Keys + 愛は鍵の数だけ + + + Cain + Cain - Die Macht der Liebe + めい・king + Making + MeiKing + Mei King + + + Patrulha Estelar + Space Battleship Yamato + Star Blazers + Star Blazers + Uchuu Senkan Yamato + yamato1 + أبطال الفضاء + חלוצי החלל + Διαστημόπλοιο Αργώ + Космический крейсер Ямато + 宇宙戦艦ヤマト + + + Brigade des mœurs + Kamyla + Kamyla + KAMYLA [カミイラ] + + + こわれもの + AndroMaid Aki + Esclava sexual (Slave Doll) + Fragile Hearts + Fragile : Poupée esclave + Kowaremono + Slave Doll + Slave Doll - Maid to Order + + + Popolocrois Monogatari + PoPoLoCrois Story + PoPoLoCrois Tale + ポポロクロイス物語 + + + ファイブカード + 5 Card + Croque Monsieur + Eine handvoll Mädchen + Fivecard + Five Card + Storie al college + + + ピュアメール + Les confessions intimes d`une collégienne + Pure Mail + + + Haruka + Haruka Naru Toki no Naka de: Ajisai Yumegatari + Harukanaru Toki no Naka de ~Ajisai Yumegatari~ + In a Distant Time + In a Distant Time - Der Traum der weißen Hortensie + In a Distant Time: Hydrangea Dream Story + 遙かなる時空の中で 〜紫陽花ゆめ語り〜 + + + Babel II: Beyond Infinity + Babel II: Beyond Infinity + Babel II - Par-delà l`infini + Babel Nisei (2001) + バビル2世 (2001) + + + 13 vies - Une vision du Japon + HS + Human Crossing + Human Crossing Point + Human Scramble + Ningen Kousaten + 人間交差点 + + + カレン + Hardball + Karen + + + Family of Debauchery + Haitoku no Shoujo + Immoral Girls + Διεφθαρμένη Οικογένεια + 淫辱調教~メイド&義母~ (1) + 背徳の少女 + + + Girl Next Door + Tonari no Oneesan + Tonari no Onee-san + となりのお姉さん + + + Charmstone + Kokudo Ou + Las Princesas de Bosaul + Legend of the Black Eye - Kokudohoh + メイド伝説 ~メル&ベルの淫靡な誘い~ + 黒瞳皇 + + + Harlock Saga + Harlock Saga - Der Ring des Nibelungen - Rheingold + Harlock Saga - L`Anneau des Nibelunghen - L`or du Rhin + Harlock Saga: Niibarungu no Yubiwa + Harlock Saga: The Ring of the Nibelung + Harlock Saga: The Ring of the Nibelung - The Rhein Gold + ハーロック・サーガ ニーベルングの指環 -ラインの黄金- + + + Sonic + sonicx + Sonic X + Sonic X + Sonic X + Sonic X + Sonic X + Sonic X + Sonic X + Sonic X + Sonic X + Sonikas X + ソニック X + X סוניק + Соник X + + + Injuu Gakuen La Blue Girl + La Blue Girl + La Blue Girl + La Blue Girl + 淫獣学園 La Blue Girl + + + プリンセス・ロード + Best of Kitty #4 (2) + Erotic Torture Chamber + Princess Road + + + Gekiganger 3 + Gekiganger 3: Nekketsu Daikessen!! + nadesico ova + Гекигангер 3: Жаркая Схватка + ゲキ・ガンガー3 熱血大決戦 + + + エル + EL + El + Él + [él] + Elle + Humanus + X Humanus + + + Injuu Kateikyoushi + Lesson of Darkness + 淫獣家庭教師 + + + A Heat for All Seasons + Kiss + KISSより… + Kiss Yori... + Season Heat + Zum ersten Mal verliebt + + + D4 プリンセス + d4p + D4 Princess + Drill for Princess + + + テクノライズ + téknolàiz + TEX + Texhnolyze + Texhnolyze + TEXHNOLYZE + Texhnolyze + Технолайз + + + ドラゴンナイト + Dragon Knight + + + Taiho Shichau zo: Second Season + You`re Under Arrest 2nd Season + You`re Under Arrest! 2nd Season + You`re Under Arrest! Second Season + yua2 + YUA TV2 + 逮捕しちゃうぞ Second Season + + + Injuu Gakuen La Blue Girl: Fukkatsu Hen + La Blue Girl Rebirth + La Blue Girl Returns + Le retour de la Blue Girl + 淫獣学園 La☆Blue Girl 復活篇 + + + Karakuri Ninja Girl + Karakuri Ninja Girl + KNG + La chica ninja + Ninpou Midare Karakuri + 忍法乱れからくり + + + Majutsushi Orphen Revenge + Öksüz Büyücü 2: İntikam + Orphen 2: Revenge + Orphen Revenge + Orphen Revenge + Sorcerer Stabber Orphen Revenge + Sorcerous Stabber Orphen Revenge + 魔術士オーフェンRevenge + + + A Gratidão do Gato + Das Königreich der Katzen + Haru en el Reino de los Gatos + Katino grįžimas + Kissojen Valtakunta + Království koček + Kráľovstvo mačiek + Le royaume des chats + Macskák királysága + Narzeczona dla kota + Neko no Ongaeshi + O Reino Dos Gatos + O Reino Dos Gatos + The Cat Returns + The Cat Returns the Favor + The Cat`s Repayment + عودة القط + Ο Γάτος Επιστρέφει + Віддяка кота + Возвращение кота + Котката се завръща + Кошачья благодарность + 猫之报恩 + 猫の恩返し + 貓之報恩 + + + Angel`s Tail 2 + Angel Tales OVA + PETS2 + Tenshi no Shippo Chu + Tenshi no Shippo Chu! + TnS2 + 天使のしっぽChu! + + + 수병위인풍첩 용보옥편 + Jubei Ninpucho - Ryuhougyokuhen + Juubee Ninpuuchou - Ryuuhougyoku Hen + Ninja Scroll + Ninja Scroll (2003) + Ninja Scroll (2003) + Ninja Scroll - Die Serie + Ninja Scroll: The Series + Ninja Scroll TV + Ninja Scroll (TV) + nstv + NS tv + Манускрипт ниндзя: Новая глава + 獣兵衛忍風帖「龍宝玉篇」 + + + Injuu Gakuen EX + Lady Blue + Lady Blue Girl + Η Mπλέ Κυρία + 淫獣学園 EX + + + クィーン・エメラルダス + Queen Emeraldas + Queen Emeraldas + + + マスターモスキートン’99 + Master Mosquiton 99 + Master of Mosquiton `99 + Mosquiton tv + + + ブラック・ジャック (1996) + Black Jack (1996) + Black Jack - A Film + Black Jack - Le film + Black Jack - The Movie + Ο Χειρούργος με τα Θεϊκά Χέρια + + + エンジェル・ブレイド + Angel Blade + Angel Blade + Angel Blade + Angel Blade Returns + + + Ike! Ina-chuu Takkyuubu + Ping Pong Club + PPC + Вперед! Школьная секция пинг-понга + Пинг-понг клуб + 行け! 稲中卓球部 + + + アーリーレインズ + Early Reins + Залізниці Дикого Заходу + + + i`m gonna be an angel + I`m Gonna Be An Angel! + tennimon + Tenshi ni Narumon + Tenshi ni Narumon! + tnn + ¡Voy a ser un angel! + 天使になるもんっ! + + + レジェンド・オブ・クリスタニア + Chroniques de la guerre de Lodoss - La légende de Crystania - OAV + Crystania no Densetsu + crystania ova + Legend of Crystania + Legend of Crystania: The Chaos Ring + Lodoss - La légende de Crystania - OAV + Lodoss - The Legend of Crystania OVA + Ο Θρύλος της Crystania + + + ガドガード + Gadguard + Gad Guard + Gad Guard + GG + هاجيكي + + + モルダイバー + Moldiver + Moldiver + Moldiver + + + ex-d DZ + eX-Driver Danger Zone + éX-Driver Danger Zone + eX-Driver - Nina & Rei Danger Zone + エクスドライバー Nina & Rei Danger Zone + Мега-водилы + Экс-Драйвер: Опасная зона + + + スラムダンク (1994) + SDM1 + Slam Dunk (1994) + Slam Dunk Movie 1 + + + National Champions, Sakuragi Hanamichi! + SDM2 + Slam Dunk Movie 2 + Slam Dunk: Zenkoku Seiha da! Sakuragi Hanamichi + スラムダンク 全国制覇だ!桜木花道 + + + SDM3 + Slam Dunk Movie 3 + Slam Dunk: Shouhoku Saidai no Kiki! Moero Sakuragi Hanamichi + スラムダンク 湘北最大の危機!燃えろ桜木花道 + + + SDM4 + Slam Dunk: Hoero Basketman Tamashii!! Hanamichi to Nagarekawa no Nekki Natsu + Slam Dunk Movie 4 + スラムダンク 吠えろバスケットマン魂!!花道と流川の熱き夏 + + + Sexy Commando + Sexy Commando Gaiden: Sugoiyo!! Masaru-san + Sexy Commando Side Story: Amazing! Masaru + セクシーコマンドー外伝 すごいよ!! マサルさん + + + Fencer of Minerva + Fencer of Minerva + Minerva + Minerva + Minerva no Kenshi + ミネルバの剣士 + 合体!剣士タケル&ショウの淫靡な戦い (1) + + + 폭렬헌터 + Bakuretsu Hunters + Sorcerer Hunters TV + 爆れつハンター + + + A Tail of Two Sisters + Charm Point 1: Sister`s Rondo + Charm Point 1 ~シスターズ輪舞~ + Kitty Pleasure Pack #1 (2) + + + Edgar de la cambriole - Mort ou vif + Lupin III: Dead or Alive + Lupin III - Mort ou vif + Lupin III: Trappola Mortale + Lupin Sansei: Dead or Alive + Lupin Sansei Movie 06 + Rupan - Mort ou vif + Rupan Sansei: Dead Or Alive + ルパン三世 DEAD OR ALIVE + + + Edgar de la cambriole - Adieu, Nostradamus ! + Lupin III - Adieu, Nostradamus ! + Lupin III: Die, Nostradamus! + Lupin III: Farewell to Nostradamus + Lupin III: Le profezie di Nostradamus + Lupin III: To Hell with Nostradamus! + Lupin III: To Hell With Nostrodamus + Lupin Sansei: Kutabare! Nostradamus + Lupin Sansei Movie 05 + Lupin the 3rd - Farewell to Nostradamus + Rupan - Adieu, Nostradamus ! + Rupan Sansei: kutabare! nosutoradamusu + ルパン三世 くたばれ!ノストラダムス + + + Edgar de la cambriole - Le trésor d`Harimao + Lupin III: All`inseguimento del tesoro di Harimao + Lupin III - Der Schatz Des Harimao + Lupin III - Le trésor d`Harimao + Lupin III: The Hunt for Harimao`s Treasure + Lupin III: The Pursuit of Harimao`s Treasure + Lupin Sansei: Harimao no Zaihou o Oe!! + Lupin Sansei Special 07 + Lupin the 3rd - The Pursuit of Harimao`s Treasure + Rupan - Le trésor d`Harimao + Rupan Sansei: Harimao no Zaiho wo oe!! + ルパン三世『ハリマオの財宝を追え!!』 + + + ジオブリーダーズ2 魍魎遊撃隊 File-XX 乱戦突破 + Geobreeders 2 + Geobreeders 2: Mouryou Yuugekitai File-XX Ransen Toppa + Geobreeders: Breakthrough + Геоблюстители 2 + + + クレヨンしんちゃん + Cậu bé bút chì + Crayon Shin-chan + Kureyon Shin-Chan + Shinchan + Shinchan + Shin Chan + Shin Chan + Shin-Chan + Shin-Chan + Shin-chan + Shin-Chan + שין צ`אן + 蠟筆小新 + + + Beast Fighter + Beast Fighter + Beast Fighter : L`apocalypse + Demon Beast Battle Front THE APOCALYPSE + Demon Beast Phalanx TV + Maiu Sensen THE APOCALYPSE + Majuu Sensen: The Apocalypse + Majuu Zensen THE APOCALYPSE + 魔獣戦線 THE APOCALYPSE + + + ウルトラマニアック (2003) + Ultra Maniac (2003) + Ultra Maniac TV + UM + UM TV + + + ヴィ・デュラン + Vie Durant + + + Ninku + NINKU + NINKŪ-忍空- + + + Labyrinth Tales + Manie Manie + Manie Manie + Manie-Manie: I racconti del labirinto + Manie-Manie: Labyrinth Tales + Manie-Manie: Meikyuu Monogatari + Manie-Manie 迷宮物語 + Neo Tokyo + Лабиринт сновидений + + + Crash Gear Nitro + Crush Gear Nitro + クラッシュギアNitro + + + First Gundam + Gundam + gundam1 + gundam 79 + Kidou Senshi Gundam + Mobile Suit Gundam + Mobile Suit Gundam: 0079 + MSG + MSG: 0079 + החליפה המונעת גאנדם + Ґандам + 机动战士高达u.c 0079 + 機動戦士ガンダム + + + โมบิลสูทกันดั้ม 0080 วอร์ส อินเดอะ พ็อคเก็ต + Gundam 0080: War in the Pocket + Kidou Senshi Gundam 0080: Pocket no Naka no Sensou + Mobile Suit Gundam 0080: La Guerra in Tasca + Mobile Suit Gundam 0080: War in the Pocket + MSG 0080 + 機動戦士ガンダム 0080 ポケットの中の戦争 + + + โมบิลสูทกันดั้ม 0083 สตาร์ดัสท์ เมมโมรี่ + Gundam 0083: Stardust Memories + Kidou Senshi Gundam 0083: Stardust Memory + Mobile Suit Gundam 0083: Stardust Memory + MSG 0083 + 机动战士高达0083:星尘的回忆 + 機動戦士ガンダム 0083 スターダストメモリー + + + Kidou Senshi Zeta Gundam + Kidou Senshi Z Gundam + Mobile Suit Zeta Gundam + Zeta Gundam + Z Gundam + 机动战士Z高达 + 機動戦士Zガンダム + + + Gundam ZZ + Kidou Senshi Gundam ZZ + Mobile Suit Gundam Double Zeta + Mobile Suit Gundam ZZ + MSGZZ + ZZ Gundam + 機動戦士ガンダムZZ + + + 기동전사 건담 : 역습의 샤아 + โมบิลสูทกันดั้ม: ชาร์ เคาน์เตอร์ แอทแทค + CCA + Gundam: Char`s Counterattack + Gundam - Odwet Chara + Kidou Senshi Gundam: Gyakushuu no Char + Mobile Suit Gundam - Char contre-attaque + Mobile Suit Gundam - Char`s Counter Attack + Mobile Suit Gundam - Char`s Counter Attack + Mobile Suit Gundam: Char`s Counterattack + 机动战士高达 逆袭的夏亚 + 機動戦士ガンダム:逆襲のシャア + + + Kidou Senshi Victory Gundam + Mobile Suit Victory Gundam + V Gundam + Victory Gundam + 機動戦士Vガンダム + + + Time Stranger Kyoko + 時空異邦人Kyoko[タイム ストレンジャー キョーコ] + + + リフレインブルー + RB + Refrain Blue + Refrain Blue + + + Albator 78 + Albator, le corsaire de l`espace + Capitaine Albator, le pirate de l`espace + Capitan Harlock + Capitan Raymar + Die Abenteuer des fantastischen Weltraumpiraten Captain Harlock + El pirata espacial Capitan Harlock + Harlock kapitány + Harlock TV + Space Pirate Captain Harlock + Uchuu Kaizoku Captain Harlock + 宇宙海賊・キャプテンハーロック + + + Albator 84 + Arcadia of My Youth: Infinite Course SSX + Capitan Harlock SSX: Rotta verso l`infinito + Harlock 84 + Mi juventud en la Arcadia: camino del infinito SSX + My Youth in Arcadia: Endless Road SSX + Waga Seishun no Arcadia: Mugen Kidou SSX + わが青春のアルカディア・無限軌道SSX + + + Captain Harlock: Mystery Of The Arcadia + El pirata espacial Capitán Harlock: el misterio de la Arcadia + Harlock Movie 1 + Kapitonas Harlokas: Arkadijos Paslaptis + Space Pirate Captain Harlock: Riddle of the Arcadia Episode + Uchuu Kaizoku Captain Harlock: Arcadia-gou no Nazo + 宇宙海賊キャプテン・ハーロック アルカディア号の謎 + + + 내 청춘의 아르카디아 + Albator 84 le film - L`Atlantis de ma jeunesse + Arcadia of My Youth + Capitão Harlock e a nave Arcadia + Harlock Movie 2 + Harlock, o Pirata do Espaço + L`Arcadia della mia giovinezza + Mi juventud en la Arcadia + My Youth in Arcadia + Vengeance of the Space Pirate + Waga Seishun no Arcadia + わが青春のアルカディア + + + Gundam 0079 Movie Trilogy Part I + โมบิลสูท กันดั้ม เดอะมูวี่ I + Kidou Senshi Gundam I Gekijouban + Mobile Suit Gundam - Film I + Mobile Suit Gundam I + Mobile Suit Gundam I + Mobile Suit Gundam - Movie I + Mobile Suit Gundam Movie I + Mobile Suit Gundam - The Movie Trilogy Part I + 劇場版 機動戦士ガンダム I 特別編 + 机动战士高达.电影第1部.大地上的高达 + + + 5 star stories + Beş Yıldız Öyküleri + Five Star Stories + The Five Star Stories + Герои пяти планет + Истории от петте звезди + ファイブスター物語 + + + Dante, seigneur des démons + Demon Lord Dante + Demon Lord Dante + Mao Dante + Maou Dante + 魔王ダンテ + + + サブマリン スーパー99 + SS99 + Submarine 99 + Submarine Super 99 + Submarine Super 99 + + + Kasumin 3rd Series + カスミン (第3シリーズ) + + + ラヴ ウェーブ + Luv Wave + Luv Wave + Meilės Bangos + Волна любви + + + Docteur R. Hirazaka gynécologue + Night Shift Nurses + Night Shift Ward + NSN + Yakin Byoutou + Νυχτερινές Νοσοκόμες + 夜勤病棟 + + + Cris et Châtiments + Inma Seiden + Inma Seiden + Inma Seiden: The Holy War Against The Devil + Inma Seiden: The Legend Of The Beast Of Lust + Orgasmo Letal + Shin Seiki Inma Seiden + 新世紀 淫魔聖伝 + + + NightWalker + Night Walker: Mayonaka no Tantei + Night Walker - Midnight Detective + Night Walker -真夜中の探偵- + + + Munto + Munto + MUNTO ムント + Мунто + + + Cyber Formula: Shinseki-GPX + Future GPX Cyber Formula + Shin Seiki GPX Cyber Formula + 新世紀GPXサイバーフォーミュラ + 新世纪GPX + 高智能方程式 + + + デトネイター・オーガン + Detonator Orgun + Detonator Orgun + + + Magical Project Pretty Sammy + Magical Project Pretty Sasami + Magical Project S + Mahou Shoujo Pretty Sammy (1996) + MPS + pretty sammy tv + sammy tv + Tenchi Muyo: Magical Project Pretty Sammy + 魔法少女プリティサミー(1996) + + + Fortune Quest OVA + Fortune Quest: Yo ni mo Shiawase na Boukensha-tachi + フォーチュン・クエスト ~世にも幸せな冒険者たち~ + + + フォーチュンクエストL + Fortune Quest L + Fortune Quest TV + Un`avventura fantastica + الكنز المفقود + + + カナリア + Canary + + + ベターマン + Betterman + + + Shusaku + Shusaku The Letch + 臭作 + + + Le dortoir des grandes + Le dortoir des grandes - vol. 1-2 + Shusaku Replay + Shusaku The Letch - Replay + 臭作 ~Replay~ + + + アウトランダーズ + Outlanders + Outlanders + + + デビルマンレディー + DevilLady + Devilman Lady + The Devil Lady + + + Descendant of the Dark + Descendants of Darkness + Descent into Darkness + Eredi del buio + The Darker Descendant + Yami no Matsuei + Yami no matsuei: Ostatni synowie ciemności + YnM + Нащадки пітьми + Потомки тьмы + 闇の末裔 + + + おねがい☆ツインズ + One2 + Onegai Twins + onetwo + ot2 + otw + otwins + Please2 + Please Twins + Please Twins! + Prašau Dvyniai + أرجوكم التوأم + Пожалуйста! Близнецы + + + みずいろ (2003) + Mizuiro (2003) + Mizuiro OVA 2 + The Sky-Blue (Non-H- OAV) + + + Yuu Yuu Hakusho: Meikai Shitou Hen - Honoo no Kizuna + Yu Yu Hakusho : A Batalha Mortal no Meikai + Yu Yu Hakusho: Fight for the Netherworld + Yu Yu Hakusho Movie 2 + Yu Yu Hakusho - The Movie - Poltergeist Report + Yu Yu Hakusho: The Movie - Poltergeist Report + 幽遊白書 冥界死闘篇 炎の絆 + + + Castles in the Air + Castles in the sky + On Your Mark + On Your Mark + On Your Mark CHAGE & ASKA + oym + + + After War Gundam X + Gundam X + Kidou Shin Seiki Gundam X + Mobile New Century Gundam X + Mobile Suit Gundam X + Poválečný Gundam X + 機動新世紀ガンダムX + + + Kaitei Choutokkyuu Marine Express + L`espresso sottomarino + Marine Express + Marine express + Osamu Tezuka`s Marine Express + Tezuka Special TV Memorial Box + Undersea Super Train: Marine Express + 海底超特急マリン・エクスプレス + + + Attack #1 + Attack # 1 + Attack No.1 + Attack No. 1 + Attack Number 1 + Attack Number One + Les Attaquantes + Mila + Mila, a szupersztár + Mila Superstar + Mimì e la nazionale di pallavolo + アタックNo.1 + Quella magnifica dozzina + + + Gakuen Sodom + Professor Pain + Professor Pain - Sein Lehrstock ist der Schwanz + Schule der Perversionen + Sexo y violencia en las aulas + 学園ソドム + + + mihoshi + Tenchi Muyo - Mihoshi, la policière galactique + Tenchi Muyo! Mihoshi Special + Tenchi Muyou! Bangaihen: Galaxy Police Mihoshi Space Adventure + 天地無用!番外編 ~宇宙刑事美星 銀河大冒険~ + + + ガルフォース ETERNAL STORY + Gall Force: Eternal Story + Űramazonok 1 - Az örök történet + Η Φρουρά του Γαλαξία + + + Matchless King Tri-Zenon + Mutekioh TRI-ZENON + The King Of Invincibility TRI-ZENON + Tri Zenon + 無敵王トライゼノン + + + DBZ Movie 3 + Dragon Ball Z 03 - Le combat fratricide + Dragon Ball Z 3 - A Grande Batalha + Dragon Ball Z: Chikyuu Marugoto Chou-Kessen + Dragon Ball Z - La grande battaglia per il destino del mondo + Dragon Ball Z: Największy pojedynek na świecie + Dragon Ball Z: O Filme + Dragonball Z: Suuri taistelu + Dragon Ball Z - The Movie: Die Entscheidungsschlacht + Dragonball Z - The Movie: Die Entscheidungsschlacht + Dragon Ball Z: The Tree of Might + Dragon Ball Z: The Ultimate Decisive Battle Over Earth + Superbatalla na Terra + دراجن بول زد : شجرة القوى + ドラゴンボールZ 地球まるごと超決戦 + + + DBZ Movie 4 + Dragon Ball Z 04 - La menace de Namec + Dragon Ball Z 04 - La menace de Namek + Dragon Ball Z 4 - Super Saya Son Goku + Dragon Ball Z: Goku é um Super Saiyajin + Dragon Ball Z: La sfida dei guerrieri invincibili + Dragon Ball Z: Lord Slug + Dragon Ball Z: Nameczanin + Dragon Ball Z: Super Saiyajin da Songokuu + Dragon Ball Z: Super Saiyajin Son Goku + Dragonball Z - The Movie: Super-Saiyajin Son-Goku + Son Gokuh superguerreiro + ドラゴンボールZ 超サイヤ人だ孫悟空 + + + Princesse Millenium + Queen Millennia Movie + Queen Millennia Movie + Shin Taketori Monogatari: 1000-nen Joou (1982) + Shin Taketori Monogatari: Sen-Nen Joou + Королева тысячелетия (фильм) + 新竹取物語・1000年女王 (1982) + + + Adieu 999 + Adieu Galaxy Express 999 + Goodbye 999 + Goodbye Galaxy Railway 999: Andromeda Terminal + Sayonara 999 + Sayonara Galaxy Express 999 + Sayonara Ginga Tetsudou 999: Andromeda Shuuchakueki + さよなら銀河鉄道999 -アンドロメダ終着駅- + + + Judo Boy + Judo Boy + Kurenai Sanshirou + 紅三四郎 + + + Di Gi Charat - Le voyage vers la planète + Di Gi Charat Movie: A Trip To The Planet + Gekijouban Di Gi Charat: Hoshi no Tabi + 劇場版 Di Gi Charat[デ・ジ・キャラット] 星の旅 + + + ミニパト + MiniPato + Mobile Police Patlabor Minimum + + + ブルージェンダー ザ・ウォリアー + Blue Gender - Harcra született + Blue Gender Movie + Blue Gender: Războinicul + Blue Gender The Movie + Blue Gender - The Warrior + Blue Gender: The Warrior + Blue Gender - Zrozen k boji + + + 2 סטריט פייטר + ストリートファイターII V + Street Fighter 2 V + Street Fighter 2 Victory + Street Fighter II V + Street Fighter II V + Street Fighter II V + Uliczny wojownik II: V + Уличен Боец 2 + + + Animation Runner Kuromi + Animation Runner Kuromi + Animation Runner Kuromi + Animation Seisaku Shinkou Kuromi-chan + ark + Kuromi + Куроми работает над аниме + アニメーション制作進行くろみちゃん + + + Blackmail 2 + Kyouhaku II + Kyouhaku Second: Mou Hitotsu no Ashita - The Animation + The Blackmail II: The Animation + 脅迫II + 脅迫Ⅱ[セカンド] ~もうひとつの明日~ THE ANIMATION + + + Hamelin no Violin Hiki (1997) + Le violoniste d`Hamelin + Violinist of Hamelin (1997) + Violinist of Hameln (1997) + voh + ハーメルンのバイオリン弾き (1997) + + + Behind Closed Doors + La mansión de los vicios + Le manoir des vices + Waver + Waver + WAVER(ウェーバー) + + + Kidou Keisatsu Patlabor Gekijouban + Mobile Police Patlabor: The Movie + Patlabor + patlabor1 + Patlabor 1 + Patlabor - Mobile Police + Patlabor Movie 1 + Patlabor - The Movie + פאטלייבור: הסרט ה-1 + Полиция будущего + 機動警察パトレイバー 劇場版 + + + Kidou Keisatsu Patlabor (1989) + Mobile Police Patlabor (1989) + Patlabor + patlabor tv + TV פאטלייבור + 機動警察パトレイバー (1989) + + + Parasite Dolls + Parasite Dolls + Parasite Dolls + PARASITE DOLLS [パラサイトドールズ] + Ляльки-паразити + Хищные куклы + + + スーパークマさん + Super Bear + Super Kuma-san + + + シンデレラボーイ + CiBo + Cinderella Boy + Cinderella Boy + Efeito Cinderela + + + Narutaru + Narutaru: Mukuro Naru Hoshi Tama Taru Ko + nt + Shadow Star + Shadow Star Narutaru + なるたる ~骸なる星・珠たる子~ + + + Gatsu + Guardian Hearts + がぁーでぃあんHearts + + + A Canção do Cordeiro + Canção da Ovelha + Hitsuji no Uta + HnU + Lament of the Lamb + Les lamentations de l`agneau + Sheep`s Song + Song of Sheep + Song of the Sheep + Песента на агнето + Песнь агнца + 羊のうた + + + Arabian Nights: Sindbad no Bouken (1975) + Przygody Sindbada + Przygody Sindbada Żeglarza + Shirab il ragazzo di Bagdad + Simbad + Sinbad le marin + Sindbad + Sindbad + Sindbad + Sindbad the Sailor + Szindbád + The Arabian Nights: Adventures of Sinbad + مغامرات سندباد + Σεβάχ ο Θαλασσινός + アラビアンナイト シンドバットの冒険 + + + ドミニオン + Dominion + Dominion – pancerna policja + Dominion Tank Police + Dominion Tank Police + Dominion Tank Police + dtp + Tank police + + + A Káprázat Lángjai + Flăcările iluziei + Honoo no Mirage + Mirage of Blaze + 炎の蜃気楼(ミラージュ) + + + jojo + JoJo no Kimiyona Boken + JoJo no Kimyou na Bouken + JoJo`s Bizarre Adventure + JoJo`s Bizarre Adventure - DVD 3 & 4 + Jo Jo`s bizarre adventures + JoJo`s Bizarre Adventure (suite) + Le bizzarre avventure di JoJo + הרפתקואותיו הביזריות של ג`וג`ו + ジョジョの奇妙な冒険 + + + jojo 2000 + Jojo no Kimyou na Bouken (2000) + JoJo`s Bizarre Adventure + JoJo`s Bizarre Adventure - DVD 1 & 2 + Jojo`s bizarre adventures - Prequel + Jojo`s wonderful adventures + הרפתקואותיו הביזריות של ג`וג`ו (2000) + ジョジョの奇妙な冒険 (2000) + + + Kounai Shasei + Pictures from High School + School life sketches + Tales of Misbehavior + Tales of Sintillation + Tales of Titillation + Tales of Tittilation + Tales Trilogy + Непристойные истории + 校内写生 + + + Desperate Love 1989 + Everlasting Love 1989 + Zetsuai 1989 + 絶愛ー1989ー + + + Bronze + BRONZE ZETSUAI since1989 + Bronze Zetsuai since 1989 + Bronze: Zetsuai ~ Since 1989 + + + Ai no Kusabi + Ai no kusabi: Miłość na uwięzi + Love Wedge + The Space Between + Wedge of Love + Клин Любви + 間の楔 + + + Kizuna + KIZUNA~絆~ + + + Keiraku no Houteishiki Level-C + Level C + Level-C + Level-C + Pleasure Education Level-C + 快楽の方程式 LEVEL-C + + + Boku no Sekuhara + Boku no sexual harassment + Malos Entendidos + My Sexual Harassment + My Sexual Harassment + Pratiche fuori orario + 僕のセクシャルハラスメント + + + Ginga Teikoku no Metsubou Gaiden: Aoki Ookami Tachi no Densetsu + La leggenda dei lupi blu + Legend of the Blue Wolves + Legend of the Four Horsemen + The legend of the blue wolf + 銀河帝国の滅亡・外伝 蒼き狼たちの伝説 + + + Il Poema del Vento e degli Alberi + Kaze to Ki no Uta: Seinaru ka na + Song of Wind and Trees + 風と木の詩 SANCTUS-聖なるかな- + + + Lesson XX + + + Fish in the trap + Osakana wa Ami no Naka + おさかなはあみの中 + + + ヱデンズ ボゥイ + エデンズ ボゥイ + 3DENs BOwY + EB + Eden`s Bowy + EDENs BOwY + + + Tokio Kidou Police + Tokio Private Police + TOKIO機動ポリス + Tokyo Police Privée + Tokyo Private Police + TPP + Ιδιωτική Ασφάλεια Τόκιο + + + Lupin III: Il ritorno di Pycal + Lupin III: Return of Pycal + Lupin III: Return of the Magician + Lupin RoP + Lupin Sansei: Ikiteita Majutsushi + Rupan Sansei: Ikiteita Majutsushi + ルパン三世 生きていた魔術師 + + + Bizarre Cage + Ryouki no Ori 2 + The Bizarre Cage + 猟奇の檻 -第2章- + + + Hamelin no Violin Hiki + Violinist of Hamelin + Violinist of Hamelin - The Movie + Violinist of Hameln + voh the movie + ハーメルンのバイオリン弾き + + + YAWARA! + Cinturó Negre + Ginger a princesa do iudo + yawara + Yawara! + Yawara! A Fashionable Judo Girl + Явара! + + + เจ้าหนูอะตอม + AB + Astro + Astroboy + AstroBoy + Astro Boy + Astro Boy + Astro Boy (2003) + ASTRO BOY 鉄腕アトム + Tetsuwan Atom (2003) + الفتى أسترو + + + ケロケロちゃいむ + Kero Kero Chime + kkc + + + ワイルドアームズ + Arme pierdute + Veszett fegyverek + Wild Arms + Wild Arms + Wild Arms + Wild Arms TV + Wild Arms - Twilight Venom + Wild Arms Twilight Venom + + + Edgar de la cambriole - Le secret du Twilight Gemini + Lupin III - Der Diamant der Dämmerung + Lupin III: Il diamante Penombra + Lupin III - Le secret du Twilight Gemini + Lupin III: The Secret of Twilight Gemini + Lupin Sansei Special 08 + Lupin Sansei: Twilight Gemini no Himitsu + Lupin the 3rd: The Secret of Twilight Gemini + Rupan - Le secret du Twilight Gemini + Rupan Sansei: Twilight Gemini no Himitsu + ルパン三世『トワイライト☆ジェミニの秘密』 + + + Mak Dau Goo Si + McDull dans les nuages + My Life as McDull + חיי כמק`דאל + 麥兜故事 + + + Elderly Person Z + Old Person Z + Roujin Z + Roujin Z + 老人Z + + + ザ・コクピット + The Cockpit + The Cockpit + The Cockpit: Kamikaze Stories + + + Shihaisha no Tasogare + Twilight of the Dark Master + Twilight of the Dark Master + Twilight of the Dark Master + 支配者の黄昏 Twilight Of The Dark Master + + + Edgar de la cambriole - Le dragon maudit + Lupin III - Der Goldene Drache + Lupin III - Le dragon maudit + Lupin III: Spada Zantetsu, infuocati! + Lupin III: Zantetsu Sword Is On Fire + Lupin III: Zantetsu Sword is on Fire + Lupin Sansei: Moeyo Zantetsuken + Lupin Sansei Special 06 + Lupin the 3rd: Dragon of Doom + Lupin the 3rd: Dragon of Doom + Rupan - Le dragon maudit + Rupan Sansei: Moeyo Zantetsuken + 燃えよ斬鉄剣 + + + Cosmo Warrior Zero + Cosmo Warrior Zero + Cosmowarrior Zero + Cosmowarrior Zero + Cosmowarrior Zero + Cosmo Warrior Zero - La jeunesse d`Albator + CWZ + Космічний вояка Зеро + コスモウォーリアー零 + + + Mermaid Forest + Ningyo no Mori + Rumic World 4 + Лес русалок OVA + 人魚の森 + + + キャンディ・キャンディ (1992) + Au pays de Candy : Le film + Candy Candy (1992) + CC1992 + Şeker Kız Candy Film + Кенди-Кенди (1992) + + + Ihatov Gensou: Kenji no Haru + Kenji`s Spring + Spring and Chaos + Весна і хаос + Весна Кенджі + Весна Кэндзи + イーハトーブ幻想 Kenjiの春 + + + Edgar de la cambriole - Épisode : 0 - First Contact + Lupin III: C’era una volta … Lupin + Lupin III Episode 0: First Contact + Lupin Sansei Episode 0: `First Contact` + Lupin Sansei Special 14 + Rupan Sansei Episode: 0 `First Contact` + ルパン三世EPISODE:0(ゼロ) 『ファーストコンタクト』 + + + ダイバージェンス・イヴ + DE + deve + Divergence Eve + eve + + + Edgar de la cambriole - Le secret de Mamo + Lupin III - Le secret de Mamo + Lupin III: Lupin Vs the Clone + Lupin III: Secret of Mamo + Lupin III: The Mystery of Mamo + Lupin III: The Secret of Mamo + Lupin Sansei: Lupin vs Fukusei-ningen + Lupin Sansei Movie 01 + Rupan vs Fukusei-ningen + ルパンvs複製人間 + Люпен III: Тайна Мамо + + + ボンバーマン ジェッターズ + BJ + BMan + Bomberman Jetters + + + Custom Dorei + custom slave + Custom Slave + カスタム隷奴 + + + เซนต์เซย์ย่า + Áo Giáp Vàng + Cavaleiros do Zodíaco + I Cavalieri dello Zodiaco + Knights of the Zodiac + Les chevaliers du zodiaque + Los Caballeros del Zodiaco + Mistyczny Wojownik Seiya + Os Cavaleiros do Zodíaco + Rycerze Zodiaku + Saint Seiya + Zodiac Knights + 圣斗士星矢 + 聖闘士星矢(セイントセイヤ) + + + Exorciste S.A. - Yugen Kaisha + Phantom Quest Corp + Phantom Quest Corp. + Phantom Quest Corporation + PQC + Yuugen Kaisha + 幽幻怪社 + + + BBG + bb gaiden + Bible Black Gaiden + Bible Black: Los Orígenes + Bible Black Origins + Bible Black, sexe et magie noire : Les origines + Czarna Księga: Początek + Чёрная Библия: Происхождение + バイブルブラック 外伝 + + + ブリガドーン まりんとメラン + Brigadoon + BRIGADOON まりんとメラン + Brigadoon Marin to Melan + + + Shishunki Bishoujo Gattai Robo Z-MIND + zmind + Z-Mind + 思春期美少女合体ロボ ジーマイン + + + Detective Goddess + Megami Tantei Vinus File + 女神探偵 VINUS FILE + + + Ail Maniax: Inma Seifuku Kari & Majo Kari no Yoru ni + Maniax + Maniax + アイルMANIAX ~淫魔制服狩り&魔女狩りの夜に~ + + + グリーングリーン (2003) + GGTV + Green Green + Green Green (2003) + Green Green TV + Green Green TV + أخضر أخضر + Грийн Грийн + Жаркое лето + Зелень + + + แฮปปี้ เลสซั่น แอดวานซ์ + Happy Lesson Advance + HAPPY☆LESSON ADVANCE + HLA + + + ぽぽたん + Popotan + Popotan + ppt + Попотан + + + Da Capo + dc + D.C. + D.C.~ダ・カーポ~ + D.C.: Da Capo + + + Momoko Kaeru + Momoko, Kaeru no Uta ga Kikoeru yo + My Sister Momoko + もも子、かえるの歌がきこえるよ。 + + + New Angel + Shin Angel + Shin Angel + 新・エンジェル + + + Idol Boueitai Hummingbird + Idol Defense Force Hummingbird + アイドル防衛隊ハミングバード + + + CLAMP Gakuen Tanteidan + CLAMP Gakuen Tanteiden + Clamp School Detectives + Clamp School Detectives + CLAMP学園探偵団 + Detectives CLAMP + Szkoła detektywów CLAMP + + + Hime-chan + Hime-chan no Ribbon + Hime-chan`s Ribbon + Sihirli Kurdele + Un fiocco per sognare Un fiocco per cambiare + 姫ちゃんのリボン + + + Ecstasy Phrase + Kaikan Phrase + KAIKAN[快感]フレーズ + KP + Sensual Phrase + كايكن فريز + + + La légende de Lemnear + Legend of Lemnear + Legend of Lemnear - A Lenda de Lemnear + Legend of Lemnear: Jet Black Wings of Valkisas + Legend of Lemnear: Kyokuguro no Tsubasa Valkisas + Legend of Lemnear: Skrzydła ostatecznego mroku + Legend of Lemnear - Valkysas, the Wings of Ultimate Darkness + Legend of Lemnear 極黒の翼 バルキサス + lemnear + Lemneros Legenda + lol + O Θρύλος της Lemnear + Varukisas + Легенда о Лемнеар + + + ギブリーズ + Ghiblies + Giburiizu + Гиблисы + + + RT + Rumic Theater + Rumic World TV + Rumiko Takahashi Anthologie + Rumiko Takahashi Anthology + Rumiko Takahashi Anthology + Rumiko Takahashi Theater + Takahashi Rumiko Gekijou + Театр Румико Такахаси + 高橋留美子劇場 + + + ba ova + Battle Athletes + Battle Athletes OVA + Battle Athletess Daiundoukai + バトルアスリーテス大運動会 + + + Banana Split + pc2 + Pia キャロット へ ようこそ!! 2 + Piaキャロットへようこそ!! 2 + Pia Carrot 2 + Pia Carrot e Youkoso!! 2 + Welcome to Pia Carrot 2 + + + kintaro + kintarou + Salaryman Kintarou + サラリーマン金太郎 + + + Elf no Wakaokusama + elven bride + The Elven Bride + エルフの若奥様 + + + Kaitou Saint Tail + Mysterious Thief Saint Tail + Saint Tail + 圣少女 + 怪盗 セイント・テール + + + 7o7 + 7 of 7 + 7 of Seven + NaNa 7 of 7 + Nana Seven of Seven + Seven of Seven + Shichinin no Nana + 七人のナナ + + + Akazukin Chacha + chacha + chacha tv + Red Riding Hood Chacha + 赤ずきんチャチャ + + + Pia Carrot e Youkoso!! Gekijouban: Sayaka no Koi Monogatari + Pia Carrot - The Movie + Piaキャロットへようこそ!! 劇場版 ~さやかの恋物語~ + Welcome to Pia Carrot!! The Movie: Sayaka`s Love Story + + + Hurricane Polymar: Holy Blood + Hurricane Polymer: Holy Blood + Shin Hurricane Polymer + 新・破裏拳ポリマー + + + Gatcham + Gatchaman + Gatchaman 1994 + Gatchaman Collection + Gatchaman - La bataille des planètes + Kagaku Ninja-Tai Gatchaman 1994 + 科学忍者隊ガッチャマン (1994) + + + Alien from the Darkness + Injuu Alien + L`alien des ténèbres + Lust Alien + 淫獣エイリアン + + + Divine Love + D+vine Luv + D+VINE[LUV][ディヴァイン ラヴ] + Dvine Luv + Dvine [Luv] + + + Tiger Mask II + Tiger Mask Nisei + Uomo Tigre 2 + النمر المقنع + タイガーマスク二世 + + + タイガーマスク + L`uomo tigre + Tiger Mask + Tigermasken + Tygrysia Maska + + + Dream Hazard + Dream Hazard: Akuma no Program + Επικίνδυνο Όνειρο + ドリームハザード -悪魔のプログラム- + + + ピアニスト + Der Pianist + Pianist + The Pianist + + + 명탐정 코난: 베이커가의 망령 + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 6 ตอน ปริศนาบนถนนสายมรณะ + cm6 + Das Phantom der Baker Street + Détective Conan - Film 6 + Detective Conan: Movie 6 + Detective Conan: Movie 6: The Phantom of Baker Street + Detective Conan: The Phantom of Baker Street + Meitantei Conan: Baker Street no Bourei + خيال شارع بيكر + 名探偵コナン ベイカー街の亡霊 + 贝克街的亡灵 + + + トラブルチョコレート + tc + Trouble Chocolate + + + Akazukin Chacha (1995) + Akazukin Chacha OVA + 赤ずきんチャチャ (1995) + + + First Night + Pirmoji Naktis + Shoya: Virgin Night + Virgin Night + 初夜 -ヴァージン・ナイト- + + + Kaitouranma: The Animation + keitouranma + Samurai: Hunt for the Sword + 快刀乱麻 THE ANIMATION + + + Crayon Shin-chan - Film 11 + Crayon Shin-chan Movie 11 + Eiga Crayon Shin-chan: Arashi o Yobu Eikou no Yakiniku Road + 映画 クレヨンしんちゃん 嵐を呼ぶ栄光のヤキニクロード + + + Fatal Fury - Le film + Fatal Fury: The Motion Picture + Garou Densetsu: The Motion Picture + 餓狼伝説 + + + Shin Choujin Densetsu Urotsukidouji Mataiden + Urotsukidoji 2 + Urotsukidōji II: Legenda o łonie demona + Urotsukidoji II: Legend of the Demon Womb + Urotsukidōji II - L`enfant errant (OAV) + Urotsukidouji 2 + Уроцукидодзи: Возвращение сверхдемона + 真・超神伝説うろつき童子 魔胎伝 + + + ドラゴン・ライダー + Dragon Rider + + + A Lenda do Demônio + Choujin Densetsu Urotsukidouji 3 + Return of the Overfiend + Urotsukidoji 3 + Urotsukidoji III: Legend of Overfiend + Urotsukidōji III - Le retour du démon + Urotsukidoji III: Return of the Overfiend + Urotsukidoji III - Return of the Overfiend Collection + Urotsukidōji: Powrót Superdemona + Urotsukidouji 3 + Уроцукидодзи: Тайна сверхдемона + 超神伝説うろつき童子 未来編 + + + Choujin Densetsu Urotsukidouji 4: Infernal Road + Inferno Road + Urotsukidoji 4 + Urotsukidoji IV: Inferno Road + Urotsukidōji IV - L’apocalypse continue ! + Urotsukidōji: Piekielna droga + Urotsukidouji 4 + Уроцукидодзи: Возрождение сверхдемона + 超神伝説うろつき童子 放浪篇 + + + エンゼル・コップ + Angel Cop + Angel Cop + + + Joou-sama wa M Dorei + Maitresse et soumissions + Queen and Slave + 女王様はM奴隷 + + + Baki The Grappler - The Ultimate Tournament + Grappler Baki Chapter of The Maximum Tournament + Grappler Baki Saidai Tournament Hen + Grappler Baki: Saidai Tournament Hen + Grappler Baki TV 2 + グラップラー刃牙(バキ) 最大トーナメント編 + + + SGvNG + SGvsNG + Shin Getter Robo Tai Neo Getter Robo + Shin Getter Robo VS Neo Getter Robo + 真ゲッターロボ対ネオゲッターロボ + + + ダーティペア (1987) + Dirty Pair (1987) + Dirty Pair OVA + + + Dark + Dark + Vanilla Series - Dark + 堕楽 + + + Banner of the Stars Movie + Battle Flag of The Stars Special + Seikai no Senki Special + Seikai no Senki Tokubetsuhen + 星界の戦旗 特別編 + + + Hen + Strange Love + + + + Dragon Century + Ejderhanın Devri + Ryuu Seiki + 竜世紀 + + + Eiken + Eiken Eikenbu yori Ai wo Komete + エイケン エイケンヴより愛をこめて + + + Bothersome Witch Doremi + Doremi + DoReMi + Dorémi Magique + DoremiS1 + Magical DoReMi + Magical Dorémi + Ojamajo Doremi + Useless Witchgirl Doremi + دو ري مي + おジャ魔女どれみ + + + Dokkoida + Dokkoida?! + Dokkoider !? + Sumeba Miyako no Cosmos-sou Suttoko Taisen Dokkoida + דוקוידה + Доккойда + 住めば都のコスモス荘 すっとこ大戦ドッコイダー + + + イノセンス + 공각기동대 2 이노센트 + Cidade Assombrada - Inocência + Duch w pancerzu II: Niewinność + Dvasia šarvuose 2: Nekaltybė + Fantasma do Futuro 2: Inocente + Ghost in the shell 2 + Ghost in the Shell 2 - Innocence + Ghost in the Shell 2 - Innocence + Ghost in the Shell 2: Innocence + Ghost in the Shell 2: Innocence + Ghost in the Shell 2: Innocence + Ghost in the Shell 2 - L’attacco dei cyborg + Ghost in the Shell - Innocence + Ghost in the Shell: Niewinność + GitS2 + GitS INNOCENCE + Hing anumas 2: Süütus + Innocence + Kabuktaki Hayalet 2: Masumiyet + Koukaku Kidoutai: INNOCENCE + Дух в оболонці: Невинність + Призрак в доспехах 2: Невинность + Призрак в доспехах: Невинность + Призрак в черупка 2 : Невинност + + + 사랑의 천사 웨딩피치 + ตำนานเทพธิดาแห่งรัก เวดดิ้งพีช + Ai Tenshi Densetsu Wedding Peach + Legend of the Angel of Love, Wedding Peach + Love Angel Legend Wedding Peach + Wedding Peach + Wedding Peach + wp + Легенда об ангеле любви: Свадебный Персик + 愛天使伝説 ウェディングピーチ + + + Ai Tenshi Densetsu Wedding Peach DX + 웨딩 피치 DX + Wedding Peach Deluxe + Wedding Peach DX + Wedding Peach DX + 愛天使伝説 ウェディングピーチDX + + + One Piece: Avventura all`Isola Spirale + One Piece: Clockwork Island Adventure + One Piece Movie 2 + One Piece: Nejimaki Jima no Bouken + OP Movie 2 + ワンピース ねじまき島の冒険 + + + R.O.D -THE TV- + Čti nebo zemři + Read or Die - Betűk bűvöletében + Read or Die - Citeşte sau mori + Read Or Die TV + Read or Dream + R.O.D - The TV + R.O.D -THE TV- + R.O.D: The TV + rodtv + ROD TV + إقرأ أو مت + Прочти или умри TV + Читай або помри ТБ + + + プラネテス + PES + Planetes + Planetes + Planetes + Planetes + Planetes + Planetes + PLANET-ES + Planètes + كواكب إي أس + ΠΛΑΝΗΤΕΣ + ΠΛΑΝΗΤΕΣ + Планетес + Планети + Странники + 星空清理者 + + + A eternidade desejada por você + Die Ewigkeit, die du dir wünschst + kgne + Kimi ga Nozomu Eien + kiminozo + KiNoEi + La Eternidad que Deseas + L`Eternitat que Desitjes + Rumbling Hearts + Rumbling Hearts + The Eternity You Wish For + Wieczność, której pragniesz + القلوب المحطمة + Бажана тобою вічність + Беспокойные сердца + Вечността, която желаеш + Вечность на твой выбор + 君望永远 + 君が望む永遠 + + + ndtp + New Dominion Tank Police + New Dominion Tank Police + New Dominion Tank Police + New Dominion Tank Police + New Dominion Tank Police + Policja pancerna Dominium + Tokusou Senshatai Dominion + 特捜戦車隊ドミニオン + + + Isaku Respect + Le dortoir des grandes - vol. 3 + 遺作 ~Respect~ + + + Aura Battler Dunbine + Holy Warrior Dunbine + Seisenshi Dunbine + 聖戦士ダンバイン + + + ストレンジ・ドーン + StD + Strange Dawn + Strange Dawn + الحماة الأبطال + + + Inuyasha 2 - O Castelo de Sonhos no Espelho + Inuyasha - A Film 2: Kastély a tükör mögött + InuYasha: Dream Castle Inside the Mirror + Inuyasha: Kagami no Naka no Mugenjou + InuYasha - The Castle Beyond the Looking Glass + InuYasha - The Movie 2: The Castle Beyond the Looking Glass + InuYasha The Movie 2: The Castle Beyond the Looking Glass + IY Movie 2 + 犬夜叉 鏡の中の夢幻城 + + + Big O Roger + THEビッグオー + The Big O + The Big O + The Big O + + + DBZ Movie 8 + Dragon Ball Z 08 - Broly le super guerrier + Dragon Ball Z 08 - Bruly le super guerrier + Dragon Ball Z 8 - A Força Suprema + Dragon Ball Z: Broly - The Legendary Super Saiyan + Dragon Ball Z: Burn Your Spirits to the Max!! Close Battle - Violent Battle - Super Bloody Battle + Dragon Ball Z - Der Legendäre Super-Saiyajin + Dragon Ball Z: Ignite!! Burning Fight - Greater Fight - Super Conflict Fight + Dragon Ball Z: Ignite!! Hard Fight - Furious Fight - Super Severe Fight + Dragon Ball Z: Il Super Saiyan della leggenda + Dragon Ball Z: Legendarny super-Saiyanin + Dragon Ball Z: Moetsukiro!! Nessen - Retsusen - Chou Gekisen + Estala o duelo + ドラゴンボールZ 燃え尽きろ!!熱戦・烈戦・超激戦 + + + DBZ Movie 11 + Dragon Ball Z 11 - Attaque super warrior + Dragon Ball Z 11 - Bio Broly + Dragon Ball Z: Bio-Brolly + Dragon Ball Z: Bio-Broly + Dragon Ball Z: L`irriducibile bio-combattente + Dragon Ball Z: Super Senshi Gekiha!! Katsu no wa Ore da + Dragon Ball Z: Super Soldiers Annihilate!! The Winner Will Be Me + Dragonball Z - The Movie: Angriff der Bio-Kämpfer + ドラゴンボールZ 超戦士撃破!!勝つのはオレだ + + + Mademoiselle Météo + Otenki Onee-san + Pogodynka + Weather Report Girl + והרי התחזית + お天気お姉さん + + + Gundam Wing: Endless Waltz + Gundam Wing Endless Waltz OVA + Mobile Suit Gundam Wing - Endless Waltz - OAV + New Mobile Report Gundam Wing: Endless Waltz + Shin Kidou Senki Gundam W: Endless Waltz + 新機動戦記ガンダムW エンドレス・ワルツ + + + スチームボーイ + Buhar Çocuk + Garo vaikis + Gőzfiú + Het kleine stoomjongentje + Jaunojo Stimo nuotykiai + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Steamboy + Стимбой + Стімбой + Хлопчик-пара + + + Ange des ténèbres + Angel of Darkness + Angel of Darkness + aod + El Angel de la Oscuridad + Injuu Kyoushi + 淫獣教師 + + + Android Ana Maico 2010 + Android Announcer Maico 2010 + maico + アンドロイド・アナ MAICO 2010 + maico2010 + maico 2010 + + + ふぁんたじあ + Fantasia + Girl from Phantasia + + + ヴァリアブル・ジオ + Variable Geo + + + バイオハンター + BioHunter + Biohunter + BioHunter + Biohunter + Bio Hunter + Biołowca + + + หุ่นนักสู้สะท้านปฐพี จี กันดั้ม + g gundam + Kidou Butouden G Gundam + Mobile Fighter G Gundam + Mobile Fighter G-Gundam + مقاتل جوال الجاندام جي + 機動武闘伝Gガンダム + + + ∀ガンダム + ∀ Gundam + TaG + Turn A Gundam + 倒A高达 + + + メタルファイター・MIKU + Metal Fighter Miku + Metal Fighters - Frauen aus Stahl + + + HyperDoll + Hyper Doll + Hyper-Doll: Mew & Mica The Easy Fighters + Rakushou! Hyper Doll + Superbohaterki + 楽勝! ハイパードール + + + Dangaio + Dangaioh: Hyper-Combat Unit + Dangaiou + Great Planet Evil-Destroyer Dangaio + Hajataisei Dangaio + Hajataisei Dangaioh + Haja Taisei Dangaiou + 破邪大星弾劾凰[ダンガイオー] + + + Bakuto Sengen Daigander + Daigunder + דאיגנדר + Νταϊκούντερ + 爆闘宣言ダイガンダー + + + Pocket Monsters: Mizu no Miyako no Mamorigami Latias to Latios + Pocket Monsters - The Water Capital`s Guardian Deities: Latias & Latios + Pokémon 5: Bohaterowie + Pokémon Heroes - Der Film + Pokemon Heroes: Latias and Latios + Pokémon Heroes - Latios & Latias + Pokémon Heroes: Latios & Latias + Pokemon: Movie 5 + Πόκεμον: Ήρωες + ポケットモンスター 水の都の護神 ラティアスとラティオス + + + Mamotte Shugogetten! + Moi et mon ange gardien + mstv + ms tv + Protect Me, Heavenly Moon Guardian! + 守护月天 + まもって守護月天! + + + Théo ou la batte de la victoire - Après ton passage + Touch 3, After You Passed By + Touch 3: Kimi ga Toorisugita Ato ni - Don`t Pass Me By + Touch 3: Since When Have You Gone - Don`t Pass Me By + タッチ3 君が通り過ぎたあとに -DON`T PASS ME BY- + + + みゆき + Miyuki + Miyuki + Salut les filles + Tommy et Magalie + Vacaciones de verano + + + Desert Island Story XX + Mujintou Monogatari XX + Plan Sexus + 無人島物語XX + + + DNAハンター + DNA Hunter + DNA Hunter + Insémination artificielle + + + Apocalypse Zero + Kakugo no Susume + 覚悟のススメ + + + マジカルトワイライト + Magical Twilight + Mágico Anochecer + Majikaru + + + デ・ジ・キャラットにょ + dgc nyo + Di Gi Charat Nyo + Di Gi Charat Nyo + Digi Charat Nyo + + + Taiho Shichau zo Special + You`re Under Arrest! Mini Specials + You`re Under Arrest! TV Special + YUA Special + YUA! Special + 逮捕しちゃうぞ Special + + + Samurai Shodown + Samurai Shodown The Motion Picture + Samurai Spirits: Haten Gouma no Shou + Самурайский дух - Фильм + サムライスピリッツ 破天降魔の章 + + + Bondage Queen Kate + Hot Sandy Planet + Kate in geheimer Mission + Mission extrême + Nessa no Wakusei + Space of Hot Desert + Κate, η Σκλάβα Βασίλισσα + 囮捜査官ケイト~牝犬~ + 熱砂の惑星 + + + Hika Ryoujoku: The Lust of Shame + Hika Ryoujoku: Wana ni Hamatta Futari + lust of shame + 悲花陵辱~罠にはまった義兄妹(ふたり)~ + + + ヤーリマクイーン + Sex Demon Queen + Yarima Queen + + + Everyday is Sunday + Everyday seems Sunday + Mainichi ga Nichiyoubi + MgN + 毎日が日曜日 + + + Girl`s Game + Tragic Silence + Tragic Silence: Shoujo Yugi + Tragic Silence 少女遊戯 + + + Bakuretsu Hunters OVA + Ganso Bakuretsu Hunters + Sorcerer Hunters - OAV + Sorcerer Hunters OVA + 元祖 爆れつハンター + + + Shojyo Koakuma Kei: The Writhing Women + Shoujo Koakuma Kei + 少女小悪魔系 + + + Baoh + Baoh le visiteur + Baoh Raihousha + Baoh the Visitor + バオー来訪者 + + + シティーハンター + CHun1 + City Hunter + city hunter 1 + City Hunter 1st Series + City Hunter (Staffel 1) + Nicky Larson + Şehir Avcısı + Городской охотник + + + Romance of the Three Kingdoms + ROTK + Sangokushi + Yokoyama Mitsuteru Sangokushi + صقور الأرض + 横山光輝 三国志 + + + Goshogun: The Time Etranger + Sengoku Majin Goushougun: Toki no Etranger + Time Stranger + 戦国魔人ゴーショーグン 時の異邦人[ÉTRANGER[エトランゼ]] + + + btx + B`t x + B`t X + B`T X ビート・エックス  + 钢铁神兵 + + + Ankoku Shinden Takegami + god + Guardian of Darkness + Takegami + Takegami War God + 暗黒神伝承 武神 ~十六夜情話~ + + + Baśnie Braci Grimm + Grimm + Grimm legszebb meséi + Grimm Masterpiece Playhouse + Grimm Masterpiece Theater + Grimm Meisaku Gekijou + Grimm`s Fairy Tale Classics + Grimm`s Fairy Tales + Grimms Märchen + Raconte-moi une histoire + Soñar con los ojos abiertos + في جعبتي حكاية + אגדות האחים גרים + Театр шедевров братьев Гримм + グリム名作劇場 + + + Mail Order Maiden 28 + Nanjin 28 + Nankyoku 28 Gou + 南極28号 + + + Change!! Getter Robo + Change!! Getter Robo: Sekai Saigo no Hi + Change!! True Getter Robo - The Final Days of the World + Getter Robo: Armageddon + Shin Getter Robo: The Last Day + 真(チェンジ!!)ゲッターロボ 世界最後の日 + + + マジンガーZ + Mazinga Z + Mazinger Z + Mazinger Z + Mazinger Z + Mazinger-Z + Mazinger Zeta + TranZor Z + مازينجر-Z + + + Devilman contre Mazinger Z + Mazinga Z contro Devilman + Mazinger Z tai Devilman + Mazinger-Z Versus Devilman + マジンガーZ対デビルマン + + + Mazinga Z contro il Generale Nero + Mazinger Z tai Ankoku Daishougun + Mazinger Z vs Ankoku Daishougun + Mazinger-Z vs General Dark + Mazinger-Z vs General of Darkness + マジンガーZ対暗黒大将軍 + + + マジンカイザー + Mazinkaiser + + + Mazinkaiser - Deathmatch! General Dark + Mazinkaiser - Deathmatch! General of Darkness + Mazinkaiser - OVA 8 + Mazinkaiser - Shitou! Ankoku Dai Shogun + マジンカイザー 死闘!暗黒大将軍 + + + ゲッターロボ + Getta: Το Σούπερ Ρομπότ + Getter Robo + Space Robot + + + グレートマジンガー + Gran Mazinger + Great Mazinger + Il Grande Mazinga + مازنجر + + + Brave King GaoGaiGar + GaoGaiGar: King of Braves + GaoGaiGar TV + GGG + Yuusha Ou GaoGaiGar + 勇者王 + 勇者王ガオガイガー + + + とらいあんぐるハート ~Sweet Songs Forever~ + triangle heart + Triangle Heart: Sweet Songs Forever + + + 풀 메탈 패닉 후못후 + フルメタル・パニック? ふもっふ + FMPF + FMP:F + FMP? F + fmp fumoffu + fullmetal panic + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Full Metal Panic? Fumoffu + Fullmetal Panic? Fumoffu + Fumoffu + Стальная тревога: Фумоффу + Стальная тревога? Фумоффу + 全金属狂潮2 + + + Samurai Spirits 2: Asura Zanmaden + SAMURAI SPIRITS 2 ~アスラ斬魔伝~ + Самурайский дух OVA + + + ダークサイド・ブルース + Darkside Blues + Darkside Blues + Darkside Blues + Darkside Blues + Darkside Blues + Блюз тёмной стороны + Дарксайд: Тёмный мститель + + + UFOロボ・グレンダイザー + Atlas Ufo Robot + Fleed, Ο πρίγκιπας του διαστήματος (Fleed, the prince of the universe) + Goldorak + Goldrake + UFO Robo Grendizer + UFO Robot Goldorak + UFO Robot Grandizer + جرندايزر + גרנדייזר + Δούκας Fleed (Duke Fleed) + Грендайзер + + + &#321;owca Dusz + Senkaiden Houshin Engi + SH + SHE + Soul Hunter + Soul Hunter + Soul Hunter + Soul Hunter - Im Auftrag der Unsterblichen + Soul Hunter - Senkaiden Hōshin Engi + 仙界伝 封神演義 + + + ไจแอนท์ โรโบ ภาควันที่โลคหยุดนิ่ง + ジャイアントロボ + Giant Robo + Giant Robo + Giant Robo + Giant Robo: The Animation + Giant Robo: The Animation - The Day the Earth Stood Still + Giant Robo - The Day the Earth Stood Still + Гигантский робот + Робот-гигант + + + La revanche des Gobots + Machine Robo: Chronos no Gyakushuu + Machine Robo: Revenge of Chronos + マシンロボ クロノスの大逆襲 + + + Hallelujah Boy + Hareluya II Boy + ハレルヤIIBOY + + + God Mars + Rokushin Gattai GodMars + Six God Combination God Mars + 六神合体ゴッドマーズ + + + GodMars the Movie + Rokushin Gattai GodMars (1982) + Six God Combination God Mars Movie + 六神合体ゴッドマーズ (1982) + + + ゴッドマジンガー + God Mazinger + + + Mahou Shinshi Gekijou Risky Safety + Omishi Magical Theater: Risky Safety + Omishi Mahou Gekijou: Risky/Safety + Risky Safety + Волшебный театр Омиси: Риски и Сэйфти + 臣士魔法劇場 リスキー★セフティ + + + パレードパレード + Parade Parade + Parade Parade + Parade Parade + + + Violence Jack + Violence Jack: Harlem Bomber + Violence Jack - Slumking + Violence Jack: Slum King + Zalim Jack: Düşmüş Diyarın Kralı + バイオレンス・ジャック/ハーレムボンバー編 + + + Acoso en el Instituto + Injuu Onna Kyoushi + School of Darkness + Schule der dämonischen Exzesse + 淫獣女教師 + + + Peacock King: Spirit Warrior + Shin Kujakuou + Spirit Warrior (1-2) + 真・孔雀王 + + + Lupin III: In Memory of the Walther P38 + Lupin III: Island of Assassins + Lupin III: Nome in codice Tarantola + Lupin III: Walther P38 + Lupin Sansei Special 09 + Lupin Sansei: Walther P38 - In Gedenken an die Walther P38 + Lupin Sansei: Walusa P38 - In Gedenken an die Walther P38 + Lupin the 3rd - Island of Assassins + Rupan Sansei: Warusa P38 - In Gedenken an die Walther P38 + ルパン三世 ワルサーP38 + + + Edgar de la cambriole - Le complot du clan Fûma + Lupin III: La cospirazione dei Fuma + Lupin III - Le complot du clan Fûma + Lupin III: Plot of the Fuma Clan + Lupin III - The Fuma Conspiracy + Lupin III: The Fuma Conspiracy + Lupin III: The Fuma Conspiracy + Lupin Sansei: Fuuma Ichizoku no Inbou + Lupin Sansei Movie 04 + Rupan Sansei: Fuma Ichizoku no Imboo + ルパン三世 風魔一族の陰謀 + + + 강철의 연금술사 + แขนกลคนแปรธาตุ + Alchimistul de Oţel + El Alquimista de Acero + El Alquimista de Acero + FMA + fmatv + fma tv + Full Matal Alchemist/Stalowy Alchemik + Fullmetal + Full Metal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist + Fullmetal Alchemist - A Bölcsek kövének nyomában + Giả Kim Thuật + Hagane no Renkinjutsushi + HagaRen + HagaRen TV + HnR + Metalinis Alchemikas + Metal Simyacı + O Alquimista de Aço + Ocelový alchymista + Pełno-metalowy alchemik + الخيميائي المعدني + الكيميائي المعدني الكامل + אלכימאי המתכת + פמ"א + Ο Μεταλλικός Αλχημιστής + Железният Алхимик + Металният Алхимик + Напълно Металния Алхимист + Сталевий алхімік + Стальной алхимик + Стоманеният алхимик + Суцільнометалевий алхімік + 鋼の錬金術師 FULLMETAL ALCHEMIST + 钢之炼金术士 + 钢之炼金术师 + 钢炼 + + + Android Kikaider - The Animation + Artificial Humanoid Kikaider + Humanoid Kikaider + Humanoid Kikaider + Jinzou Ningen Kikaider the Animation + 人造人間キカイダーTHE ANIMATION + + + kikaider-01 + Kikaider 01 The Animation + キカイダー01 THE ANIMATION + + + Fighting Spirit: Champion Road + Hajime no Ippo: Champion Road + Ippo le challenger - Champion Road + はじめの一歩 -Champion Road- + + + Fist of the North Star - Shin Hokuto no Ken + Ken il Guerriero - La Trilogia + New Fist of the North Star + Shin Hokuto no Ken + Shin Hokuto no Ken - Fist of the North Star + Кулак полярной звезды: Новая эра + 新・北斗の拳 + + + Fist of the North Star Part 2 + FOTNS 2 + hnk2 + Hokuto no Ken 2 + Ken - Fist of the North Star 2 + Ken le survivant 2 + Seikimatsu Kyuuseishu Densetsu - Hokuto no Ken 2 + 世紀末救世主伝説 北斗の拳2 + + + ドラゴンナイト4 + Dragon Knight 4 + Dragon Knight 4-ever + Dragon Knight: Wheel of Time + + + Edgar de la cambriole - Destination danger + Lupin III: Dark Order of Assassination + Lupin III - Der Höllentrip + Lupin III - Destination danger + Lupin III: Il pericolo è il mio mestiere + Lupin III: Orders to Assassinate Lupin + Lupin III: Voyage to Danger + Lupin Sansei: Lupin Ansatsu Shirei + Lupin Sansei Special 05 + Lupin the 3rd: Voyage To Danger + Rupan - Destination danger + Rupan Sansei: Rupan Ansatsu Shirei + 「ルパン三世」 ルパン暗殺指令 + + + Lupin III: From Russia With Love + Lupin III: Il tesoro degli zar + Lupin Sansei: Russia Yori Ai o Komete + Lupin Sansei Special 04 + Lupin the 3rd - From Moscow with Love + Rupan Sansei: Roshia yori Ai wo Komete + Люпен III: Из России с любовью + ロシアより愛をこめて + + + Babilon aranykincse + Edgar de la cambriole - L`or de Babylone + Lupinas Trečiasis - Babilono Aukso Legenda + Lupin III: La leggenda dell`oro di Babilonia + Lupin III - L`or de Babylone + Lupin III: The Golden Legend of Babylon + Lupin III - the gold of Babylon + Lupin III: The Gold of Babylon + Lupin III: The Legend of the Gold of Babylon + Lupin Sansei: Babylon no Ougon Densetsu + Lupin Sansei Movie 03 + Rupan Sansei: babiron no oogon densetsu + ルパン三世 バビロンの黄金伝説 + + + Mewtwo vs. Mew + Pocket Monsters: Mewtwo no Gyakushuu + Pokémon az első film - Mewtwo visszavág + Pokémon: den första filmen - Mewtvå slår tillbaka + Pokémon - Der Film: Mewtu gegen Mew + Pokémon: Elokuva + Pokémon - Filmen + Pokémon: filmen + Pokémon – film pierwszy + Pokémon: Film Pierwszy + Pokémon: İlk Film + Pokemon - Mewtwo Strikes Back + Pokemon: Movie 1 + Pokemon o Filme - Mewtwo Contra Mew + Pokémon: První film + Pokémon: Prvý film + Pokemon - The First Movie + Pokemon: The First Movie - Mewtwo Strikes Back + פוקימון: הסרט הראשון - מיוטו מכה שנית + Покемон: Мюцу наносит ответный удар + ポケットモンスター ミュウツーの逆襲 + + + Pocket Monsters: Celebi Toki o Koeta Deai + Pokémon 4: Die zeitlose Begegnung + Pokemon 4Ever + Pokémon 4Ever + Pokémon 4Ever + Pokemon 4Ever: Celebi - A Voz Da Floresta + Pokemon 4Ever: Celebi - Voice of the Forest + Pokémon 4Ever - Matka aikojen halki + Pokemonas amžiams + Pokemon - Celebi, A Timeless Encounter + Pokémon för alltid: Celebi, skogens röst + Pokémon: Głos lasu + Pokemoni zauvijek + Pokemon: Movie 4 + Pokémon Navždy: Celebi - Hlas lesa + פוקימון לנצח + Πόκεμον για Πάντα + Покемон навсегда + Покемон: Сереби — встреча за пределами времени + ポケットモンスター セレビィ 時を超えた遭遇 + + + Pocket Monsters: Kesshoutou no Teiou + Pokemon 3 + Pokémon 3 + Pokémon 3 + Pokémon 3 + Pokémon 3: Im Bann der Icognito + Pokemon 3: Kristallitorni + Pokémon 3 : Le sort des Zarbis + Pokemon 3: Lord of the Unknown Tower + Pokemon 3 - O Feitiço dos Unown + Pokémon 3: Unowns Förtrollning + Pokemon 3: Zaklęcie Unown + Pokémon 3: Zaklęcie Unown + Pokemonai 3 + Pokémon: Az Öntudatlan betűi + Pokemon: Movie 3 + Unown פוקימון 3: ההרפתקה של + Покемон: Повелитель кристальной башни + ポケットモンスター 結晶塔の帝王 + + + Taiho Shichau zo The Movie + You`re Under Arrest - Le film + You`re Under Arrest The Motion Picture + You`re Under Arrest - The Movie + You`re Under Arrest - The Movie + You`re Under Arrest! The Movie + YUA Movie + 逮捕しちゃうぞ the MOVIE + + + Ninja Cadets + Ninja Mono + Ninja者 + + + それゆけまりんちゃん + Let`s Go Marine-chan + Marine A Go-Go + Soreyuke Marin-chan + + + Choujikuu Yousai Macross - Ai Oboete Imasu ka + Clash of the Bionoids + Macross – Alguem se lembra do amor? + Macross: Az Űrcsatahajó + Macross - Do You Remember Love + Macross DYRL + Macross: Maailman isoin taistelukone + macross movie + Macross, te rappelles-tu de l`amour ? + The Super Dimension Fortress Macross Do You Remember Love + 超時空要塞マクロス 愛・おぼえていますか + + + Ayane-chan High Kick + Ayane`s High Kick + 綾音ちゃんハイキック + + + メゾ + Mezzo + Mezzo + Mezzo - Danger Service Agency + Mezzo - Danger Service Agency + Mezzo DSA + Mezzo TV + Mezzo TV Danger Service Agency + Mezzo: Игра со смертью + + + on-chan + On-chan, Dream Power Big Adventure! + On-chan, Yume Power Daibouken! + onちゃん夢パワー大冒険! + + + Galaxy Railways + GaRa + Ginga Tetsudou Monogatari + gr + grail + The Galaxy Railways + The Galaxy Railways + 銀河鉄道物語 + 银河铁道物语 + + + 100 Istorijų + 100 Stories + Hundred Stories + KHM + Kousetsu Hyaku Monogatari + Kyogoku Natsuhiko Kosetsu Hyaku Monogatari + Natsuhiko Kyougoku`s Worldly Horror Stories + Requiem from the Darkness + Requiem from the Darkness + Requiem from the Darkness + Requiem from the Darkness + 京極夏彦 巷説百物語 + + + ガンスリンガー・ガール + GSG + Gunslinger Girl + Gunslinger Girl + Gunslinger Girl + Gunslinger Girl + Gunslinger Girl + Gunslinger Girl + Gunslinger Girl + Silahşör Kız + Школа убийц + 枪姬 + 神槍少女 + + + ガングレイヴ + ggr + ggrave + Gungrave + Gungrave + Gungrave + Gungrave + Gungrave + Silah Mezarlığı + Гангрейв + Ґанґрейв + Убийца с того света + + + Grandeek Gaiden + Grandeek: Gaiden + Grandeek Sidestory + Grandeek: The Alternative + GRANDEEK-外伝- + + + Hades Project Zeorymer + Meioh Project Zeorymer + Mei Ou Project Zeorymer + MoPZ + Zeoraima - Project Hades + Zeorymer + 冥王計画ゼオライマー + + + As Misteriosas Cidades de Ouro + A titokzatos aranyvárosok + Cities of Gold + De gåtfulla guldstäderna + Die geheimnisvollen Städte des Goldes + Esteban + Esteban and the Seven Cities of Gold + Esteban: The Child of the Sun + Les mystérieuses cités d`or + MCoG + Taiyou no Ko Esteban + Tajemnicze złote miasta + The Mysterious Cities of Gold + أحلام ذهبية + ערי הזהב הנסתרות + Тайнствените златни градове + Эстебан, сын Солнца + 太陽の子エステバン + + + 무밍 + ムーミン + Moomin (1969) + Mumin + Múmin + Muumin + Muumin + وادي الامان + + + ムーミン (1972) + Moomin (1972) + Muumin (1972) + New Moomin + Shin Muumin + 新ムーミン + + + 무민 잉글리쉬 + Delightful Moomin Family + Fun Family Moomin + I Mumindalen + Les Moomins + Los Mumins + Moomin + Moomin + Moomin + Múmínálfarnir + Mumínci + Muminki + Mumins + Mumitroldene + Mummitrollet + Muumilaakson tarinoita + Muumioru lood + Muumit + Tanoshii Muumin Ikka + The Moomins + The Tales from Moominvalley + TMI + Troliai Mumiai + وادي الأمان + המומינים + 小肥肥一族 + 楽しいムーミン一家 + + + (2) המומינים + Delightful Moomin Family: Adventure Diary + Fun Family Moomin: Adventure Diary + Les Moomins (suite) + Moominland, un mondo di serenità + Tanoshii Muumin Ikka: Bôken Nikki + Tanoshii Muumin Ikka Bouken Nikki + TMIBN + 楽しいムーミン一家 冒険日記 + + + Kojin Jugyou + Private Psycho Lesson + 個人授業 + + + Bondage Game + Bondage Game: Shinsou no Reijou-tachi + El juego de las esclavas + ボンデージ・ゲーム -深窓の隷嬢達- + + + La Principessa della Luna: Le vere Cronache + Lenda Lunar Tsukihime + Mėnulio Princesės Legenda + Moon Princess + Shingetsutan Tsukihime + The Lunar Chronicle + Tsukihime + Tsukihime + Tsukihime - Legenda Lunii + Tsukihime - Lunar Legend + Легенда за лунната принцеса + Повесть о лунной принцессе + Принцеса Місяця ~Лунні хроніки~ + 月姬 + 真月譚 月姫 + 真月谭月姬 + + + Odysseus 31 + u31 + Uchuu Densetsu Ulysses 31 + Ulises 31 + Ulisses 31 + Ulisses 31 + Ulysse 31 + Ulysses + Ulysses 31 + Οδύσσεια του διαστήματος + 宇宙伝説ユリシーズ31 + + + クライング フリーマン + Crying フリーマン + Crying Freeman + Crying Freeman + Crying Freeman + + + Pocket Monsters: Maboroshi no Pokemon Lugia Bakutan + Pokémon 2000 + Pokémon 2000 - Bízz az erőben + Pokémon 2: Die Macht des Einzelnen + Pokémon 2: En Güçlü O + Pokémon 2 - Ensam är stark + Pokémon 2 - kun én har styrken + Pokémon 2 : Le pouvoir est en toi + Pokémon 2 - O Poder Único + Pokémon 2: Síla jednotlivce + Pokémon 2: Uwierz w swoją siłę + Pokemon 2: Yhden voimalla + Pokemonai 2000 + Pokemon: Movie 2 + Pokemon - The Movie 2000 + Pokemon The Movie 2000: The Power of One + פוקימון 2: כוחו של האחד + Πόκεμον: Η δύναμη του ενός + Покемон 2000 : Филмът + Покемон: Появление призрачного покемона Лугии + ポケットモンスター 幻のポケモンルギア爆誕 + + + Gosenzo San`e + Masquerade + Η Μεταμφίεση + 御先祖賛江 + + + 원더풀 데이즈 + ワンダフル・デイズ + สงครามผ่าโลกอนาคต + Ihania päiviä + Mavi Gökyüzü + Nuostabios Dienos + Sky Blue + Sky Blue + WD + Wonderful Days + Wonderful Days + Wonderful Days + Wonderful Days - Die Tage der Hoffnung + Zkáza Ecobanu + ימים נפלאים + Фантастические дни + Чудесни Времена + Чудесные дни + + + Demon City Shinjuku + Demon City Shinjuku + Demon City Shinjuku + Hell City Shinjuku + Makai Toshi Shinjuku + Monster City + 魔界都市〈新宿〉 + + + Edgar de la cambriole - Goodbye Lady Liberty + Lupin III: Bye Bye Liberty Crisis + Lupin III - Goodbye Lady Liberty + Lupin III: Lupin e il mago dei computers + Lupin Sansei: Bye Bye Liberty - Kiki Ippatsu! + Lupin Sansei Special 01 + Rupan Sansei: Bai Bai Ribatii - Kiki Ippatsu! + ルパン三世 バイバイ・リバティー・危機一発! + + + キャッツ・アイ + Cat`s Eye + Cats Eye + Ein Supertrio + Ein Supertrio - Cat`s Eye + Katzenauge + Occhi di Gatto + Signé Cat`s Eye + عين القط + + + ヴィシャス + Vicious + Vicious + Vicius + + + Cat Soup + Nekojiru-sou + Nekojiru Udon + Кошачий суп + ねこぢる草 + + + Sakura Taisen: Sumire + Sakura Taisen Sumire Kanzaki Intai Kinen: Su Mi Re + Sakura Taisen - Sumire Kanzaki quitte la scène ~Su Mi Re~ + Sakura Wars Sumire Kanzaki Retirement Show ~Su Mi Re~ + Sakura Wars: Sumire Kanzaki`s Retirement Commemoration ~Su-mi-re~ + 『サクラ大戦』~神崎すみれ引退記念~「す・み・れ」 + + + まっすぐにいこう。 + Go forward + Let`s go straight ahead! + Massugu ni Ikou + MnI + + + ぷりんせすARMY - ウェディング★COMBAT - + Princess Army + Princess Army -Wedding Combat- + Princess Army Wedding Combat! + + + Dirty Pair Project EDEN + Dirty Pair Project E.D.E.N. + Dirty Pair: Project EDEN + Dirty Pair: Projekt E.D.E.N. + Dirty Pair - Projet Eden + Project E.D.E.N. + ダーティペア the Movie + + + Star Knight Tekkaman Blade + Tekkaman Blade + Teknoman + Uchuu no Kishi Tekkaman Blade + Uchuu no Kishi Tekkaman Blade + Τέκνομαν + 宇宙の騎士テッカマンブレード + 宇宙骑士 + + + Maris the Chojo + Rumic World 2 + Rumic World The Choujo (Supergal) + Марис Сильнейшая + るーみっくわーるど ザ・超女(スーパーギャル) + + + Sengoku Kidan Youtouden Gekijouban + Wrath of the Ninja + Yotoden Movie + Гнев ниндзя - Фильм + 戦国奇譚 妖刀伝 劇場版 + + + Kidou Senshi SD Gundam Mk-II + Mobile Suit SD Gundam Mk II + Super Deformed Gundam MkII + 機動戦士SDガンダム Mk-II + + + Wind -a breath of heart- Omake OVA + Ветер: Дыхание сердца - Омакэ + + + Choujikuu Seiki Orguss + orguss + Orguss TV + Super Dimension Century Orguss + 超時空世紀オーガス + + + Demon Beast City + La cité interdite + La città delle bestie incantatrici + Nuodėmingas Miestas + Poderes Eróticos + Supernatural Beast City + Wicked City + Wicked City + Wicked City + Wicked City + Youjuu Toshi + 妖獣都市 + + + ポケットモンスター アドバンスジェネレーション + pmag + Pocket Monsters Advanced Generation + Pokemon Advanced + Pokémon Advanced + Pokémon Advanced + Pokémon Advanced + Pokémon Advanced Generation + pokemon AG + Pokémon - saison 6 - Pokémon Advanced + Pokémon - saison 7 - Pokémon Advanced Challenge + Pokémon - saison 8 - Pokémon Advanced Battle + Pokémon - saison 9 - Pokémon Battle Frontier + פוקימון: האתגר + פוקימון: הקרב הגדול + פוקימון למתקדמים + + + Heartwork + Heartwork - Love Guns + HEARTWORK Symphony of Destruction + Heartwork: Symphony of Destruction + + + A ameaza da zona escura + DBZ Movie 1 + DBZMV1 + Dragon Ball Z 01 - À la poursuite de Garlic + Dragon Ball Z - A Zona Morta + Dragon Ball Z: Dead Zone + Dragon Ball Z: Devolva-me Gohan + Dragon Ball Z - Garlicin jäljillä + Dragon Ball Z: Give Me Back My Gohan!! + Dragon Ball Z - La vendetta divina + Dragon Ball Z: Martwa strefa + Dragon Ball Z: Ora no Gohan o Kaese!! + Dragon Ball Z - The Movie: Die Todeszone des Garlic Jr. + Dragonball Z - The Movie: Die Todeszone des Garlic Jr. + ドラゴンボールZ オラの悟飯をかえせッ!! + + + DBZ Movie 2 + DBZMV2 + Dragon Ball Z 02 - Le robot des glaces + Dragonball Z - Der stärkste auf Erden + Dragon Ball Z - Il più forte del mondo + Dragon Ball Z: Kono Yo de Ichiban Tsuyoi Yatsu + Dragonball Z: Maailman vahvin + Dragon Ball Z: Najsilniejszy wojownik na ziemi + Dragon Ball Z: O Homem Mais Forte do Mundo + Dragon Ball Z - O Super Herói + Dragon Ball Z: The Strongest Guy in the World + Dragon Ball Z: The World`s Strongest + O máis forte do mundo + ドラゴンボールZ この世で一番強いヤツ + دراجن بول زد : أقوى شخص في العالم + + + DBZ Movie 5 + Dragon Ball Z 05 - La revanche de Cooler + Dragon Ball Z 5 - Os Grandes Rivais + Dragon Ball Z: Battle of the Strongest vs. the Strongest + Dragon Ball Z: Cooler`s Revenge + Dragon Ball Z: Il destino dei Saiyan + Dragon Ball Z - Pahimmat viholliset + Dragonball Z - The Movie: Rache für Freezer + Dragon Ball Z: Tobikkiri no Saikyou Tai Saikyou + Dragon Ball Z: Zemsta Coolera + Os adversarios máis fortes + ドラゴンボールZ とびっきりの最強対最強 + + + Combate contra cen millóns de poderosos guerreiros + DBZ Movie 6 + Dragon Ball Z 06 - 100 000 guerriers de métal + Dragon Ball Z 06 - Cent mille guerriers de métal + Dragon Ball Z 6 - O Poder Misterioso + Dragon Ball Z: Ataque! 10 Bilhões de Guerreiros Poderosos + Dragon Ball Z: Attack!! 1,000,000 Power Warriors + Dragon Ball Z: Collision! 10 Billion Powered Warriors + Dragon Ball Z: Gekitotsu!! 100-oku Power no Senshi-tachi + Dragon Ball Z: L`invasione di Neo Namek + Dragon Ball Z: Powrót Coolera + Dragon Ball Z - Taistelu ylivoimaa vastaan + Dragonball Z - The Movie: Coolers Rückkehr + Dragon Ball Z: The Return of Cooler + ラゴンボールZ 激突!!100億パワーの戦士たち + + + yuno + Yu-No + + + エンドレス セレナーデ + Endless Serenade + Hika Ryoujuku + + + ブラム! + Blame + Blame! + + + クロノクルセイド + cc + Chrno Crusade + Chrno Crusade + Chrno Crusade + Chrno Crusade + Chrno Crusade + Chrno Crusade + Chrno Crusade + Chrno Crusade: Mary Magdalene + Chrono Crusade + Chrono Crusade + Крестовый поход Хроно + + + 오세암 + Oseam + Oseam + + + Comedy + Kigeki + Komedia + Komedija + Комедия + Комедия + Комедія + 喜劇 + + + ここはグリーン・ウッド + Greenwood + Green Wood + Here is Greenwood + Here Is Green Wood + Koko wa Greenwood + Koko wa Green Wood + Kokowa Greenwood + Kokowa Green Wood + + + Peacemaker + Peace Maker + Peace Maker Kurogane + Peace Maker Kurogane + Peacemaker Kurogane + PEACE MAKER 鐵 + PM + pmk + صانع السلام + Миротворець Курогане + + + まぶらほ + mab + Maburaho + Maburaho + + + fzero + F-Zero + F-Zero + F-Zero + F-Zero Falcon Densetsu + F-ZERO ファルコン伝説 + + + Ai yori Aoshi ~ Enishi + Ai Yori Aoshi ~Enishi~ + Ai Yori Aoshi: Enishi + aya2 + ayae + aya enishi + Bluer than Indigo ~Fate~ + Все оттенки синевы ~ Судьба ~ + 藍より青し~縁~ + 青出于蓝~缘~ + + + Aventuras do Robin dos Bosques + Les aventures de Robin des Bois + Robin Hood + Robin Hood + Robin Hood + Robin Hood + Robin Hood no Daibouken + The Great Adventures of Robin Hood + روبن هود + Ρομπέν των δασών + Похождения Робина Гуда + Робин Гуд + ロビンフッドの大冒険 + 罗宾汉的大冒险 + + + Akage no Anne + Ana dos Cabelos Ruivos + Anė iš žaliujų mansardų + Ania z Zielonego Wzgórza + Anna dai capelli rossi + Anna Í Grænuhlíð + Anna ze zeleného domu + Anne aux cheveux roux + Anne de la Green Gables + Anne... la maison aux pignons verts + Anne mit den roten Haaren + Anne of Green Gables + Red haired Anne + Yeşilin Kızı Anne + شما في البراري الخضراء + האסופית + Άννα, το Κορίτσι της Χαράς + Аня из Зелёных Мезонинов + 赤毛のアン + + + Countdown Conjoined + Countdown Continued + Marcha Atrás + Samen Printer + Yuuwaku Countdown + 誘惑 カウントダウン + 誘惑 COUNT DOWN + + + わがまま☆フェアリー ミルモでポン! + Mirmo + Mirmo + Mirmo I + Mirmo Zibang! + mirumo + Selfish Fairy Mirumo de Pon! + Wagamama Fairy Mirumo de Pon! + WFMDP + + + If I See You in My Dreams (OVA) + Yume de Aetara (1999) + Yume de Aetara OAV + 夢で逢えたら (1999) + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 5 ตอน คดีปริศนาเส้นตายสู่สวรรค์ + Countdown zum Himmel + Dedektif Conan: Semaya Gerisayım + Detective Conan: Countdown To Heaven + Détective Conan - Film 5 + Detective Conan: Movie 5 + Meitantei Conan: Tengoku e no Count Down + المحقق كونان: العد التنازلي إلى الجنة + 名探偵コナン 天国へのカウントダウン + 通往天国的倒计时 + + + Hiiro no Koku + Secret of a Housewife + The Time Colored Scarlet + Time Colored Scarlet + Time of Pink + 人妻淫乱調教~エツコの秘密~ + 緋色の刻 + + + Die Kriegerinnen des Lichts + Le seigneur des Gomorrhes - vol. 3 + Polvos encantados + Words Worth Gaiden + Words Worth: Outer Story + ワーズ・ワース外伝 + + + Art of Fighting + Battle Spirits: Dragon Tiger Fist + Battle Spirits: Ryuuko no Ken + バトルスピリッツ 龍虎の拳 + + + DBZ Movie 9 + Dragon Ball Z 09 - Bojack + Dragon Ball Z 09 - Les mercenaires de l`espace + Dragon Ball Z 9 - Encontro de Campeões + Dragon Ball Z: Bojack Unbound + Dragon Ball Z: From the Edge of the Milky Way!! An Incredibly Amazing Guy + Dragon Ball Z: Ginga Girigiri!! Bucchigiri no Sugoi Yatsu + Dragon Ball Z: La minaccia del demone malvagio + Dragon Ball Z: Super-Saiyajin Son-Gohan + Superheroe na galaxia + ドラゴンボールZ 銀河ギリギリ!!ぶっちぎりの凄い奴 + + + DBZ Movie 10 + Dragon Ball Z 10 - Le retour de Broly + Dragon Ball Z 10 - Rivaux dangereux + Dragon Ball Z: Broly - Second Coming + Dragon Ball Z: Dangerous Duo! Super Soldiers Never Sleep + Dragon Ball Z: Kiken na Futari! Super Senshi wa Nemurenai + Dragon Ball Z: Sfida alla leggenda + Dragon Ball Z - The Movie: Brolys Rückkehr + ドラゴンボールZ 危険なふたり!超戦士はねむれない + + + DBZ Movie 12 + Dragon Ball Z 12 - A Fusão + Dragon Ball Z 12 - Fusion + Dragon Ball Z 12 - Janemba + Dragon Ball Z: Fukkatsu no Fusion!! Gokuu to Vegeta + Dragon Ball Z: Fusion Reborn + Dragon Ball Z: Fusion Revival!! Goku and Vegeta + Dragon Ball Z: Fuzja + Dragon Ball Z: Il diabolico guerriero degli inferi + ドラゴンボールZ 復活のフュージョン!!悟空とベジータ + + + エースをねらえ! + Ace o Nerae + Ace o Nerae! + Ace wo Nerae + Ace wo Nerae! + Aim for the Ace! + Jenny la tennista + Jeu, set et match! + Raqueta de oro + + + Aim for the Ace! TV 2 + Jeu, set et match - Saison 2 + Shin Ace o Nerae! + Shin Ace wo Nerae + 新・エースをねらえ! + + + エースをねらえ! + Ace o Nerae! (1979) + Ace o Nerae: Theatrical Version + Ace wo Nerae! (1979) + Aim for the Ace! (1979) + Aim for the Ace! Movie + Aim for the Best! + Jeu, set et match - Le film + Jump High Hiromi! + + + Magical Girl Pretty Sammy + Magical Girl Pretty Sasami + Mahou Shoujo Pretty Sammy + mgps + pretty sammy + sammy + Tenchi Muyo: Magical Girl Pretty Sammy + 魔法少女プリティサミー + + + ゴルゴ13 + Golgo 13 – o profissional + Golgo 13: Profesjonalista + Golgo 13 - The Professional + Golgo 13 - The Professional + Golgo 13 - The Professional + + + ゴルゴ13 QUEEN BEE + Golgo 13 - Bičių Karalienė + Golgo 13 - Queen Bee + Golgo 13: Queen Bee + + + ドラえもん (1979) + Doraemon + Doraemon + Doraemon + Doraemon (1979) + Doraemon: El Gato Cósmico + Doraemon: o gato cósmico + Đôrêmon + Đô-rê-mon + عبقور + דורימון + + + サブマリン707R + Okręt podwodny 707 + Submarine 707R + Submarine 707R + Submarine 707 R + Submarine 707 R + Submarine 707 Revolution + Submarine 707 Revolution + Submarine 707 Revolution + Submarine 707 Revolution - Der Film + Submarine 707 Revolution - Filmen + Submarine 707 Revolution - The Movie + Submarine 707R: Okręt Podwodny 707 + + + First Kiss Story: Kiss Kara Hajimaru Monogatari + First Kiss Story: The Story That Starts With a Kiss + ファーストKiss☆物語[ストーリー] Kissからはじまる物語 + + + ไซยูกิ สี่แสบฝ่าแดนทมิฬ + Saiyuki2 + Saiyuki 2 + Saiyuki R + Saiyuki Reload + Saiyuki Reload + Saiyuki - Reload + Saiyuuki Reload + 最遊記RELOAD + + + Beast City + Inma Daitoshi + Sex Demon Metropolis + Η Bασίλισσα της Nύχτας + 淫魔大都市 + + + Chou Mashin Eiyuuden Wataru + Demon Hero Wataru + Super Demon God Hero Story: Wataru + 超魔神英雄伝ワタル + 超魔神英雄传 + + + Yuu Yuu Hakusho (1993) + Yu Yu Hakusho - Le film + Yu Yu Hakusho Movie 1 + Yu Yu Hakusho : O Seqüestro de Koenma + Yu Yu Hakusho - The Golden Seal + Yu Yu Hakusho: The Movie + פולשים מהגיהינום + 幽遊白書 (1993) + + + ギルガメッシュ + ggm + Gilgamesh + Gilgamesh + Gilgamesh - De quel côté êtes-vous ? + Gilgamesh - Welcher Seite schliesst du dich an? + Gilgamesh: Whose Side Are You On? + Gılgamış + gilxx + glgm + Гильгамеш + + + Hajime no Ippo: Mashiba vs Kimura - Shikei Shikkou + はじめの一歩 間柴vs木村 死刑執行 + + + アヴェンジャー + Avenger + Avenger + Răzbunător + المنتقم + Мститель + + + Faceless Moon + Kao no nai Tsuki + Kaotsuki + Moonlight Lady + No Surface Moon + 顔のない月 + + + フラッシュバックゲーム + Flashback + Flashback Game + L`enfer du plaisir + + + A Girl in a Lower Grade + Kakyuusei (1999) + 下級生 (1999) + + + スペースコブラ + Cobra + Cobra - Bạn của loài người + Cobra: Uzay Macerası + Space Adventure Cobra + Space Cobra + Космічні пригоди Кобри + + + BF + Bindzume Yousei + Binzume Yousei + bofa + Bottle Fairy + Феи из бутылки + 瓶詰妖精 + + + Traveller of Darkness + Traveller Yami, Hat and Book + YamiBou + Yami To Boshi To Hon No Tabibito + Yami to Boushi to Hon no Tabibito + YtBtHnT + ヤミと帽子と本の旅人 + + + バトルプログラマーシラセ + Battle Programmer Shirase + BPS + Korsan Yazılımcı Shirase + + + BBDR + Boundary Between Dream and Reality + Boundary Between Dream & Reality + Mugen no Kyoukai + Nightmares - Das Tor zur anderen Welt + The Boundary Between Dream and Reality + 夢現の境界 + + + Shimai Ijiri + Sisters + Slave Sisters + 姉妹いじり + + + คุโรมาตี้ โรงเรียนคนบวม + Charge!! Cromartie High + Cro-High + cromartie + Cromartie High School + Le bahut des tordus + Sakigake!! Cromartie High + Sakigake!! Cromartie Koukou + SCH + Valiantly Forge Ahead!! Cromartie High School + Кромешная путяга + 魁!!クロマティ高校 + + + Mermaid Forest + Mermaid Forest + Mermaid`s Forest TV + MF + Ningyo no Mori TV + RT2 + RT 2 + Rumic Theater: Mermaid Forest + Takahashi Rumiko Gekijou Ningyo no Mori + Лес русалок [ТВ] + 高橋留美子劇場 人魚の森 + + + Kidou Senshi SD Gundam Mk-IV + Mobile Suit SD Gundam Mk IV + Super Deformed Gundam MkIV + 機動戦士SDガンダム Mk-IV + + + Asgaldh: The Distortion Testament + Asgaldh: Waikyoku no Testament + F-Force + Les vierges barbares + アスガルド~歪曲のテスタメント~ + + + Sakura Taisen, Gôka Kenran + Sakura Taisen Gouka Kenran + Sakura Taisen OVA 2 + Sakura Wars - La splendeur des fleurs retentissantes + Sakura Wars OVA 2 + Sakura Wars: The Gorgeous Blooming Cherry Blossoms + מלחמותיה של סאקורה 2 + サクラ大戦 轟華絢爛 + + + โกดันน่า อภินิหาร หุ่นพลังเพลิง + Godannar + Godannar!! + SGG + Shinkon Gattai Godannar!! + 神魂合体ゴーダンナー!! + + + As aventuras de Fly + Dai no Daibouken + DnD + Dragon Quest: Adventure of Dai + Dragon Quest: Dai no Daibouken + Dragon Quest - Las Aventuras de Fly + Dragon Quest - Las aventuras de Fly + Fly + Fly + Fly, o Pequeno Guerreiro + داي الشجاع + ドラゴンクエスト・ダイの大冒険 + + + Ocha-ken + Tea-dog + お茶犬 + + + Kyoufu no Bio Ningen Saishuu Kyoushi + Ultimate Teacher + 恐怖のバイオ人間 最終教師 + + + バーチャコール2 + Virtuacall + Virtuacall 2 + Virtual Call + + + Generation of Chaos III: Time of the Seal + Generation of Chaos III: Toki no Fuuin + ジェネレーション オブ カオス 3 時の封印 + + + UFO2 + UFO Princess Valkyrie 2 + UFO Princess Valkyrie ~ December Nocturne + UFO Princess Valkyrie - December`s Nocturne + UFO Princess Valkyrie: Juunigatsu no Yasoukyoku + UFO Princess Walküre 2 + UFOPW2 + UFO Ultramaiden Valkyrie 2: December Nocturne + 円盤皇女ワるきゅーレ 十二月の夜想曲 + + + Dragonar + Dragonar l`Armatura Metallica + Kikou Senki Dragonar + Metal Armor Dragonar + 機甲戦記ドラグナー + + + フロントイノセント ~もうひとつのレディイノセント~ + Another Lady Innocent + Frivole Unschuld + Front Innocent + Front Innocent: Mou Hitotsu no Lady Innocent + Inocencia perdida + Lady Innocent + Nekalta Išvaizda + Невинный вид + + + Ebenbourg no Kaze + Wind of Ebenbourg + エーベンブルグの風 + + + ビッグX + Big X + + + Dororo + Dororo to Hyakumaru + どろろと百鬼丸 + + + Imma Yojo + Imma Youjo + Imma Youjo: The Erotic Temptress + 淫魔妖女 + + + Mujin Wakusei Survive + MuWa + Planet Survival + Survivants + Survive + Survive! - Uninhabited Planet + Uninhabited Planet Survival + Uninhabited Planet SURVIVE + ups + مغامرات الكوكب المهجور + כוכב ההישרדות + Выжить на необитаемой планете + 無人惑星サヴァイヴ + + + Bi-Indoushi Miija: Injoku no Gakuen + Mija + Princesse Demonia + 靡・淫導師 美傀 -淫辱の学園- + + + ガンダム イボルブ + กันดั้มอีโวลฟ์ + Gundam Evolve + + + Nangoku Shounen Papuwa-kun + Papuwa (1992) + Papuwa of the South Seas + Southern Country Boy Papuwa-kun + 南国少年パプワくん + + + ダーリン + Darling + Darling Page + + + ดราก้อนบอล มูฟวี่ 4 ตอน วิถีแห่งเจ้ายุทธจักร + DB Movie 4 + Dragon Ball 10th Anniversary Movie + Dragon Ball 4 - L`armée du Ruban Rouge + Dragon Ball: Droga ku potędze + Dragon Ball - Il cammino dell`eroe + Dragon Ball Movie 4 + Dragon Ball: Saikyou e no Michi + Dragon Ball: The Path to Power + Dragon Ball: The Path to Ultimate Strength + Dragon Ball Z: Sposób, by stać się silniejszym + ドラゴンボール 最強への道 + + + Adventure Duo + Adventure Duo + Adventure Kid + Demon Best Battle Line Adventure Kid + Youjuu Sensen Adventure Kid + Youjyusense - L`aventure du sexe + Οι περιπέτειες του Norikazu + 妖獣戦線アドベンチャーKID + + + Bride of Darkness + Injuu Nerawareta Hanayome + La fiancée des ténèbres + 淫獣 ねらわれた花嫁 + + + Lily Cat + Lily C.A.T. + LILY-C.A.T. + + + テラストーリー + Éducation sentimentale + Terra Story + TriAngle + Το Τρίγωνο + + + Isaku + 遺作 + + + gift + .hack//gift + .hack//GIFT + Hack//Gift + + + トレス・マリアス 3人の聖処女 + Holy Virgins + Tres Marias: Sannin no Sei Shojo + + + おにいさまへ... + Brother, Dear Brother + Caro Fratello + Dear Brother + oe + Onii-sama e... + Querido Irmão... + Sevgili Abime... + To My Brother... + Très cher frère + أخي العزيز + אחי היקר + Милому брату... + Уважаемый старший брат + + + アーシアン + Earthian + Ziemianin + + + ふたつのスピカ + Futatsu no Spica + ts + Twin Spica + טווין ספיסה + Двойная Спика + + + サイキック フォース + Psychic Force + + + ดราก้อนบอล มูฟวี่ 1 ตอน ตำนานเทพมังกร + A lenda de Sheron o dragón + DB Movie 1 + DBMV1 + Dragon Ball 1 - La légende de Shenron + Dragon Ball: Curse of the Blood Rubies + Dragon Ball - La leggenda delle sette sfere + Dragon Ball Movie 1 + Dragon Ball Movie 1 - Legenda Shenlonga + Dragon Ball: Shen Long no Densetsu + Dragonball - The Movie 1: Die Legende von Shenlong + DRAGON BALL 神龍の伝説 + Shenron no Densetsu + The Legend of Shenlong + مغامرات كوجو + 龍珠: 神龍傳說 + + + ดราก้อนบอล มูฟวี่ 3 ตอน การผจญภัยสุดพิสดาร + Aventura mística + DB Movie 3 + DBMV3 + Dragon Ball 3 - La sinistre et mystérieuse aventure mystique + Dragon Ball 3 - L`aventure mystique + Dragon Ball - Il torneo di Miifan + Dragon Ball: Makafushigi Daibouken + Dragon Ball Movie 3 + Dragon Ball: Mystical Adventure + المغامر كوجو 3 + ドラゴンボール 摩訶不思議大冒険 + + + ロックマン エグゼ AXESS + MegaMan: Axess + RockmanA + Rockman.EXE Axess + + + MegaMan: Wishing upon a Star + Rockman Hoshi ni Negai o + Rockman OAV + ロックマン星に願いを + + + Psycho Diver Masei Rakuryu + Psycho Diver - Soul Siren + Psycho Diver - Soul Siren + Psycho Diver - Soul Siren + サイコダイバー 魔性菩薩 + + + Digimon Adventure Gekijouban + Digimon - Az igazi film + Digimon the Movie + Digimon the Movie + Digimon: The Movie + デジモンアドベンチャー 劇場版 + + + デジモンアドベンチャー ぼくらのウォーゲーム + Digimon Adventure: Bokura no War Game + Digimon: Children`s War Game + Digimon: Our War Game + + + デジモンアドベンチャー02 前編 デジモンハリケーン上陸!!/ 後編 超絶進化!!黄金のデジメンタル + Digimon Adventure 02: Zenpen Digimon Hurricane Jouriku!! - Kouhen Chouzetsu Shinka!! Ougon no Digimental + Digimon Movie 02 - Digimon Hurricane and Supreme Evolutions + Digimon Movie 02 - Digimon Hurricane Touchdown! + Digimon Movie 02 - Digimon Hurricane Touchdown! Supreme Evolution! The Golden Digimentals. + Digimon Movie 02 - Golden Digimentals + Digimon Movie 02 - Supreme Evolution + + + デジモンアドベンチャー02 ディアボロモンの逆襲 + Digimon Adventure 02: Diablomon no Gyakushuu + Digimon Adventure 02 - Diablomon Strikes Back + Digimon Movie 02 - Diaboromon no Gyakushuu + Digimon Movie 02 - Return of Diablomon + Digimon Movie 4 + + + Les corps tatoués + Oni Tensei + Possession + 鬼点睛 + + + 5555 + インターステラ5555 + Daft Punk: Interstella 5555 + Daft Punk & Leiji Matsumoto`s INTERSTELLA 5555: The 5tory of the 5ecret 5tar 5ystem + Interstella5555 + Interstella 5555 + Interstella 5555 - The 5tory of the 5ecret 5tar 5ystem + Interstella 5555: The 5tory of the 5ecret 5tar 5ystem + Interstella 5555: The 5tory of the 5ecret 5tar 5ystem + Interstella5555 - The 5tory of The 5ecret 5tar 5ystem + אינטרסטלה 5555 + + + アイドルプロジェクト + Idol Project + + + Birth Debut + Tanjou Debut + 誕生~Debut~ + + + ツインシグナル ~ファミリー・ゲーム~ + Twin Signal + Twin Signal: Family Game + + + アッセンブル・インサート + Assemble Insert + + + Classmates + Classmates: at the end of summer + Doukyuusei: Natsu no Owari ni + End of Summer + 同級生 夏の終わりに + + + Armor Hunter Mellowlink + Armor Soldier Merrowlink + Kikou Ryouhei Mellowlink + krm + Mellowlink + Zırh Avcısı Mellowlink + Бронебойщик Меллоулинк + 機甲猟兵メロウリンク + + + Demon Beast Resurrection + Youjuu Kyoushitsu Gaiden + Η Ανάσταση των Νεκρών + 妖獣教室外伝 + + + ロボット・カーニバル + Robot Carnival + Robot Carnival + + + Dźwiękowy insekt – Noiseman + noiseman + Noiseman Sound Insect + Onkyou Seimeitai Noiseman + 音響生命体ノイズマン + + + First Loves + Kakyuusei + My Petty Class Student + 下級生 + + + Elf ban Kakyuusei: Anata Dake o Mitsumete... + Kakyuusei Elf Version + Kakyuusei: Elf Version + エルフ版下級生 あなただけを見つめて… + + + Gloria + Glo*ri*a + Gloria: House of the Forbidden Fruit + Gloria: Kindan no Ketsuzoku + Gloria: Private Lessons + GLO・RI・A ~禁断の血族~ + + + ナチュラル + Natural + Natural + Teacher`s Pet (1) + Το Αγαπημένο Ζωάκι του Καθηγητή + + + デッド リーブス + Dead Leaves + Dead Leaves + Dead Leaves + Dead Leaves + Dead Leaves + Dead Leaves + Dead Leaves - O Filme + Dead Leaves: Звёздная тюряга + Negyvi Lapai: Kosminis Kalėjimas + Мёртвые листья: звёздная тюряга + + + Bakusou Kyoudai Let`s & Go + Let`s & Go + Nas Asas de um Turbo + The Racing Brothers, Lets and Go + سابق و لاحق + 爆走兄弟レッツ&ゴー!! + + + Bakusou Kyoudai Let`s & Go WGP + The Racing Brothers, Lets and Go WGP + 爆走兄弟レッツ&ゴー!! WGP + + + Bakusou Kyoudai Lets & Go Max + The Racing Brothers, Lets and Go MAX + 爆走兄弟レッツ&ゴー!! MAX + + + Dirty Pair: Bouryaku no 005-bin + Dirty Pair - Flight 005 Conspiracy + Dirty Pair - Le complot du vol 005 + Dirty Pair: Verschwörung um Flug 005 + ダーティペア 謀略の005便 + + + Le fabuleux destin d`une femme de chambre + Rancou Chokyo - Orgy Training + Rancou Choukyo + Rankou Choukyou: Maid ni Natta Shoujo + 乱交調教 メイドになった少女 + + + Ghost in the Shell - Cidade Assombrada 2nd GIG + Ghost in the Shell - S.A.C. 2nd Gig + Ghost in the Shell: S.A.C. 2nd GIG + Ghost in the Shell - Stand Alone Complex 2nd GIG + Ghost in the Shell - Stand Alone Complex 2nd GIG + Ghost in the Shell: Stand Alone Complex 2nd GIG + Ghost in the Shell: Stand Alone Complex 2nd GIG + Ghost in the Shell: Stand Alone Complex 2nd GIG + Ghost in the Shell: Stand Alone Complex 2nd GIG + GitSSAC2 + GitS SAC2 + GitS SAC 2 + GitS:SAC2 + GitS: SAC2 + GitS: SAC 2 + GitS: SAC 2 + Koukaku Kidoutai S.A.C. 2nd GIG + SAC2 + 공각기동대 SAC 2nd GIG + Призрак в доспехах - Автономный комплекс + Призрак в доспехах: Синдром одиночки (второй сезон) + 攻壳机动队2 + 攻殻機動隊 S.A.C. 2nd GIG + + + Choujikuu Kidan Southern Cross + Robotech Masters + Robotech (série 2) + Southern Cross + Super Dimensional Cavalry Southern Cross + 超時空騎団サザンクロス + + + Bounty Dog: Getsumen no Ibu + バウンティドッグ~月面のイブ~ + + + ボボボーボ ボーボボ + bobo + Bobobo + Bobobo-bo Bo-bobo + Bobobo-bo Bo-bobo + Bobobo-bo Bo-bobo + Bobobo-bo Bo-bobo + Boboboubo Boubobo + בו בו בו + Бобобо́бо Бо́бобо + + + Apocalypse Angel`s - Les anges de l`apocalypse + Gedou Gakuen + Nightmare Campus + Ο Εφιάλτης της Πανεπιστημιούπολης + 外道学園 + + + Koutetsu Tenshi Kurumi Encore + kurumi encore + sak:encore + Steel Angel Kurumi Encore + 鋼鉄天使くるみ 25-28話 + + + Sailor guerrières + Sailor Senshi Venus Five + Venus 5 + セーラー戦士 ビーナス・ファイブ + + + Injuu Seisen: Twin Angels + Twin Angels (1) + Δίδυμοι Άγγελοι + 淫獣聖戦 ツインエンジェル + + + Chinmoku no Kantai + Silent Service + The Silent Service + 沈黙の艦隊 + + + MaMa + MaMa + MaMa + MaMa + MaMa + Mama Mia! + + + 마리 이야기 + Mari Iyagi + Mari Iyagi + Mari to Ita Natsu + My Beautiful Girl Mari + Страна фантазий + マリといた夏 + + + Shin Kaitei Gunkan + Super Atragon + Super Atragon + 新海底軍艦 + + + Arete Hime + Princess Arete + The Adventure of Princess Arete + アリーテ姫 + + + แก๊งค์จิ๋วอัจฉริยะ โซนันดะ! + Full-Blast Science Adventure - So That`s How It Is! + Omoikkiri Kagaku Adventure Sou Nanda! + Sounanda + Sou Nanda + おもいっきり科学アドベンチャー そーなんだ! + + + Araiso Private High School Student Council Executive Committee + Shiritsu Araiso Koutougakkou Seitokai Shikkoubu + 私立荒磯高等学校生徒会執行部 + + + Egao + Minna no Uta "Egao" + Smile + Šypsena + Улыбка + 笑顔 + みんなのうた「笑顔」 + + + Alexander + Alexander - Cronache Di Guerra Di Alessandro Il Grande + Alexander Record of War + Alexander`s Campaign + Alexander Senki + Alexander`s War Chronicles + Alexandre le grand + Alexandru cel Mare + Reign: The Conqueror + Reign: Ο Κατακτητής + アレクサンダー戦記 + + + Kidou Keisatsu Patlabor (1990) + Mobile Police Patlabor - The New Files + OVA2 פאטלייבור + Patlabor OAV + Patlabor (suite) + 机动警察OVA(90) + 機動警察パトレイバー (1990) + + + Cello Hiki no Gauche + Gauche the cellist + Gauche the Cellist + Gauche wiolonczelista + goshu + Goshu el Violoncelista + Goshu le violoncelliste + Goshu the Cellist + Sero Hiki no Goshu + Sero Hiki no Goushu + Виолончелист Госю + セロ弾きのゴーシュ + + + Come on to Ogenki Clinic + La clinica dell`amore + Ogenki Clinic + Ogenki Clinic Adventures + Welcome to Ogenki Clinic + Οι Περιπέτειες της Kλινικής Ogenki + お元気クリニック + + + Injuu vs Onna Spy + L`espion des ténèbres + Schattenwelt + Spy of Darkness + 淫獣VS女スパイ + + + Injuu Daikessen + Mission dans les ténèbres + Mission of Darkness + 淫獣大決戦 + + + レザーマン + Leatherman + Leatherman + Sexbomb + ブラックホールへの道~異星人クルス&シスイ~ + + + Der Zauberlehrling + Magical Girl Meruru + Magic Woman M + Mahou Shoujo Meruru + Η Μάγισσα Μ + 魔法少女メルル + + + Mystery of Nonomura Hospital + Mystery of the Nonomura Hospital + Nonomura Byouin no Hitobito + People of the Nonomura Hospital + The Mystery of Nonomura Hospital + 野々村病院の人々 + + + TLS + TrueLove + True Love Story Summer Days, and yet... + True Love Story Summer Days, and yet... + + + ランジェリーズ + Lingeries + Lingeries + Lingeries + Lingeries Office + + + ファイナルファンタジーVII アドベントチルドレン + ไฟน่อล แฟนตาซี 7: สงครามเทพจุติ + AC + Advent Children + Fantazijos Viršūnė VII: Prisikėlimo Vaikai + FF7AC + FF7:AC + FFVIIAC + FFVII:AC + Final Fantasy 7 Advent Children + Final Fantasy VII: Advendilapsed + Final Fantasy VII - Advent Children + Final Fantasy VII - Advent Children + Final Fantasy VII - Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII: Advent Children + Final Fantasy VII - El rescate + Final Fantasy VII: Răzbunarea Copiilor + פיינל פנטסי 7 + Последняя фантазия VII: Дети пришествия + Реална фантазия: Деца на второто пришествие + 最终幻想7 降世圣童 + 最终幻想VII - 降临之子 + + + ガンフロンティア + Gun Frontier + Gun Frontier + Gun Frontier + + + Atama Yama + Atama yama: Góra głowa + Górogłowa + Kalnagalvis + Mt.Head + Mt. Head + Pan głowa + Голова-гора + 頭 山 + + + Daraku: Onna Kyoushi Hakai + Depravity + Depravity: Destruction of a Female Teacher + 堕落 ~女教師破壊~ + + + Legend of Lyon Flare + Reyon Densetsu Flair + リヨン伝説フレア + + + ミラクル☆ガールズ + È un po` magia per Terry e Maggie + MG + Miracle Girls + + + サイボーグ009 (2001) + Cyborg 009 (2001) + Cyborg 009 (2001) + Cyborg 009 (2001) + Cyborg 009 (2001) + Cyborg 009 - The Cyborg Soldier + Kyborgi 009 (2001) + جنود السايبورغ + Киборг 009 (2001) + + + Kidou Senshi SD Gundam no Gyakushuu: SD Sengokuden - Abaowakuujou no Shou + Mobile Suit SD Gundam`s Counterattack: SD Warring States Legend - The Chapter of Castle Abaowakuu + 機動戦士SDガンダムの逆襲 SD戦国伝 暴終空城(あばおわくうじょう)の章 + + + Héroes al rescate + Los Padrinos de Tokio + Padrinhos de Tóquio + Rodzice Chrzestni z Tokio + TG + Tokijo krikštatėviai + Tokijski botri + Tokijští kmotři + Tokiói Keresztapák + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers + Tokyo Godfathers - löytölapsen arvoitus + Ükskord Tokyos + סנדקי טוקיו + Οι Νονοί του Τόκιο + Кръсниците от Токио + Однажды в Токио + Токійські хрещені батьки + 東京ゴッドファーザーズ + + + A vándorló palota + Čarovnik Howl in gibljivi grad + Castelul umblător al lui Howl + Das wandelnde Schloss + Det levande slottet + Det levende slot + Det levende slottet + El Castillo Ambulante + El castillo errante de Howl + El Increíble Castillo Vagabundo + Haulo burtai: Keliaujanti pilis + Hauru no Ugoku Shiro + HMC + HnUS + Howl + Howli liikuv kindlus + Howl no Ugoku Shiro + Howlov putujući dvorac + Howl`s Moving Castle + Howl`un Yürüyen Şatosu + Il castello errante di Howl + Keliaujanti Haulo Pilis + Lâu đài di động của Howl + Le château ambulant + Liikkuva linna + O Castelo Andante + O Castelo Andante + O Castelo Animado + Pokretni dvorac + Ruchomy zamek Hauru + Yürüyen Şato + Zámek v oblacích + قلعة هاول المتحركة + הטירה הנעה + Το Κινούμενο Κάστρο + Движещият се замък на Хоул + Замакът на Хаул + Рухомий замок Хаула + Ходячий замок + ハウルの動く城 + 哈爾移動城堡 + + + 바스토프레몬 + BAST oF Syndrome + Genei Toushi Bastof Lemon + Phantom Fighter: Bast of Lemon + 幻影闘士バストフレモン + + + ウインダリア + Dawno, Dawno Temu + Il était une fois Windaria + Once Upon A Time + Tales of Windaria + Windaria + Windaria: Legend of Fabulous Battle + Виндария + + + Shin Megami Tensei: Tokyo Mokushiroku + Tokyo Revelation + Tokyo Revelation + 真・女神転生 東京黙示録 + + + Kidou Shinsengumi Moeyo Ken + Moeyo Ken + Moeyo Ken + Moeyo Ken OVA + มือปราบป่วนมาร OVA + 機動新撰組 萌えよ剣 + + + Ankoku no Judge + Judge + Judgment Day Pack + Magistrate of Darkness: Judge + Yami no Shihosha Judge + Yami no Shihoukan Judge + Судья Тьмы + 闇の司法官ジャッジ + + + K.O. Beast + KO Beast + KO Century Beast + KO Seiki Beast Sanjuushi + KO世紀 ビースト三獣士 + + + Comic Party OVA + Comic Party Revolution + cpr + こみっくパーティーRevolution + + + Digimon Movie 05 + Digimon Tamers: Boukensha-tachi no Tatakai + Digimon Tamers - The Adventurer`s Battle + デジモンテイマーズ 冒険者たちの戦い + + + Glassy Ocean + Kujira no Chouyaku + クジラの跳躍 + + + Akiko + Akiko - Maestras del vicio + Akiko - Schwanz Wölfe im Internat + 亜紀子 + + + Great Conquest: Romance of Three Kingdoms + Sangokushi Dainibu Choukou Moyu! + 三国志 第二部 長江燃ゆ! + + + Crown Knights + JaJa Uma! Quartet + JaJaUma! Quartette + Jaja馬!カルテット + The Crown Knights Jaja馬!カルテット + Wild Cardz + + + Kaze no Tairiku + Le continent du vent + The Weathering Continent + The Weathering Continent + The Weathering Continent + Иссушенный Континент + Разрушение континента + 風の大陸 + + + Adeus Legend OVA II + Haou Daikei Ryuu Knight: Adeu Legend II + Lord of Lords Ryu Knight: Adeu`s Legend II + Lord of Lords Ryu Knight OVA 2 + 覇王大系リューナイト アデュー・レジェンドII + + + デビルマン + Debiruman + Devilman + Devilman + Devil Man + Homem-Diabo + الرجل الشيطاني + ديفل مان + + + パワードール + Power Dolls + Powerdolls: Detachment of Limited Line Services + Women Of Mass Destruction + + + Cutey Honey + Cutey Honey F + Cutey Honey Flash + キューティーハニーF + + + Detective Kindaichi Jr.`s Cases + Kindaichi Shounen no Jikenbo (1997) + kinken + Les enquêtes de Kindaichi + The Case Files of Young Kindaichi + Young Kindaichi`s Casebook (1997) + 金田一少年の事件簿 (1997) + + + Mezuniyet + Sotsugyou: Graduation + 卒業~Graduation~ + + + Graduation: Sailor Victory + Sailor Victory + 聖羅 VICTORY[ヴィクトリー] + + + EzüstNyíl + Ginga: Nagareboshi Gin + Ging: The Falling Star + gng + Hopeanuoli + Silver Fang + Silver Fang + Silver Fang + Silver Fang: Shooting Star Gin + 銀牙 -流れ星 銀- + + + Iczelion + Iczer Gal Iczelion + Sen-shoujo Iczelion + 戦-少女 イクセリオン + + + Saber Marionette R + Saber Marionette R + Saber Marionette R + SMR + SMガールズ セイバーマリオネットR + + + Demon Beast Invasion + Revenge of the Demon Beast + Youjuu Kyoushitsu + Δαιμονικό Κτήνος: Η Εισβολή + 妖獣教室 + + + Boys Before Flowers - The Movie + Boys Over Flowers - The Movie + Hana Yori Dango (1997) + HYD Movie + 花より男子 (1997) + + + Ginga Tetsudou no Yoru + La nuit du Galaxy Express + Night On The Galactic Railroad + 銀河鉄道の夜 + + + バーンナップ スクランブル + Burn Up S + Burn Up Scramble + Burn Up! Scramble + bus + שוטרות ונועזות + Спецотряд Burn up (сериал) + + + キングダム・オブ・カオス 〜ボーン・トゥー・キル〜 + Kingdom of Chaos + Kingdom of Chaos: Born to Kill + + + One Piece: Chinjuujima no Chopper Oukoku + One Piece: Chopper Kingdom of Strange Animal Island + One Piece: Il Tesoro del Re + One Piece Movie 3 + OP Movie 3 + ワンピース 珍獣島のチョッパー王国 + + + One Piece: Dead End + One Piece: Dead End Adventure + One Piece: Dead end no Bouken + One Piece Movie 4 + One Piece: Trappola mortale + OP Movie 4 + ワンピース デッドエンドの冒険 + + + グッドモーニング・コール + GMC + Good Morning Call + + + Enbo + Erotic Heart Mother + Taboo Charming Mother + 艶母 + + + Kagaku Kyuujo-tai TechnoVoyager + Scientific Rescue Team TechnoVoyager + Thunderbirds 2086 + 科学救助隊テクノボイジャー + + + Shin Hakkenden + فرسان الأرض + Рицарите на земята + 神八剣伝 + + + ママレード・ボーイ (1995) + Marmalade Boy (1995) + Marmalade Boy - The Movie + Quello Stesso Giorno a Casa di Yuu + + + Kama Sutra + Kyuukyoku no Sex Adventure Kamasutra + 究極のSEXアドベンチャー カーマスートラ + + + L`épée de vérité + Shuranosuke Zanmaken: Shikamamon no Otoko + Sword for Truth + 修羅之介斬魔剣 死鎌紋の男 + + + Vampire Wars + Vampire Wars + ヴァンパイヤー戦争(ウォーズ) + + + 붉은매 + Bbulgun-mae + Red Hawk: Weapon Of Death + רד הוק + + + Mousou + Mousou Dairinin + PAG + Para Agent + Paranoia Agent + Paranoia Agent + Paranoia Agent + Paranoia Agent + Paranoia Agent + Paranoia Agent + Paranoia Agent + Paranoia Agent + Paranojos Agentas + Paranoya Etmeni + عميل الارتياب + Агент паранойи + Агент Паранойя + 妄想代理人 + + + CnS + cossette + Cossette no Shouzou + Das Bildnis der Petit Cossette + Le Portrait de Petit Cossette + Le portrait de petite Cosette + Le Portrait de Petite Cossette + LPdPC + LPPC + Portret małej Cossette + Портрет крихітки Козети + Портрет малышки Козетты + Портретът на малката Козет + コゼットの肖像 + + + ユニコ + A kis egyszarvú + The Fantastic Adventures Of Unico + Unico + Unico Movie 1 + + + ゆめりあ + Yumeria + Yumeria + Yumeria + yumi + + + Fujimi 2-chome Symphony Orchestra + Fujimi 2-choume Kokyogakudan + 富士見二丁目交響楽団 + + + Ryokunohara Labyrinth + Ryokunohara Labyrinth - Sparkling Phantom + Ryokunohara Meikyuu + 緑野原迷宮 + + + ゲッターロボG + Getter Robo G + Starvengers + The Formators + + + Bondage Mansion + Kinbaku no Yakata: Ryakudatsu + 淫辱調教~メイド&義母~ (2) + 緊縛の館 ~略奪~ + + + Space Knight Tekkaman + Tekkaman + Uchuu no Kishi Tekkaman + 宇宙の騎士テッカマン + + + モンキーターン + I`ll Be Number 1! + Monkey Turn + MT + + + Adventures With Iczer 3 + Bouken! Iczer 3 + Iczer 3 + Iczer Reborn + 冒険!イクサー3 + + + Divine Punishment: Angel Rabbie OVA + Judgment! XX Angel Rabbie + Tenbatsu Angel Rabbie + XX Angel Rabbie OVA + 天罰エンジェルラビィ☆ + 天罰Angel Rabbie + + + Sacred Beast Legend: Twin Dolls + Seijuuden: Twin Dolls + Twin Dolls + 聖獣伝 ツインドールズ + + + ミッドナイトパンサー + Midnight Panther + Midnight Panther + Ο Πάνθηρας του Μεσονυκτίου + + + ヴィジョナリィ + Visionary + Visionary + Visionary + Vixens + + + ジャングルはいつもハレのちグゥ FINAL + guf + guu final + Hare + Guu Final + Jungle wa Itsumo Hale Nochi Guu FINAL + Jungle wa Itsumo Hare nochi Guu FINAL + + + Escuela de Masoquistas + Inbaku Gakuen + School of Bondage + School of Masochists + 淫縛学艶 + + + El Verano de Andalucia + nasu + Nasu: Andalusia no Natsu + Nasu: Summer in Andalusia + Nasu - The Summer of Andalusia + Nasu - Un été andalou + Nasu - Un été en Andalousie + アンダルシアの夏 + 茄子 アンダルシアの夏 + + + Battle Arena Toshinden + Toushinden + 闘神伝 + + + セラフィムコール + Seraphim Call + שרפים + Зов ангела + + + マスターモスキートン + Master Mosquiton + Master of Mosquiton OVA + Хозяйка Москитона + 爆笑吸血鬼 + + + ピジョンブラッド + Pigeon Blood + + + Ang Birheng Maria ay Pumapatnubay sa Iyo + A Virgem Maria está olhando por vós + La vierge Marie vous regarde + Maria-sama + Maria-sama ga Miteru + Maria Watches Over Us + Marimite + Rosen unter Marias Obhut + The Virgin Mary is Watching Over You + The Virgin Mary is watching you + Дева Мария смотрит за вами + Дева Мария хранит нас + 圣母在上 + マリア様がみてる + + + センチメンタルジャーニー + Sentimental Graffiti + Sentimental Journey + מסע מרגש + 青涩宝贝 + + + Yamamoto Anshin Travel + YAT + YAT + YAT Anshin! Luxury Space Tours + YAT Anshin! Uchuu Ryokou + YAT 安心!宇宙旅行 + יאמאמוטו נסיעות + + + La cicatrice de la sirène + Mermaid`s Scar + Mermaid`s Scar + Ningyo no Kizu + Rumic World 5 + Шрам русалки + 人魚の傷 + + + キャンパス + Campus + + + After School Mania Club + El club de las pervertidas + Houkago Mania Club + 放課後マニア倶楽部 + + + ガンドレス + Gundress + GUNNDRESS + + + ไร ซามูไรอวกาศ + Ginga Sengoku Gun Yuuden Rai + Rai: Galactic Civil War Chronicle + Thunder Jet + هزيم الرعد + 銀河戦国群雄伝ライ + + + エリア88 + a88 + Area 88 + Area 88 (2004) + Area 88 TV + + + Ginga Eiyuu Densetsu: Waga Yuku wa Hoshi no Taikai + La Leyenda de los Heroes de la Galaxia: Mi conquista es el mar de estrellas + Legend of Galactic Heroes: My Conquest is the Sea of Stars + Legend of Galactic Heroes: My Conquest is the Sea of Stars + Les héros de la galaxie - Le film + LoGH: My Conquest is the Sea of Stars + MCitSoS + Sea of Stars + SoS + 銀河英雄伝説: わが征くは星の大海 + + + Ginga Eiyu Densetsu Aratanaru Tatakai no Jokyoku + Ginga Eiyuu Densetsu: Arata naru Tatakai no Overture + La Leyenda de los Heroes de la Galaxia: Obertura a una nueva batalla + Legend of Galactic Heroes: Overture to a New War + Legend of the Galactic Heroes MOVIE (1993) + Les héros de la galaxie - Le film 3 + LoGH: Overture to a New War + OtaNW + Overture + Overture to a New War + 銀河英雄伝説外伝 新たなる戦いの序曲[オーヴァチュア] + + + Ginga Eiyu Densetu Gaiden : Ohgon no Tsubasa + Ginga Eiyuu Densetsu: Ougon no Tsubasa + Golden Wings + Legend of Galactic Heroes: Golden Wings + Legend of the Galactic Heroes MOVIE (1992) + Les héros de la galaxie - Le film 2 + LoGH: Golden Wings + 銀河英雄伝説外伝 黄金の翼 + + + Ginga Eiyuu Densetsu Gaiden: Sen`oku no Hoshi, Sen`oku no Hikari + Legend of Galactic Heroes: A Hundred Billion Stars, A Hundred Billion Lights + Les héros de la galaxie - Saison 3 + LoGH: A Hundred Billion Stars, A Hundred Billion Lights + logh ova 1 + 銀河英雄伝説外伝 千億の星、千億の光 + + + Ginga Eiyuu Densetsu: Rasen Meikyuu + Legend of Galactic Heroes: Spiral Labyrinth + Les héros de la galaxie - Saison 2 + logh ova 2 + LoGH: Spiral Labyrinth + 銀河英雄伝説外伝 螺旋迷宮 + + + 애플씨드 + アップルシード + แอปเปิ้ลซีด เดอะมูวี่ สงครามล้างเผ่าพันธุ์มนุษย์จักรกล + Appleseed + Appleseed + Appleseed + Appleseed + Appleseed + Appleseed (2004) + Appleseed (2004) + Appleseed - A jövő harcosai + Appleseed - The Beginning - O Filme + Appleseed - The Movie + Obuolio sėkla + Omenansiemen + بذرة التفاح + Яблочное зёрнышко + Ябълкови семена + 苹果核战记 + + + Injoku no Heya + Lewd Room + Lewd Room + 淫辱の部屋 + + + Chou Henshin Cosprayers + Cosprayers + Super Transformation Cosprayers + The Cosmopolitan Prayers + 超変身コス∞プレイヤー + + + Firebird 2772: Cosmos Zone of Love + Fööniks 2772 + Hi no Tori 2772: Ai no CosmoZone + Les vengeurs de l`espace + Pasărea de foc spaţială + Phénix 2772 + Phénix, l`oiseau de feu + Phoenix 2772 + Space Firebird + Space Firebird 2772 + The Phoenix 2772 + Tűzmadár az Űrben + 火の鳥 2772 愛のコスモゾーン + + + Abashiri Ikka + The Abashiri Family + あばしり一家 + + + みさきクロニクル 〜ダイバージェンス・イヴ〜 + DE2 + DEMC + Divergence Eve 2 + Divergence Eve: Misaki Chronicles + MCDE + Misaki Chronicle Divergence Eve + Misaki Chronicle: Divergence Eve + + + Inuyasha - A Film 3: A világhódítás kardjai + InuYasha - Sword of World Conquest + Inuyasha - Tenka Hadou no Ken + InuYasha - The Movie 3: Swords of an Honorable Ruler + InuYasha The Movie 3: Swords of an Honorable Ruler + InuYasha - The World Conquering Swords + IY Movie 3 + IY THnK + The Sword of the World Conquest + The Sword That Rules Over the Empires + 犬夜叉 天下覇道の剣 + + + Diamond Daydreams + khddd + Kita e + Kita e: Diamond Dust Drops + kita he + Kita-he + To the North ~Diamond Dust Drops~ + To the North. ~Diamond Dust Drops~ + 北へ。 ~Diamond Dust Drops~ + + + Daphne + Daphne + Daphne in the Brilliant Blue + Hikari to Mizu no Daphne + Hikaru to Mizu no Daphne (incorrect) + Водное сияние + Дафна: Тайна сияющих вод + 光と水のダフネ + + + Chibi Maruko-chan (1990) + ちびまる子ちゃん (1990) + + + ポポロクロイス + PopoloCrois + PoPoLoCrois: A New Departure + PoPoLoCrois: Enchanted Lunar Tale + PoPoLoCrois Monogatari - Hajimari no Bouken + PoPoLoCrois - Tsuki no Okite no Bouken + + + ユンカース・カム・ヒア + Junkers Come Here + + + Choujikuu Seiki Orguss 02 + Orguss 02 + Orguss 02 + Orguss 2 + orguss ova + Super Dimension Century Orguss 02 + Оргусс 2 + 超時空世紀オーガス02 + + + มือขวากับขาโจ๋ + Meus dias com Midori + Midori Days + Midori Dienos + Midori no Hibi + mnh + My Days With Midori + يوميات ميدوري + ימיה של מידורי + Дни Мидори + 美鳥の日々 + 美鸟日记 + + + みずいろ + Mizuiro + Mizuiro OVA 1 + + + Choujuushin Gravion 2 + Choujuushin Gravion Two + Choujuushin Gravion Zwei + Choujyuushin Gravion Tsuvai + g2 + Gravion 2 + Gravion - Partie 2 + Gravion Two + Gravion Zwei + Gravion Zwei + Super Heavy God Gravion 2 + Super Heavy God Gravion Two + Super Heavy God Gravion Zwei + 超重神グラヴィオンツヴァイ + + + ごくせん + gok + Gokusen + Gokusen + The Gokusen + + + Manami & Nami Sprite + Sprite + Sprite: Between Two Worlds + 真奈美&ナミ スプライト + + + J2 + jc2 + Jubei-chan 2 + Jubei-chan 2: The Counterattack of Siberia Yagyu + Jubei-chan 2 - The Revenge of Siberia Yagyuu + Jubei-chan the Ninja Girl 2 + Juubee-chan 2: Siberia Yagyuu no Gyakushuu + Siberia Yagyuu no Gyakushuu + Дзюбэй-младшая [ТВ-2] + Дзюбэй-тян 2: контратака сибирских Ягю + 十兵衛ちゃん2~シベリア柳生の逆襲~ + + + erolutions + gg13 + gge + Green Green 13 + Green Green Evolutions + Green Green Thirteen Erolutions + グリーングリーン THIRTEEN エロリューションズ + + + かいけつゾロリ + Kaiketsu Zorori + Zorori Le Magnifique - Saison 1 + + + Kyoukasho ni Nai! + Not in the Textbook! + Very Private Lesson + Совершенно частный урок! + 教科書にないッ! + + + Binetsu Shoukougun + Intime Sprechstunde + Maestra para Todo + Slight Fever Syndrome + 微熱症候群 + + + Demon Warrior Koji + Kairaku Satsujin Chousakan Koji + Koji le guerrier démon + Le guerrier démon Koji + Ο Δαίμονας Koji + 快楽殺人調査官 KOJI + + + Castle Fantasia: Seima Taisen + キャッスルファンタジア ~聖魔大戦~ + + + Kinniku Banzuke: Kongou-kun no Daibouken + Muscle Ranking Kongo-kun + 筋肉番付 金剛くんの大冒険! + + + 엘리시움 + Eliziumas + Elysium + Elysium + Elysium + Elysium + The Last Ark + Элизиум + + + サイボーグクロちゃん + Cyborg Kuro-chan + القط الأسود + + + トランスフォーマー スーパーリンク + TF Energon + TF Superlink + Transformers Energon + Transformers Energon + Transformers Energon + Transformers: Energon + Transformers: Energon + Transformers: Energon + Transformers: SuperLink + + + こわれものⅡ + Heaven + こわれものII + Kowaremono 2 + Kowaremono - Fragile Hearts + Kowaremono - Heaven + Kowaremono II + Sex Machine + Slave Doll 2 + + + mama4 + Mama is a 4th Grader + Mama wa Shougaku 4 Nensei + mama wa shougaku yonensei + أنا و أختي + ママは小学4年生 + + + Bloodshadow + Blood Shadow + Crimson Lotus + Guren + Red Lotus + Кровавая тень + 紅蓮 + + + Countdown: Akira + Countdown: Akira Complex + Yuuwaku Countdown: Akira + 誘惑 カウントダウン 鏡 AKIRA + + + Gimnasia Artística X + Princess 69 + Shintaisou (Kari) The Animation: Yousei-tachi no Rondo + 新体操(仮) THE ANIMATION ~妖精たちの輪舞曲~ + + + Kisaku + Kisaku, el lascivo + Kisaku the Letch + 鬼作 + + + サイファイハリー + Sci-fi Harry + + + ソルビアンカ + Sol Bianca + Sol Bianca + + + A Abelha Maia + Adventures of Maya the Honeybee + Biene Maya + Bitė Maja + Čebelica Maja + Die Biene Maja + La Abeja Maya + L`ape Maia + Maija Mehiläinen + Maja,a méhecske + Maja de Bij + Maya l`abeille + Maya the Bee + Mitsubachi Maya no Bouken + Pčelica Maja + Pszczółka Maja + Včelka Mája + Včielka Maja + زينة و نحول + הדבורה מאיה + Μάγια η Μέλισσα + Пчелка Майя + みつばちマーヤの冒険 + + + エイトマン + 8man + 8 Man + Eight Man + Tobor the Eighth Man + + + エイトマン アフター + 8 Man After + エイトマン AFTER + Cyber Desperado + Eight Man + Eight Man After + + + ブラインドナイト + Blind Night + + + High School! Kimen-gumi + Kimengumi + Le collège fou fou fou + Topsy-Turvy High School + ハイスクール!奇面組 + + + マクロス7アンコール + Macross 7 Encore + + + Magical Girl Ai + Mahou Shoujo Ai + Sexy Magical Girl + Sexy Magical Girl Ai + 魔法少女アイ + + + El sordido tren de medianoche + Les pervers du train + Midnight Sleazy Train + mst + Saishu Chikan Densha + Saishuu Chikan Densha + Saisyu Tikan Densya + 最終痴漢電車 + + + うしおととら + Ushio and Tora + Ushio et Tora + Ushio i Tora + Ushio to Tora + Ushio Ve Tora + + + Unico in the Island of Magic + Unico: Mahou no Shima e + Unico Movie 2 + Unico sur l`île magique + Unico: To the Magic Island + ユニコ 魔法の島へ + + + Graduation M + Graduation M: Our Carnival + Sotsugyou M: Oretachi no Carnival + 卒業M ~オレ達のカーニバル~前編 + + + Best of Kitty #4 (1) + Bondage House + Bondage House + Détective - Enquêtes et Soumissions + Detective File 1: Kindan no Ai + ディテクティブ file.1禁断の愛 + + + NG Kishin Lamune & 40 + NG Knight Lamune & 40 + NG Knight Ramune & 40 + NG騎士ラムネ&40 + + + NG Kishin Lamune & 40 EX Biku Biku Triangle Ai no Arashi Daisakusen + NG Knight Lamune & 40 EX + NG Knight Ramune & 40 EX: Biku Biku Triangle Ai no Arashi Daisakusen + NG騎士ラムネ&40EX ビクビクトライアングル愛の嵐大作戦 + + + NG Kishin Lamune & 40 DX Wakuwaku Jiku, Hono no Daisousasen + NG Knight Lamune & 40 DX + NG Knight Ramune & 40 DX: Wakuwaku Jikuu - Honoo no Daisousasen + NG騎士ラムネ&40DX ワクワク時空 炎の大捜査戦 + + + VS Knight Lamune & 40 Fire + VS Knight Ramune & 40 Fire + VS Toshi Lamune & 40 en + اللعبة الكبرى + VS騎士ラムネ&40炎 + + + Inmu: Feast of Victims + Inmu: Ikenie no Utage + Vices Profondis + 淫夢~生贄の宴~ + + + Inmu 2 + Inmu 2: Flesh Dreams + Sueños Húmedos 2 + Vices Profondis - vol. 2 + 淫夢2 + + + Genesis Climber Mospeada + Genesis Climber Mospeada + Kikou Soseiki Mospeada + Mospeada + Mospeada, The Invid Invasion + Robotech New Generation + Robotech (série 3) + 機甲創世記モスピーダ + + + Jing, King of Bandits: Seventh Heaven + Jing OVA + King of Bandit Jing in 7th Heaven OVA + King of Bandit Jing in Seventh Heaven + Ou Dorobou Jing in Seventh Heaven + 王ドロボウ JING in Seventh Heaven + + + หุ่นเหล็กสายฟ้า บี-ดาแมน + Battle B-Daman + Battle B-Daman + Battle B-Daman + B-Daman + B-Daman + B-Daman + B-Densetsu! Battle Bedaman + Bedaman + Bidamanų kovos + Бидаман + B-伝説! バトルビーダマン + + + コロッケ! + Crocket + Croket + Croquette! + + + Tales of Phantasia + Tales of Phantasia - The Animation + Tales of Phantasia - The Animation + Tales of Phantasia - The Animation + テイルズ オブ ファンタジア THE ANIMATION + ToP + Приказки от Фантазия - Анимацията + Сказания Фантазии + + + Rei Rei + Rei Rei - Missionary of Love + Rei Rei - The Sensual Evangelist + Utsukushiki Sei no Dendoushi Reirei + 美しき性の伝道師 麗々 + + + Keraku-no-oh: King of Pleasure + Keraku no Ou + けらく[快楽]の王 + + + Tanpen Unico: Kuroi Kumo to Shiroi Hane + Unico: Black Cloud and White Feather + Unico: Black Cloud, White Wings + Unico: Black Rain and White Feather + Unico Il Piccolo Unicorno + Unico: Kuroi Kumo Shiroi Hane + Unico Pilot Film + 短編ユニコ 黒い雲と白い羽 + + + Shusaku Liberty + Shusaku the Letch - Liberty + 臭作 ~Liberty~ + + + Dirty Pair: Affair Of Nolandia + Dirty Pair: Affäre Nolandia + Dirty Pair - L`affaire de Nolandia + Dirty Pair no Taishoubu: Nolandia no Nazo + ダーティペアの大勝負 ノーランディアの謎 + + + ゾイド + zds + Zoids + Zoids: CC + ZOIDS Chaotic Century + Zoids Classic + ZOIDS: Guardian Forces + זוידס + + + 3000 Leagues in Search of Mother + 3000 лиг в поисках матери + Cuore + From the Appenines to the Andes + haha + Haha o Tazunete Sanzenri + Marco + Marco + Marco + Marco + Marco dagli Appennini alle Ande + Marco, De los Apeninos a los Andes + Markó + وداعاً ماركو + הלב + 母をたずねて三千里 + + + Cobra + Cobra - Le film + SPACE・ADVENTURE コブラ + Space Adventure Cobra (1982) + Space Adventure Cobra - The Movie + Космічні пригоди Кобри. Фільм + + + Akai Kodan Zillion + Akai Koudan Zillion + Red Photon Zillion + Wojownicy Maris + Zillion + Zillion + 赤い光弾ジリオン + + + Akai Kodan Zillion Utahime Yakyoku + Akai Koudan Zillion OVA + Akai Koudan Zillion Utahime Yakyoku + Red Photon Zillion: Burning Night + Zillion: Burning Night + 赤い光弾ジリオン 歌姫夜曲 + + + Curiosando nei cortili del cuore + GokiMono + Gokinjo Monogatari + Neighborhood Story + Повесть о соседях + ご近所物語 + + + Handsome Girl + Handsome Girlfriend + Handsome na Kanojo + HG + ハンサムな彼女 + + + 「エースをねらえ!」 —ファイナル・ステージ— + Ace o Nerae: Final Stage + Ace O Nerae! OVA 2 + Jeu, set et match - Stage final + + + エースをねらえ!2 + Ace o Nerae! 2 + Ace o Nerae! OVA 1 + Ace wo Nerae! 2 + Ace wo Nerae! OVA 1 + Aim for the Ace! 2 + Jenny Jenny + Jeu, set et match - OAV + Τζένη-Τζένη ο μεγάλος αγώνας + + + Magical Witchland + Mahou Yuugi + Mahou Yuugi 3D + 魔法遊戯 + + + Ai to Yuuki no Pig Girl Tonde Buurin + A Super Porca + Boorin + Ein Fall für Super Pig + Hiệp sĩ lợn + Super Big + Super Boink + Super Cerdita + Super Pig + Super Pig + Superświnka + Tonde Buurin + סופר פיג + 愛と勇気のピッグガール とんでぶーりん + 飛天少女豬事丁 + + + Magical Play + Mahou Yuugi 2D + Mahou Yuugi: Tobidasu!! Hanamaru Daibouken + 魔法遊戯: 飛び出す!!ハナマル大冒険 + + + Best of Kitty #2 (1) + Wake Up! Aria + Wake Up! Aria: Majokko Virgin Kikiipatsu + WAKE UP! アリア 魔女っ娘バージン 危機一髪 + + + Balthus + Balthus: Tia no Kagayaki + Balthus: Tia`s Radiance + Best of Kitty #2 (3) + バルテュス ~ティアの輝き~ + + + Best of Kitty #2 (2) + Legend of Reyon: The God of Darkness + Shin Reyon Densetsu: Shikkoku no Majin + 新リヨン伝説 漆黒の魔神 + + + アドバンサー・ティナ + Advancer Tina + Advancer Tina + Best of Kitty #1 (2) + Tina mercenaire de l`espace + + + オーキッド☆エンブレム + Best of Kitty #1 (1) + Orchid Emblem + Orchid Emblem + Rei Lan - Orchid Emblem + Sex Fighter + + + Battle Team Lakers EX + Best of Kitty #1 (3) + Sei Shoujo Sentai Lakers EX + 聖少女戦隊レイカーズEX + + + Best of Kitty #3 (1) + Chimera + Kimeira Angel of Death + 世紀末麗魔伝キメイラ + + + Best of Kitty #3 (2) + Ningyo Tsukai + Puppet Masters + Robosex + Sexorcist + 人形使い + + + Best of Kitty #3 (3) + My Fair Masseuse + SOAPのMOKOちゃん + Soap no Moko-chan + + + Best of Kitty #4 (3) + Ikenie + Ikenie + Michaela + Sins of the Flesh + 聖贄 (いけにえ) + + + Angels in the Court 2 + Angels Return to the Court + Kaette Kita Court no Naka no Tenshi-tachi + 帰ってきたコートの中の天使達 + + + La diana riallera + Laughing Target + Rumic World 3 + Warau Hyouteki + Смеющаяся мишень + 笑う標的 + + + Mechiku + Mechiku + Office Affairs + 女畜 + + + Angel of Liason + Co-eD Affairs + Kouin Tenshi: Haitoku no Lyceenne + 交淫天使 ~背徳のリセエンヌ~ + + + Kara no Naka no Kotori + Maiden Diaries + The Maiden Diaries + 殻の中の小鳥 + + + Fobia + Mirai Choju FOBIA + 未来超獣フォビア + + + Super Radical Gag Family + Urayasu Tekkin Kazoku + 浦安鉄筋家族 + + + Guyver: Out of Control + Kyoushoku Soukou Guyver + 強殖装甲ガイバー + + + 두 사람은 프리큐어 + 빛의 전사 프리큐어 + ふたりはプリキュア + มหัศจรรย์สาวน้อย พริตตี้เคียว + Futari wa Precure + Futari wa Pretty Cure + precure + Pretty Cure + Pretty Cure + Pretty Cure + purikyaa + Хорошенькое лекарство + 光之美少女 + + + Odin + Odin + Odin + Odin - Koshi Hansen Starlight + Odin: Koushi Hansen Starlight + Odin: Photon Space Sailer Starlight + فرسان الفضاء + Один: Космический корабль "Звёздный свет" + オーディーン・光子帆船スターライト + + + Madara + Mouryou Senki Madara + 魍魎戦記 MADARA[摩陀羅] + + + Chikyuu e... + Kampen om Jorden + Taistelu Maasta + Terra e... + Towards the Terra + Toward the Terra + Toward the Terra: Kampen om Jorden + 地球[テラ]へ… + + + Os Cavaleiros do Zodíaco: Prólogo de Céu + Saint Seiya: Movie 5 + Saint Seiya Tenkai-hen: Overture + Saint Seiya: The Heaven Chapter ~overture~ + 聖闘士星矢 天界編 序奏~overture~ + + + 아기와 나 + Aka-chan to Boku + Akachan to Boku + Baby and Me + أنا وأخي + Аз и брат ми + 赤ちゃんと僕 + + + Toshin Toshi 2 + Tournament of the Gods: Title Match + 闘神都市Ⅱ + + + Lupin III: Ai no da capo + Lupin III: Da Capo of Love - Fujiko`s Unlucky Days + Lupin III: L`amore da capo + Lupin III: L`amore daccapo + Lupin III: The Columbus Files + Lupin Sansei: Ai no da capo - Fujiko`s Unlucky Days + Lupin Sansei Special 11 + Rupan Sansei: Ai no da capo - Fujiko`s Unlucky Days + ルパン三世『愛のダ・カーポ ~Fujiko`s Unlucky Days』 + + + Butt Attack Punisher Girl Gautaman + Butt Attack Punisher Girl Gotaman + Dengeki Oshioki Musume Gootaman: Gootaman Tanjou Hen + Gota-Man + 臀撃おしおき娘ゴータマン~ゴータマン誕生篇 + + + 2×1 + 2x1 + 2x1 + 2x1 + Four Play + Ni Kakeru Ichi + + + A Chinese Ghost Story + A Chinese Ghost Story: The Tsui Hark Animation + cgs + Histoire de fantômes chinois + Xiao Qian + قصة أشباح صينية + Ένα Φάντασμα στην Κίνα + + + Kidou Senshi Gundam: Dai 08 MS Shoutai: Miller`s Report + Mobile Suit Gundam: L`ottavo plotone - Il Rapporto Miller + Mobile Suit Gundam: The 08th MS Team - Miller`s Report + Mobile Suit Gundam: The 08th MS Team, Miller`s Report + 機動戦士ガンダム 第08MS小隊 ミラーズ・リポート + + + Pure Love + Rhythm + Rhythm 恋の律動 + Αγνή Αγάπη + + + GIF + GIFinal + ハンター×ハンター G・I Final + Greed Island Final + Hunter X Hunter - Greed Island Final + Hunter X Hunter - Greed Island Final + Hunter X Hunter OVA 3 + HxH GIF + HxH GI Final + HxH OVA 3 + ฮันเตอร์ x ฮันเตอร์ OVA GI FINAL + القناص ، أوفا جزيرة الطمع ، نهائي + + + Cartea junglei + Das Dschungelbuch - Die Serie + Djungelboken + Džiunglių knyga + Jungle Book: Boy Mowgli + Jungle Book: Mowgli the Boy + Jungle Book: Shounen Mowgli + Księga dżungli + Le livre de la jungle + The Jungle Book + Viidakkokirja + ماوكلي فتى الأدغال + מסיפורי ספר הג`ונגל + Μόγλης + Книга джунглей + ジャングルブック・少年モーグリ + + + YTN + Yugo Negotiator + Yugo The Negotiator + Yuugo + Yuugo Koushoujin + Юго - Переговорщик + 勇午 交渉人 + + + パラッパラッパー + Parappa a rapper + Parappa the Rapper + Raperul Parappa + Rapper Parappa + + + Este feo y aún hermoso mundo + kmmus + kmus + konomini + Kono Minikuku mo Utsukushii Sekai + Ten brzydki lecz jeszcze piękny świat + This Ugly and Beautiful World + This Ugly Yet Beautiful World + tuabw + tuybw + هذا العالم الجميل والقبيح + Този грозен красив свят + Этот ужасный и прекрасный мир + 这个丑陋与美丽的世界 + この醜くも美しい世界 + + + Genmukan + Genmukan: Aiyoku to Ryoujoku no Intsumi + Genmukan: The Sin of Desire & Shame + Le manoir des fantasmes + The House of Phantasms + The Sin of Desire and Shame + 幻夢館~愛欲と凌辱の淫罪~ + + + Idol of Darkness + Injuu Nerawareta Idol + L`idole des ténèbres + Schattenwelt 2 + 淫獣 ねらわれたアイドル + + + Jinshin Yuugi + Juegos calientes + La filière du désir + Love Lessons + Yinshin Yugi + Ερωτικά Μαθήματα + 人心遊戯 + + + Kaishun + Rejuvenation + Sacrilege + 回春 + + + マイ ライフ アズ + My Life As + My Life As... + My Life As A Chicken + + + Ai Doll + Idol + Love Doll + 哀・奴隷 + + + マスターキートン + Master Keaton + Master Keaton + + + Astro Boy + Mighty Atom + Tetsuwan Atom + Tetsuwan Atomu + 鉄腕アトム + + + Akiho´s Teuflischer Leidensweg + Kitty Pleasure Pack #1 (1) + Midnight Milk Party + Pikkoman no Kichikumichi: Mayonaka no Milk Party + Pire qu`une chienne + ピッコマンの鬼畜道 ~真夜中のみるくパーティー~ + + + Bakuhatsu Sunzen!! Tenshi no Countdown + Countdown to Delight + Kitty Pleasure Pack #2 (1) + 爆発寸前!! 天使のカウントダウン + + + Émi Magique + La magia de Emi + Magica Magica Emi + Magic Star Magical Emi + Mahou no Star Magical Emi + 魔法のスター マジカルエミ + 魔法のスターマジカルエミ + + + キャシャーン + Casshan + Casshan - Robot Hunter + Casshan: Robot Hunter + Kyashan il mito + קשאן + + + Astroboy + Astro Boy (1980) + Astro le petit robot + Robotukas Marsas + Tetsuwan Atom (1980) + كوكى العجيب + 鉄腕アトム (1980) + + + Bem - Il Mostro Umano + Demon-man Bem + Monster-man Bem + Yokai Ningen Bem + Youkai Ningen Bemu + 妖怪人間ベム + + + Eskadra Orła + Gatchaman II + Gatchaman, le combat des galaxies + Kagaku Ninja-Tai Gatchaman II + La patrouille des aigles + Science Ninja Team Gatchaman II + 科学忍者隊ガッチャマンII + 科学忍者隊ガッチャマン II + + + Gatchaman F + Gatchaman Fighter + Kagaku Ninja-Tai Gatchaman F + La patrouille des aigles (suite) + 科学忍者隊ガッチャマン F + + + Cackling Kitarou + Gegege no Kitarou + Spooky Kitarou + ゲゲゲの鬼太郎 + + + Gegege no Kitarou (1971) + New Cackling Kitarou + ゲゲゲの鬼太郎 (1971) + + + Gegege no Kitarou (1985) + ゲゲゲの鬼太郎 (1985) + + + Gegege no Kitarou: Jigoku Hen + ゲゲゲの鬼太郎 地獄編 + + + Gegege no Kitarou (1996) + ゲゲゲの鬼太郎 (1996) + + + นารูโตะ นินจาจอมคาถา เดอะมูฟวี่ ตอน ศึกชิงเจ้าหญิงหิมะ + Gekijouban Naruto: Dai Katsugeki! Yuki Hime Ninpouchou Datte ba yo! + Naruto - Film 1 - Les chroniques Ninja de la Princesse des neiges + Naruto Film: Ninjaların Karlar Adasında Çarpışmaları + Naruto: Geheim-Mission im Land des ewigen Schnees + Naruto: It`s the Snow Princess` Ninja Art Book! + Naruto - La primavera nel Paese della Neve + Naruto Movie + NARUTO Movie 1 + Naruto the Movie: Ninja Clash in the Land of Snow + ناروتو: أميرة الثلج + 劇場版 NARUTO 大活劇!雪姫忍法帖だってばよ!! + + + あしたのジョー + anj + Ashita no Joe + Rocky Joe + Tomorrow`s Joe + + + あしたのジョー2 + Ashita no Joe 2 + Ashita no Joe 2 + Joe 2 + rocky joe 2 + Tomorrow`s Joe 2 + جو البطل + جو الغد + + + Galient + Kikou Kai Galient + Panzer World Galient + 機甲界ガリアン + + + Babel II + Babel Nisei + Babil Junior + بابل 2 + バビル2世 + + + Babel II + Babel II + Babel II (1992) + Babel Nisei (1992) + Babil Junior: La Leggenda + バビル2世 (1992) + + + Battle Royale + Battle Royal High School + Shin Majinden Battle Royal High School + 真魔神伝 バトルロイヤルハイスクール + + + Ambassador Magma + Magma Taishi + マグマ大使 + + + Big Wars + Big Wars + Big Wars: Kami Utsu Akaki Kouya ni + Dai Senki + BIG WARS 神撃つ朱き荒野に + + + クレオパトラD.C. + Cleopatra DC + Cleopatra D.C. + + + Crimson Wolf + Hong Lang + Hon Ran + 紅狼[ホンラン] + + + クリスタル トライアングル + Crystal Triangle + Forbidden Apocalypse Crystal Triangle + Kindan no Mokushiroku Crystal Triangle + + + ダロス + Dallos + Dallos + + + mito + Space Pirate Mito + Space Pirate Mito`s Great Adventure + Stellar Buster Mito + Uchuu Kaizoku Mito no Daibouken + 宇宙海賊ミトの大冒険 + + + Aoi & Mutsuki: A Pair of Queens + Mito no Daiboken: Futari no Jou-sama + Mito`s Great Adventure: The Two Queens + Space Pirate Mito 2 + Stellar Buster Mito 2 + Uchuu Kaizoku Mito no Daibouken: Futari no Joou-sama + 宇宙海賊ミトの大冒険 2人の女王様 + + + ファイアーエムブレム + Fire Emblem + + + Genma Taisen + Ghenma Wars + Great War with Genma + Harmagedon + Harmagedon + Хармагеддон + 幻魔大戦 + + + Genma Taisen - Shinwa Zenya no Shou + Genma Wars + Ghenma Wars + Ghenma Wars - À l`aube de la légende + Great War of the Demon of Illusions: The Chapter of the Previous Night of the Myth + Harmageddon TV + 幻魔大戦-神話前夜の章 + + + DBZ Special 2 + Dragon Ball Z: Die Geschichte von Trunks - Das Trunks Special + Dragon Ball Z: Historia Trunksa + Dragon Ball Z: La storia di Trunks + Dragon Ball Z - O Desafio Final + Dragon Ball Z: Resist Despair!! The Surviving Fighters - Gohan and Trunks + Dragon Ball Z Spécial 2 : L`histoire de Trunk + Dragon Ball Z Spécial 2 : L`histoire de Trunks + Dragon Ball Z: The History of Trunks + Dragon Ball Z: Zetsubou e no Hankou!! Nokosareta Chousenshi - Gohan to Trunks + Un futuro diferente + ドラゴンボールZ・絶望への反抗!!残された超戦士・悟飯とトランクス + + + Digimon Movie 06 + Digimon Tamers: Bousou Digimon Tokkyuu + Digimon Tamers - Runaway Digimon Express + デジモンテイマーズ 暴走デジモン特急 + + + Il Paradiso delle Dee + Megami Paradise + Megami Tengoku + 女神天国 + + + マッドブル34 + Mad Bull + Mad Bull 34 + Mad Bull 34 + + + Chroniques de la guerre de Lodoss - La légende de Crystania - Le film + crystania + First Adventurers Legend of Crystania + Hajimari no Boukensha-tachi: Crystania no Densetsu + Legend of Crystania - The Motion Picture + Lodoss - La légende de Crystania - Le film + Lodoss - The Legend of Crystania - Der Film + Lodoss - The Legend of Crystania - Kinofilm + はじまりの冒険者たち レジェンド・オブ・クリスタニア + + + Kimera + 祈明羅 (Kimera) + + + Akuu Daisakusen Srungle + Capitán Gorila + Gorilla Force + Macron One + Mission Outer Space Srungle + المغامرون الأبطال + 亜空大作戦 スラングル + + + Demon God of the War Torn Land Goshogun + Fulgutor + Goshogun + Macron 1 + Macron 1 + Sengoku Majin Goushougun + מקרון 1 + 戦国魔神ゴーショーグン + + + パンツァードラグーン + Panzer Dragoon + + + Edgar, le détective cambrioleur + Giacca rossa + l32 + l3tv2 + Lupin III - Seconda serie + Lupin III TV 2 + Lupin Sansei: Part 2 + Lupin The 3rd + New Lupin III + Red jacket + Shin Lupin III + Shin Lupin Sansei + 新・ルパン三世 + 鲁邦三世 (TV第2部) + + + Giacca rosa + Lupin III - Terza serie + Lupin III TV 3 + Lupin S3 + Lupin Sansei: Part III + Lupin The Third: Part 3 + Pink jacket + ルパン三世PARTIII + 鲁邦三世 PartIII + + + M.D. Geist + M.D. Geist + MD Geist + Most Dangerous Geist + Soukihei MD Geist + 装鬼兵MDガイスト + + + MD Geist 2 + M.D. Geist II - Death Force + M.D. Geist II - Death Force + MD Geist II - Death Force + Most Dangerous Geist 2 + Most Dangerous Geist 2 - Death Force + Most Dangerous Geist II + Most Dangerous Geist II - Death Force + Soukihei MD Geist 2 + 装鬼兵MDガイスト ~デスフォース~ + + + ぼくのマリー + Boku no Marie + marie + Metal Angel Marie + My Dear Marie + 我的麻理 + + + Jungle Emperor Leo + Jungle Emperor Leo - Der Kinofilm + Jungle Taitei (1997) + Jungle Taitei Leo + Léo, roi de la jungle + ジャングル大帝 (1997) + + + Ryuseiki GAKUSAVER + Ryuuseiki Gakusaver + Shooting Star Machine Gakusaver + 流星機ガクセイバー + + + Seifuku Shojo the Animation + Seifuku Shoujo (incorrect) + Virgin in the School Uniform + 制服処女 the Animation + + + トランスフォーマー ザ・ムービー + Alakváltók + Les Transformers - Le film + TF:Movie + The Transformers: The Movie + Transformers + Transformers: O Filme + Transformers the Movie: Mokushiroku Matrix yo Eien ni + 变形金刚大电影 + + + Jungle Emperor + Jungle Taitei + Kimba + Kimba,a fehér oroszlán + Kimba, der weiße Löwe + Kimba, El León Blanco + Kimba, il leone bianco + Kimba, o leão branco + Kimba, the White Lion + Le retour de Léo + Le retour du roi Léo + Le roi Léo + الليث الابيض + Κίμπα το Λιοντάρι + ジャングル大帝 + + + Jungle Emperor (1966) + Jungle Taitei (1966) + ジャングル大帝 (1966) + + + Der Löwenkönig + Jungle Emperor, Onward Leo! + Jungle Taitei Susume Leo + Jungle Taitei Susume Leo! + Kimba - O leão branco + Leo the Lion + Le roi Léo (1966) + New Jungle Emperor, Go Ahead Leo! + الليث الأبيض + ジャングル大帝 進めレオ! + + + Biały lew Kimba + Bou Bou, König der Tiere + Jungle Emperor (1989) + Jungle Taitei (1989) + Kimba, a fehér oroszlán + Kimba – biały lew + Leo - Der kleine Löwenkönig + Lew, król dżungli + The New Adventures of Kimba the White Lion + الغابة السعيدة + קימבה האריה הלבן + ジャングル大帝 (1989) + + + Anime Koukyoushi: Jungle Taitei + Jungle Emperor: The Symphonic Poem Film + Symphonic Poem: Jungle Emperor Leo + アニメ交響詩 ジャングル大帝 + + + ザ・ハ-ド BOUNTY HUNTER + Bounty Hunter: the Hard + The Hard: Bounty Hunter + The Hard - Chasseur de primes + + + Choushin Hime Dangaizer 3 + Dangaizer 3 + 超神姫ダンガイザーIII + + + Demon Fighter Kocho + Yakusai Kochou + 厄災仔寵[やくさいこちょう] + + + Capital Story + Doomed Megalopolis + Doomed Megalopolis + Mégalopolis + Teito Monogatari + 帝都物語 + + + Ghost Sweeper Mikami Movie + GS Mikami: Gokuraku Daisakusen!! + GS美神・極楽大作戦!! + + + Goku: Midnight Eye + MIDNIGHT EYE ゴクウ + Midnight Eye Goku + Midnight Eye Gokuu + + + A Tree in a Sunny Place + Hidamari no Ki + Tree in the Sun + 陽だまりの樹 + + + Ai Shimai 2: Futari no Kajitsu + Hermanas inmorales 2 + Immoral Sisters 2 + 愛姉妹2 ~二人の果実~ + + + Ashita no Yukinojou + Tomorrow`s Yukinojou + あしたの雪之丞 + + + Fire Tripper + Rumic World 1 + Сквозь огонь + るーみっくわーるど炎トリッパー + 炎トリッパー[ファイアー・トリッパー] + + + Grappler Baki + Grappler Baki: The Ultimate Fighter + グラップラー刃牙 + + + Astro Boy: Shinsengumi + Tetsuwan Atom: Shinsengumi + 鉄腕アトム/新撰組 + + + Astro Boy: THE BRAVE IN SPACE + Tetsuwan Atom: Uchuu no Yuusha + 鉄腕アトム 宇宙の勇者 + + + GREY デジタル・ターゲット + Grey - Cible digitale + Grey: Digital Target + + + Madox + メタルスキンパニックMADOX-01 + Metal Skin Panic MADOX-01 + + + Adventures of Goku + Adventures of the Monkey King + Goku`s Great Adventures + Gokuu no Daibouken + The Monkey - Le grandi avventure di Goku + 悟空の大冒険 + + + Kidou Keisatsu Patlabor + Mobile Police Patlabor + OVA1 פאטלייבור + Patlabor la police mobile + Patlabor: The Original Series + 機動警察パトレイバー + + + プリンセス・ルージュ + Legend of the Last Labyrinth + Princess Rouge + + + Anbot Senki Gokyuu + Asobotto Senki Goku + Association Robot Goku + Monkey Typhoon + アソボット戦記五九 + + + ドリームハンターレム + Dream Hunter Rem + DREAM HUNTER 麗夢 + ドリームハンター麗夢 + + + 라그나록 만화영화 버전 + ragani + Ragnarok + Ragnarok + Ragnarök + Ragnarok the Animation + Ragnarok the Animation + Ragnarok the Animation + Ragnarök the Animation + راجناروك + Рагнарёк The Animation + + + サイバーシックス + Cybersix + Cybersix + Cybersix + Cybersix + + + A espada de Kamui + Dagger of Kamui + Dagger of Kamui + Kamui no Ken + La spada dei Kamui + Revenge of the Ninja Warrior + The Blade of Kamui + The Dagger of Kamui + カムイの剣 + + + ドッグソルジャー + Dog Soldier + Dog Soldier: Shadows of the Past + + + サイボーグ009 + Cyborg 009 + + + DragonBlade + Drakono kardas + Лезвие дракона + 龍刀奇緣 + 龙刀奇缘 + + + ドラゴンリーグ + Dragon League + + + Bola De Drac Z + Bola de Dragón Z + DBZ + dbztv + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragon Ball Z + Dragonball Z + DragonBall Z + Drakonų Kovos Z + Ejder Topu Z + 드래곤볼Z + ドラゴンボールZ + ดราก้อนบอล Z + Zmajeva Kugla Z + Z דרגון בול + دراقون بول Z + زيد دراقون بول + Драконий жемчуг Зет + 龍珠二世 + 龙珠Z + + + Devadasy + Sosei Seiki Devadasy + Sousei Seiki Devadasy + 創世聖紀 デヴァダシー + + + ヒットをねらえ! + Hit o Nerae! + shit + smashhit + Smash Hit + + + La leyenda de los cuatro reyes + La leyenda de los reyes dragones + Legend of the Dragon Kings + Legend of the Four Kings + Sohryuden - Legend of the Dragon Kings + Souryuuden + 創竜伝 + + + メーテルレジェンド + La légende de Maetel + Maetel Legend + Maetel Legend + + + Kawaleria kosmosu + Starship Troopers + Starship Troopers Anime + Uchuu no Senshi + 宇宙の戦士 + + + เทพธิดามหาประลัย + Anjo Explosivo + Bakuretsu Tenshi + BakuTen + BT + Burst Angel + Burst Angel + Burst Angel + Burst Angel + Burst Angel + Burst Angel + Exploding Angel + Explosive Angel + Ангелы Смерти + Взрывной ангел + 爆裂天使 + + + Half a Hero + Miracle Giants Domu-kun + نصف بطل + ミラクル・ジャイアンツ童夢くん + + + キス・アンド・クライ + Kiss and Cry + قبل و ابكي + + + モンスター + Canavar + Monster + Monster + Monster + Monster + Monster TV + Monstras + Monstre + Monstro + Monstro + Monstrul + Potwór + وحش + Монстр + Монстр + Чудовище + + + เหนือฟ้า ใต้ภิภพ ข้าเจ๋งสุด! + Cennet Ve Yeryüzü + Del cielo al infierno + Enfer et paradis + Enfer & Paradis + Heaven and Earth + Inferno e Paradiso + Infierno y paraíso + Tenjho Tenge + Tenjho Tenge (На земле и на небесах) + Tenjo Tenge + Tenjo Tenge + Tenjo Tenge + Tenjo Tenge + Tenjou Tenge + TenTen + TenTen TV + TJTG + TT + الجنة و الأرض + تينجو تينج + Небо и земля + 天上天下 + 天上天下 + + + サムライ7 + 7 เซียนซามูไร + 7 szamuráj + 7 ساموراي + 7 самураев + Akira Kurosawa`s Samurai 7 + S7 + Samurai7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai 7 + Samurai Seven + Sedm Samurajů + Siedmiu samurajów + Самурай 7 + + + 사무라이 참프루 + サムライチャンプルー + Champloo + Paslaptingas Samurajus + SamCham + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samurai Champloo + Samuray Champloo + SC + Tajemniczy samuraj + ساموراي شامبلوو + Самурай Чамплу + Самурай Чямплу + 琉球狂侍 + + + 엘펜리트 + エルフェンリート + Älvans Sång - Elfen Lied + Elfen Lied + Elfen Lied + Elfen Lied + Elfen Lied + Elfen Song + Elfia pieseň + Elfia pieśń + Elfic Song + Elf Şarkısı + elven song + Pieśń elfów + إلفن ليد + Елфска песен + Ельфійська пісня + Эльфийская песнь + 妖精的旋律 + + + Goku II: Midnight Eye + Midnight Eye Goku (suite) + Midnight Eye Gokuu II + MIDNIGHT EYE ゴクウII + + + Mikagura Detective Agency + Mikagura detectives privados + Mikagura Tanteidan + 御神楽探偵団 + + + Itoshi no Kotodama + 愛しの言霊 + + + Brave Express Might Gain + Might Gaine + yume + Yuusha Tokkyuu Might Gain + 勇者特急マイトガイン + + + Clamp Harikalar Diyarında + Clamp in Wonderland + Clamp in Wonderland + + + bns + Boukyaku no Senritsu + Forgotten Melody + La Melodía del olvido + moo + The Melody of Oblivion + 忘却の旋律 + + + 케로로 + 개구리 중사 케로로 + เคโรโระ ขบวนการ อ๊บ อ๊บ ป่วนโลก + kero + Keroro Gunsou + Keroro - Mission Titar + keroro tv + keroro軍曹 + Sargento Keroro + Sargento Keroro + Sarxento Keroro + Sergeant Keroro + Sergeant Ribbit + Sgt. Frog + كيرورو قنصو + קפטן קררו + ケロロ軍曹 + + + ฮิโนโทริ วิหคเพลิง + Avaruuden tulilintu + Hinotori + Hi no Tori + Hinotori - The Phoenix + Phoenix + The Phoenix + 火の鳥 + + + ศึกศาตราเจ้าหญิงแห่งดวงดาว + Dancing Princess + ไม-HiME ศึกศาสตราเจ้าหญิงแห่งดวงดาว + Mai Hime + Mai-HiME + mh + My Hime + My-HiME + My-HiME + My-HiME + My Princess + ماي-هيمي + Май-Химэ + Моя принцесса + Танцуващата принцеса + Танцующая принцесса + 舞-HiME + + + Hanaukyo Maids La Verite + Hanaukyo Maid Team: La Verite + Hanaukyo Maid Team: La Vérité + Hanaukyou Hizmetçileri: La Verite + Hanaukyou Maid Tai (2004) + Hanaukyou Maid Tai: La Verite + Hanaukyou Maid-tai La Verite + Hanaukyou Maid Tai: La Verité + hmtla + Monsieur est servi ! - La vérité + 花右京メイド隊 La Verite + + + Las Guerreras Magicas + Magical Kanan + Septem Charm まじかるカナン + Septem Charm Magical Kanan + + + Variable Geo Neo + vg neo + V.G.Neo The Animation + V.G.NEO THE ANIMATION + + + Cybervenus FeiFei + サイバードール FeiFei + Virtually Real - Cybervenus FeiFei + Virtually Real - Cybervenus FeiFei + Virtually Real - Cybervenus FeiFei + Virtually Real - Cybervenus FeiFei + Virtually Real - Cybervenus FeiFei + + + Due come noi + From Today I`ll + Kyou Kara Ore Wa!! + Today, It`s My Turn!! + 今日から俺は!! + + + Casshern + Kyashan il ragazzo androide + Newly Made Human Cashan + Robot Hunter Casshan + Shinzou Ningen Casshan + 新造人間キャシャーン + + + Hariken Polymar + Hurricane Polimar + Hurricane Polymar + Hurricane Polymar + Hurricane Polymer + Inner Destruction Fist Polymar + Internal Destructive Fist Polymar + 破裏拳ポリマー + + + シティーハンター2 + CHun2 + City Hunter 2 + City Hunter 2nd Series + City Hunter (Staffel 2) + Nicky Larson - Saison 2 + + + シティーハンター3 + CHun3 + City Hunter 3 + City Hunter III + Nicky Larson - Saison 3 + + + シティーハンター`91 + CHun91 + City Hunter ´91 + City Hunter `91 + Nicky Larson - Saison 4 + + + Chun357 + City Hunter: .357 Magnum + City Hunter: Ai to Shukumei no Magnum + City Hunter: A Magnum of Love`s Destination + City Hunter - Amour, destin et un Magnum 357 + City Hunter: Magnum of Love and Destiny + City Hunter: Magnum of Love and Fate + City Hunter Special 1 - Amore, Destino e una 357 Magnum + Nicky Larson - Amour, destin et un Magnum 357 + O Caçador de Cidade + シティーハンター 愛と宿命のマグナム + + + シティーハンター ベイシティウォーズ + City Hunter - Bay City Wars + City Hunter: Bay City Wars + City Hunter Special 2 - Guerra al Bay City Hotel + Guerra al Bay City Hotel + Nicky Larson - Bay City Wars + + + City Hunter: $1,000,000 Conspiracy + City Hunter - Complot pour 1 000 000 $ + City Hunter - Complot pour un million de dollars + City Hunter: Hyakuman Doru no Inbou + City Hunter: Million Dollar Conspiracy + City Hunter: Plot of $1,000,000 + City Hunter Special 3 - Un Complotto da un Milione di Dollari + Nicky Larson - Complot pour 1 000 000 $ + Nicky Larson - Complot pour un million de dollars + シティーハンター 百万ドルの陰謀 + + + シティーハンタースペシャル ザ・シークレット・サービス + City Hunter - Services secrets + City Hunter Special 4 - Servizi Segreti + City Hunter: The Secret Service + Nicky Larson - Services secrets + Servizio Segreto + + + シティーハンタースペシャル グッド・バイ・マイ・スイート・ハート + City Hunter - Goodbye My Sweetheart + City Hunter: Goodbye My Sweetheart + City Hunter Special 5 - La Rosa Nera + City Hunter: The Motion Picture + La Rosa Nera + Nicky Larson - Goodbye My Sweetheart + + + Arrestate Ryo Saeba! + City Hunter: Death of Evil Ryo Saeba + City Hunter: Death of the Vicious Criminal Saeba Ryo + City Hunter - Flash spécial !? La mort de Ryo Saeba + City Hunter: Kinkyu Namachukei!? Kyouakuhan Saeba Ryo no Saigo + City Hunter - Live on Stage + City Hunter: Ryô Saeba, Live on the Scene + City Hunter Special 6 - Arrestate Ryo Saeba + Nicky Larson - Flash spécial !? La mort de Ryo Saeba + Nicky Larson - Live on Stage + シティーハンタースペシャル 緊急生中継!?凶悪犯冴羽リョウの最期 + + + Daigo of Company `Me` + Me-gumi no Daigo + め組の大吾 + + + Ma sœur mon amour + Midara + Mi-da-ra + Mi・da・ra + Secret Desires + + + Capitán Centella + Gekko Kamen + Moonlight Mask + Seigi no Asiru Mono Gekko Kamen + The Man Who Loves Justice, Moonlight Mask + 正義を愛する者 月光仮面 + + + Gozonji! Gekko Kamen-kun + Gozonji! Gekkou Kamen-kun + The Familiar Moonlight Mask-kun + ごぞんじ!月光仮面くん + + + Dream Warrior Wingman + Wingman + Wing Man + Wingman il guerriero dei sogni + Yume Senshi Wingman + 夢戦士ウイングマン + + + キューティーハニー + CH + Cherry Miel + Cutey Honey + cutey honey 73 + Cutie Honey + + + キューティーハニーF (1997) + Cutey Honey F (1997) + Cutey Honey Flash (1997) + + + Fantaman + Fantomas + Fantomas + Golden Bat + Ogon Bat + Ougon Batto + Phantaman + 黄金バット + + + Kindaichi Shounen no Jikenbo + The Case Files of Young Kindaichi Movie + Young Kindaichi`s Casebook + 金田一少年の事件簿 + + + Shuten Doji + Shuten Doji: The Star Hand Kid + Shuten Douji + Star Demon + 手天童子 + + + ダークロウズ + Darcrows + Darcrows + + + カプリコン + Capricorn + + + Compiler + COMPILER + + + Compiler 2 + Compiler Festa + COMPILER FESTA + + + Dark Warrior + Makyuu Senjou + 魔宮戦場 + + + Debutante Detective Corps + Ojosama Sosamo + Ojou-sama Sousamou + お嬢様捜査網 + + + Branioci Svemira + El Galáctico + SF Saiyuuki Starzinger + SFSS + Spaceketeers + Starzinger + Starzinger + Starzinger + Starzinger + Starzinger + SF西遊記 スタージンガー + + + ไซยูกิ สี่แสบฝ่าแดนทมิฬ กันล็อค + Saiyuki - Reload Gunlock + Saiyuki Reload Gunlock + Saiyuki Reload Gunlock + Saiyuuki Reload Gunlock + SRG + 最遊記RELOAD GUNLOCK + + + Kosmiczna Misja 2 + SF Saiyuki: Starzinger II + SF Saiyuuki Starzinger II + SF西遊記 スタージンガーII + + + SF Saiyuki: Starzinger (1979) + SF Saiyuuki Starzinger (1979) + SF西遊記 スタージンガー (1979) + + + シェンムー・ザ・ムービー + Shenmue + Shen Mue + Shenmue The Movie + Shenmuu + + + Black Widow + Kurohime: Shikkoku no Yakata + The Black Princess + 黒姫 -桎梏の館- + + + ブラッドロイヤル + Blood Royal + Blood Royale + Blood Royal Princess + + + City of Sin + City of Violation + Reines, princesses et soumission + Ryoujoku No Machi - Die besondere Zeremonie + Ryoujoku no Machi: Kyouen no Ceremony + 凌辱の都市 〜狂宴のセレモニー〜 + + + Bizutage scolaire + Sin Sorority + Utsukushiki Emono-tachi no Gakuen + Utukusiki + 美しき獲物たちの学園 + + + Gibomai + Įseserė + Stepsister + Step Sister + 犠母妹 + + + Chikan Densha + Groper Train + Lovely Train + Xpress Train + 痴漢電車 + + + Reiju Gakuen + Slavery Academy + Xtra Credit + 隷従学園 + + + arusu + Magic-Girl Squad - Alice + Mahou Shoujotai + Mahou Shoujo Tai Alice + Mahou Shoujo Tai Arusu + MSTA + The Adventures of Tweeny Witches + Tweeny Witches + Алиса - девочка-волшебница + 魔法少女隊アルス + + + Yu-Gi-Oh! The Movie + Yuu Gi Ou (1999) + 遊戯王 (1999) + + + Tales of Seduction + U-Jin Brand + 遊人ブランド + + + Crime of Passion + Kitty Pleasure Pack #2 (2) + Stairs + Stairs: Houkago no Album + スタイアー ~放課後のアルバム~ + + + Algo acerca de ti que perdí en algún lugar OVA + DNA2: Dokoka de Nakushita Aitsu no Aitsu (1995) + DNA² OAV + DNA^2 OVA + dna2 ova + D・N・A2~何処かで失くしたあいつのアイツ~ (1995) + + + godannar2 + Godannar!! (suite) + SGG S2 + Shinkon Gattai Godannar 2nd + Shinkon Gattai Godannar Second Season + Shinkon Gattai Godannar!! Second Season + 神魂合体ゴーダンナー!!-SECOND SEASON- + + + 강아지똥 + Doggy Poo + + + Cybernetics Guardian + Cyguard + Sacred Beast Machine Cyguard + Seijuuki Cyguard + 聖獣機サイガード + + + Christophe Colomb + Christopher Columbus + كريستوفر كولومبوس + Христофор Колумб + 冒険者 + + + Marcelino + Marcelino + Marcelino + Marcelino Chleb i Wino + Marcelino, l`ami des animaux + Marcelino Pan Y Vino + Marcelino Pan Y Vino + Marcelino Pan Y Vino + MPYV + + + DDL + Dokidoki Densetsu: Mahoujin Guruguru + guruguru2 + Magical Circle Guru Guru 2 + Magic Circle Guru Guru 2 + Mahoujin Guruguru 2 + Mahoujin Guru Guru Doki Doki Legend + Mahoujin Guruguru Doki Doki Legend + Mahoujin Guruguru II + MGG2 + ドキドキ伝説 魔法陣グルグル + + + Kawarazaki Ke no Ichizoku 2 + Kawarazaki-ke no Ichizoku 2 + La mansión Kawarazaki 2 + 河原崎家の一族2 + + + Crest of the Stars Movie + Seikai no Monshou Movie + Seikai no Monshou Tokubetsuhen + 星界の紋章 特別編 + + + Masaru 2 + Masaru Ashita no Yukinojou 2 + Masaru あしたの雪之丞2 + + + Fantomas + Fantom the Animation + Phantom + Phantom - The Animation + Phantom the Animation + Phantom the animation + PtA + ファントム THE ANIMATION + Фантом OVA + + + エルフィーナ + Elfeana + Elfina + Elfina - La princesa esclava + Elufina + Elufina - Servant Princess + Servant Princess + + + Flutter of Birds + Flutter of Birds: Toritachi no Habataki + flutter of birds~鳥達のはばたき~ + Virgin Touch + + + Hyakki + Hyakki, el secreto de la isla del diablo + Hyakki: The Secret of Devil`s Island + 百鬼 + + + El devorador de esposas + Tsumamigui + Vernasch mich! + Wife Eater + 妻みぐい + + + あしたのジョー (1980) + Ashita no Joe (1980) + Champion Joe + Tomorrow`s Joe (1980) + + + Chou Kousoku Gran Doll + GD + GranDoll + Gran Doll + Hyper Speed GranDoll + 超光速グランドール + + + モエかん + Moekan + Moekan The Animation + Moekko Company The Animation + + + Tamala + Tamala 2010 - A Punk Cat in Space + Tamala 2010 - A Punk Cat in Space + + + Fairy Princess Minky Momo + Gigi + Il était une fois... Gigi + Il magico mondo di Gigì + Las Aventuras de Gigi + Mahou no Princess Minky Momo + Minky Momo + Minky Momo + مغامرات حنين + ג`יג`י + 魔法のプリンセス ミンキーモモ + + + After School in the Teachers` Lounge + Houkago no Shokuinshitsu + 放課後の職員室 + + + ガルフォース2 ディストラクション + Gall Force 2: Destruction + + + くりいむレモン + Cream Lemon + Cream Lemon + Cream Lemon Vol. 1 - Le Mirroir des Perversions - Possesions diaboliques + + + daybreak + kb + kbs + kenran + Kenran Butou Sai + Kenran Butou Sai: The Mars Daybreak + Mars Daybreak + Mars Daybreak + Рассвет Марса + 絢爛舞踏祭 ザ・マーズ・デイブレイク + + + Sexfriend + Sexfriend + Sexfriend + Sex Friend + Sex Friend + SEXFRIEND ~セックスフレンド~ + Sex Friends + + + Kaiketsu Jouki Tanteidan + Steam Detectives + 快傑 蒸気探偵団 + + + インタールード + Interlude + Interlude + Interludium + + + Flanders no Inu (1997) + Niklaas, der Junge aus Flandern + The Dog of Flanders + بائع الحليب + Собачье сердце + Фландрийский пес + フランダースの犬 (1997) + + + バーチャファイター + Virtua Fighter + المقاتل النبيل + + + AiBaby + ai baby + Aishiteru ze Baby + Aishiteruze Baby + Aishiteruze Beibe + azb + Babe My Love + I Love Ya, Baby + Seni Seviyorum Bebek + احب الطفل + Люблю тебя, малышка + 型仔湊女記 + 愛してるぜベイベ★★ + + + Hamtaro`s Birthday! + Hamtaro`s Birthday! - 3000 Hammy Steps in Search of Mommy + Hamutarou no Otanjoubi + ハム太郎のおたんじょうび ~ママをたずねて三千てちてち~ + + + A Dog of Flanders + Flanders no Inu + Niklaas, ein Junge aus Flandern + フランダースの犬 + + + A Dog of Flanders: My Friend Patrasche + A Dog of Flanders: My Patrasche + Flanders no Inu: Boku no Patrasche + Un chien des Flandres + フランダースの犬 ~ぼくのパトラッシュ~ + + + Goldorak : L`attaque du dragosaure + Grandizer, Getter Robot G, Great Mazinger Decisive Battle! The Great Sea Monster + Grendizer, Getter Robo G, Great Mazinger Decisive Battle! The Great Sea Monster + Grendizer, Getter Robo G, Great Mazinger: Kessen! Daikaijuu! + グレンダイザー・ゲッターロボG・グレートマジンガー 決戦!大海獣 + + + ダンドー + Dan Doh!! + + + マドラックス + Madlax + Madlax + Madlax- Cyber Tokyo + + + Alien Defender Geo-Armor: Kishin Corps + Kishin Heidan + Machine-God Corps + Oddziały sterowane + Panzer Robot + Panzer Robot - Kishin Heidan + 機神兵団 + + + マーメイドメロディー ぴちぴちピッチ ピュア + Mermaid Melody Pichi Pichi Pitch Pure + mmpppp + เจ้าหญิงเงือกน้อย Pure + + + デビルマン (1987) + Devilman (1987) + Devilman - La genesi + Devilman - La naissance + Devilman - Syntymä + Devilman Tanjouhen + Devilman: Tanjou Hen + Devilman - The Birth + デビルマン 誕生編 + + + アモン・サーガ + Amon Saga + Amon Saga + Amon Saga + + + デビルマン (1990) + Devilman (1990) + Devilman - Demonilintu + Devilman - L’Arpia Silen + Devilman - La sorcière oiseau + Devilman: The Demon Bird + Devilman Yocho Shivenuhen + Devilman: Youchou Sirene Hen + デビルマン 妖鳥死麗濡編 + デビルマン 妖鳥シレーヌ編 + + + パワーストーン + Magiczny kamień + Powerstone + Power Stone + Power Stone + Power Stone + אבן הכוח + + + Re:キューティーハニー + Re:CH + Re: Cutey Honey + Re: Cutie Honey + Re:Cutie Honey + + + L`ère des Shura + Mutsu Enmei Ryuu Gaiden: Shura no Toki + Shura no Toki + Shura no Toki - Age of Chaos + SNT + Syuratoki + Time of Shura + قتال الطيف + Время битв + 陸奥圓明流外伝 修羅の刻 + + + Aoi Umi no Tristia + Tristia – Błękitna Wyspa + Tristia del Profondo Mare Blu + Tristia of the Deep Blue Sea + Тристия + 發明工坊 + 蒼い海のトリスティア + + + Princess Holiday: Korogaru Ringo Tei Senya Ichiya + Princess Holiday~転がるりんご亭千夜一夜~ + + + Marshmallow Times + The Marshmallow Times + マシュマロ通信(タイムス) + + + AIR - Le film + air movie + Air: The Motion Picture + Air: The Movie + Air 剧场版 + Gekijouban Air + Theatrical Feature AIR + Высь - Фильм + 劇場版 AIR + + + アクアキッズ + Aqua Kids + + + Gigantor + Iron Man 28 + Tetsujin 28-gou + 鉄人28号 + + + Tetsujin 28-gou (1965) + 鉄人28号 (1965) + + + Super Robot 28 + Tetsujin 28-gou (1980) + The New Adventures of Gigantor + رعد العملاق + 鉄人28号 (1980) + + + Iron Man 28 FX + Tetsujin 28-gou FX + 鉄人28号FX + + + Tetsujin 28 + Tetsujin 28-gou (2004) + 鉄人28号 (2004) + + + Aşk Rüzgarı + KK + Koikaze + Koi Kaze + Koi Kaze + Love Wind + Meilės vėjas + رياح الحب + Ветер любви + Вітер кохання + 恋風 + + + Gash Bell the 1st Movie: Unlisted Demon 101 + gash movie 1 + Gekijouban Konjiki no Gash Bell!! 101 Banme no Mamono + Zatch Bell Movie 1 + 劇場版 金色のガッシュベル!! 101番目の魔物 + + + From today on, a demon king + God? Save Our King + kkm + kkm2 + Kyo Kara Maoh! + Kyo Kara Maoh! - God (?) Save Our King! + Kyou Kara Maoh! + Kyou Kara Maou! + Kyou Kara Maou! + Maou + מהיום מלך השדים + Отныне Мао, король демонов! + 今天开始魔王! + 今日からマ王! + + + เณรน้อยเจ้าปัญญา + Ikkyu the Little Monk + Ikkyuu-san + Il piccolo bonzo + Mister Ikkyu + إيكوسان + 一休さん + + + Highschool Baseball Ninja + Ikkyuu-san (1978) + 一球さん + + + Ikkyu-san and the Mischievous Princess + Ikkyuu-san to Yancha Hime + 一休さんとやんちゃ姫 + + + Arrow Emblem Grand Prix no Taka + Arrow Emblem: Hawk of the Grand Prix + Grand Prix + Grand Prix + Grand Prix + Grand Prix + Grand Prix e il campionissimo + Super Grand Prix + الجائزة الكبرى + Το Ράλλυ του Μόντε Κάρλο + アローエンブレム グランプリの鷹 + + + Daikuu Maryuu Gaiking + 大空魔竜ガイキング + + + マグネロボ ガ・キーン + Gakeen + Gakeen Magnetico Robot + Magnerobo Ga-Keen + Magnetic Robot Ga Keen + Magnos le robot + Magnos Robot + Magnos the robot + Robot Magnos + + + Ken the Wolf Boy + Ookami Shounen Ken + 狼少年ケン + + + Dororon Emma-kun + Dororon Enma-kun + The Little Judge from Hell + ドロロンえん魔くん + + + Chłopiec z Parku Jurajskiego + Genshi Shonen Ryu + Genshi Shounen Ryuu + Jaskiniowy chłopiec + Nolan + Rai, a dzsungel fia + Rai - Grottpojken + Rai Luolapoika + Ryu, il ragazzo delle caverne + Ryu, the Primitive Boy + 原始少年リュウ + + + Milk Money + Uba + 乳母 + + + Equation of the Immoral + Immorality + Immorality + In no Houteishiki + Sexo en el Internado + 淫の方程式 + + + Bakuen Campus Guardress + Combustible Campus Guardress + guardress + 爆炎CAMPUSガ−ドレス + + + THE UROTSUKI + The Urotsuki + Urotsukidoji: New Saga + + + ダンクーガ + Choujuu Kishin Dancougar + Dancougar + Dancougar, les cadets de l`espace + Super Beastial Machine God Dancougar + Super Mechanimal Dancougar + 超獣機神ダンクーガ + + + Bible Black Das neue Testament + Bible Black: La Lanza de Longinus + Bible Black: New Testament + Bible Black Revival + Czarna księga: Włócznia Longinusa + Naujoji Juodoji Biblija + sbb + Shin Bible Black + 新バイブルブラック + + + Ryokan Shirasagi + Shirakigi Hotel + Swallowtail Inn + White Heron Inn + 旅館白鷺 + + + Temptation + Yuuwaku + 誘惑 + + + Doki Doki School Hours + ojikan + Sensei no Ojikan + Sensei no Ojikan: Doki Doki School Hours + sno + Teacher`s Time + せんせいのお時間: Doki Doki School Hours + 老师的时间 + + + Armored Trooper Votoms + Soukou Kihei Votoms + Votoms + Votoms TV + Zırhlı Piyade Votoms + 装甲騎兵ボトムズ + + + Get Ride! アムドライバー + Get Ride! AMDriver + + + Sore Ike! Zukkoke Sannin-gumi + それいけ! ズッコケ三人組 + + + SDガンダムフォース + SD Gundam Force + + + Space Travelers: The Animation + スペース・トラベラーズ The Animation + + + Brave Caesar + Brave Exkaiser + exkaiser + Exkaizer + Yuusha Exkaiser + 勇者エクスカイザー + + + ぷぎゅる + Pugyuru + + + Brave hero of the Sun, Firebird + Brave of the Sun Fighbird + Burning brave hero Firebird + Taiyou no Yuusha Fighbird + 太陽の勇者ファイバード + + + Brave Fighter of Legend Da-Garn + Dagarn + Da Garn + Densetsu no Yuusha Da Garn + Legend of The Brave Da Garn + 伝説の勇者ダ・ガーン + + + Bondage 101 + Choubatsu Yobikou + Vanilla Series - Bondage 101 + 懲罰予備校 + + + ディシプリン + Disciplina + Disciplina + Discipline + Discipline + discipline + Discipline + Discipline - The Hentai Academy + DISCIPLINE -The record of a Crusade- + Internat der höheren Töchter + The Hentai Academy + + + Ladius + Makyou Gaiden Le Deus + 魔境外伝レ・ディウス + + + ナースエンジェルりりかSOS + Nurse Angel Ririka SOS + + + Dai Majuu Gekitou: Hagane no Oni + Demon of Steel: Battle of the Great Demon Beasts + Les démons d`acier + Steel Devil + 大魔獣激闘 鋼の鬼 + + + D-1 デバステイター + D-1 Devastator + + + Brave King GaoGaiGar OVA + Yuusha Ou GaoGaiGar Final + 勇者王ガオガイガー FINAL + 勇者王.最终结合 + + + A・LI・CE + A-LI-CE + A.LI.CE + A·LI·CE + + + ONE2 + ONE - Kagayaku Kisetsu e - True Stories + One: True Stories + ONE ~輝く季節へ~ True Stories + true stories + + + Dorei Kaigo + Slave Nurses + 奴隷介護 + + + La leyenda de la mujer lobo + Legend of the Wolf Woman + Megami Kyouju + Megami Kyoujyu + Woman Wolf Mania + 女狼狂濡 + + + ID4th + Initial D - 4e étape + Initial D 4th stage + Initial D Fourth Stage + Initial D Fourth Stage + 頭文字〈イニシャル〉D Fourth Stage + + + viper + Viper GTS + Viper GTS + + + ディアーズ + DearS + DearS + DearS + DearS + + + Panda Z + Panda-Z + Panda Zeto + Panda-Z - The Robonimation + Panda-Z - The Robonimation + Panda-Z - The Robonimation + Panda-Z - The Robonimation + Panda-Z The Robonimation + Panda-Z: The Robonimation + Robonimal Panda-Z + パンダーゼット THE ROBONIMATION + + + アンバランス + Sibling Secrets + Sibling Secret - She`s the Twisted Sister + Unbalance + + + 메가존 23 + メガゾーン23 + Megazone 23 + Megazone 23 - Part I + Megazone 23 PART I + + + Ninku (1995) + Ninku The Movie + NINKŪ-忍空-(1995) + + + スポットライト + Between the Realms of Desire & Envy + Spotlight + You`re My Treasure + + + ランドロック + Landlock + Landlock + Landlock – władca wiatru + + + マイアミ☆ガンズ + Miami Guns + + + Chou Denji Machine Voltes V + Super Electromagnetic Machine Voltes V + Super Electron Machine Voltes V + Ultra Electromagnetic Machine Voltes V + Voltes 5 + Voltes V + Vultus V + 超電磁マシーン ボルテスV + + + バーンナップ + Burn Up + Burn up! + Burn-up + Спецотряд Burn up (OVA) + + + まかせてイルか! + Grrl Power! + Makasete Iruka! + + + オーバンスターレーサーズ + Molly Star-Racer + oban + Oban csillagfutam + Oban: Nebeské lodě + Obano žvaigždžių lenktynininkai + Oban: Star - Racer + Oban Star Racers + Oban Star Racers + Oban Star-Racers + Ōban Star-Racers + osr + أوبان ستار ريسرز + אובן: מרוץ הכוכבים הגדול + Τα Αστρόπλοια του Γαλαξία + Звездни състезатели + Обан + Обан, звездный гонщик + + + マシンロボ ぶっちぎりバトルハッカーズ + Machine Robo: Butchigiri Battlehackers + Machine Robo: Butchigiri Battle Hackers + Machine Robo: Runaway Battle Hackers + Machine Robo: The Running Battlehackers + Machine Robo: Winner Battle Hackers + + + Chouju Kishin Dancougar: Hakunetsu no Shuushou + Dancougar: Blazing Epilogue + 超獣機神ダンクーガ 白熱の終章 + + + Az Űrrepülőszázad + Dieu bénisse Dancougar + God Bless Dancouga + God bless dancougar + God Bless Dan Cougar + 超獣機神ダンクーガ GOD BLESS DANCOUGA + + + Choujuu Kishin Dancougar: Ushinawareta Mono Tachi e no Chinkonka + Dancougar - Requiem for Victims + 超獣機神ダンクーガ 失われた者たちへの鎮魂歌 + + + スーパードール リカちゃん + licca + Super Doll Licca Chan + Super Doll Licca-chan + + + ソニック・ザ・ヘッジホッグ + Sonic the Hedgehog + + + じゃがいぬくん + Bramborový pes + Dogtato-kun + Jagainu-kun + Krumpli kutya + + + Imouto Jiru + Younger Sister Juice + ysj + 妹汁 + + + Legendz + Legendz: Tale of the Dragon Kings + Legendz: Yomigaeru Ryuuou Densetsu + レジェンズ 〜甦る竜王伝説〜 + + + Grimm legszebb meséi (2) + Grimm`s Fairy Tales II + New Grimm Masterpiece Playhouse + New Grimm Masterpiece Theater + Raconte-moi une histoire (suite) + Shin Grimm Meisaku Gekijou + Новый театр шедевров братьев Гримм + Приказките на братя Грим + 新グリム名作劇場 + + + Kunoichi Bakumatsu Kitan + Last Kunoichi + The Last Kunoichi + くノ一幕末奇譚 + + + Choujin Locke + Choujin Locke: Witch Era + Locke – superczłowiek + Locke the Superman + Locke the Superman: Witch Era + Luck the galaxy fighter + Space Warriors + Star Warriors + 超人ロック + + + Choujin Locke/Lordleon + Locke the Superman/Lordleon + 超人ロック/ロードレオン + + + Choujin Locke/Shin Sekai Sentai + Locke the Superman/New World Command + 超人ロック/新世界戦隊 + + + Choujin Locke: Mirror Ring + Locke the Superman: Mirror Ring + 超人ロック~ミラーリング~ + + + Fuujin Monogatari + Windy Tales + Windy Tales + Ветряные истории + 風人物語 + + + ¡Azusa ayudará! + Azusa ci Aiuterà + Azusa, Helps! + Azusa, Otetsudaishimasu! + Azusa Will Help! + アズサ、お手伝いします! + + + ギャラクシーエンジェル4th + GA4 + Galaxy Angel 4th + Galaxy Angel s4 + Galaxy Angel Season 4 + Galaxy Angel X + + + lovelove + Love Love? + LOVE♥LOVE? + + + Doremi 2 + DoremiS2 + DoReMi Sharp + Magical Dorémi (2e saison) + Ojamajo Doremi # + Ojamajo Doremi Sharp + Useless Witch Doremi Sharp + おジャ魔女どれみ# + + + Ojamajo Doremi # Movie: Pop and the Magical Cursed Rose + Pop and the Queen`s Cursed Rose + おジャ魔女どれみ♯ + + + Nami SOS! + Nami SOS! First Battle + Sexy Sailor Soldiers + 奈美SOS! + + + DoremiS3 + Magical Dorémi (3e saison) + More! Bothersome Witch Doremi + More! Useless Witch Doremi + Motto! Ojamajo Doremi + も〜っと!おジャ魔女どれみ + + + Bothersome Witch Doremi KABOOM! + DoremiS4 + Magical Dorémi (4e saison) + Ojamajo Doremi DOKKAAN! + おジャ魔女どれみドッカ〜ン! + + + Bothersome Witch Doremi Se-cr-et + DoremiOAV + DoremiOVA + Ojamajo Doremi Na-i-sho + おジャ魔女どれみ ナ・イ・ショ + + + 2x2 + 2X2=Shinobuden + 2 X 2 = The Legend of Shinobu + Ninin ga Shinobuden: The Nonsense Kunoichi Fiction + Ninja Nonsense: The Legend of Shinobu + Shinobu, apprentie ninja + Shinobuden + นินXนิน ชิโนบุเด็น + Дважды на два - это Синобу или Сумасбродная история про девушку ниндзя + ニニンがシノブ伝 The nonsense KUNOICHI fiction + + + Dai Yamato Zero-go + Great Yamato No. Zero + 大YAMATO零号 + 大ヤマト零号 + + + イートマン + Eatman + Eat-man + Eat-Man + Eat-Man + איטמן + + + ZOIDS + ZOIDS New Century/Zero + Zoids Shin Seiki/Zero + ゾイド新世紀/ゼロ + + + ゾイド・フューザース + Zoids Fuzors + + + Mirai Kara Kita Shounen Super Jetter + Super Jetter + 未来から来た少年 スーパージェッター + + + Heaven Wars Shurato + Shulato + Shurato + Shurato + Tenku Senki Shurato + Tenkuu Senki Shurato + 天空战记 + 天空戦記シュラト + + + OKAWARI-BOY + スターザンS + Starzan-S + + + Arabian Nights: Sinbad the Sailor + Arabian Nights: Sindbad no Bouken + Szindbád a hajós + アラビアンナイト シンドバッドの冒険 + + + ドテラマン + Doteraman + + + タイムボカンシリーズ ヤットデタマン + Calendarman + Calendar Man + Calendar Man + Firebird + Time Bokan Series: Yattodetaman + W Kr&#243;lestwie Kalendarza + Ο Αγγελιοφόρος από το μέλλον + + + ゴールドライタン + Golden Warrior - The Gold Lightan + Gold Lightan + Златният боец + + + げんしけん + ゲンシケン + Gendai Shikaku Bunka Kenkyuu Kai + Genshiken + Genshiken + Genshiken + Genshiken + Genshiken - Club d`étude de la culture visuelle moderne + Genshiken - Gesellschaft zum Studium moderner visueller Kultur + Genshiken TV + Sociedad para el Estudio de la Cultura Visual Moderna + Society for the Study of Modern Visual Culture + مجتمع دراسة الثقافة المرئية الحديثة + Ґеншікен + Гэнсикэн + 现视研 + 現代視覚文化研究会 + + + God Mars: The Legend of 17 Years + Rokushin Gattai God Mars Juunanasai no Densetsu + Six God Combination God Mars: Seventeen Year Old Legend + 六神合体ゴッドマーズ 十七歳の伝説 + + + ハートカクテル + Heart Cocktail + + + マッハGoGoGo + Mach 5 + Mach Go Go Go + Meteoro + Meteoro + Speed Racer + Speed Racer + Speed Racer + أبطال السباق + ספיד רייסר + Гонщик Спиди + Спиди-гонщик + + + マッハGoGoGo (1997) + Mach Go Go Go (1997) + Speed Racer 2000 + + + ミッドナイトホラースクール + Midnight Horror School + + + Gokinjo Monogatari (1996) + Neighborhood Story Movie + ご近所物語 (1996) + + + More! Useless Witch Doremi - Secret of the Frog Stone + Motto! Ojamajo Doremi Kaeru Seki no Himitsu + も〜っと!おジャ魔女どれみ カエル石のひみつ + + + Mankatsu + Mankatsu + Monkey Punch Manga Katsudou Dai Shashin + モンキー・パンチ 漫画活動大写真 + + + のってけエクスプレッツ + Notteke Explet`s + + + Eight Clouds Rising + Yakumo Tatsu + 八雲立つ + + + サイボットロボッチ + Cybot Robotchi + + + ギャグコロスタジオ + Gag Cro Studio + + + Jikuu Boukenki Zentrix + Zentrix + Zentrix + Zentrix + Zentrix + 時空冒険記 ゼントリックス + + + ガレリアンズ:リオン + Galerians: Rion + Galerians: Rion + Galerians: Rion (2003) + + + Clockwork Fighters + Clockwork Fighters Hiwou`s War + Hiwou + Hiwou War Chronicles + hwc + Karakuri Kiden Hiwou Senki + Las Crónicas de Hiwou + 機巧奇傳 ヒヲウ戦記 + + + Kujaku - L`esorcista + Kujakuou + Peacock King + Spirit Warrior (3-5) + 孔雀王 + + + Animation Runner Kuromi 2 + Animation Runner Kuromi 2 + Animation Runner Kuromi 2 + Animation Seisaku Shinkou Kuromi-chan 2 + kuromi2 + アニメーション制作進行くろみちゃん 2 + + + Pocket Monsters Advanced Generation: Nana-Yo no Negaiboshi Jiraachi + Pokémon 6 - Jirachi: Wishmaker - Der Film + Pokémon 6: Spełnione marzenia + Pokemon: Advance Generation - Wishing Star of the Seven Nights + Pokemonai: Džiračis - norų valdovas + Pokémon: Jirachi – Spełnione marzenia + Pokémon Jirachi-toiveentäyttäjä + Pokemon: Jirachi Wish Maker + Pokemon: Movie 6 + The Wishing Star of Seven Nights + Τζιράτσι ο Ευχοποιός + Покемон: Джирачи - исполнитель желаний + ポケットモンスター アドバンスジェネレーション 七夜の願い星ジラーチ + + + bravo1 + GBS1 + Girls Bravo + Girls Bravo - First Season + GIRLSブラボー first season + Браво, девушки! (первый сезон) + + + สงครามเวหา ฟาฟเนอร์ + Fafner + Fafner in the Azure - Dead Aggressor + Fafner of the Blue Sky + Fafner of the Blue Sky: Dead Aggressor + snf + Soukyuu no Fafner: Dead Aggressor + Небесный Фафнир + Фафнер от синьото небе + 蒼穹のファフナー Dead Aggressor + + + Densetsu Kyojin Ideon + Great God Legend Ideon + Ideon + Legendary Giant God Ideon + Space Runaway Ideon + 伝説巨神イデオン + + + Densetsu Kyojin Ideon/Sesshoku Hen + The Ideon/A Contact + 伝説巨神イデオン 接触篇 + + + Densetsu Kyojin Ideon/Hatsudou Hen + The Ideon/Be Invoked + 伝説巨神イデオン 発動篇 + + + kurau + Kurau Phantom Memory + KURAU Phantom Memory  クラウ ファントムメモリー + Курау ~Пам`ять-фантом~ + Курау: Призрак воспоминаний + 库拉乌 幻之记忆 + + + けろっこデメタン + Abenteuer am Regenbogenteich + Demetan Croaker, The Boy Frog + Demetan: de Kikkerjongen + Démétan la petite grenouille + Kerokko Demetan + La Banda Dei Ranocchi + Przygody zielonych żabek + Rohkea sammakko + The Brave Frog + Zielone żabki + Zielone żabki: Przygody nad Tęczowym Stawem + الضفدع الشجاع + + + Invincible Superman Zanbot 3 + Muteki Choujin Zanbot 3 + Zambot 3 + Zanbot 3 + 無敵超人ザンボット3 + + + Daitarn 3 + Daitarn 3 + Invincible Steel Man Daitarn 3 + Muteki Koujin Daitarn 3 + 無敵鋼人ダイターン3 + + + Chou Denji Robo Combattler V + Combattler V + Combattler V + Super Electromagnetic Robo Combattler V + Ultra Electromagnetic Robot Combattler V + البطل خماسي + 超電磁ロボ コンバトラーV + + + Daimos + Daimos + Fighting General Daimos + Fighting King Daimos + Generał Daimos + Objectif planète Terre + Tosho Daimos + Toushou Daimos + 闘将ダイモス + + + Champion Gordian + Fighter Gordian + Gordian + Gordian + Gordian et la panthère d`acier + Gordian the Warrior + Toshi Gordian + Toushi Gordian + 闘士ゴーディアン + + + Fight!! Ramenman + Toushou!! Ramenman + 闘将!!拉麺男 + + + レッドバロン + Red Baron + + + Brave Raideen + Raideen + Reideen + Yuusha Raideen + 勇者ライディーン + + + Chouja Raideen + Chouja Reideen + Reideen + Reideen + Reideen - Im Kampf gegen die Mächte der Finsternis + Reideen the Superior + 超者ライディーン + + + Asteroid Mask + Planetary Mask + Yuusei Kamen + 遊星仮面 + + + Chicho Terremoto + Dashing Kappei + Dash! Kappei + Gigi + Gigi la trottola + Τζίτζι + ダッシュ勝平 + + + Kameari Park Precinct + Kochikame Movie 1 + Kochira Katsushikaku Kameari Kouenmae Hashutsujo The Movie + こちら葛飾区亀有公園前派出所 THE MOVIE + + + Kochikame + Kochikame + Kochikame, A Louca Academia de Polícia + Kochira Katsushikaku Kameari Kouenmae Hashutsujo (1996) + This is the Police Station in Front of Kameari Park in Katsushika Ward + こち亀 + こちら葛飾区亀有公園前派出所 (1996) + + + Chiisana Viking Vickie + Vickie, o Pequeno Viking + Vickie, O Viking + Vicky a viking + Vicky the Little Viking + Vic le Viking + Vikingler + Wickie + Wickie, syn wikingów + Wickie und die starken Männer + الفايكنغ + Έρικ ο Βίκινγκ + 小さなバイキングビッケ + + + Dragon Slayer + Dragon Slayer: The Legend of Heroes + ドラゴンスレイヤー英雄伝説 王子の旅立ち + + + Ie Naki Ko Remi + Nobody`s Girl Remi + Remi + Remi, Nobody`s Girl + Remi the Homeless Girl + Remy, la bambina senza famiglia + دروب ريمي + 家なき子レミ + + + Iron Virgin Jun + Tetsu no Otome Jun + Tetsu no Shojo Jun + 鉄の処女JUN + + + Ie Naki Ko + Nobody`s Boy - Remi + Remi + Remi + Remì + Remi: Alleen op de wereld + Remi, El Niño de Nadie + Remi - Le sue avventure + Rémi sans famille + Remi, the Nobody`s Boy + ريمي + Рими + 咪咪流浪记 + 家なき子 + + + サザエさん + Mrs. Sazae + sazae + Sazae-san + + + mako + mako-chan + Makoto Chan + Shoyonoid Makottchan + Shoyonoido Mako-chan + ショーヨノイド 真琴ちゃん + + + パプワ + Papuwa + Papuwa 2 + + + Aventurierii spaţiului + Die Sternenjäger + Dobrodruzi z vesmíru + Les aventuriers de l`espace + Spaceship Sagittarius + The Space Sagittarius + Uchusen Sagittarius + Uchuusen Sagittarius + سهم الفضاء + Приключения в космоса + 宇宙船サジタリウス + + + マインド・ゲーム + Akıl Oyunu + Mindgame + Mind Game + Mind Game + Mind Game + Mind Game + Proto žaidimas + لعبة العقل + Игры разума + Розумова гра + + + New Legend of the Heroes of the Warring Nations - The Ten Sanada Brave Soldiers Sanada 10 + Sanada10 + Shinshaku Sanada Juuyuushi + Shinshaku Sengoku Eiyuu Densetsu Sanada Juu Yuushi + 新釈 戦国英雄伝説 眞田十勇士 + + + Ai Shite Knight + Aishite Naito + Ai Shite Night + Aishite Night + Aiste Night + A Minha Amiga Licia + Bésame Licia + Embrasse-moi, Lucile + Kiss Me, Licia + Love in Rock `n Roll + Love Me Night + Lucile, amour et rock `n` roll + Rock`n`Roll Kids + Rock`n Roll Kids + Rock`n Roll Kids + 愛してナイト + + + Door to Summer + Natsu e no Tobira + Natsu he no Tobira + Opening to Summer + The Door Into Summer + 夏への扉 + + + New Getter Robo + Shin Getter Robo + 新ゲッターロボ + + + Hanni und Nanni + Les jumelles de St-Clare + Mischevious Twins: Story of Clare Academy + Ochame-na Futago + The Mischevious Twins + التوأمان + おちゃめな双子 -クレア学院物語- + + + ADS! + Alè Alè Alè oo + Aoki Densetsu Shoot! + Blue Legend Shoot! + Die Champions + Die Champions - Anpfiff für elf Freunde + Legendary Blue Shoot! + Piłka w grze + شوت + Γκολ! + 蒼き伝説 シュート! + + + Chibi Maruko-chan + Chibi Maruko-chan + Little Miss Maruko + Petite Maruko-chan + ماروكو الصغيرة + ちびまる子ちゃん + 樱桃小丸子(第一期) + 櫻桃小丸子 + + + Chibi Maruko-chan (1995) + Chibi Maruko-chan 2 + Petite Maruko-chan - Saison 2 + ちびまる子ちゃん (1995) + + + Cosplay Cafe + Hitozuma Cosplay Kissa + Kosplėjaus Kavinė + Wives Cosplay Cafe + 人妻コスプレ喫茶 + + + Family Restaurant Warrior Pudding + Famiresu Senshi Purin + Las Camareras Mágicas + Sex Warrior Pudding + Sex Warrior Pudding + ファミレス戦士プリン + + + b37c + Binetsukko b37C The Animation + Binetsukko flat 37 + 微熱っ娘 ♭[フラット]37℃ THE ANIMATION + + + Daiakuji + Dai Akuji + Daiakuji -The Xena Buster- + El mercenario del sexo + 大悪司 + 大惡司 + + + がんばれ!キッカーズ + But pour Rudy + Die Kickers + Ganbare! Kickers + Kickers + Palla al centro per Rudy + Piłkarze + Supergol + الهداف + + + Capitaine Flam : La course à travers le système solaire + Capitaine Flam : L`ultime course à travers le système solaire + Captain Future Kareinaru Taiyokei Race + Captain Future Kareinaru Taiyoukei Race + Captain Future: The Great Race in the Solar System + キャプテンフューチャー・華麗なる太陽系レース + + + Akakichi no Eleven + Arrivano i Superboys + The Dark Red Eleven + The Red-Blooded Eleven + أبطال الملاعب + 赤き血のイレブン + + + Body Transfer + Échanges de corps + Nikutai Teni + Nikutai Ten`i + Nukutai Teni + 肉体転移 + + + 올림포스 가디언 + Olympus Guardian + + + Akuma-kun + Devil Boy + 悪魔くん + + + ギルスティン + Guilstein + + + Baggy + Bagi + Bagi, the Monster of Mighty Nature + Daishizen no Majuu Bagi + Taishizen no Makemono Bagi + 大自然の魔獣 バギ + + + ストラトス・フォー(2004) + สตราโตส 4 (2004) + s4ova + s4 ova + Stratos 4 (2004) + + + Flying Phantom Ship + Ghost Ship + Latający statek widmo + Lendav viirastuslaev + Skrajojantis laivas vaiduoklis + Sora Tobu Yuurei Sen + The Flying Ghost Ship + Корабль-призрак + Летающий корабль-призрак + 空飛ぶゆうれい船 + + + Toki no Tabibito: Time Stranger + 時空の旅人 + 時空[とき]の旅人 Time Stranger + + + A Lenda da Serpente Branca + Czarodziejski biały wąż + Hakujaden + Legend of the White Serpent + Legend of the White Snake + Le serpent blanc + Panda and the Magic Serpent + Panda i magiczny wąż + The White Snake Enchantress + 白蛇伝 + + + テクノポリス21C + A legyőzhetetlen robot + Techno Police + Techno Police 21C + + + Il ritorno di Creamy + Magical Angel Creamy Mami OVA + Mahou no Tenshi Creamy Mami: Eien no Once More + 魔法の天使クリィミーマミ 永遠のワンスモア + + + Cynthia ou le rythme de la vie + Die kleinen Superstars + Hikari - Die kleinen Superstars + Hikari no Densetsu + Hilary + Legend of Light + Piruetas + The Story of Hikari + 光の伝説 + + + Gosenzo-sama Banbanzai! + Gosenzosama Banbanzai! + 御先祖様万々歳! + + + Gosenzosama Banbanzai! the Movie + Maroko + MAROKO 麿子 + 御先祖様万々歳! MAROKO 麿子 + + + Delicious Mask + Kekko Kamen + Kekkou Kamen + けっこう仮面 + + + 암굴왕 + Cavern King + Contele de Monte Cristo + Count of Monte Cristo + El Conde de Monte Cristo + gank + Gank-Ou + Ganku-Ou + Gankut-Ou + Gankutsuou + Gankutsuou + Gankutsu Ou + Gankutsuou De Monte Cristo + Gankutsuou - Le comte de Monte-Cristo + Gankutsuou -The Count of Monte Cristo- + Grafas Montekristas + Greven af Monte Christo + Hrabě Monte Christo + Hrabia Monte Christo + Il conte di Montecristo + King of the Cave + Le comte de Monte-Cristo + Lord of the Cave + MonteCristo + Monte Cristo + Monte Cristo grófja + Monte Kristo Kontu + O Conde de Monte Cristo + The Count + The Count of Monte Cristo + Zemsta hrabiego Monte Cristo + مونتي كريستو + Граф Монте-Кристо + 巌窟王 + + + 11인이 있다 + 11人いる! + Juuichinin Iru! + Siamo in undici! + They Were 11 + They Were Eleven! + tw11 + Zvijezda Odisej + Их было одиннадцать + Те бяха единадесет! + + + High School Exciting Story: Tough + Koukou Tekken-den Tough + Shootfighter Tekken + Tough + 高校鉄拳伝 タフ + + + Karakuri no Kimi + Puppet Princess + からくりの君 + + + ステディ×スタディ + Steady x Study + + + DigiGirl Pop!: Strawberry & Pop Mix Flavor + デジガールPOP! 〜STRAWBERRY&POP MIX FLAVOR〜 + + + ハンドル ウイズ ケア + Handle with Care + + + Magical Kanan: Summer Camp + m.k.s.c + Septem Charm Magical Kanan: SP Summer Camp + Septem Charm まじかるカナン SP どきどき♥サマーキャンプ! + Septem Charm Summer Camp + + + Absolwenci + Class Reunion + Dosokai Yesterday Once More + Dousou Kai: Yesterday Once More + Yesterday Once More + YOM + 同窓会 Yesterday Once More + + + I Love You + Suki da yo! + Sukidayo! + 好きだよっ! + + + Private Sessions + Special Lesson + Tokubetsu Jugyou + 特別授業 + + + Labyrinth in the Clouds Zeguy + Mask of Zeguy + Unkai no Meikyuu Zeguy + Zeguy + Zeguy: Cloudworld Labyrinth + 雲界の迷宮ZEGUY + + + Diary of a Fishing Fool + Fishing Fool Diary + Tsuri Baka Nisshi + 釣りバカ日誌 + + + Shounen Ninja Kaze no Fujimaru + Young Ninja Fujimaru of the Wind + 少年忍者風のフジ丸 + + + Space Patrol Hopper + Space Patrol Hopper: Space Boy Jun + Uchuu Patrol Hopper + Uchuu Patrol Hopper Uchuukko Jun + 宇宙パトロールホッパ + + + ハッスルパンチ + Hustle Punch + + + I Cavalieri dello Zodiaco - La Dea della Discordia + Les chevaliers du zodiaque - Éris : la légende de la pomme d`or + Los caballeros del zodiaco: la leyenda de la manzana de oro + Saint Seiya: Evil Goddess Eris + Saint Seiya: Jashin Eris + Saint Seiya: Movie 1 + Saint Seiya: O Santo Guerreiro + Saint Seiya: The Battle with Eris + Saint Seiya: The Legend of the Golden Apple + 聖闘士星矢 邪神エリス + + + Rainbow Battle Team Robin + Rainbow Sentai Robin + Rainbow Squadron Robin + レインボー戦隊ロビン + + + A Grande Batalha dos Deuses + I Cavalieri dello Zodiaco - L`ardente scontro degli Dei + Les chevaliers du zodiaque - Asgard : le brûlant combat des dieux + Les chevaliers du zodiaque - La guerre des dieux + Saint Seiya: Kamigami no Atsuki Tatakai + Saint Seiya: Movie 2 + Saint Seiya: The Heated War of the Gods + 聖闘士星矢 神々の熱き戦い + + + A Lenda dos Defensores de Atena: O Filme + I Cavalieri dello Zodiaco - La leggenda dei guerrieri scarlatti + Les chevaliers du zodiaque - Abel : l`écarlate légende des jeunes + Les chevaliers du zodiaque - Les guerriers d`Abel + Los caballeros del zodiaco: la leyenda de los santos escarlata + Saint Seiya: Legend of Crimson Youth + Saint Seiya: Movie 3 + Saint Seiya: Shinku no Shounen Densetsu + 聖闘士星矢 真紅の少年伝説 + + + Kaizoku Ouji + Pirate Prince + 海賊王子 + + + I Cavalieri dello Zodiaco - L`ultima battaglia + Les chevaliers du zodiaque - Le dieu des enfers + Les chevaliers du zodiaque - Lucifer : les guerriers de la dernière guerre sainte + Los caballeros del zodiaco: El guerrero de armageddon + Os Guerreiros do Armagedon: A Batalha Final + Saint Seiya: Movie 4 + Saint Seiya: Saishuu Seisen no Senshi Tachi + Saint Seiya: Warriors of the Final Holy Battle + 聖闘士星矢 最終聖戦の戦士たち + + + 요술공주 세리 + Mahou Tsukai Sally + Minifée + Sally Czarownica + Sally la maga + Sally, malá čarodějnice + Sally the Witch + 魔法使いサリー + + + 요술공주 셀리 + Mahou Tsukai Sally 2 + Sally Czarownica 2 + Sally la petite sorcière + Sally the Witch 2 + Ведьма Салли 2 + 魔法使いサリー2 + + + あかねちゃん + Akane-chan + Little Akane + + + ひみつのアッコちゃん + Akko-chan + Czarodziejskie zwierciadełko + Czarodziejskie zwierciadło + Himitsu no Akko-chan + Lo Specchio Magico + Secrets of Akko-chan + Secrets of Little Akko + The Magic Mirror + + + ひみつのアッコちゃん2 + Akko-chan 2 + Caroline + Himitsu no Akko-chan 2 + Secrets of Akko-chan 2 + + + ひみつのアッコちゃん (1998) + Akko-chan (1998) + Himitsu no Akko-chan (1998) + Himitsu no Akko-chan 3 + Secrets of Akko-chan (1998) + + + ひみつのアッコちゃん (1989) + Akko-chan (1989) + Himitsu no Akko-chan (1989) + Secrets of Akko-chan (1989) + + + Extraordinary Ataro + Mooretsu Atarou + もーれつア太郎 + + + Mooretsu Atarou (1990) + もーれつア太郎 (1990) + + + Demon of the Kick + Kick no Oni + Sawamu, o Demolidor + キックの鬼 + + + Mahou no Mako-chan + Makko + Mako, la sirena enamorada + Mako the Mermaid + Syrenka Mako + Una sirenetta tra noi + 魔法のマコちゃん + + + さるとびエッちゃん + Ecchan the Ninja + Hela Supergirl + Hella Superdziewczyna + Sarutobi Ecchan + + + Apache Baseball Team + Apache Yakyuugun + アパッチ野球軍 + + + Chappy + Chappy + Chappy + Chappy the Magic User + El hada Chappy + Mahou Tsukai Chappy + 魔法使いチャッピー + + + ミクロイドS + Microid S + Microsuperman + + + Cybernella + Miracle Girl Limit-chan + Miracle Shoujo Limit-chan + ミラクル少女リミットちゃん + + + Bia, a pequena feiticeira + Bia - Czarodziejskie Wyzwanie + Bia, la sfida della magia + Little Witch Meg + Majokko Meg-chan + Meg + Meg la petite sorcière + Meg la sorcière + Meg the Witch Girl + 魔女っ子メグちゃん + + + カリメロ + Calimero + Calimero + Caliméro + كالميرو + קלימרו + + + カリメロ (1992) + Calimero + Calimero + Calimero (1992) + Caliméro et ses amis + Caliméro et Valériano + Shin Calimero + 新 カリメロ + + + Shounen Tokugawa Ieyasu + Young Tokugawa Ieyasu + 少年徳川家康 + + + Getter Robo Gou + ゲッターロボ號 + + + El Vengador + Jeeg + Jeeg robot d`acciaio + Kotetsu Jeeg + Koutetsu Jeeg + Steel Jeeg + 鋼鉄ジーグ + + + マシンハヤブサ + Ken Falco il Superbolide + Machine Hayabusa + Machine Peregrine + + + キャンディ・キャンディ + Au pays de Candy + Candy + Candy + Candy Candy + Candy Candy + Candy Candy + Candy Candy + Candy Candy + Candy Candy + Candy Candy + Dolce Candy + Kendi Kendi + Las Adventuras de Candy + Şeker Kız Candy + Κάντυ Κάντυ + Кенди-Кенди + Сладката Канди + + + Au pays de Candy : Les vacances de Candy + Candy Candy - Candyn kesäloma + Candy Candy: Candy no Natsuyasumi + Candy Candy: Candy`s Summer Vacation + CANDY CANDY`s Summer Holidays + Кенди-Кенди: Летние каникулы + キャンディ・キャンディ キャンディの夏休み + + + ジェッターマルス + Capitan Jet + Jet Mars + Jetter Mars + Robotas Marsas + مغامرات كوكي + Σούπερ Μαρς + + + Dangard Ace + Danguard + Danguard Ace + Planetary Robo Danguard A + Planet Robo Danguard Ace + Wakusei Robo Danguard A + 惑星ロボ・ダンガードA + + + Dangard Ace (1977) + Planetary Robot Danguard Ace vs. the Army of Insect Robots + Wakusei Robo Danguard A tai Konchuu Robot Gundan + 惑星ロボ ダンガードA対昆虫ロボット軍団 + + + Angel + Angel das Blumenmädchen + Ángel, la niña de las flores + Çiçek Kız Lunlun + Hana no Ko Lunlun + Hana no Ko Runrun + La fleur aux sept couleurs + La flor magica de 7 colores + Le tour du monde de Lydie + Lidia în jurul lumii + Lili,a virágangyal + Lu Lu i Cudowny Kwiat + Lulù l`angelo tra i fiori + Lulu, le mystère de la fleur magique + Lunlun, Flower Angel + Lun Lun the Flower Child + Lydie et la clef magique + الزهرة الجميلة سوسن + זהבית + Ейнджъл - детето на цветята + Лулу, ангел цветов + 花の子ルンルン + + + Entaku no Kishi Monogatari: Moero Arthur + King Arthur + King Arthur + King Arthur and the Knights of the Round Table + La spada di King Arthur + O Βασιλιάς Αρθούρος + Prinz Arthus (Teil 1) + Prinz Artus (Teil 1) + Rei Arthur + 円卓の騎士物語・燃えろアーサー + + + Lalabel + Lalabel the Magic Girl + Le monde enchanté de Lalabel + Mahou Shoujo Lalabel + Λάλαμπελ + 魔法少女ララベル + + + King Arthur: Prince on White Horse + King Arthur - Série 2 + Moero Arthur: Hakuba no Ouji + Prinz Arthus (Teil 2) + Prinz Artus (Teil 2) + 燃えろアーサー・白馬の王子 + + + Forza Sugar! + Gambare Genki + Ganbare Genki + Genki + Genki le champion de boxe + Genki, The Boy Champ + Go For It! Genki + فارس الفتى الشجاع + がんばれ元気 + + + ハロー!サンディベル + Hallo Sandybell + Hello! Sandibelle + Hello! Sandybell + Helló Sandybell! + Hello! Sandybelle + Sandybell + Sandybell + Sandybell + Sandy Bell + Sandy Bell + Sandybelle + Sandy Belle + Sandy Jonquille + ساندي بل + Η Μικρή Σάντυμπελ + + + ดร.สลัมป์ และหนูน้อยอาราเล่ + Dr.スランプ・アラレちゃん + Dr Slump + Dr. Slump + Dr. Slump + Dr. Slump & Arale + Dr. Slump: Arale-chan + IQ博士 + O doutor Slump e Arale + رنا + + + あさりちゃん + Asari-chan + Asari-chan: Ai no Marchen Shoujo + Super Gal Asari + + + รักข้ามรุ่น + Mes tendres années + Sun College + Theかぼちゃワイン + The Kabocha Wine + The Pumpkin Wine + + + Arbegas + Dio Elettrico Arbegas + Kousoku Denjin Albegus + Light-Speed Electro-God Albegus + الشجعان الثلاثة + 光速電神アルベガス + + + Kinnikuman + Muscleman + Musculman + キン肉マン + + + ストップ!!ひばりくん! + Stop!! Hibari-kun! + + + Bemubemu Hunter Kotengu Tenmaru + Little Big Nose + べムべムハンター・こてんぐテン丸 + + + Crocus + Little Beret Memoru + Little Memole + Manóvári Manók + Memole, dolce Memole + Memoru in the Pointed Hat + Micuţa Memol + Skrzaty z Wyspy Li + Tongari Boushi no Memoru + Wee Wendy + ميمي الصغيرة + Τα τοσοδούλια από το διάστημα + Крошка Мемоль + とんがり帽子のメモル + + + Laserion + Laserion + Lazerion + Video Senshi Lezarion + Video Warrior Laserion + ビデオ戦士レザリオン + + + Gu-Guガンモ + Ganmo + Gu Gu Ganmo + Gu-Gu Ganmo + + + はーいステップジュン + Haai Step Jun + Hai Step Jun + Juny peperina inventatutto + Vas-y Julie + Yes Step Jun + Η Τζουν και τα Ρομπότ + + + Kekkai + Kekkai - Die Lust in der Seele + 結界 + + + コンポラキッド + Compora Kid + Konpora Kid + Les enfants d`aujourd`hui + Modern Kids + + + Akai Hayate + 紅いハヤテ + + + Hot for Teacher + Onna Kyoshi Yumi no Hokago + Onna Kyoushi Yumi no Houkago + 女教師・裕美の放課後 + + + Lupin III: Alcatraz Connection + Lupin III: Fuga da Alcatraz + Lupin Sansei: Alcatraz Connection + Lupin Sansei Special 13 + Rupan Sansei: Alcatraz Connection + ルパン三世 アルカトラズ・コネクション + + + Trava + TRAVA FIST PLANET + Trava: Fist Planet + Trava – Pěstní planeta + Trava - Tarpplanetinis Kumštis + + + Heisa Byoto + Heisa Byoutou + Sex Ward + 閉鎖病棟 + + + Chains of Lust + Ryoujoku no Rensa + 凌辱の連鎖 + + + Birdy the Mighty + Birdy the Mighty OVA + Tetsuwan Birdy + Tetsuwan Birdy OVA + Wspaniała Birdy + Могучая Берди + 鉄腕バーディー + + + しあわせソウのオコジョさん + Happy Okojo + Shiawase Apartment`s Okojo-san + Shiawase Sou no Okojo-san + Siawase Apartment`s Okojo-san + Счастливая обитель для горностая + + + Demon Warrior Luna Varga + Luna Varga + Majuu Senshi Luna Varga + 魔獣戦士ルナ・ヴァルガー + + + どんどんドメルとロン + Cubitus + Cubitus, der Wuschelhund + Domel + Dommel + Dondon Domel to Don + Dondon Domeru to Ron + Wowser + Wowser + كعبول + עוגי דוגי + + + ななみちゃん + Nanami-chan + Nanami-chan 1 + + + โดราเอมอน เดอะมูฟวี่ ตอน โนบิตะท่องอาณาจักรโฮ่งเหมียว + Doraemon Movie 25 + Doraemon: Nobita no Wan Nyan Jikuuden + Doraemon the Movie: 25th Anniversary + ドラえもん のび太のワンニャン時空伝 + + + Spirit of Wonder + Spirit of Wonder: China-san no Yuuutsu + Spirit of Wonder - La coupe de Miss China + Spirit of Wonder: Miss China`s Ring + Spirit of Wonder: チャイナさんの憂鬱 + + + Hourglass of Summer + Natsuiro + Natsu-iro no Sunadokei + Sandglass of Summer Colors + Sanduhr der Sommerfarben + 夏色の砂時計 + + + ดราก้อนบอล มูฟวี่ 2 ตอน เจ้าหญิงนิทราแห่งปราสาทจอมมาร + A bela dorminte do castelo do demo + DB Movie 2 + DBMV2 + Dragon Ball 2 - Le château du démon + Dragon Ball - La bella addormentata a Castel Demonio + Dragon Ball: Majinjou no Nemuri Hime + Dragon Ball Movie 2 + Dragon Ball: Sleeping Princess in Devil`s Castle + Dragonball - The Movie 2: Das Schloss der Dämonen + المغامر كوغو: الجزء الثاني + 魔神城のねむり姫 + + + Das Geheimnis von Daddy Langbein + Hosszúlábu apu + Judy ve Uzunbacak + My Daddy Long Legs + Papà Gambalunga + Papa longues jambes + Papá piernas largas + Pipi das meias altas + Setä Pitkäsääri + Tajemniczy Opiekun + Táta Sekáč + Watashi no Ashinaga Oji-san + صاحب الظل الطويل + 私のあしながおじさん + + + Final Yamato + Space Battleship Yamato - Final Chapter + Uchuu Senkan Yamato: Kanketsu hen + 宇宙戦艦ヤマト・完結編 + + + Spirit of Wonder - Le club des scientifiques + Spirit of Wonder: Scientific Boys Club + Spirit of Wonder: Shounen Kagaku Club + Spirit of Wonder: 少年科學倶楽部 + + + 오토기조우시 + Otogi Zoshi + Otogi Zoshi: Древняя легенда / Новая легенда + Otogizoushi + Otogi Zoushi + Otogi Zushi + Отогидзоси + お伽草子 + + + Ninja Robots + Ninja Senshi Tobikage + Ninja Warrior Tobikage + Tobikage + الننجات الآلية + 忍者戦士飛影 + + + Generation of Chaos Next: Chikai no Pendant + ジェネレーション オブ カオス ネクスト~誓いのペンダント~ + + + Animated Three Musketeers + Anime Sanjushi + Anime San Jushi + Anime San Juushi + Cei trei muşchetari + D`Artagnan e i moschettieri del re + D`Artagnan und die drei Musketiere + Os 3 Mosqueteiros + Sous le signe des mousquetaires + The Three Musketeers + فرقة الفرسان + (שלושת המוסקטרים (1987 + Οι τρεις σωματοφύλακες + アニメ三銃士 + + + Begėdis Daktaras + Chijoku Shinsatsushitsu + Chijoku Shinsatsushitu + Cure de sexothérapie + Doctor Shameless + El doctor desvergonzado + 恥辱診察室 + + + เบย์เบลด ศึกลูกข่างสะท้านฟ้า ภาค 2 + Bakuten Shoot Beyblade 2002 + Beyblade Vforce + Beyblade V-Force + Beyblade V-Force + Beyblade V-Force + בייבלייד 2 + 爆転シュート ベイブレード2002 + + + Shin Megami Tensei: Devil Children + 真・女神転生デビチル[デビルチルドレン] + + + Shin Megami Tensei: Devil Children - Light & Dark + 真・女神転生D[デビル]チルドレン ライト&ダーク + + + Doukyuusei 2 Special: Sotsugyousei + Graduate + 同級生2 Special 卒業生 + + + Chijoku Kankin: Ochita Tenshi-tachi + 恥辱監禁 ~堕ちた天使たち~ + + + Akiba Fantasies + Akiba Girls + Akiba Girls + Akiba-kei Kanojo + Akibakei Kanojo + Las chicas de Akiba + アキバ系彼女 + + + La veuve + La viuda cachonda + Mibojin + Miboujin: Numeriau Nikuyoku to Midara ni Nureru Mitsusubo + Widow + 未亡人 ~ぬめり合う肉欲と淫らに濡れる蜜壺~ + + + Hana Dorei + Pretty Slave + Pretty Slave Huanuli + Slaves to Passion + 華・奴隷 + + + Flutter of Birds 2 + Flutter of Birds 2 Tenshi-tachi no Tsubasa + flutter of birds II 天使たちの翼 + La aventura de Shin-ya + + + Bad End + Bad End 贖罪の教室 + Voyeur`s Digest + + + タワー オブ エトルリア + Tower of Etruria + + + ディープボイス + Deep Voice + + + Crotch Man Taxi + El taxi del sexo + Kojin Taxi + Kojin Taxi + Sex Taxi + Taxi pervers + 股人タクシー + + + The Moon`s Heat Haze + Tsuki Kagerou + 月陽炎 + + + HJT + Hot Juicy Teacher + Onna Kyoushi + 女教師 + + + Mune Kyun! Heartful Cafe + 胸キュン!はぁとふるCafe + + + IZUMO (2003) + Izumo (2003) + + + Disqualified Doctor + Shikkaku Ishi + 失格医師 + + + Kibun Kibun + 気分きぶん + + + プライベートエモーション + Dirty Thoughts + Pensamientos Lascivos + Private Emotion + Private Emotion + + + Dollhouse + Ningyo no Yakata + Ningyou no Yakata + 人形の館 + + + Onmyouji: Youen Emaki + 陰陽師 ~妖艶絵巻~ + + + Cage + Cage + Canary wa Kago no Naka + Enjauladas X + Kanariya wa Kago no Naka + カナリヤは籠の中 + + + Gakuen Nanafushigi + Sex Craft + 学艶七不思議 + + + SMノススメ + SM no Susume + + + Jisshusei + Jisshuusei + Trainee + 実習生 + + + Oishinbo + Skanautojas + The Gourmet + 美味しんぼ + + + A Forbidden Time + Child`s Time + Kodomo no Jikan + こどもの時間 + + + Air + AIR + Air Natsu Tokubetsu-hen + airtv + AIR TV + AIR 青空 + Gökyüzü + Powietrze + هواء + Въздух + Высь + + + 23 year old Female Teacher + Onna Kyoushi Nijuusan-sai + 女教師二十三歳 + + + Onna Kyoushi: Nikutai Jugyou + 女教師 肉体授業 + + + Baby Love + ベイビィ☆LOVE + + + Igano Kabamaru + Kabamaru + Ninja Boy + Ninja Boy + نينجا كابامارو + Καμπαμαρού + 伊賀野カバ丸 + + + Armored Dragon Legend Villgust + Kouryuu Densetsu Villgust + Villgust + Легендарный бронированный дракон Виллгуст + 甲竜伝説 ヴィルガスト + + + Gundam 0083: The Last Blitz of Zeon + Kidou Senshi Gundam 0083 - Zeon no Zankou - + Mobile Suit Gundam 0083 – Le crépuscule de Zeon + Mobile Suit Gundam 0083: The Afterglow of Zeon + Mobile Suit Gundam 0083: The Fading Light of Zeon + 機動戦士ガンダム0083 -ジオンの残光- + + + A.F + Archetypes Forces + + + はだしのゲン 2 + Barefoot Gen 2 + Barfuß durch Hiroshima 2 + Basakojis Genas 2 + Boso przez Hiroszimę 2 + Hadashi no Gen 2 + Hiroshima 2 + Hiroshiman poika 2 + Paljasjalgne Gen 2 + حافي القدمين جن 2 + + + Anyone You Can Do... I Can Do Better! + Bakunyuu Oyako + Explosive Bust Mother and Daughter + 爆乳母娘 + + + バンパイヤン・キッズ + Vampire Kids + Vampiyan Kids + + + Lupin III: Hemingway Papers + Lupin III: Resa dei conti per Lupin + Lupin Sansei: Hemingway Paper no Nazo + Lupin Sansei Special 02 + ヘミングウェイペーパーの謎 + + + Phantom Hunter Miko + Phantom Hunter Miko - Reinou Tantei Miko + Reinou Tantei Miko + 霊能探偵 ミコ + + + Daisetsuzan no Yuusha Kibaou + King Fang + Oyuki Yama no Yuusha Haou + ذئب الجبل الأبيض + 大雪山の勇者 牙王 + + + Haikara-san ga Tooru + Here Comes Ms. Modern + Mademoiselle Anne + Marc et Marie + Smart-san + بينو + はいからさんが通る + + + Die Abenteuer von Manxmaus + Manxmouse + Tondemo Nezumi Daikatsuyaku + الفأر مانكس + トンデモネズミ大活躍 + + + Astrorobot + Astrorobot Contatto Y + Blocker Corps + Blocker Gundan IV Machine Blaster + ブロッカー軍団Ⅳマシーンブラスター + + + みすてないで デイジー + DLMAD + Don`t Leave Me Alone, Daisy + Misutenaide Daisy + אל תעזבי אותי דייזי + + + Die schwarzen Brüder + Le ciel bleu de Romeo + Romeo and The Black Brothers + Romeo no Aoi Sora + Romeo`s Blue Skies + عهد الأصدقاء + שמיו הכחולים של רומיאו + ロミオの青い空 + + + Masho no Kao + Mashou no Kao + The Two Facials of Eve + 魔性の貌(かお) + + + A Virgem Maria está olhando por vós ~primavera~ + La vierge Marie vous regarde ~printemps~ + maria2 + Maria-sama2 + Maria-sama ga Miteru Haru + Maria-sama ga Miteru ~Haru~ + Maria-sama ga Miteru - Haru + Maria-sama ga Miteru: Haru + Maria Watches Over Us Season 2 Printemps + marimite2 + marimite haru + The Virgin Mary is watching you ~Spring~ + Дева Мария смотрит за вами ~Весна~ + 圣母在上~春~ + マリア様がみてる~春~ + + + Gekka Bijin + Maison Plaisir + 月花美人 + + + House of 100 Tongues + Mozu no Nie + The Offering of the Shrike + 百舌鳥の贄 + 百舌鳥ノ贄 + + + Shin Ruriiro no Yuki + 真・瑠璃色の雪 + + + Hinadori no Saezuri + Maiden of Deliverance + Song of the Baby Bird + 雛鳥の囀 + + + Jii Tousaku + 自慰倒錯 + + + El limpiador de cuerpos + Shitai o Arau The Animation + 肢体を洗う THE ANIMATION + + + Galaxy Express 999: Eternal Fantasy + GE999 EF + Ginga Tetsudou 999: Eternal Fantasy + 銀河鉄道999 エターナルファンタジー + + + LFPR + Lingerie Fighter Papillon Rose + Lingerie Senshi Papillon Rose + Lingerie Soldier Papillon Rose + LSPR + ランジェリー戦士パピヨンローゼ + + + One Piece: La spada delle sette stelle + One Piece Movie 5 + One Piece: Norowareta Seiken + One Piece: The Curse of the Sacred Sword + OP Movie 5 + ワンピース呪われた聖剣 + + + Enclosed World + Kakomareta Sekai + 囲まれた世界 + + + A Ilha do Tesouro + Die Schatzinsel + Kincses sziget + L`île au trésor + L`isola del tesoro + Takarajima + Treasure Island + جزيرة الكنز + 宝島 + + + GU−GU ガンモ + Gu-Gu Ganmo (1985) + + + Memoru in the Pointed Hat: Marielle`s Jewelbox + Tongari Boushi no Memoru (1985) + Tongari Boushi no Memoru: Marielle no Housekibako + とんがり帽子のメモル (1985) + + + Armored Fleet Dairugger-XV + Armored Squadron Dairugger XV + Kikou Kantai Dairugger XV + Vehicle Force Voltron + 機甲艦隊ダイラガーXV + + + Mahou Shoujo Lalabel (1980) + Mahou Shoujo Lalabel: Umi ga Yobu Natsuyasumi + 魔法少女ララベル (1980) + 魔法少女ララベル 海が呼ぶ夏休み + + + Hana no Ko Lunlun : Konichiwa Sakura no Kuni + Hana no Ko Lunlun MOVIE + Hello Cherry Garden: Lun Lun the Flower Child + Konnichiwa Sakura no Sono: Hana no Ko Lunlun + こんにちは桜の園 花の子ルンルン + + + Himitsu no Akko-chan: Umi da! Obake da!! Natsu Matsuri + Secret Little Akko: The Sea! The Monster!! Summer Holiday + ひみつのアッコちゃん 海だ!おばけだ!!夏祭り + + + Balatack + Balatack + Baratak + Choujin Sentai Baratack + Superhuman Combat Team Baratack + 超人戦隊バラタック + + + Hanaukyo Maids (2001) + Hanaukyou Maid Tai (2001) + Maids in Hanaukyo (2001) + 花右京メイド隊 (2001) + + + Goldorak contre Great Mazinger + Mazinga contro Goldrake + UFO Robo Grandizer vs. Great Mazinger + UFO Robo Grendizer tai Great Mazinger + UFO Robo Grendizer vs. Great Mazinger + UFOロボ グレンダイザー対グレートマジンガー + + + Fiorellino Giramondo + Hany Hany + Honey Honey + Honey Honey + Honey Honey + Honey Honey no Suteki na Bouken + Honey Honey`s Wonderful Adventures + Les aventures de Pollen + Miodulinka + Pollen + ハニーハニーのすてきな冒険 + + + Magical Witch Sally + Mahou Tsukai Sally (1990) + Sally la petite sorcière - Le film + 魔法使いサリー (1990) + + + Akuma-kun (1989) + Devil Boy (1989) + 悪魔くん (1989) + + + Akuma-kun: Youkoso Akuma Land e!! + Devil Boy: Welcome to Devil Land!! + 悪魔くん ようこそ悪魔ランドへ!! + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 7 ตอน คดีฆาตกรรมแห่งเมืองปริศนา + Detective Conan: Crossroad in the Ancient Capital + Détective Conan - Film 7 + Detective Conan: Movie 7 + Detektiv Conan: Die Kreuzung des Labyrinths + Meitantei Conan: Meikyuu no Crossroad + المحقق كونان: تقاطع شوارع العاصمة القديمة + 名探偵コナン 迷宮の十字路(クロスロード) + 迷宫的十字路口 + + + Angel Core + Angel Core: Tenshi-tachi no Sumika + Angel Hardcore + エンゼル・コア ~天使たちの住処~ + + + シンカン + SinKan + Sinkan + T&A Teacher + + + Hyper Shinobi Animation: Shadow + Kage [Shadow] + Shadow + 影Shadow + + + マップス + Maps + Maps + Maps (1994) + + + クラッシャージョウ (1989) + Crusher Joe (1989) + + + クラッシャージョウ + Crusher Joe + Crusher Joe: The Movie + + + My My Mai + My マイ 舞 + + + Bomber Bikers of Shonan + Shounan Bakusouzoku + 湘南爆走族 + + + ดูเอลมอนสเตอร์ ยูกิโอ + YGO + Yu-Gi-Oh + Yu-Gi-Oh ! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh! + Yu-Gi-Oh ! À toi de jouer ! + Yuu Gi Ou: Duel Monsters + يو جي أوه + يوغي + !יוגי-הו + Ю-ГИ-О! + 遊☆戯☆王 デュエルモンスターズ + + + GA.ニメ + GA.nime + + + Hanihani + hani hani + Hani Hani: Operation Sanctuary + The Moon is East, The Sun is West: Operation Sanctuary + Tsuki wa Higashi ni Hi wa Nishi ni -Operation Sanctuary- + 月は東に日は西に〜Operation Sanctuary〜 + + + Tatakae! Chou Robot Seimeitai Transformers Victory + Transformers V + Transformers Victory + 戦え!超ロボット生命体トランスフォーマーV[ビクトリー] + + + Himegoto + Hi.Me.Go.To + Hi・Me・Go・To + + + ハロー!レディリン + Gwendoline - Saison 2 + Hello! Lady Lin + Hello! Lady Lynn + Lady Lynn + Ledi Lina 2 + Mała dama 2 + ليدي.. ليدي + مرحبا! ليدي لين + + + ริน สาวน้อยจอมแก่น + レディレディ!! + Gwendoline + Gwendoline - Saison 1 + Lady Lady! + Lady Lady!! + Ledi Lina + Mała dama + Milly un giorno dopo l`altro + ليدي ليدي + + + Transformers: Choujin Master Force + transformers master force + Transformers: Masterforce + Transformers: Super God Master Force + Трансформеры: Воины Великой Силы + トランスフォーマー・超神マスターフォース + + + Charge!! Men`s School + Sakigake!! Otokojuku + Sakigake!! Otoko Juku + Valiantly Forge Ahead!! Men`s Cram School + Valiantly Forge Ahead!! Men`s Private School + Valiantly Forge Ahead!! Men`s School + 魁!!男塾 + + + Charge!! Men`s School (1988) + Sakigake!! Otoko Juku (1988) + Sakigake!! Otokojuku (1988) + Valiantly Forge Ahead!! Men`s Cram School (1988) + Valiantly Forge Ahead!! Men`s Private School (1988) + Valiantly Forge Ahead!! Men`s School (1988) + 魁!!男塾 (1988) + + + レディレディ!! (1988) + Lady Lady!! (1988) + Ledi Lina filmas + Mała Dama the Movie + + + Kamen no Ninja Akakage + Masked Ninja Akakage + الفرسان + 仮面の忍者赤影 + + + ビックリマン + Bikkuriman + Prince Hercule + + + New Bikkuriman + Shin Bikkuriman + 新ビックリマン + + + スーパービックリマン + Super Bikkuriman + Super fenix + Super Phoenix + + + トランスフォーマー・ザ・ヘッドマスターズ + Transformers: The Headmasters + Трансформеры: Властоголовы + + + Erdei állatok országa + Gabby et les petits malins - Les aventures de Malinville + Juharfalva lakói + La Aldea del Arce + Les petits malins + Les petits malins - Les aventures de Malinville + Maple Town + Maple Town Monogatari + Maple Town Stories + Opowieści z Klonowego Miasteczka + Seikkailumetsä + قرية التوت + הדובשונים + Λαγουδένια Πολιτεία + メイプルタウン物語 + + + Gabby et les petits malins - Les aventures de Malinplage + Les petits malins - Les aventures de Malinplage + Les petits malins (suite) + New Maple Town Stories + Opowieści z Palmowego Miasteczka + Shin Maple Town Monogatari: Palm Town Hen + مدينة النخيل + 新メイプルタウン物語・パームタウン編 + + + Maple Town Monogatari (1986) + Maple Town Stories (1986) + メイプルタウン物語 (1986) + + + Maps (1987) + MAPS: Densetsu no Samayoeru Seijintachi + MAPS: Legendary Space Wanderers + マップス 伝説のさまよえる星人たち + + + Battle Ball + Gou-Q-Chouji Ikkiman + Ricky Star + 剛Q超児イッキマン + + + かりあげクン + Kariage-kun + + + まじかる★タルるートくん + Magical Taruruuto-kun + + + まじかる★タルるートくん (1991) + Magical Taruruuto-kun (1991) + + + Magical Taruruuto-kun: Moero! Yuujou no Mahou Taisen + まじかる★タルるートくん 燃えろ!友情の魔法大戦 + + + Magical Taruruuto-kun: Suki Suki Hot Tako Yaki + まじかる★タルるートくん すきすき[ハート]タコ焼きっ! + + + gfw + Goldfish Warning + Goldfish Warning! + KinChuu + Kingyo Chuuihou + Kingyo Chuuihou! + きんぎょ注意報! + + + Kinnikuman: Kinnikusei Oui Soudatsuhen + Kinnikuman: Scramble For The Throne + キン肉マン・キン肉星王位争奪編 + + + DRAGON QUEST + Dragon Quest + Dragon Quest: Abel Yuusha + Dragon Warrior + + + Dragon Quest: Adventure of Dai (1991) + Dragon Quest: Dai no Daibouken (1991) + ドラゴンクエスト・ダイの大冒険 (1991) + + + Dragon Quest: Dai no Daibouken Tachiagare! Aban no Shito + Dragon Quest: Great Adventure of Dai! Disciple of Aban + Dragon Quest movie 2 + ドラゴンクエスト ダイの大冒険 起ちあがれ!アバンの使徒 + + + Dragon Quest: Dai no Daibouken Buchiya Gare!! Shinsei 6 Daishougun + Dragon Quest movie 3 + ドラゴンクエスト ダイの大冒険 ぶちやがれ!!新生6大将軍 + + + Dragon Quest: Crest of Roto + Dragon Quest Retsuden: Roto no Monshou + ドラゴンクエスト列伝 ロトの紋章 + + + Ghost Sweeper GS Mikami + Ghost Sweeper Mikami + gs mikami + ゴーストスイーパーGS美神 + Mikami la Cazafantasmas + Una Miss Scacciafantasmi + + + Aoki Densetsu Shoot! (1994) + Blue Legend Shoot! (1994) + 蒼き伝説 シュート! (1994) + + + Shinken Densetsu: Tight Road + True Fist Legend + 真拳伝説 タイトロード + + + Fantascience World Gulliver Boy + Gulliver Boy + Kuusou Kagaku Sekai Gulliver Boy + 空想科学世界ガリバーボーイ + + + Cehennem Öğretmen Nube + Hell Teacher Nube + Jigoku Sensei Nube + 地狱老师 + 地獄先生ぬ~べ~ + + + Hell Teacher Nube (1996) + Jigoku Sensei Nube (1996) + 地獄先生ぬ〜べ〜 (1996) + + + あずみ マンマ★ミーア + Azumi Mama Mia + + + トランスフォーマーZ[ゾーン] + Transformers Z + Transformers Zone + Transformers: Zone + + + Dream Crayon Kingdom + Le royaume des couleurs + Yume no Crayon Oukoku + 夢のクレヨン王国 + + + Hanitarou Desu + I Am Hanitarou + ハニ太郎です。 + + + Laughing Salesman + Smiling Salesman + Warau Salesman + 笑ゥせぇるすまん + 笑ウせえるすまん + + + ボスコアドベンチャー + A Bosco léghajó kalandjai + Bosco + Bosco Adventure + Bosco Adventure + La forêt magique + Les aventures du Bosco + Plava princeza + Przygody Bosco + سفينة الأصدقاء + חבורת הצב המעופף + Приключения Боско + Приключенията на Боско + + + Chousoku Spinner + Super Speed Spinner + Super YOYO ลูกดิ่งสายฟ้า + سوبر سونك سبنر + 超速スピナー + + + Hanappe Bazooka + 花平バズーカ + + + ドラえもん + Doraemon + + + Le sabre du plaisir + Ninja Sex-Fantasien + Nyo In + Samurai XXX + Youka no Ken + Youkou no Ken + 女淫道中 + 妖香の剣 + + + ガルフォース3 スターダスト・ウォー + Gall Force 3: Stardust War + + + レア・ガルフォース + Gall Force 4 + Rhea Gall Force + + + Gall Force: Chikyuu Shou + Gall Force: Earth Chapter + GALL FORCE 地球章 + + + Gall Force: New Century + Gall Force: New Era + Gall Force: Shin Seiki Hen + GALL FORCE 新世紀編 + + + ガルフォース THE REVOLUTION + Gall Force: The Revolution + + + แฮปปี้ เลสซั่น เดอะ ไฟนอล + Happy Lesson The Final + HAPPY☆LESSON THE FINAL + HLFOVA + hltf + + + Lime-iro Senkitan: Nankoku Yume Roman + Lime-iro Senkitan: The South Island Dream Romantic Adventure (OAV) + Raimuiro Senkitan ~Southern Romance Story~ + らいむいろ戦奇譚 南国夢浪漫 + + + กันบัสเตอร์ 2: ไดบัสเตอร์ + トップをねらえ2! + Aim for the Top! Gunbuster 2 + Diebuster + Gunbuster 2 + Gunbuster 2 + Punta al top 2! Diebuster + top2 + Top o Nerae! 2 + Top wo Nerae! 2 + Zirveyi Hedefle 2! NihaiAvcı + Дайбастер: дотянись до неба — 2! + Дотянись до неба 2 + + + Battle Fighters Garou Densetsu 2 + Fatal Fury 2 + Fatal Fury 2: The New Battle + バトルファイターズ餓狼伝説2 + + + ジェネレーション オブ カオス + Generation of Chaos + The Generation of Chaos: Prologue OVA + + + ザ・サムライ + The Samurai + Za Samurai + + + ガイスターズ + Geisters + Geisters + Geisters - Fractions of Earth + Geisters - Fractions of the Earth + Guystars: Fractions of The Earth + + + Kindaichi Shounen no Jikenbo: Satsuriku no Deep Blue + The Case Files of Young Kindaichi: Deep Blue Massacre + Young Kindaichi`s Casebook: Deep Blue Massacre + 金田一少年の事件簿  殺戮のディープブルー + + + マシュランボー + Mashuranboo + Mushrambo + Shinzo + Shinzo + Shinzo + Šinzo + שינזו + Шинзо + + + ピポパポパトルくん + Pipo Papo Patrol-kun + Pipopapo Patrol-kun + + + ののちゃん + Nono-chan + Nonoko + + + คินนิคุแมน จอมพลัง ภาค 2 + Kinnikuman II (2002) + Kinnikuman Nisei + Kinnikuman Second Generations (2002) + キン肉マンII世 (2002) + + + Kinnikuman II + Kinnikuman II Sei + Kinnikuman Second Generations + キン肉マンII世 + + + Kinnikuman II: Muscle-Man Competition! Great War + Kinnikuman II Sei Muscle-ninjin Soudatsu sen! Choujin-daisensou + Kinnikuman Second Generations: Muscle-Man Competition! Great War + キン肉マンII世 マッスル人参争奪!超人大戦争 + + + Kinnikuman (1984) + キン肉マン (1984) + + + Kinnikuman II Sei: Ultimate Muscle + Kinnikuman II: Ultimate Muscle + Kinnikuman Nisei: Ultimate Muscle + Kinnikuman Second Generations: Ultimate Muscle + キン肉マンII世 ULTIMATE MUSCLE + + + ジャンクボーイ + Junk Boy + Junk Boy + + + Lupin III: $1 Money Wars + Lupin III: Missed by a Dollar + Lupin III: Per un dollaro in più + Lupin Sansei: 1$ Money Wars + Lupin Sansei Special 12 + Lupin the 3rd: Missed by a Dollar + Rupan Sansei: 1$ Money Wars + ルパン三世『1$マネーウォーズ』 + + + Edgar de la cambriole - Le dictionnaire de Napoléon + L`impero dei Lupine + Lupin III - Le dictionnaire de Napoléon + Lupin III: Napoleon + Lupin III: Napoleon`s Dictionary + Lupin III: Ruba il dizionario di Napoleone! + Lupin Sansei: Napoleon no Jisho wo Ubae + Lupin Sansei Special 03 + Rupan Sansei: Napoleon no Jisho wo Ubae + ナポレオンの辞書を奪え + + + Edgar de la cambriole - Opération diamant + Lupin III - Opération diamant + Lupin III: Operation Return the Treasure + Lupin III: The Big Operation to Return The Treasures + Lupin III: Un Diamante è per sempre + Lupin Sansei: Otakara Henkyaku Daisakusen!! + Lupin Sansei Special 15 + Rupan Sansei: Otakara Henkyaku Dai-sakusen!! + ルパン三世: お宝返却大作戦!! + + + Lupin III: Tokyo Crisis + Lupin Sansei: Honoo no Kioku - Tokyo Crisis + Lupin Sansei Special 10 + Memories of Blaze - Tokyo Crisis + Rupan Sansei: Honou no Kioku - Tokyo Crisis + ルパン三世 炎の記憶 ~TOKYO CRISIS~ + + + Chou Kuse ni Narisou + cknn + I`ll Make a Habit of It + 超くせになりそう + + + Koihime 2 + Zoku Koihime + 続・恋姫 + + + มิโกะ คนทรงหุ่นเทวะ + Destiny of shrine maiden + Destiny of the Shrine Maiden + Kannaduki no Miko + Kannadzuki no Miko + kannamiko + kannazuki + Kannazuki no Miko + Kapłanki przeklętych dni + knm + Priestesses of a Godless Month + Priestesses of a Godless Moon + Жрица Луны, жрица Солнца + 神无月的巫女 + 神無月の巫女 + + + Post Pet Momobin + PostPet Momobin + ppm + ポストペットモモ便 + + + Kidou Senshi Gundam MS IGLOO: 1-nen Sensou Hiroku + Kidou Senshi Gundam MS IGLOO: Ichinen Sensou Hiwa + Mobile Suit Gundam MS IGLOO: One Year War Confidential Files + Mobile Suit Gundam MS IGLOO: The Hidden One-Year War + 기동전사 건담 MS IGLOO - 1년 전쟁 비록 + 机动战士高达 MS IGLOO 一年战争秘闻录 + 機動戦士ガンダム MS IGLOO: 1年戦争秘録 + + + Suika + Wet Summer Days + 水夏 ~SUIKA~ + + + wind + Wind ~A Breath of Heart~ + Wind -a breath of heart- + Wind -a breath of heart- + windtv + Ветер: Дыхание сердца + + + Lesbian Byoutou + Lesbian Ward + Lez Byoutou + Pabellón lésbico + レズ病棟 + + + New Century GPX Cyber Formula Saga + Shin Seiki GPX Cyber Formula SAGA + 新世紀GPXサイバーフォーミュラSAGA + + + Galactic Pirates + Galactic Pirates - Cat`s Feast + Galaktyczni Piraci + Teki wa kaizoku nekotachi no kyoen + Teki wa Kaizoku: Neko-tachi no Kyouen + The Enemy is the Pirate: Banquet of Cats + The Enemy`s the Pirates! + 敵は海賊 ~猫たちの饗宴~ + + + Bishoujo Senshi Sailor Moon S: Kaguya Hime no Koibito + Czarodziejka z Księżyca: Sailor Moon S - the Movie + Sailor Moon S Der Spielfilm: Schneeprinzessin Kaguya + Sailor Moon S Movie: Hearts in Ice + 美少女戦士セーラームーンS かぐや姫の恋人 + + + Bishoujo Senshi Sailor Moon R (1993) + BSSM R Movie + Czarodziejka z Księżyca: Sailor Moon R the Movie + Sailor Moon, le film + Sailor Moon R Movie + Sailor Moon R Movie: Gefährliche Blumen + Sailor Moon R: The Movie - The Promise of the Rose + SM R Movie + 美少女戦士セーラームーンR + + + Bishoujo Senshi Sailor Moon Super S - Sailor 9 Senshi Shuuketsu! Black-Dream-Hole no Kiseki + Sailor Moon Super S: Reise ins Land der Träume + Sailormoon Super S: The Fabulous 9 Get Together! Miracle in the Black Dream Hole + 美少女戦士 セーラームーン SuperS セーラー9戦士集結! ブラック・ドリーム・ホールの奇跡 + + + Aoki Ryuusei SPT Layzner + Blue Comet SPT Layzner + Layzner + Layzner Super Powered Tracer + SPT Layzner + 蒼き流星SPTレイズナー + + + Aoki Ryuusei SPT Layzner (1986) + Blue Comet SPT Layzner OVA + 蒼き流星SPTレイズナー (1986) + + + DayDream + Day Dream + dd + Ghost Talker`s Daydream + Ghost Talker`s Daydream + Teizoku Rei DAYDREAM + Teizokurei Daydream + VGDD + Vulgar Ghost DayDream + Грёзы вульгарного призрака + Мечты вульгарного духа + 低俗霊DAYDREAM + + + Ajisai no Uta + あじさいの唄 + + + Agatha Christie: Grandes Detetives Poirot e Marple + Agatha Christie no Meitantei Poirot to Marple + Agatha Christie`s Great Detectives Poirot and Marple + marple + poirot + Poirot et Marple les grands détectives d`Agatha Christie + アガサ・クリスティーの名探偵ポワロとマープル + + + Futakoi + Twin Love + Двойная любовь + 双恋 + + + くじびきアンバランス + kujian + Kujibiki Anbalance + Kujibiki Unbalance + Kujibiki Unbalance + KujiUn + 不公正抽签 + + + タトゥーン・マスター + Tattoon Master + + + スクールランブル + โรงเรียนวุ่น ชุลมุนรัก + School Rumble + School Rumble + School Rumble + School Rumble + School Rumble + School Rumble 1 + School Rumble TV + SR + SR1 + sukuran + معركة المدرسة + Школьный переполох + 喧嚣学园 + 校園迷糊大王 + + + Desert Punk + Desert Punk + Desert Punk + Desert Punk + Sunabouzu + Sunabozu + Sunabozu + Пустынная крыса + Сунабодзу + 狂砂小子 + 砂ぼうず + + + Kakyusei 2 + Kakyuusei 2: Hitomi no Naka no Shoujo-tachi + 下級生2 ~瞳の中の少女たち~ + + + メジャー + 메이저 1기 + Major + Major 1st Season + Major S1 + ميجر + + + InS, UnN + iosunn + iriya + Iriya no Sora, UFO no Natsu + O Céu de Iriya, o Verão de OVNIs + Sky of Iriya, Summer of UFO + Небесата на Ирия, Лятото на НЛО + Небо Ирии, или лето НЛО + 伊里野之空,UFO之夏 + イリヤの空、UFOの夏 + + + 10 Chikan Association + Chikan Junin Tai + Chikan Juunin Tai The Animation + 痴漢十人隊 THE ANIMATION + + + Foxy Nudes + Hana no Joshi Announcer: Newscaster Etsuko + Newscaster Etsuko + Žinių Pranešėja Etsuko + 花の女子アナ ニュースキャスター・悦子 + + + Honoo no Shinkirou: Minagiwa no Hangyakusha + Mirage of Blaze: Rebels of the River Edge + 炎の蜃気楼~みなぎわの反逆者~ + + + キニナルキモチ + Kininaru Kimochi + + + Inyoku Emaki: Yukiyo ni Hime wa Okasareru + Snow Night Stories + Yukiyo Ichiya Monogatari + 淫欲絵巻~雪夜に姫は犯される~ + 雪夜一夜物語 + + + Alice in Cyberland + ありす in Cyberland + + + Kijoku: Princess Double Kari + Slutty Princess Diaries + Slutty Princess Diaries + Slutty-Princess Diaries + 姫辱(きじょく) プリンセスダブル狩り + + + Hoi Hoi + Hoi Hoi-san + Ichigeki Sacchuu!! Hoihoi-san + Ichigeki Satchu Hoi Hoi San + Interceptor-Doll Hoi Hoi-san + Jedna střela, havěť mrtvá! HoiHoi + 一撃殺虫!! ホイホイさん + + + カクレンボ + Kakurenbo + Kakurenbo + Kakurenbo: Hide & Seek + Kakurenbo: Jogo das Escondidas + Kakurenbo: Kurragömma + Saklambaç + Trốn Tìm + Игра в прятки + Хованки + + + 카라스 + คาราส อหังการปักษาทมิฬ + Crow + Karas + Karas + Karas + Karas + Karas + Karga + Kruk + The Karas + Varnas + كاراس + Ворон + Карас + Карас + 鴉 -KARAS- + + + Munto 2 + Munto 2: Beyond the Walls of Time + Munto: Toki no Kabe o Koete + Munto: Toki no Kabe wo Koete + MUNTO 時の壁をこえて + Мунто 2: За Стенами Времени + + + タクティクス + Tactics + تكتيك + + + エレメンタル ジェレイド + เอเรเมนทาร์ เจเร็ด + eg + Elemental Gelade + Elemental Gerad + Elementar Gerad + Erementar Gerad + Erementar Gerad + Воздушные пираты + 武器种族传说 + + + 스트레인저 무황인담 + Kiếm của quái nhân + Nepažįstamojo Kardas + stranger + Stranger ~Mukoh Hadan~ + Stranger -Mukoh Hadan- + Stranger: Mukou Hadan + Stranja + Stranja: Mukou Hadan + Sword of the Stranger + Sword of the Stranger + Sword of the Stranger + سيف الغريب + Меч чужака + Меч чужинця + 异邦人-无皇刃谭- + ストレンヂア -無皇刃譚- + + + 기동전사 건담 씨드 데스티니 + โมบิลสูท กันดั้มซี้ด เดสทินี่ + destiny + gs2 + GSD + Gundam Seed 2 + Gundam Seed Destiny + Kidou Senshi Gundam SEED Destiny + Mobile Suit Gundam Seed Destiny + Mobile Suit Gundam SEED Destiny + SEED2 + جندام سيد دستني + Мобильный воин ГАНДАМ: Судьба поколения + 机动战士高达SEED Destiny + 機動戦士ガンダムSEED DESTINY + 種死 + + + Kidou Senshi Z Gundam I: Hoshi o Tsugu Mono + Mobile Suit Zeta Gundam: A New Translation -Heir to the Stars- + โมบิลสูท Z กันดั้ม ภาค 1 ตอน ผู้สืบทอดแห่งดวงดาว + 机动战士Z高达 星之继承者 + 機動戦士Zガンダム -星を継ぐ者- + + + 더블 위시 + Double Wish + W ~위시~ + W 〜ウィッシュ〜 + Wish + W Wish + w-wish + W: Wish + + + Gekijouban xxxHOLiC - Manatsu no Yo no Yume + Gekijouban xxxHOLiC - Manatsu no Yoru no Yume + XXX Holic + XXX HOLIC - 한 여름밤의 꿈 + xxxHolic - A Midsummer Night`s Dream + xxxHolic DER FILM + XXX Holic, songe d’une nuit d’été + xxxHolic - The Movie + xxxHolic the Movie + xxxHolic - The Movie - A Midsummer Night`s Dream + xxxГолік — Сон у літню ніч + Триплексоголик - Сон в летнюю ночь + 劇場版 XXX HOLiC 真夏ノ夜ノ夢 + + + 신암행어사 + Blade of the Phantom Mask + Blade of the Phantom Master + Le Nouvel Angyo Onshi + Ostatni strażnik magii + Phantom Master - Dark Hero From Ruined Empire + Shin Amen Osa + Shin Angyou Onshi + Shin Angyou Onsi + Повелитель призраков + 新暗行御史 + + + Au pays de Candy : L`appel du printemps + Candy Candy: Haru no Yobigoe + Candy Candy - Kevään kutsu + Candy Candy: The Call of Spring + Кенди-Кенди: Зов весны + キャンディ・キャンディ 春の呼び声 + + + ハゼドン + Chief Joker + Hazedon + + + ゼロテスター + Zero Tester + + + Zero Tester: Chikyuu o Mamore! + Zero Tester Protect the Earth! + ゼロテスター 地球を守れ! + + + Der Zauberer und die Banditen + Magic Boy + Sarutobi Sasuke, le jeune ninja + Sasuke, the Young Sarutobi + Shounen Sarutobi Sasuke + The Adventures of Little Samurai + 少年猿飛佐助 + + + Alakazam - König der Tiere + Alakazam the Great + Journey to the West + Saiyuuki (1960) + Voyage to the West + Westward Voyage + אלקאזם הגדול + 西遊記 + + + Anju and Zushiomaru + Anju to Zushiou Maru + Árva testvérek + 安寿と厨子王丸 + + + Comment le prince garnement vint à bout d`Orochi, le dragon octocéphale + Le petit prince et le dragon à huit têtes + Orochi, the Eight-Headed Dragon + The Little Prince and the Eight Headed Dragon + The Wicked Prince`s Hunt of the Big Snake + Wanpaku Ouji no Orochi Taiji + わんぱく王子の大蛇退治 + + + Doggie March + Les fidèles serviteurs canins + Rock el Valiente + Wan Wan Chuushingura + Watchdog Bow Wow + Watchdog Woof-Woof + Woof Woof 47 Ronin + わんわん忠臣蔵 + + + Gulliver no Uchuu Ryokou + Gulliver`s Space Travels: Beyond the Moon + Приключения Гулливера + ガリバーの宇宙旅行 + + + サイボーグ009 + Cyborg 009 (1966) + + + "009" contra los monstruos del mar + Cyborg 009 and the Monster Wars + Cyborg 009 Kaijuu Sensou + サイボーグ009 怪獣戦争 + + + Shounen Jack to Mahou Tsukai + Young Jack and the Witch + 少年ジャックと魔法使い + + + Hyokkori Hyoutan Shima + ひょっこりひょうたん島 + + + Andersen Monogatari + Andersen Stories + Andersen story + Fables de Hans Christian Andersen + Le Meravigliose Favole Di Andersen + Сказки Андерсена + アンデルセン物語 + + + hols + Hols no Daiboken + Hols, o Príncipe do Sol + Hols the Prince of the Sun + horus + Horus, prince du soleil + Horus Prince of the Sun + Horusu + La Grande Avventura del Principe Valiant + Prince du soleil : les grandes aventures d`Horus + Prince of North + Prince of the Sun: The Great Adventure of Horus + Taiyou no Ouji: Horus no Daibouken + The Little Norse Prince + The Little Norse Prince Valiant + الأمير الصغير + Принц Севера + Принц Сонця: пригоди Хоруса + 太陽の王子 ホルスの大冒険 + + + Batuotas katinas + Csizmás Kandúr + Der gestiefelte Kater + Il Gatto con Gli Stivali + Kocour v botách + Kot w Butach (1969) + Le chat botté + Nagagutsu wo Haita Neko + Puss-in-Boots + Ο Παπουτσωμένος Γάτος + Кот в сапогах + 長靴をはいた猫 + + + Adventures of Puss-in-Boots + As Aventuras do Gato das Botas + Batuoto katino nuotykiai + Csizmás Kandúr mesebeli kalandjai + Der Kater mit den Zauberstiefeln + El gato con botas + Fantasy Adventure: Adventures of Puss `n Boots + Kot w Butach + Nagagutsu o Haita Neko no Bouken + Nagagutsu wo Haita Neko no Boken + Puss `n Boots + 長靴をはいた猫の冒険 + + + Chibikko Remi to Meiken Kapi + Little Rémi and Capi + Little Remi and Famous Dog Kapi + Senza Famiglia + Без семьи + ちびっ子レミと名犬カピ + + + 30,000 ميل تحت سطح البحر + Bulles sous les mers + Kaitei 3-man Mile + Kaitei Sanman Mile + Thirty Thousand Miles Under the Sea + 海底3万マイル + + + Animal Treasure Island + Die Schatzinsel - Der Film + Doubutsu Takarajima + Dzieci wśród piratów + Gli allegri pirati dell`Isola del Tesoro + Les joyeux pirates de l`île au trésor + Остров сокровищ + どうぶつ宝島 + + + Alibaba and the Forty Theives + Alibaba`s Revenge + Ali Baba to 40-hiki no Touzoku + Ali Baba to Yonju-hiki no Touzoku + Alibaba und die 40 Räuber + علي بابا والأربعين حرامي + Али-Баба и 40 разбойников + アリババと40匹の盗賊 + + + Continuavano a chiamarlo il gatto con gli stivali + Csizmás Kandúr a vadnyugaton + Kocour v botách: Na divokém západě + Nagagutsu Sanjuushi + The Three Musketeers in Boots + Кот в сапогах на Диком Западе + ながぐつ三銃士 + + + Hellhound Liner 0011 Transform! + Maken Liner 0011 Henshin Seyo! + 魔犬ライナー0011変身せよ! + + + Les aventures de Panda + Pandamaci kalandjai + Panda no Daibouken + Panda seikkailee + The Panda`s Great Adventure + Πάντα, το χαρούμενο αρκουδάκι + パンダの大冒険 + + + D51 no Daibouken Kikansha Yaemon + Kikanshaemon D51 no Dai Boken + The Great Adventures of Kikansha Yaemon D51 + القاطرة + D51の大冒険 きかんしゃやえもん + + + A kis hableány + Andersen Douwa: Ningyo Hime + Andersen`s Children`s Story: The Mermaid Princess + Przygody Syrenki + حورية البحر الصغيرة + Русалочка — Принцесса подводного царства + アンデルセン童話 にんぎょ姫 + + + Great Mazinger tai Getter Robo + Great Mazinger Vs. Getter Robo + グレートマジンガー対ゲッターロボ + + + Kore ga UFO da! Soratobu Enban + That is an UFO! The Flying Saucer + これがUFOだ! 空飛ぶ円盤 + + + Great Mazinger - Les aventuriers de la galaxie + Great Mazinger tai Getter Robo G: Kuuchuu Dai-Gekitotsu + Great Mazinger Vs. Getter Robo G: The Great Space Encounter + グレートマジンガー対ゲッターロボG 空中大激突 + + + The Great Battle of the Flying Saucers + Uchuu Enban Dai-Sensou + 宇宙円盤大戦争 + + + Batuoto katino kelionė aplink Pasaulį + Csizmás Kandúr: A Világ Körül + Der gestiefelte Kater reist um die Welt + Il gatto con gli stivali in giro per il mondo + Kocour v botách 2: Cesta kolem světa + Nagagutsu o Haita Neko: 80 Nichikan Sekai Isshuu + Podróż Kota w Butach + Puss-in-Boots: Travels Around the World in 80 Days + Τα μαγικά Ταξείδια του Παπουτσωμένου Γάτου + Кругосветное путешествие Кота в сапогах + 長靴をはいた猫 80日間世界一周 + + + Die Schwanenprinzessin + Die wilden Schwäne + Hakucho no Ohji + Les cygnes sauvages + Os Cisnes Selvagens + Sekai Meisaku Douwa: Hakuchou no Ouji + The Wild Swans + Vadhattyúk + World Children`s Classics: The Prince of the Swans + البجعات البرية + Το δάσος των κύκνων + Принцы-лебеди + 世界名作童話 白鳥の王子 + 白鳥の王子 + + + Däumelinchen + Hüvelyk Panna + Mam`zelle Tom Pouce + Polegarzinha + Poucelina + Przygody Calineczki + Sekai Meisaku Douwa: Oyayubi Hime + Thumbelina (1978) + World`s Famous Stories for Children: Thumb Princess + Η Τοσοδούλα + Дюймовочка + 世界名作童話 おやゆび姫 + + + The Great Space War: Dangard Ace + Uchuu Daikaisen: Dangard A + Uchuu Daikaisen: Dangard Ace + Wakusei Robo Danguard Ace: Uchuu Daikaisen + Wakusei Robo Danguard Ace: Uchuu Dai Kaisen + Wakusei Robo Danguard A: Uchuu Daikaisen + 宇宙大海戦 ダンガードA + + + Farewell Space Battleship Yamato: Warriors of Love + Farewell to Space Battleship Yamato: In the Name of Love + Saraba Uchuu Senkan Yamato: Ai no Senshitachi + さらば宇宙戦艦ヤマト・愛の戦士たち + + + Taro, der Drachenboy + Taro, der Drachenjunge + Taro, der kleine Drachenjunge + Taro el Niño Dragon + Tarô, l’enfant dragon + Taro the Dragon Boy + Taro the Dragon`s Son + Tatsu no ko taro + Tatsu no Ko Tarou + Tάρο, ο Γιος της Δράκαινας + Таро, сын дракона + 龍の子太郎 + + + Claire of the Glass: Galaxy Express 999 + Ginga Tetsudou 999: Glass no Clair + ガラスのクレア 銀河鉄道999 + + + Grander Musashi RV + มุซาชิ เซียนเบ็ดยอดอัจฉริยะ RV + グランダー武蔵RV + + + มุซาชิ เซียนเบ็ดยอดอัจฉริยะ + Super Fishing Grander Musashi + الصياد الجريء + スーパーフィッシング グランダー武蔵 + + + 12 hónap + Anja und die vier Jahreszeiten + Anya, la Muchacha de la Nieve + Der Wald lebt + Die zwölf Monate + La forêt enchantée + La légende de 12 mois + Mori wa Ikiteiru + Sekai Meisaku Douwa Mori wa Ikiteiru + The Forest That Lives + Twelve Months + الفصول الأربعة + Οι Δώδεκα Μήνες + Двенадцать месяцев + 世界名作童話 森は生きている + 森は生きている + + + グレゴリーホラーショー + Gregory Horror Show + + + Gloizer X + Groizer X + Groyzer-X + O Pirata do Espaço + Pirata do Espaço + グロイザーX + + + Astonishment man Batsealer + Gyouten Ningen Batsealer + 仰天人間バトシーラー + + + Be Forever Yamato + Yamato to Eternity + Yamato yo Eien ni + ヤマトよ永遠に + + + เท็นเท็นคุง + Flower Angel Ten-Ten + Hanasaka Tenshi Ten-Ten-kun + 花さか天使テンテンくん + + + はりもぐハーリー + Harimogu Harry + Hedgehog Harry + + + サイボーグ009 超銀河伝説 + Cyborg 009: Chou Ginga Densetsu + Cyborg 009 La leggenda della supergalassia + Cyborg 009: Legend of the Super Galaxy + Gefährlicher Countdown für Cyborg 009 + Raumstation Cyborg 009 + + + Harisu no Kaze + Harisu no Tsumujikaze + Harris` Whirlwind + ハリスの旋風 + + + Hakuchou no Mizuumi + Hattyúk tava + Jezioro łabędzie + Le lac des cygnes + O Lago dos Cisnes + Schwanensee + Swan Lake + بحيرة البجع + Η Λίμνη των Κύκνων + Лебединое озеро + 白鳥の湖 + + + あそぼう!! ハローキティ + Asobou! Hello Kitty + Hello Kitty! + Hello Kitty Raconte + Kizia i Mizia + Kocie opowieści + Let`s play! Hello Kitty + מיצי ומימי + 遊ぼう!ハローキティ + + + パラソルヘンべえ + Henbe + Parasol Henbe + Parasol Henbei + مغامرات سنبل + עלילות בבאי + + + Akuma to Himegimi + The Devil and the Princess + 悪魔と姫君 + + + Ninja Gaiden + Ninja Gaiden OVA + Ninja Ryukenden + Ninja Ryuukenden + Tale of Ninja Ryuken + 忍者龍剣伝 + + + Daltanious + Future Robo Daltanias + Mirai Robo Daltanias + 未来ロボ ダルタニアス + + + El último reino + Opening the door + Tobira o Akete + Tobira wo Akete + 扉を開けて + + + Biriken Nandemo Shoukai + ビリ犬なんでも商会 + + + Ai Shimai Tsubomi... Kegashite Kudasai + Hermanas inmorales 3 + Hermanas inmorales: la floración + Immoral Sisters 3 + Immoral Sisters: Blossoming + 愛姉妹 蕾…汚してください + + + BG + Black Gate + Black Gate + Black Gate Kanin no Gakuen + BLACK GATE ブラックゲート 姦淫の学園 + El portal del vicio + Kara Geçit + + + DemonBane + Kishin Houkou Demonbane + 機神咆吼デモンベイン + + + Magical Knights Sweet Knights ~Heroine Rape Ghost~ + Mahou Senshi Sweet Knights: Heroine Ryoujoku Shirei + 魔法戦士スイートナイツ 〜ヒロイン凌辱指令〜 + + + Killifish School + Medaka no Gakkou + めだかの学校 + + + Musumet + Ryuusei Sentai Musumet + 流星戦隊ムスメット + + + A Time To Screw + Toki Neiro + 刻音色(ときねいろ) + + + Wiatr: Tchnienie serca + Wind -a breath of heart- OVA + Ветер: Дыхание сердца OVA + + + わがまま☆フェアリー ミルモでポン! わんだほう + Selfish Fairy Mirumo de Pon! Wonderful + Wagamama Fairy Mirumo de Pon! Wonderful + + + Night Shift Nurse + Night Shift Nurses 2 + NSN2 + Yakin Byoutou 2 + Yakin Byoutou Ni + 夜勤病棟・弐 + + + Dr. Slump: Arale-chan Hello! Fushigi Shima + Dr. Slump: Arale-chan Hello! Strange Island + Dr.スランプ アラレちゃん ハロー!不思議島 + + + Aladdin and the Magic Lamp + Aladdin and the Wonderful Lamp + Aladdin és a csodalámpa + Aladdinin Taikalamppu + Aladdin to Mahou no Lamp + Aladin et la lampe merveilleuse + Aladino e a Lâmpada Mágica + Aladinova kouzelná lampa + Aladin und die Wunderlampe + Lampa Aladyna + O Aladynie i Zaczarowanej Lampie + Sekai Meisaku Douwa: Aladdin to Mahou no Lamp + علاء الدين + علاء الدين والمصباح السحري + Ο Αλαντίν και το Μαγικό Λυχνάρι + 世界名作童話 アラジンと魔法のランプ + + + Asari-chan: Ai no Marchen Shoujo (1982) + あさりちゃん 愛のメルヘン少女 + + + Haguregumo + Wandering Clouds + 浮浪雲 + + + Dr.SLUMP ドクタースランプ + Dr. Slump + + + Das Ende aller Tage - Der III. Weltkrieg hat begonnen + Future War 198X-nen + Future War Year 198X + Null-Zeit - Am Ende aller Tage + Null-Zeit - Der III. Weltkrieg hat begonnen + FUTURE WAR 198X年 + + + Dr. Slump and Arale-chan: The Great Round-the-World Race + Dr. Slump: Arale-chan Hoyoyo Sekai Isshuu Dai Race + Dr.スランプ アラレちゃん ほよよ世界一周大レース + + + Manga Aesop Monogatari + Manga: Aesop`s Tale + まんがイソップ物語 + + + Animated Aesop`s Fables + Manga Aesop Monogatari (1983) + Manga Aesop`s Fables + Τα Λέπια του Αισώπου + まんがイソップ物語 (1983) + + + Pataliro! Stardust Keikaku + Pataliro! Stardust Program + Pataliro! Stardust Project + パタリロ!スターダスト計画 + + + Shounen Keniya + Shounen Kenya + Viidakkopoika + 少年ケニヤ + + + パパ ママ バイバイ + Papa Mama Bye Bye + + + The Kabocha Wine: Nita no Aijou Monogatari + The Pumpkin Wine: Nita`s Love Story + Theかぼちゃワイン ニタの愛情物語 + + + Dr. Slump: Arale-chan Hoyoyo! Nanaba Shiro no Hihou + Dr. Slump & Arale-chan HoYoYo! The Treasure of Nanaba Castle + Dr. Slump Movie 4 + Dr.スランプ アラレちゃん ほよよ!ナナバ城の秘宝 + + + Kinnikuman: Dai Abareru! Seigi Choujin + Kinnikuman: Great Riot! Justice Superman + キン肉マン 大暴れ!正義超人 + + + Gegege no Kitarou: Youkai Taisen Arasou + Spooky Kitarou: Ghost War Struggle + ゲゲゲの鬼太郎 妖怪大戦争 + + + Kinnikuman: Justice Superman vs. Ancient Superman + Kinnikuman: Seigi Choujin vs Kodai Choujin + キン肉マン 正義超人VS古代超人 + + + Dr. Slump & Arale-chan HoYoYo! Dream Metropolitan Mecha Police + Dr. Slump: Arale-chan Hoyoyo! Yume no To Mecha Police + Dr.スランプ アラレちゃん ほよよ!夢の都メカポリス + + + Kinnikuman: Counterattack! Hidden Space Superman + Kinnikuman: Gyakushuu! Uchuu Kakure Choujin + キン肉マン 逆襲!宇宙かくれ超人 + + + Nanatsu no Umi no Tico + Tico and Friends + Tico and Nanami + Tico a přátelé + Tico - Ein toller Freund + Tico et ses amis + Tico of the Seven Seas + Un oceano di avventure + أسرار المحيط + 七つの海のティコ + + + Famous Dog Lassie + Great Dog Lassie + Lassie + Meiken Lassie + 名犬ラッシー + + + สี่ดรุณี + Ai no Wakakusa Monogatari + Eine fröhliche Familie + Les 4 filles du docteur March + Les quatre filles du docteur March + Little Women + Love`s Tale of Young Grass + Piccole donne + Pikku naisia + Una per tutte, tutte per una + نساء صغيرات + נשים קטנות + 愛の若草物語 + + + Ai no Wakakusa Monogatari II + Little Men + Little Women 2 + Little Women II Jo`s Boys + Missis Jo und ihre fröhliche Familie + Petite bonne femme + Tale of Young Grass : Nan and Miss Jo + Una classe di monelli per Jo + Wakakusa Monogatari: Nan to Jou Sensei + نوار + 若草物語ナンとジョー先生 + + + Buschbabies - Im Land der wilden Tiere + Bush Baby + Bush Baby, Little Angel of the Grasslands + Bush Baby, Little Angel of the Great Plains + Daisougen no Chiisana Tenshi Bush Baby + Jackie dans la savane + Le voci della savana + زهرة البراري + 大草原の小さな天使 ブッシュベイビー + + + Cantemos Juntos + Cantiamo Insieme + Die singende Familie Trapp + Les enfants du capitaine Trapp + Rodzina Trappów + The Story of the Trapp Family Singers + Trapp Family Story + Trapp Ikka Monogatari + لحن الحياة + トラップ一家物語 + + + Adventures of Peter Pan + Le Avventure di Peter Pan + Peter Pan + Peter Pan + Peter Pan + Peter Pan + Peter Pan + Peter Pan no Bouken + Pétur Pan + Piotruś Pan + مغامرات بيتر بان + פיטר פן + Πήτερ Παν + ピーターパンの冒険 + + + Jakobus Nimmersatt + Nodoka Mori no Doubutsu Daisakusen + Peter of Placid Forest + The Big Scheme of the Animals of Placid Forest + The Great War of the Animals of Nodoka Forest + のどか森の動物大作戦 + + + Cedie + Der kleine Lord + Il piccolo lord + Le petit lord + Little Lord Fauntleroy + Little Prince Cedie + Mały lord + Shoukoushi Cedie + الفتى النبيل + 小公子セディ + + + Ai Shoujo Pollyanna Monogatari + Ai Shoujo Pollyanna Story + Pollyanna + Pollyanna + Polyanna + Polyanna + Story of Pollyanna, Girl of Love + Wunderbare Pollyanna + بوليانا + Поллианна + 愛少女ポリアンナ物語 + + + A Little Princess Sara + Die kleine Prinzessin Sara + Kücük Prenses Sara + Küçük Prenses Sara + La Princesa Sara + Lovely Sara + Mała księżniczka + Mała księżniczka Sara + Princesse Sarah + Sara + Shoukoujo Sara + سالي + 小公女セーラ + + + Cathy, la petite fermière + Das Mädchen von der Farm + Das Maedchen von der Farm + Katri, Girl of the Meadows + Katri - Paimen, Piika Ja Emäntä + Makiba no Shoujo Katri + فتاة المراعي + 牧場の少女カトリ + + + Alps Monogatari Watashi no Annette + Alps Stories: My Annette + Anette + Dans les Alpes avec Annette + Die Kinder vom Berghof + Las montañas de Ana + Là sui monti con Annette + Sui monti con Annette + قصة حنان + Άνετ,το κορίτσι των Άλπεων + アルプス物語 わたしのアンネット + + + Karine, l`aventure du Nouveau Monde + Lucy + Lucy in Australien + Lucy May + Lucy of the Southern Rainbows + Minami no Niji no Lucy + لوسي + 南の虹のルーシー + + + A Familia Robinson + Die schweizer Familie Robinson + Familie Robinson + Flo et les Robinson suisses + Flo, la piccola Robinson + Kazoku Robinson Hyouryuuki: Fushigi na Shima no Flone + La familia Robinson + Robinson Family Lost at Sea - Flone of the Marvelous Island + فلونة + 家族ロビンソン漂流記ふしぎな島のフローネ + + + As Aventuras de Tom Sawyer + Przygody Tomka Sawyera + The Adventures of Tom Sawyer + Tom Sawyer + Tom Sawyer no Bouken + Tom Sawyers Abenteuer + مغامرات توم سوير + תום סויר + トム・ソーヤーの冒険 + + + Perrine + Perrine + Perrine + Perrine Monogatari + The Story of Perrine + بيرين + ペリーヌ物語 + + + Kinnikuman: Haresugata! Seigi Choujin + Kinnikuman: Hour-of-Triumph! Justice Superman + キン肉マン 晴れ姿!正義超人 + + + あらいぐまラスカル + Araiguma Rascal + Der Waschbär Rascal + Rascal, der Waschbär + Rascal the Raccoon + راسكال + + + Gegege no Kitarou (1985, Movie) + ゲゲゲの鬼太郎 (1985, Movie) + + + Kinnikuman: New York Close Call! + Kinnikuman: New York Kikiippatsu! + キン肉マン ニューヨーク危機一髪! + + + As Fábulas da Floresta Verde + Fables of the Green Forest + Les contes de la forêt verte + Rocky Chuck the Mountain Rat + Rocky Chuck the Woodchuck + Rocky und seine Freunde + Yama Nezumi Rocky Chuck + الغابة الخضراء + סיפורי היער הירוק + Παραμύθια του Πράσινου Δάσους + 山ねずみ ロッキーチャック + + + Gegege no Kitarou: Saikyou Youkai Gundan! Nihon Jouriku!! + Gegege no Kitarou: Saikyou Youkai Gundan! Nippon Jouriku!! + Spooky Kitarou: The Strongest Ghost Army! Landing in Japan!! + ゲゲゲの鬼太郎 最強妖怪軍団!日本陸!! + + + ヤマトタケル + Yamato Takeru + + + ヤマトタケル ~After War~ + Yamato Takeru: After War + + + Kinnikuman: Justice Superman vs. Soldier Superman + Kinnikuman: Seigi Choujin vs Senshi Choujin + キン肉マン 正義超人VS戦士超人 + + + Andersen Monogatari (1971) + Anderson Stories + Hans Christian Andersen Stories + Il paese del c`era una volta + Pixi im Wolkenkuckucksheim + لمياء وتابعها شيكو + アンデルセン物語 (1971) + + + Gegege no Kitarou: Crash!! The Great Rising of Demons from Another Dimension + Gegege no Kitarou: Gekitotsu!! Ijigen Youkai no Daihanran + ゲゲゲの鬼太郎 激突!!異次元妖怪の大反乱 + + + Grimm Douwa: Kin no Tori + Grimm Fairy Tale: The Golden Bird + Grimm`s Fairy Tales: The Golden Bird + Το χρυσό πουλί + グリム童話 金の鳥 + + + New Maple Town Stories ~Palm Town Collection~ + Shin Maple Town Monogatari: Palm Town Hen (1987) + 新メイプルタウン物語 〜パームタウン編〜 + + + Amazing-man: The First Holy Demon War + Bikkuriman: Daiichiji Seima Taisen + ビックリマン 第一次聖魔大戦 + + + Fight!! Ramenman (1988) + Toushou!! Ramenman (1988) + 闘将!!拉麺男 (1988) + + + ベック + Beck + Beck - Mongolian Chop Squad + Beck - Mongolian Chop Squad + Beck - Mongolian Chop Squad + Бек + + + Inuyasha - A Film 4: A vörösen lángoló Haurai sziget + Inuyasha: Guren no Houraijima + InuYasha - The Crimson Hourai Island + InuYasha - The Movie 4: Fire on the Mystic Island + InuYasha The Movie 4: Fire on the Mystic Island + IY Movie 4 + Инуйаша 4 - Пламтящия, мистичен остров + 犬夜叉 紅蓮の蓬莱島 + + + Crush Gear Turbo + Fight! Crash Gear TURBO + Fight! Crush Gear TURBO + Gekitou! Crush Gear TURBO + كرش جير + 激闘!クラッシュギアTURBO + + + Gekitou! Crash Gear TURBO: Kaizabaan no Chousen + Gekitou! Crush Gear TURBO: Kaizabaan no Chousen + 激闘!クラッシュギアTURBO カイザバーンの挑戦 + + + Choujikuu Yousai Macross - Flash Back 2012 + Macross Flashback 2012 + Super Dimensional Fortress Macross: Flash Back 2012 + 超時空要塞マクロス FLASH BACK 2012 + + + Adventures of Kotetsu + Kotetsu + Kotetsu no Daibouken + Kotetsu`nun Maceraları + مغامرات كوكيتسو + 小鉄の大冒険 + + + Grenadier + grenadier + Grenadier + Grenadier + Grenadier: Hohoemi no Senshi + Grenadier The Beautiful Warrior + Grenadier ~The Smiling Senshi~ + Rushuna – wystrzałowa wojowniczka + Гренадер + グレネーダー 〜ほほえみの閃士〜 + + + まっすぐにいこう。 (2004) + Massugu ni Ikou (2004) + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 8 ตอน มนตราแห่งรัตติกาลสีเงิน + Détective Conan - Film 8 + Detective Conan: Magician of the Silver Sky + Detective Conan: Movie 8 + Detektiv Conan: Der Magier mit den Silberschwingen + Meitantei Conan: Gin`yoku no Magician + المحقق كونان: ساحر السماء الفضية + 名探偵コナン 銀翼の奇術師[マジシャン] + 银翼的魔术师 + + + Bouton d`or + Dream Star Button Nose + Guziczek + Prinzessin Erdbeer + Yume no Hoshi no Button Nose + توتة في المريخ + 夢の星のボタンノーズ + + + Garzey no Tsubasa + Garzey`s Wing + Tales of Byston Well: Garzey`s Wing + バイストン・ウェル物語 ガーゼィの翼 + + + Ellcia + Ellcia + Ellcia TV + Gensou Jotan Ellcia + 幻想叙譚エルシア + 幻想序譚エルシア + + + Dolceluna + Magical Angel Sweet Mint + Mahou no Angel Sweet Mint + 魔法のエンジェル スイートミント + + + Delinquent Detective + Sukeban Deka + スケバン刑事[スケバン・デカ] + + + Silent Mobius Movie + Silent Mobius: The Motion Picture + Silent Möbius: The Motion Picture + Silent Moebius: The Motion Picture + サイレントメビウス/THE MOTION PICTURE + + + DBZ Special 1 + Dragon Ball Z - A Descoberta do Herói + Dragon Ball Z: A Final Solitary Battle - The Z Warrior Son Goku`s Father Challenges Furiza + Dragon Ball Z: Bardock - The Father of Goku + Dragon Ball Z: Historia Bardocka + Dragon Ball Z: Le origini del mito + Dragon Ball Z: O Pai de Goku + Dragon Ball Z: Son-Gokus Vater - Das Bardock Special + Dragon Ball Z Spécial 1 : Baddack contre Freezer + Dragon Ball Z Spécial 1 : Le père de Sangoku + Dragon Ball Z Spécial 1 : Le père de Songoku + Dragon Ball Z: Tatta Hitori no Saishuu Kessen - Freezer ni Idon da Z Senshi Son Gokuu no Chichi + O pai de Gokuh + ドラゴンボールZ たったひとりの最終決戦フリーザに挑んだZ戦士孫悟空の父 + + + Captain Tsubasa: Europe Daikessen + Captain Tsubasa: Europe Dai Kessen + Captain Tsubasa - Le défi européen + Captain Tsubasa movie 1 + Captain Tsubasa MOVIE (1985 Summer) + Captain Tsubasa - Soccer Boys Europe Finals + Olive et Tom - Le défi européen : un match amical + キャプテン翼 ヨーロッパ大決戦 + + + スウィート・ヴァレリアン + Słodki Walerian + Sweet Valerian + Sweet Valerian + + + How to breed kappas + Kappa Caretaker + Kappa no Kaikata + Kappa no Kai-kata + カッパの飼い方 + + + ニャニがニャンだーニャンダーかめん + Nyani ga Nyandaa Nyandaa Kamen + + + Il Tulipano Nero + La Seine no Hoshi + Nadine + Nadine, la tulipe noire + Nadine - Stern der Seine + Star of the Seine + Stern der Seine + ラ・セーヌの星 + + + Kum Kum + Kum Kum + Manga Wanpaku Oomukashi Kum Kum + Naughty Ancient Kum Kum + طم طم + まんが わんぱく大昔クムクム + + + Dinosaur Exploration Team Born Free + Kyouryuu Tankentai Born Free + 恐竜探検隊ボーンフリー + + + Robokko Beeton + ろぼっ子ビートン + + + サイボーグ009 (1979) + Cyborg 009 (1979) + Superagentit 001-009 + + + ザ☆ウルトラマン + The Ultraman + Ultraman + Ultraman Jonias + Ультрамен + + + Kagaku Boukentai Tansar 5 + Scientific Adventure Team Tansar 5 + 科学冒険隊タンサー5 + + + Invincible Robot Trider G7 + Invincible Robot Tryder G7 + Muteki Robo Trider G7 + 無敵ロボ トライダーG7 + + + Saikyou Robo Daiohja + Ultimate Robo Daihoja + Ultimate Robo Daiohja + 最強ロボ ダイオージャ + + + DEAD HEAT + Dead Heat + + + Fang of the Sun Dagram + Fang of the Sun Dougram + Taiyou no Kiba Dagram + 太陽の牙ダグラム + + + Madouou Grandzort: Saigo no Magical Taisen + Madou Ou Granzort: Saigo no Magical Taisen + 魔動王グランゾート 最後のマジカル大戦 + + + Madouou Grandzort: Bouken Hen + Madou Ou Granzort: Bouken Hen + 魔動王グランゾート 冒険編 + + + Document Taiyou no Kiba Dagram + Document Taiyou no Kiba Dougram + ドキュメント 太陽の牙ダグラム + + + チョロQダグラム + Choro Q Dagram + Choro Q Dougram + + + Blue Gale XABUNGLE + Combat Mecha Xabungle + Sentou Mecha Xabungle + 戦闘メカ ザブングル + + + ザブングルグラフィティ + Xabungle Graffiti + + + 강철의 연금술사 - 샴발라의 정복자 + แขนกลคนแปรธาตุ เดอะมูฟวี่ ฝ่ามิติพิชิตแดนสวรรค์ + fma movie + Fullmetal Alchemist (2005) + Fullmetal Alchemist - Cuceritorul Şambalei + Fullmetal Alchemist - Der Film: Der Eroberer von Shamballa + Fullmetal Alchemist - Dobyvatel Shambally + Fullmetal Alchemist - El conquistador de Shambala + Fullmetal Alchemist: Il Conquistatore di Shambala + Fullmetal Alchemist - Shamballa hódítója + Fullmetal Alchemist: The Conqueror of Shambala + Fullmetal Alchemist: The Conqueror of Shamballa + Fullmetal Alchemist - The Movie: Conqueror of Shamballa + Fullmetal Alchemist The Movie: Conqueror of Shamballa + Fullmetal Alchemist The Movie: Conqueror of Shamballa + Gekijouban Hagane no Renkinjutsushi: Shambala o Yuku Mono + hagaren movie + Hagaren The Movie + Metal Simyacı: Shamballa Fatihi + الكيميائي المعدني الكامل: محتل شمباله + Стальной алхимик - Завоеватель Шамбалы + Стальной алхимик - Фильм + Цельнометаллический алхимик: Завоеватель Шамбаллы + 劇場版 鋼の錬金術師 シャンバラを行[ゆ]く者 + 钢之炼金术师剧场版 香巴拉的征服者 + 钢炼剧场版 + + + Shiroi Kiba: White Fang Monogatari + 白い牙 ホワイトファング物語 + + + Galactic Drifter Vifam + Ginga Hyouryuu Vifam + Round Vernian Vifam + Space Castaways Vifam + 銀河漂流バイファム + + + Galactic Drifter Vifam 13 + Ginga Hyouryuu Vifam 13 + Round Vernian Vifam 13 + Space Castaways Vifam 13 + 銀河漂流バイファム13 + + + Ginga Hyouryuu Vifam: Kachua Kara no Tayori + 銀河漂流バイファム カチュアからの便り + + + Ginga Hyouryuu Vifam: Atsumatta 13-nin + 銀河漂流バイファム 集まった13人 + + + Ginga Hyouryuu Vifam: Kieta 12-nin + 銀河漂流バイファム 消えた12人 + + + Round Vernian Vifam: ``Keito no Kioku`` Namida no Dakkai Sakusen + 銀河漂流バイファム "ケイトの記憶" 涙の奪回作戦!! + + + 12 skeppsbrutna pojkar på äventyrens ö + 2 ans de vacances + Adrift in the Pacific + Deux ans de vacances + Fifteen Boys Adrift + Juugo Shounen Hyouryuuki + Kahden vuoden loma-aika + Kétévi vakáció + Två års ferier + Δύο χρόνια διακοπές + Двухгодичные каникулы + 十五少年漂流記 + + + Ariel Visual + + + 블리치 + ブリーチ + บลีช เทพมรณะ + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + Bleach + bleach tv + BTV + Izbeljivač + المُبيض + بليتش + `בליץ + Белина + Блиич + Блийч + Блич + Бліч + + + Pocket Monsters Advanced Generation: Rekkuu no Houmonsha Deoxys + Pocket Monsters Advance Generation: Deoxys the Visitor of the Space Fissure + Pokemon 7 - Alma gémea + Pokémon 7 - Destiny Deoxys - Der Film + Pokemonai: Deoksio likimas + Pokémon: Cel – Deoxys + Pokémon - Deoxys Duet + Pokemon: Destiny Deoxys + Pokemon: Movie 7 + Pokémon: Osudový Deoxys + Pokémon Salaperäinen Deoxys + Pokemon - Sudbina Deoxysa + Πεπρωμένο Ντέοξις + Покемон: Деоксис, гость из космоса + Покемон: Судьба Деоксиса + ポケットモンスター アドバンスジェネレーション 裂空の訪問者 + + + fap + Final Approach + Final Approach + φなる・あぷろーち + Последняя попытка + 爱情泡泡糖 + + + Bienvenue à l’ île de la jouissance + Fruits Cup + Yogusettai + Yuuguu Settai: Kotou no Gokuraku e Youkoso + 優遇接待~孤島の極楽へようこそ~ + + + Kisaku Spirit + Kisaku Spirit - The Letch Lives + Kisaku Tamashii + 鬼作 魂 + + + Bad Teacher Equation + KKH + Kusatta Kyoushi No Houteishiki + 腐った教師の方程式 + + + First Love + Hatsukoi + 初恋 + + + Reijou Caster: Ingyaku no Wana + 隷嬢キャスター 〜淫虐の罠〜 + + + เดอะ ปริ๊นซ์ ออฟ เทนนิส เดอะเฟิร์สเกม + Gekijouban Tennis no Ouji-sama - Futari no Samurai: The First Game + pot movie + The Prince of Tennis - Two Samurai: The First Game + أمير التنس - السامورايين: اللعبة الأولى + 劇場版 テニスの王子様 二人のサムライ The First Game + + + モリゾーとキッコロ + Morizo to Kikkoro + + + Kyattou Ninden Teyandee + Los Gatos Samurai + Samourai Pizza Cats + Samurai Pizza Cats + Samurai Pizza Cats + Samurai Pizza Cats + Samuraje z Pizza Kot + SPC + Szamuráj Pizzacicák + החתולים הסמוראים + キャッ党忍伝てやんでえ + + + Bana e Flapi + Bannertail: The Story of Gray Squirrel + Brúskur + Puschel + Puschel, das Eichhorn + Seton Animal Chronicles: Banner the Squirrel + Seton Doubutsuki: Risu no Banner + Wiewiórcze opowieści + سنجوب + シートン動物記 りすのバナー + + + Hashire! Melos (1992) + Run Melos! (1992) + 走れメロス (1992) + + + Hashire! Melos + Run for Life + Run Melos + 走れメロス + + + ローゼンメイデン + rm + Rozen Maiden + Rozen Maiden + Rozen Maiden + Rozen Maiden + Дева-роза + Момичето на Розен + 蔷薇少女 + + + ファンタジックチルドレン + Fチル + Fantastic Children + Fantastic Children + Fantastic Children + Fantastik Çocuklar + FC + + + แบล็คแจ็คหมอปีศาจ + ブラックジャック (2004) + BJ 04 + bjtv + Black Jack + Black Jack (2004) + Black Jack TV + 怪醫黑傑克 + + + デジタルモンスター ゼヴォリューション + Digimon X + Digimon X-Evolution + Digital Monster X-evolution + + + บี๊ท นักล่าอสูร + Adventure King Beet + beet + Beet 1 + Beet the Vandel Buster + Beet TV + bob + Bouken Ou Beet + Bouken-ou Beet + BtVB + Приключения короля Бита + 冒険王ビィト + + + クラスターエッジ + CE + Cluster Edge + Кластер Эдж + + + End of the World + + + Hamtaro - Aventures à Ham-Ham Land + Hamtaro Movie 1 + Tottoko Hamutarou: Hamu Hamu Land Daibouken + とっとこハム太郎 ハムハムランド大冒険 + + + Hamtaro - La princesse captive + Hamtaro Movie 2 + Tottoko Hamutarou: Hamu Hamu Hamuuja! Maboroshi no Princess + とっとこハム太郎 ハムハムハムージャ!幻のプリンセス + + + Hamtaro Movie 3 + Tottoko Hamutarou: Hamu Hamu Grand Prix Aurora Tani no Kiseki - Ribbon-chan Kiki Ippatsu + とっとこハム太郎公式サイト ハムハムグランプリン オーロラ谷の奇跡 〜リボンちゃん危機一髪!〜 + + + Hamtaro Movie 4 + Tottoko Hamutarou: Hamutarou to Fushigi no Oni no Emon Tou + とっとこハム太郎 ハム太郎とふしぎのオニの絵本塔 + + + ガンツ + Gantz + Gantz + Gantz + Gantz + Gantz + Gantz 1st stage + Gantz 2nd stage + Gantz - First Stage + Gantz - Second Stage + قانتز + Ганц + Ґанц + 杀戮都市 + + + End of Century - Darling + Seikimatsu Darling + 世紀末 ダーリン + + + Suikoden Demon Century + Suikoden Demon Century + Youseiki Suikoden: Masei Kourin + 妖世紀水滸伝 -魔星 降臨- + + + Dark Shell + Dark Shell: Lust in the Cage + Dark Shell - Ori no Naka no Namameki - + ダーク・シェル 檻の中の艶 + + + トゥハート ~remember my memories~ + th rmm + ToHeart-r + To Heart: Remember my Memories + ToHeart ~Remember my memories~ + + + Lupin III: Stolen Lupin + Lupin III - Tutti i tesori del mondo + Lupin Sansei: Nusumareta Lupin + Lupin Sansei Special 16 + ルパン三世 「盗まれたルパン」 + + + Gokiburi-tachi no Tasogare + Twilight of the Cockroaches + ゴキブリたちの黄昏 + + + Sakura Taisen: Le Nouveau Paris + Sakura Wars: Le Nouveau Paris + Sakura Wars: The New Paris + Sakura Wars: the New Paris + サクラ大戦 「ル・ヌーヴォー・巴里」 + + + Rainbow Across the Pacific Ocean + Taiheiyou ni Kakeru Niji + 太平洋にかける虹 + + + Kimama ni Idol + Willful Idol + 気ままにアイドル + + + Space Symphonic Poem Maetel ~Galaxy Express 999 Side Story~ + Space Symphony Maetel + Space Symphony Maetel ~ The Legend of Galaxy Express + Space Symphony Maetel - The Legend of Galaxy Express + Uchuu Koukyoushi Maetel: Ginga Tetsudou 999 Gaiden + 宇宙交響詩メーテル ~銀河鉄道999外伝~ + + + Samurai Gold + Touyama Sakura Uchuu Chou: Yatsu no Na wa Gold + Toyama Cherry Blossom Space Commander: His Name is Gold + 遠山桜宇宙帖・奴の名はゴールド + + + Shouri Toushu + Victory Pitcher + Winning Pitcher + 勝利投手 + + + Saint Elmo: Apostle of Light + Saint Elmo: Hikari no Raihousha + Saint Elmo: Visitor of Light + セントエルモ・光の来訪者 + + + Arei no Kagami: Way to the Virgin Space + Arei`s Mirror + アレイの鏡 Way to the Virgin Space + + + オフサイド + Offside (2001) + اف سايد + + + Doctor Mambo & Kaitou Jibako: Uchuu Yori Ai wo Komete + Doctor Mambo & Thief Jibako: From Space with Love + どくとるマンボウ&怪盗ジバコ 宇宙より愛をこめて + + + Kaleido Star: Arata naru Tsubasa - Extra Stage + Kaleido Star: A Szomorú Hercegnő + Kaleido Star ~New Wings~ EXTRA STAGE + kaleido star ova + カレイドスター 〜新たなる翼〜 EXTRA STAGE + + + FIGHT!! + Fight!! + Fight! Spirit of the Sword + + + Class Reunion Again + Dousou Kai Again + 同窓会again + + + がんばれゴエモン + Ganbare Goemon + Goemon + Goemon - Legend of the Mystical Ninja + Hang in There, Goemon! + Legend of the Mystical Ninja + جويومون + + + Wenn der Mond verschwindet + Zero no Mono + ゼロの者 + + + アカネマニアックス + akamani + Akane Maniax + Kimi ga Nozomu Eien Gaiden + + + Genji Monogatari + Le Dit du Genji + Opowieść o Genjim + Opowieść o księciu Genjim + Opowieść o Księciu Promienistym + The Tale of Genji + Повесть о Гэндзи + Приказката за Генджи + 源氏物語 + + + Animated Classics of Japanese Literature + Anthologie de la littérature japonaise + Seishun Anime Zenshu + The Anthology of Japanese Literature + 青春アニメ全集 + + + แชมเปี้ยน เจปัง สูตรดังเขย่าโลก!! + Amassando Ja-pão + Freshly Baked!! Ja-pan! + japan + Vua bánh mì + Yakitate + Yakitate!! + Yakitate Japan + Yakitate!! Japan + Yakitate!! Ja-pan + YJ + Y!!J + ישר מהתנור! יפן! + Свежевыпеченный!! Япония! + Японская свежая выпечка + 日式麵包王 + 焼きたて!! ジャぱん + + + สาวน้อยจอมเวทย์ นาโนฮะ + Garota Mágica Lírica Nanoha + Magical Girl Lyrical Nanoha + Mahou Shoujo Lyrical Nanoha + mgln1 + msln + msln1 + nanoha + nanoha1 + Лиричная волшебница Наноха + 魔法少女リリカルなのは + 魔法少女奈葉 + + + Internal Medicine + Shuuchuu Chiryou Shitsu + 羞中恥療室 + + + Monkey Turn V + モンキー ターン V + + + ディノブレイカー + หุ่นยนต์จักรกลไดโนเสาร์ + DICE + DICE + D.I.C.E. + D.I.C.E. + DICE - A mentőcsapat + DNA Integrated Cybernetic Enterprises + دايس + Организацията "ДАЙС" + + + 학원 앨리스 + AC + Alice + Alice Academy + Alice Academy + alice g + Campus Alice + Gakuen Alice + L`académie Alice + أكاديمية أليس + 学园爱丽丝 + 学園アリス + + + Basilisk + Basilisk + Basilisk + Basilisk + Basilisk: Chronik der Koga-Ninja + Basilisk: Kouga Ninpou Chou + Basilisk - O Pergaminho Secreto do Ninja Kouga + Basilisk: Super-Refined Ninja Arts + Basilisk: The Kouga Ninja Scrolls + شينوبي + Базилиск:Нинжа скролът от Кога + Базіліск + Василиск + バジリスク 甲賀忍法帖 + + + Future GPX Cyber Formula SIN + Shin Seiki GPX Cyber Formula SIN + 新世紀GPXサイバーフォーミュラSIN + 新世纪GPX高智能方程式SIN + + + Green Divers + Gundam Neo Experience 0087 - Green Divers + ガンダム新体験―0087―グリーンダイバーズ + + + アイシールド21 + e21 + es21 + Eyeshield21 + Eyeshield 21 + Eyeshield 21 + Айшилд 21 + + + サムライガン + Samurai Gun + Samurai Gun + Samurai Gun + Samuraï Gun + + + まほらば -Heartful days- + Mahoraba + Mahoraba: Heartful Days + mhd + + + Chikan Rail + Descarriladas + Midnight Sleazy Train 2 + mst2 + New Midnight Sleazy Train + Railway + Shin Saishuu Chikan Densha + 新・最終痴漢電車 + + + GS Astray + Kidou Senshi Gundam SEED MSV ASTRAY + Mobile Suit Gundam SEED MSV Astray + Mobile Suit Gundam Seed MSV Astray + 機動戦士ガンダムSEED MSV ASTRAY + + + Saiyuki (1999) + Saiyuki OVA + Saiyuuki + Saiyuuki Premium + 最遊記 + + + Mighty Space Miners + Oira Uchuu no Tankoufu + おいら宇宙の探鉱夫 + + + Hoshi no Kirby + kirby + Kirby + Kirby of the Stars + Kirby: Right Back At Ya! + קירבי + 星のカービィ + + + La vida en azul + See In + See In AO + See In 青 + + + Crimson Climax + Exorcismo carnal + Hotaruko + Hotaruko + Ho Ta Ru Ko + Orgasmes écarlates + 螢子 + + + Forbidden Love + Imouto de Ikou! + Meine tollen Schwestern + Plenty of pretty Sisters + Plenty Of Pretty Sisters + 妹でいこう! + + + ナチュラル2 デュオ + Indécentes retrouvailles + Natural 2: Duo + Natural DUO + Natural Obsessions 2 + Natürliche Begierde + + + Camilla-Colored Prison + Heritage from Father + Tsubaki-iro no Prigione + Tsubaki-iro no Purijioone + Tsubakiiro Prigeorne + 椿色のプリジオーネ + + + AA2 + Aquarian Age Saga II: Don`t forget me... + Aquarian Age: The Movie + アクエリアンエイジ Saga II ~Don`t forget me...~ + + + Garaga + Hyper-Psichic Geo Garaga + ギャラガ HYPER-PSYCHIC-GEO GARAGA + Hyper-Psychic Geo Garaga + + + Brave Command Dagwon + dagwon + Yuusha Shirei Dagwon + 勇者指令ダグオン + + + いきなりダゴン + Dagon + dagon + Dagon In The Lands Of Weeds + Ikinari Dagon + הרפתקאות דורי טייס החלל + + + Future GPX Cyber Formula Early Days Renewal + Shin Seiki GPX Cyber Formula EARLYDAYS RENEWAL + 新世紀GPXサイバーフォーミュラ EARLYDAYS RENEWAL + + + Future GPX Cyber Formula ZERO + gpx zero + Shin Seiki GPX Cyber Formula ZERO + 新世紀GPXサイバーフォーミュラZERO + + + Future GPX Cyber Formula 11 + GPX Cyber Formula Double-One + Shin Seiki GPX Cyber Formula 11 + 新世紀GPXサイバーフォーミュラ11 + + + Future GPX Cyber Formula Graffiti + Shin Seiki GPX Cyber Formula Graffiti + 新世紀GPXサイバーフォーミュラ グラフィティ + + + Shuukaku no Yoru + The Harvest Night + 収穫の夜 + + + Åskbåten + Blue Noah + Blue Noah + Space Carrier Blue Noah + Thundersub + Uchuu Kuubo Blue Noah + الغواصه الزرقاء + Υποβρύχιο Κεραυνός + 宇宙空母ブルーノア + + + Aura Battler Dunbine - The Tale of Neo Byston Well + New Story of AURA BATTLER Dunbine + Seisenshi Dunbine (1988) + Seisenshi Dunbine OVA + 聖戦士ダンバイン (1988) + + + Giant Gorg + Kyoshin Gorg + Гигантът Горг + 巨神ゴーグ + + + Chouriki Robo Galatt + Super Robot Galatt + 超力ロボ ガラット + + + アンジェリウム + Angelium + Angelium: El olimpo del sexo + Devote Engel + Ангелиум + + + D1scode + Discode : Abnormal Sexuality + Discode Ijou Seiai + DISCODE 異常性愛 + + + Moon Phase + TMP + tsukuyomi + Tsukuyomi Moonphase + Tsukuyomi ~MOON PHASE~ + Tsukuyomi: Moon Phase + Фаза Луны + 月咏 + 月詠 −MOON PHASE− + + + E.Y.E.S. of Mars + Mother: Saigo no Shoujo Eve + MOTHER 最後の少女イヴ + + + うた∽かた + UK + U-K + utakata + Uta~Kata + Uta Kata + Uta-Kata + أوتاكاتا + 诗片 + + + A Princesa e o Cavaleiro + Choppy und die Prinzessin + Czopi i księżniczka + Dzielna królewna + Księżniczka i żebrak + La Princesa Caballero + La Principessa Zaffiro + Prince Saphir + Princesse Saphir + Princess Knight + Przygody Księżniczki + Ribbon Knight + Ribbon no Kishi + الأميرة ياقوت + Принцесата рицар + Рыцарь с ленточкой + リボンの騎士 + + + Jungle Kurobe + ジャングル黒べえ + + + エンジェル + Angel + + + Masquerade 2 + Zoku Gosenzo San`e + 続・御先祖賛江 + + + プリンセスメモリー + Memory Princess + Princess Memory + Princess Memory + + + Heavy Metal L-Gaim II: Farewell My Lovely + Pentagona Dolls + 重戦機エルガイムⅡ フェアウェル マイ ラブリー+ペンタゴナ ドールズ + + + Heavy Metal L-Gaim III: Fullmetal Soldier + 重戦機エルガイムⅢ フルメタル ソルジャー + + + ナチュラル Another + Natural Another + Teacher`s Pet (2) + + + ツインビーPARADISE + Twinbee Paradise + + + グリード + Greed + + + Guitar wo Motta Shounen -Kikaider VS Inazuman- + The Boy with the Guitar -Kikaider VS Inazuman- + ギターを持った少年 -キカイダーVSイナズマン- + + + Love Machine: Animaid Shoufu 23-gou + ラブマシン アニマイド娼婦23号 + + + Double Play + Nijuusou: Wana ni Ochita Onna-tachi + 二重奏 ~罠に落ちた女たち~ + + + Gakuen Maria: Bakunyuu Teachers + School: Maria + 学園まりあ ~爆乳ティーチャーズ~ + + + Dan et Danny - Épisodes 25 & 26 + Dan et Dany - Épisodes 25 & 26 + Dirty Pair Lovely Angels yori Ai wo Komete + Dirty Pair: With Love From the Lovely Angels + ダーティペア ラブリーエンジェルより愛をこめて + + + Karakara-sama no Himitsu: Ten Kara Kita Megami + Тайната на Каракара: Богинята, дошла от небето + カラカラ様のひみつ ~天からきた女神~ + + + もみじ + Momiji + Momiji + No soy una niña + + + メイド イン ドリーム + Maids in Dream + Maids in Dream + + + Milkyway + + + Romance is in the Flash of the Sword II + Romance wa Tsurugi no Kagayaki II + ロマンスは剣の輝きⅡ + ロマンスは剣の輝きII + + + タイムボカンシリーズ ヤッターマン + Time Bokan Series: Yatterman + Yattaman + Yattaman + Yattaman + Yatterman + + + ガイ + Guy + Guy Double Target + + + Aniyome + Elder Brother`s Wife + La Esposa de mi Hermano + My Brother`s Wife + My Brothers Wife + 兄嫁 + + + Tenchi Muyo! (Episode 7) + Tenchi Muyo - Ryo-Ohki - Épisodes 7-8 + Tenchi Muyo! The Night Before The Carnival + Tenchi Muyou! Ryououki Special Bangaihen + tenchiova1.1 + 天地無用!魎皇鬼スペシャル 番外編 + + + Tenchi Muyo! + Tenchi Muyo! (Episode 8-13) + Tenchi Muyo! Ryo-Ohki 2 + Tenchi Muyo - Ryo-Ohki - Épisodes 9-15 + Tenchi Muyou! Ryououki (1994) + tenchiova2 + 天地無用! 魎皇鬼 (1994) + + + Tenchi Muyo! Ryo-Ohki 3 + Tenchi Muyou! Ryououki Daisanki + tenchiova3 + tm3 + 天地無用 ! 魎皇鬼 第三期 + + + 위치블레이드 + ウィッチブレイド + Cadıkılıcı + Witchblade + Witchblade + Witchblade + Witchblade + 魔女之刃 + + + Onmyou Taisenki + Onmyou Taisenki + The Chronicle of the Big Battle between Yin and Yang + Хроника Великой Битвы между Инь и Янь + 陰陽大戦記 + + + Korashime + Punishment + 懲らしめ + + + フーリガン + Chuliganas - Septynių Šventųjų Vibratorių Paieška + Hooligan + Hooligan + Hooligan - Quest for the Seven Holy Dildos + + + Classroom of Atonement + Shokuzai no Kyoushitsu + 贖罪の教室 + + + Dokusen + Submission Central + 独占 + + + Campus ~Scheme of Shame~ + Debts of Desire + Gakuen: Chijoku no Zushiki + 学園~恥辱の図式~ + + + Ingoku Byoutou + Obscene Prison Ward + Rxxx: Prescription for Pain + 淫獄病棟 + + + Maid no yakata + Maid no Yakata: Zetsubou Hen + Maid Service + メイドの館〜絶望編〜 + + + Hardcore Hospital + Ring of White Angels + Shiroki Tenshi-tachi no Rondo + Shiroki Tenshitachi no Rondo + 白き天使達の輪舞 + + + Perverse Investigations + Seisai + Sex Judge + Vanilla Series - P.I.: Perverse Investigations + 性裁 + + + Gakuen no Shuryousha + Lecciones traviesas + The School`s Hunter + Wicked Lessons + 学園の狩猟者 + + + Private Sessions 2 + Tokubetsu Jugyo 2 + Tokubetsu Jugyou 2 + Tokubetsu Jyugyou 2 + 特別授業2 + + + Heisa Byouin + Naughty Nurses + 閉鎖病院 + + + Curry no Kota no Kobal + カレーの国のコバ~ル + + + Digimon Frontier: Kodai Digimon Fukkatsu!! + Digimon Frontier - Revival of the Ancient Digimon + Digimon Movie 7 + Digimon Movie 7: Revival Of The Ancient Digimon + デジモンフロンティア 古代デジモン復活!! + + + リトル ニモ + Kis Némó Álomországban + Little Nemo + Little Nemo + Little Nemo - Abenteuer in Schlummerland + Little Nemo: Adventures in Slumberland + Malý Nemo: Dobrodružství v dřímkově + Pikku Nemo + Маленький Немо + Маленький Немо: Приключения в стране снов + + + Lensman + Lensman, Czyli Moc Soczewki + SF Shinseiki Lensman + SF新世紀 レンズマン + עדשאי + + + Chikyuu ga Ugoita Hi + The Day the Earth Moved + The Day the Earth Shook + 地球が動いた日 + + + Aa! Megami-sama! (2005) + Ah! Minha Deusa (2005) + Ah! My Goddess + Ah! My Goddess TV + amgtv + AMG TV + amstv + ams tv + Oh! My Goddess + Oh! My Goddess "Die Serie" + OMG TV + ああっ女神さまっ (2005) + 我的女神 + + + CLAMP - Wish + Wish + Życzenie + + + ジパング + Zipang + Джіпанґ + Дзипанг + + + I like what I like, so it can`t be helped + I like what I like, so there! + Suki na Mono wa Suki Dakara Shou ga nai!! + sukisho + Sukisho + SukiShou!! + sukisyo + 好きなものは好きだからしょうがない!! + + + Bishoujo Senshi Sailor Moon S + Bishoujo Senshi Sailormoon Super + Czarodziejka z Księżyca: Sailor Moon S + Sailor Moon e il Cristallo del Cuore + Sailor Moon S + Sailor Moon S + Sailor Moon S + Sailor Moon S + Sailor Moon S + Sailor Moon (saison 3) + SM S + Varázslatos álmok S + 美少女战士S + 美少女戦士セーラームーン S + + + Bishoujo Senshi Sailor Moon R + Czarodziejka z Księżyca R + Sailor Moon, la Luna splende + Sailor Moon R + Sailor Moon R + Sailor Moon R + Sailor Moon R + Sailor Moon R + Sailor Moon (saison 2) + SM R + Varázslatos álmok R + 美少女战士R + 美少女戦士セーラームーン R + + + Bishoujo Senshi Sailor Moon Super S + Czarodziejka z Księżyca: Sailor Moon Super S + Sailor Moon e il mistero dei sogni + Sailor Moon (saison 4) + Sailor Moon Super S + Sailor Moon Super S + Sailor Moon Super S + Sailor Moon Super S + Sailor Moon Super S + SM SS + Varázslatos Álmok Super S + 美少女戦士セーラームーン Super S + + + Bishoujo Senshi Sailor Moon Sailor Stars + Czarodziejka z Księżyca: Sailor Moon Sailor Stars + Petali di stelle per Sailor Moon + Sailor Moon Sailor Stars + Sailor Moon Sailor Stars + Sailor Moon Sailor Stars + Sailor Moon Stars + Sailor Stars + 美少女戦士セーラームーン セーラースターズ + + + Shadow Skill + Shadow Skill + Shadow Skill + Shadow Skill: Epilogue + SHADOW SKILL ~影技~ + + + ブラックジャック + Black Jack + Black Jack + Black Jack + Black Jack - Dieci indagini nel buio + + + バトルキャン² + Battle Can2 + Battle Can-Can + + + タイムボカン + La Maquina del Tiempo + Les chevaliers du temps + Time Bokan + رحلة العجائب + + + タイムボカンシリーズ ゼンダマン + Time Bokan Series: Zendaman + Zendarman + Zenderman + + + I predatori del tempo + Time Bokan Series: Time Patrol Tai Otasukeman + Патруль времени + タイムボカンシリーズ タイムパトロール隊オタスケマン + + + Time Bokan Series: Gyakuten Ippatsuman + タイムボカンシリーズ 逆転イッパツマン + + + タイムボカンシリーズ イタダキマン + Time Bokan Series: Itadakiman + + + タイムボカン2000 怪盗きらめきマン + Thief Glittering Man + Time Bokan 2000: Kaitou Kiramekiman + + + Sei Michaela Gakuen Hyouryuuki II + Sins of the Sisters + St. Michaela School #2 + St. Michaela School II + St. Michael School Drifting Story + 美少女十字軍の反乱~ローマへの道~ + 聖ミカエラ学園漂流記Ⅱ + 聖ミカエラ学園漂流記II + + + Sei Michaela Gakuen Hyouryuuki + St. Michaela School Drifting Story + 聖ミカエラ学園漂流記 + + + Fighting Devil Divinity Oni + The Legend of the Fierce Fighting God Oni + Touma Kijin Den ONI + 闘魔鬼神伝ONI + + + Magical Idol Pastel Yumi + Mahou no Idol Pastel Yumi + Sandy + Sandy dai mille colori + Susy aux fleurs magiques + 魔法のアイドル パステルユーミ + + + Théo ou la batte de la victoire - Un champion sans numéro + Touch: Sebangou no Nai Ace + Touch, The ace without a number + タッチ 背番号のないエース + + + タッチ2 さよならの贈り物 + Théo ou la batte de la victoire - Le cadeau d`adieu + Touch 2, Farewell Gift + Touch 2: Sayonara no Okurimono + + + Ciao Sabrina + Erika + Eriko + Idol Densetsu Eriko + Idol Legend Eriko + Legendary Idol Eriko + إريكو + Легендарната звезда Ерико + アイドル伝説えり子 + + + Aoi Blink + Blue Blink + Magie bleue + Raio Azul + الوميض الأزرق + בלו בלינק + 青いブリンク + + + A kék madár + Błękitny ptak + L`oiseau bleu + L`uccellino azzurro + Maeterlinck`s Blue Bird + Tyltyl, Mytyl e l`uccellino azzurro + メーテルリングの青い鳥 チルチルミチルの冒険旅行 + + + Matou Kitan Zankan + Zankan + Zankan, cazadores de demonios + 魔法綺譚ZANKAN[斬奸] + + + Mahou no Shiho-chan + Shiho - La Chica Mágica + 魔法の詩保ちゃん + + + Rasen Kairou + 螺旋回廊 + + + ビ・ヨンド + Beyond + + + Afterschool Romance Club + El club del amor tras las clases + Houkago Ren`ai Club: Koi no Etude + Koikura + 放課後恋愛クラブ~恋のエチュード~ + + + Classmates 2 + Doukyuusei 2 + End of Summer 2 + Escuela de verano 2 + 同級生2 + + + Classmates Climax + Doukyuusei Climax + 同級生 クライマックス + + + とらぶるEVOCATION + Trouble Evocation + Trouble Evocation: vicios infernales + + + Dress-up Battle-team Kildian + Kigurumi + Kigurumi Sentai Quiltian + Unas Gemelas Muy Especiales + 着ぐるみ戦隊キルティアン + + + Kijutsushi X Majutsushi + Kijyutsushi Majyutsushi + 奇術師×魔術師 + + + Kussetsu + 屈折 + + + Keibiin + 警備員 + + + Komugi 2 + Komugi Z + Nurse Witch Komugi-chan Magikarte Z + ナースウィッチ小麦ちゃんマジカルてZ + + + ARMS2 + Project Arms 2 + Project ARMS: The 2nd Chapter + PROJECT ARMS -The 2nd Chapter- + + + Chou Kidou Densetsu DinaGiga + Super Mobile Legend Dinagiga + 超機動伝説ダイナギガ + + + Angie, détective en herbe + Angie Girl + Annemarie + Her Majesty`s Petite Angie + Her Royal Highness the Queen, Petite Angie + Joou Heika no Petite Angie + المتحريه أنجي + 女王陛下のプティアンジェ + + + リングにかけろ1 + Mise tout sur le ring ! + Put it all in the Ring + Ring ni Kakero + Ring ni Kakero 1 + RnK + + + Haruka + Haruka 8 + Haruka -Beyond the Stream of Time-: A Tale of the Eight Guardians + Haruka ~Dans une époque lointaine~ La légende des huit guerriers + Harukanaru + Haruka Naru Toki no Naka de: Hachiyoushou + Harukanaru Toki no Naka de ~Hachiyoushou~ + In a Distant Time: A Tale of the Eight Guardians + 遙かなる時空の中で〜八葉抄〜 + + + Haruka Naru Toki no Naka de 2: Shiroki Ryuu no Miko + Harukanaru Toki no Naka de 2 ~Shiroki Ryuu no Miko~ + In a Distant Time 2: Priestess of the White Dragon + In a Distant Time - Priesterin des weißen Drachens + 遙かなる時空の中で2〜白き龍の神子〜 + + + Secret Sex Stories + Secret Sex Stories + Soukan Rensa + 相姦連鎖 + + + Majokko Tsukune-chan + Tsukune-chan + 魔女っ娘つくねちゃん + + + Obake no Q-Tarou + Q-Tarô le fantôme + Q-Taro the Ghost + オバケのQ太郎 + + + New Q-Taro the Ghost + Shin Obake no Q-Tarou + 新・オバケのQ太郎 + + + Obake no Q-Tarou (1985) + オバケのQ太郎 (1985) + + + 레스톨 특수 구조대 + Armored Rescue Team RESTOL + RESTOL: Special Rescue Team + RESTOL: The Full-Armed Rescue Squad + Soukou Kyuujo Butai RESTOL + רסטול + 装甲救助部隊レストル + + + 아마게돈 + Armageddon + Armageddon + Armageddon + + + 푸카 + Funny Love + Pucca + Pucca + Pucca + Pucca + Pucca + Pucca Funny Love + Pucca Funny Love + Pucca: Funny Love + Pucca Funny Love Story + פוקה + Пукка + + + キ・ファイター テラン + Ki-Fighter Taerang + + + Gin`yuu Mokushiroku Meine Liebe + GMML + Meine Liebe + Meine Liebe + ML + My love + Wandering Revelations Meine Liebe + 吟遊黙示録 マイネリーベ + + + Embracing Love + Harudaki + Haru o Daiteita + Haru o Daite Ita + Haru wo Daite Ita + HwD + Jeux d`amour + 春を抱いていた + + + Escuela de perversión + Professor Shino`s Classes in Seduction + Shino-sensei no Yuuwaku Jugyou + Shino`s Verführung + 詩乃先生の誘惑授業 + + + UG + UG☆アルティメットガール + UG*Ultimate Girls + Ultimate Girls + Ultra Girl + + + Chikansha Thomas + Perverted Thomas + 痴漢者トーマス + + + メモリーズオフ3.5 + Memories Off 3.5 + MOFF3.5 + + + คุณครูจอมเวท เนกิมะ! + Le maître magicien Negima ! + Magic Teacher Negima + Magister Negima + Magister Negi Magi + Magister Negi Magi + Mahou Sensei Negima + Mahou Sensei Negima! + msn + negi + negima + Negima! + Волшебный учитель Нэгима! + Магічний вчитель Неґіма! + 魔法先生 ネギま! + 魔法老師 + + + Kasei Yakyoku + Nightsong of Splendor + 華星夜曲 + + + Hattori o ninja + Hattori the Ninja + Ninja Hattori + Ninja Hattori-kun + Nino, il mio amico Ninja + 忍者ハットリくん + + + Hattori and the War of the Little Ninja Villages + Ninja Hattori-kun MOVIE (1983) + Ninja Hattori-kun : Nin Nin Furusato Dai Sakusen no Maki + Ninja Hattori-kun NinxNin Furusato Daisakusen no Maki + 忍者ハットリくん ニンニンふるさと大作戦の巻 + + + ビューティフル ジョー + Beautiful Joe + Viewtiful Joe + Viewtiful Joe + Viewtiful Joe + vj + ויוטיפול ג`ו + + + Black Lion + Jigen Sengokushi: Kuro no Shishi - Jinnai Hen + الأسد الأسود + Чёрный лев + 時元戦国史 黒の獅士 陣内篇 + + + Ehrgeiz + Nekusto Senki Ehrgeiz + Next Senki Ehrgeiz + Next War Chronicle Ehrgeiz + ネクスト戦記エーアガイツ + + + ZERO SUM GAME -SEX CRIME- + Zero Sum Game: Sex Crime + + + Galerians: Rion + + + He is my Master + He is My Master + He is my master + He Is My Master - stets zu ihren Diensten! + He`s My Master + He`s My Master + HiMM + kgwngs + Kore ga Watashi no Goshujin-sama + That Is My Master + Он мой хозяин + Той е моят господар + Це мій хазяїн + 我的主人 + これが私の御主人様 + 这是我的主人 + + + ドラゴンズヘブン + Dragon`s Heaven + + + B’T X(ビート・エックス) NEO + B`t X Neo + B`t X Neo + + + ブルーリメイン + Blue Remains + + + Firebird: Karma Chapter + Hi no Tori: Houou Hen + Phoenix: Karma Chapter + 火の鳥 鳳凰編 + + + A csodálatos Triton + Triton of the Sea + Tryton z Morza + Umi no Triton + Τρίτoν ο Βασιλιάς της Θάλασσας + 海のトリトン + + + Triton of the Sea (1979) + Umi no Triton (1979) + 海のトリトン (1979) + + + Bronze Cathexis Koji Nanjo + BRONZE KoJI NANJo cathexis + Zetsuai Cathexis + + + Brave Police J-Decker + j-decker + Yuusha Keisatsu J-Decker + 勇者警察ジェイデッカー + + + Crow Demon Kabuto + Karasu Tengu Kabuto + Raven Goblin Kabuto + カラス天狗カブト + + + Kabuto + Karasu Tengu Kabuto: Ougon no Me no Kemono + Raven Tengu Kabuto: The Golden-Eyed Beast + 鴉天狗カブト 黄金の目のケモノ + + + サイレントメビウス2 + Silent Mobius Movie 2 + Silent Möbius Movie 2 + Silent Mobius: The Motion Picture 2 + + + Enzai + 冤罪 + + + バース + Birth + Planet Busters + Świat Talizmanu + World of the Talisman + Перерождение + + + Mutant Turtles: Choujin Densetsu-hen + Ninja Kaplumbağalar: Süpermen Efsanesi + Teenage Mutant Ninja Turtles - Superman Legend + TMNT + ミュータント タートルズ 超人伝説編 + + + でたとこプリンセス + Detatoko Princess + Suddenly Princess + + + dbz gaiden + DBZ OVA + Dragon Ball Z: Gaiden - Plan to Destroy the Saiyajin + Dragon Ball Z: Gaiden - Saiya-jin Zetsumetsu Keikaku + Dragon Ball Z : Le plan d`anéantissement des Saiyens + Dragon Ball Z: Plan zniszczenia Saiyan + Dragon Ball Z: Plan zniszczenia Saiyaninów + La revanche du Docteur Egui + ドラゴンボールZ/外伝・サイヤ人絶滅計画 + 赛亚人灭绝计划 ~地球篇|宇宙篇~ + + + One Piece: Baronas Omatsuri ir Paslaptingoji sala + One Piece: Baron Omatsuri and the Secret Island + One Piece: L`Isola Segreta del Barone Omatsuri + One Piece Movie 6 + One Piece: Omatsuri Danshaku to Himitsu no Shima + opm6 + OP Movie 6 + ワンピース オマツリ男爵と秘密の島 + + + 14番的目的 + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 2 ตอน คดีฆาตกรรมไพ่ปริศนา + Case Closed Movie: The Fourteenth Target + Dedektif Conan: 14. Hedef + Détective Conan - Film 2 + Détective Conan - La 14e cible + Detective Conan: La Decimocuarta Victima + Detective Conan: Movie 2 + Detective Conan: The Fourteenth Target + Detektiv Conan - 2. Film: Das 14. Ziel + Meitantei Conan: Juuyonbanme no Target + المحقق كونان: الهدف الرابع عشر + 名探偵コナン 14番目の標的(ターゲット) + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 3 ตอน ปริศนาพ่อมดคนสุดท้ายแห่งศตวรรษ + Dedektif Conan: Yüzyılın Son Sihirbazı + Détective Conan - Film 3 + Detective Conan: Movie 3 + Detective Conan: The Last Wizard of the Century + Detektiv Conan - 3.Film: Der Magier des letzten Jahrhunderts + Meitantei Conan: Seikimatsu no Majutsushi + المحقق كونان: ساحر القرن الأخير + 世纪末的魔术师 + 名探偵コナン 世紀末の魔術師 + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 4 ตอน ดดีฆาตกรรมนัยน์ตามรณะ + Dedektif Conan: Gözlerinin Esiriyim + Detective Conan: Captured In her Eyes + Détective Conan - Film 4 + Detective Conan: Movie 4 + Detektiv Conan - 4.Film: Der Killer in ihren Augen + Meitantei Conan: Hitomi no Naka no Ansatsusha + المحقق كونان: أسير عيناها + 名探偵コナン 瞳の中の暗殺者 + 瞳孔中的暗杀者 + + + アンティーク ハート + Antique Heart + + + Be-Boy Kidnapp`n Idol + BE-BOY KIDNAPP`N IDOL + + + Bewitched Agnes + Bewitched Bride + Madam is a Magical Girl + My Wife is a Magical Girl: Bewitched Agnes + okuma + Okusama wa Mahou Shoujo + 奥さまは魔法少女 + + + Kino no Tabi Movie + Kino no Tabi: Nanika o Suru Tame ni - Life Goes On. + Kino`s Journey: Life Goes On + Kino`s Journey Movie + キノの旅 何かをするために -life goes on.- + + + Anne no Nikki + Dziennik Anny Frank + Le journal d`Anne Frank + The Diary of Anne Frank + مذكرات آن فرانك + アンネの日記 + + + A Maravilhosa Viagem de Nils Holgersson Através da Suécia + Cudowna podróż + Le merveilleux voyage de Nils Holgersson au pays des oies sauvages + Minunata călătorie a lui Nils Holgersson prin Suedia + Nils Holgersson + Nils Holgersson + Nils Holgersson + Nils Holgersson csodálatos utazása a vadludakkal + Nils Holgerssons underbara resa genom Sverige + Nils no Fushigi na Tabi + Nils ve Uçan Kaz + Peukaloisen retket + Wonderful Adventures of Nils + Wspaniała podróż Nilsa Holgerssona + Wunderbare Reise des kleinen Nils Holgersson mit den Wildgänsen + مغامرات نيلز + נילס הולגרסון + ニルスのふしぎな旅 + + + クール・クール・バイ + Cool Cool Bye + + + アフロサムライ + Afro Samurai + Afro Samurai + Afro Samurai + Afro Samurai + Afrosamuraj + Afro Samurajus + Afro Szamuráj + Афро Самурай + Афросамурай + + + Aria + Aria the Animation + Aria the Animation + Aria the Animation + アリア The Animation + Ария (первый сезон) + 水星领航员 + + + Space Battleship Yamato 3 + Star Blazers 3 + Star Blazers: The Bolar Wars + Uchuu Senkan Yamato 3 + 宇宙戦艦ヤマトIII + + + Space Battleship Yamato 2 + Star Blazers 2 + Star Blazers: The Comet Empire + Uchuu Senkan Yamato 2 + yamato2 + نسور الفضاء: الجزء الثاني + 宇宙戦艦ヤマト2 + + + きまぐれロボット + Kimagure Robot + The Capricious Robot + Капризный Робот + + + ロックマンエグゼ ストリーム + Rockman.EXE Stream + + + Dark Tours + Shinjin Tour Conductor + Shinjin Tour Conductor Rina + Tourcon + 新人ツアーコンダクター + 新人ツアーコンダクター・里奈 + + + Fujun Isei Kouyuu: Taisetsu na Kimi e + 不純異性交遊 ~大切な君へ~ + + + Aoi Kokuhaku + 蒼い告白 + + + ムーンライトソナタ + Moonlight Sonata + + + ブラックジャック スペシャル + Black Jack Special + Black Jack Special: The 4 Miracles of Life + Black Jack: The 4 Miracles of Life + + + Banner of the Stars 3 + Banner of the Stars III + bots3 + Seikai no Senki 3 + Seikai no Senki III + sns3 + 星界の戦旗III + 星界的战旗3 + + + そらいろのたね + Sorairo no Tane + The Sky-Colored Seed + + + なんだろう + Nandaro + What is It? + ما هذا؟ + + + bravo2 + gb2 + GBS2 + Girls Bravo 2 + Girls Bravo - Second Season + GIRLS Bravo- second season + GIRLSブラボー second season + Браво, девушки! (второй сезон) + + + Kanzen Mushusei: Sorezore no Houkago + 完全無修正 それぞれの放課後 + + + もぎたてマリナちゃん + Maria: The Young and Fresh Girl + Mogitate Marina-chan + Sister Marina + + + Kirameki no Kyoudai: Sex Crime + 煌きの姉弟妹 ~SEX CRIME~ + + + Hitomi no Naka no Shounen: 15 Shounen Hyouryuuki + The Story of Fifteen Boys + 瞳のなかの少年 15少年漂流記 + + + Esper Mami + Malicieuse Kiki + エスパー魔美 + + + Delinquent in Drag + Oira Sukeban + おいら女蛮[スケバン] + + + Kenritsu Chikyuu Boueigun + PEDF + Prefectural Earth Defense Force + 県立地球防衛軍 + + + Haou Daikei Ryuu Knight: Adeu Legend Final + Lord of Lords Ryu Knight: Adeu`s Legend Final + 覇王大系リューナイト アデュー・レジェンド・ファイナル + + + アークエとガッチンポー + Akuei és Gacchinpo + Akuei şi Gacchinpo + Akuei to Gacchinpo + + + Marriage + Marriage ~結婚~ + + + Équipières de choc + Taiho Shichau zo: You`re Under Arrest + You`re Under Arrest! + yuaova + yua ova + 逮捕しちゃうぞ You`re Under Arrest + + + Doraemon: 2112 Nen Doraemon Tanjou + Doraemon 2112: The Birth of Doraemon + Doraemon Movie 16 + Doraemon no Tanjou + O nacemento de Doraemon + O Nascimento De Doraemon + The Birth of Doraemon + ドラえもん 2112年ドラえもん誕生 + + + Come Back, Doraemon + Doraemon Movie 19-2 + Kaettekita Doraemon + 帰ってきたドラえもん + + + パンチラティーチャー + Panchira Teacher + Panty Flash Teacher + + + レジェンドオブ・デュオ + DUO + Legenda DUO + Legend of DUO + Legend of DUO + أسطورة ديو + + + Eikoku Koi Monogatari Emma + Emma + emma1 + emma 1 + Emma: A Victorian Romance + Emma - Eine viktorianische Liebe + Emma - Una storia romantica + English Love Story Emma + 英國戀物語エマ + + + スピードグラファー + SG + Speed Grapher + Speed Grapher + Speed Grapher + Speed Grapher + Speed Grapher + SPEED GRAPHER + التصوير السريع + 速写者 + + + めじょく + Eye Disgrace + Mejoku + Sextra Credit + + + skelter + Skelter+Heaven + Tenkuu Danzato Skelter Heaven + 天空断罪スケルターヘブン + + + Saikano: Another Love Song + Saikano OVA + Saishuuheiki Kanojo - Another Love Song + Saishuuheiki Kanojo OVA + She ~ the ultimate weapon ~ - Another Love Song + 最終兵器彼女Another Love Song + 最终兵器彼女OVA 另一首恋歌 + + + Triangle Heart: Sazanami Joshiryou + とらいあんぐるハート ~さざなみ女子寮~ + + + Cousas de Tolos + Osomatsu-kun + おそ松くん + + + UFO Diapolon Guerriero Spazziale + UFO Senshi Dai Apolon + UFO戦士ダイアポロン + + + のぞみ ウィッチィズ + Bewitching Nozomi + Nozomi Witches + + + へーい!ブンブー + Boumbo + Bumboo + Bumpety Boo + Bumpety Boo - Der kleine gelbe Superflitzer + Hey! Bumboo + بومبو + הי בינבה + + + 80 Days Around the World With Willy Fog + 80 nap alatt a Föld körül Willy Foggal + 80日間世界一周 + Around the World in Eighty Days + A Volta ao Mundo em 80 Dias com Willy Fog + Dookoła świata z Willym Fogiem + Hachijunichikan Sekai Isshuu + Il giro del mondo di Willy Fog + La vuelta al mundo de Willy Fog + Le tour du monde en 80 jours + Maailman ympäri 80 päivässä + Ocolul pământului în 80 de zile cu Willy Fog + Um die Welt mit Willy Fog + Umhverfis jörðina á áttatíu dögum + Willy Fog na cestě kolem světa + Willy Fog: W osiemdziesiąt dni dookoła świata + W osiemdziesiąt dni dookoła świata + ثمانون يوم حول العالم + מסביב לעולם ב-80 יום + Ο Γύρος του κόσμου σε 80 μέρες + Вокруг света за 80 дней + Около Света за 80 дни с Уоли Фог + 八十日間世界一周 + + + Czworonożni Muszkieterowie + D`Artacan + D’Artacan y los tres mosqueperros + Dartacan y los tres mosqueperros + Dartacão e os Três Moscãoteiros + D’Artagnan e os três Mosqueteiros + D’Artagnan i trzej muszkieterowie + D`Artagnan şi cei trei muşchetari + D`Artagnan und die 3 MuskeTiere + Dogtanian + Dogtanian + Dogtanian and the Three Muskehounds + Dogtanian i trzech muszkieterów + Kolme muskettikoiraa + Les 3 mousquetaires + Les trois mousquetaires + Three Musketeers TV + Wanwan Sanjuushi + Woof-woof Three Musketeers + WWTM + الفرسان الثلاثة + שלושת המוסקטרים + Ο Ντ`Αρτακάν και οι Τρείς Σωματοφύλακες + Д`Артаньгав и три пса-мушкетёра + ワンワン三銃士 + + + ちいさなおばけアッチ・コッチ・ソッチ + Chiisana Obake Acchi, Kocchi, Socchi + Die drei kleinen Geister + Drei kleine Geister + Les trois petits fantômes + There, Here and Where + The Three Little Ghosts + Trzy małe duszki + שלושת השדונים + + + Gosi + Pinnokio + Pinocchio + Pinocchio + Pinocchio (1976) + Pinocchio yori Piccolino no Bouken + Pinokyo`nun Maceraları + The Adventures of Piccolino + פינוקיו + ピノキオより ピコリーノの冒険 + + + fmp2 + FMPTSR + fmp tsr + FMP! TSR + Full Metal Panic! Drugie Podejście + Full Metal Panic! The Second Raid + Fullmetal Panic! The Second Raid + Fullmetal Panic! The Second Raid + Full Metal Panic! TSR + Full Metal Panic! TSR + フルメタル・パニック! The Second Raid + TSR + 풀 메탈 패닉 더 세컨드 레이드(TSR) + Стальная тревога! Новое задание + Стальная тревога. Новый рейд + 全金属狂潮3 + 全金属狂潮TSR + + + Angelique - OVA 1 + Angelique: Shiroi Tsubasa no Memoire + Angelique: White Wing Memoirs + アンジェリーク ~白い翼のメモワール~ + + + おざなりダンジョン + Jovens Guerreiros + Ozanari Dungeon + + + デジタルジュース + Digital Juice + Skaitmeninės Sultys + Дигитальный сок + + + Zouressha ga Yatte Kita + 象列車がやってきた + + + Doraemon e os deuses do vento + Doraemon Movie 2003 + Doraemon Movie 24 + Doraemon: Nobita and the Strange Wind Rider + Doraemon: Nobita to Fushigi Kaze Tsukai + Doraemon the movie 24th + ドラえもん のび太とふしぎ風使い + + + Del Power X + Del Power X Bakuhatsu Miracle Genki! + デルパワーX爆発みらくる元気! + + + Don`t Lose, Makendo + Makeru na! Makendo + 負けるな魔剣道 + + + Bishoujo Comic Lolikon Angel: Mitsu no Aji + Lolicon Angel + Lolikon Angel + 美少女コミック ロリコンエンジェル ~蜜の味~ + + + kiteretsu + Kiteretsu + Kiteretsu Daihyakka + Kiteretsu Encyclopedia + Kiteretsu, o primo listo de Nobita + Kiteretsu, the smartest cousin of nobita + キテレツ大百科 + + + ゼノサーガ THE ANIMATION + xenosaga + Xenosaga - The Animation + زينوساجا + + + Cybaster + Cybaster - La Divina Macchina Elementale + Cybuster + Demonic Armor Cybuster + Elemental God-Machine Cybaster + God Elemental Machine of the Wind Cybaster + Lord of Elementals Cybaster + Masou Kishin Cybaster + Masou Kishin Cybuster + 魔装機神サイバスター + + + Der Planet der Dinosaurier + Dino Adventure Jurassic Tripper + I segreti dell`isola misteriosa + Jura Tripper + Kyouryuu Boukenki Jura Tripper + Δύο χρόνια διακοπές με τους δεινόσαυρους + 恐竜冒険記ジュラトリッパー + + + ときめきトゥナイト + Heart-Thumping Tonight + Ransie la Strega + Tokimeki Tonight + رانزي المدهشة + + + Police Girl Yayoi + Yayoi + 弥生 + 弥生 婦人警官 + + + Akihabara Cyber Team 2011 + Akihabara Dennou-gumi: 2011 Nen no Natsuyasumi + Cyberteam in Akihabara - 2011 Summer Vacations + アキハバラ電脳組 2011年の夏休み + + + สึบาสะ สงครามเทพข้ามมิติ + ツバサ・クロニクル + Chronicle of the Wings + cotw + trc + Tsubasa + Tsubasa: As Crónicas de Sakura + Tsubasa Chronicle + Tsubasa Chronicle + Tsubasa Chronicle + Tsubasa Chronicle + Tsubasa Chronicles + Tsubasa Reservoir + Tsubasa: RESERVoir CHRoNiCLE + Tsubasa Reservoir Chronicles + Tsubasa Reservoir Chronicles + TSUBASA - RESERVoire CHRoNiCLE + رحلة الأجنحة + Хроника Крыльев (сезон первый) + + + Legend of the Magical Beans Pandalian + Mafukiden: Pandarian + pandalian + Pandarian + Pandų planeta + 魔豆奇伝パンダリアン + + + Garasu no Kamen: Sen no Kamen o Motsu Shoujo + Glass Mask OVA + Glass Mask: The Girl of a Thousand Masks + Glass no Kamen: Sen no Kamen o Motsu Shoujo + ガラスの仮面~千の仮面を持つ少女~ + 玻璃假面OVA + + + One Piece: Defeat the Pirate Ganzack! + ONE PIECE OVA + One Piece: Taose! Kaizoku Ganzack + ONE PIECE ~倒せ!海賊ギャンザック~ + + + As Aventuras do Bocas + Boes + Bof ! + De avonturen van Boes en zijn vrienden + Djurgården + Fantazoo + Gera Gera Booth Monogatari + Geragera Bus Monogatari + O Bocas + Ödön,az ökör + Olé Ollie + Ollie Ollie Oxen + Opowieści Byczka + Ox Tales + مغامرات بسيط + סיפורי מוש + げらげらブース物語 + + + スプーンおばさん + Csip-Csup csodák + Eukko Pikkurilli + Frau Pfeffertopf + Lo strano mondo di Minù + Madame Pepperpote + Mrs. Pepperpot + Old-Lady Spoon + Pani Łyżeczka + Spoon Oba-san + Vrouwtje Theelepel + السيدة ملعقة + גברת פלפלת + + + Belfi en Lillibit + Belfi & Lilibit + Belfy e Lillibit + Belfy y Lillibit + Die kleinen Zwurze + Filiputki + Les lutins de la forêt + Littl` Bits + Lutinette et Lutinou + Mori no Youki na Kobito-tachi: Belfi to Lillibit + بسمة و عبدو + בארץ הקטקטים + 森の陽気な小人たち ベルフィーとリルビット + + + Bob, der Flaschengeist + Bob Embotellado + Bottle Bob + Gênio Maluco + Hakushon Daimaou + Il mago pancione Etcì + Przyjaciel Bob + Robert dans la bouteille + The Genie Family + בוב השד מהבקבוק + ハクション大魔王 + + + ジンキ・エクステンド + je + J:E + Jinki + Jinki Extend + Jinki_Extend + Jinki:Extend + Боевые роботы Дзинки + + + ピーチガール + Peach Girl + Peach Girl + Peach Girl - Super Pop Love Hurricane + pg + الفتاة الخوخة + Красотка + + + Alice au pays des merveilles + Alice Harikalar Diyarında + Alice im Wunderland + Alice in ţara minunilor + Alice in Wonderland + Alice nel paese delle meraviglie + Alice no País das Maravilhas + Alice`s Adventures In Wonderland + Alicia en el País de las Maravillas + Alicja w Krainie Czarów + Alisa - Stebuklų Šalyje + Fushigi no Kuni no Alice + Liisa Ihmemaassa + Lísa í Undralandi + أليس في بلاد العجائب + עליסה בארץ הפלאות + ふしぎの国のアリス + + + スターシップ・オペレーターズ + SO + Starship Operators + Starship Operators + Starship Operators + Пилоты звёздных кораблей + + + メイプル カラーズ + Maple Colors + Maple Colors + Maple Colours + + + Hometown Loss + Soshitsukyo + Soushitsukyou + 喪失郷 + + + Oedo wa Nemurenai! + Sleepless Oedo + お江戸はねむれない! + + + Bao Liang Deng + Lotus Lantern + Precious Lotus Lamp + 宝莲灯 + + + Extra + + + Otohime Connection + Princess Connection + 乙姫CONNECTION + + + サバイバル + Survival + + + Connected + + + 4 Day Weekend + Four Day Weekend + + + バロムワン + Barom One + Barom One + Barom One + Barom One + + + Super Kid + + + Yu-Gi-Oh! A Mozifilm + Yu-Gi-Oh! Film: Pyramida světla + Yu-Gi-Oh ! - Le film + Yu-Gi-Oh! - O Filme + Yu-Gi-Oh! Ostateczne Starcie + Yu-Gi-Oh!: Pyramid of Light + Yu-Gi-Oh!: The Movie + Yuu Gi Ou: Duel Monsters - Hikari no Pyramid + יו-גי-הו!: הסרט + Югио! + 遊☆戯☆王 デュエルモンスターズ 光のピラミッド + + + Soar High! Isami + Tobe! Isami + زهرة والسيف المضيء + 飛べ!イサミ + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 9 ตอน ยุทธการเหนือห้วงทะเลลึก + Détective Conan - Film 9 + Detective Conan: Movie 9 + Detective Conan - Strategy Above the Depths + Detektiv Conan: Das Komplott über dem Ozean + Meitantei Conan: Suihei Senjou no Strategy + 名探偵コナン 水平線上の陰謀 + 水平线上的阴谋 + + + Eiga Futari wa Precure Max Heart + ¿El final de las Pretty Cure? + Precure Movie + 映画 ふたりはプリキュア ー マックスハート + + + ふたりはプリキュア ー マックスハート + มหัศจรรย์สาวน้อย พริตตี้เคียว แมกซ์ฮาร์ท + Futari wa Precure Max Heart + Futari wa Pretty Cure Max Heart + pcmh + precure2 + Pretty Cure Max Heart + Pretty Cure Max Heart TV + + + เกมกลคนอัจฉริยะ ดูเอลมอนสเตอร์ GX + GX !יוגי-הו + Yu-Gi-Oh GX + Yu-gi-oh GX + Yu-Gi-Oh! GX + Yu-Gi-Oh! GX + Yu-Gi-Oh! GX + Yu-Gi-Oh! GX + Yu-Gi-Oh! GX + Yu-Gi-Oh! GX + yugx + Yuu Gi Ou: Duel Monsters GX + يوغي جي اكس + Ю-Ги-О! GX + 遊戯王デュエルモンスターズGX + 遊☆戯☆王デュエルモンスターズGX + + + Cinturó Negre: sigueu valents, nois!! + Yawara! Sore Yuke Koshinuke Kiss!! + YAWARA! それゆけ腰ぬけキッズ!! + + + Christmas in January + Ichigatsu ni wa Christmas + 一月にはChristmas + + + ぶぶチャチャ + BuBu ChaCha + + + Netrunmon + netrun-mon + Netrun-mon the Movie + Netrun-mon The Movie + NetRunner + ねとらん者 THE MOVIE + + + シックス・エンジェルズ + 6 Angels + 6 Melek + Six Angels + ستة ملائكة + + + UFO3 + UFO Princess Valkyrie 3 + UFO Princess Valkyrie Seiresetsu no Hanayome + UFO Princess Walküre 3 + UFO Princess Warukyure Seiresetsu no Hanayome + UFO Ultramaiden Valkyrie 3: Bride of Celestial Souls` Day + 円盤皇女ワるきゅーレ 星霊節の花嫁 + 圆盘皇女 星灵节的新娘 + + + 금색의 갓슈벨 - 메카 발칸의 역습 + Gekijouban Konjiki no Gash Bell!! Mecha Vulcan no Raishuu + Konjiki no Gash Bell!!: Attack of Mechavulcan + Zatch Bell Movie 2 + 劇場版 金色のガッシュベル!! メカバルカンの来襲 + + + Amžina Šeimynėlė + Eikyuu Kazoku + Eternal Family + Ölümsüz Aile + Вечная семейка + 永久家族 + + + Tekkon Kinkreet + Tekkon Kinkreet + Tekkon Kinkreet + Treasure Town + 鉄コン筋クリート + + + カメレオン + Bite Me! Chameleon + Chameleon + + + Daicon + Daicon III & IV Opening Animations + Daicon Opening Animations + Daikon + + + まじかるカナン + kanantv + Magical Canan + Mahou Canan + + + Dutchess of Busty Mounds + Mamahaha + The Duchess of Busty Mounds + 継母 + + + Enfer et paradis - OAV + Enfer & Paradis - OAV + Tenjou Tenge OVA + Tenjou Tenge: Ultimate Fight + tenten ova + tjtg ova + TT OVA + 天上天下~アルティメットファイト~ + + + Bola de Dan + Dodge Danpei + Fighting Dodgeball Boy Dodge Danpei + Honoo no Toukyuuji: Dodge Danpei + Super Dan + الرمية الملتهبة + 炎の闘球児・ドッジ弾平 + + + Çilek Lokumu + Ichigo Mashimaro + IchiMashi + IM + Les petites fraises + Strawberry Marshmallow + Strawberry Marshmallow + Клубничный зефир + 苺ましまろ + 草莓棉花糖 + + + Tokyo Daigaku Monogatari + Tokyo University Story + 東京大学物語 + + + ダークキャット + Dark Cat + + + Gude Crest - The Emblem of Gude + Onna Senshi Efe & Jiira Guude no Monshou + 女戦士エフェ&ジーラ グーデの紋章 + + + Elementalors + Elementalors - The movie + Les élémentalistes + Seirei Tsukai + 精霊使い + + + Oshare Kozou wa Hanamaru + The Fashion Boy is Cool + お洒落小僧は花マルッ + + + Ohoshi-sama no Rail + Rail of the Star + Rail of the Star - A True Story of Children + مسرح الحياة + お星さまのレール + + + トウキョウ・バイス + The Tokyo Project + Tokyo Vice + Toukyou Vice + + + ライトニングトラップ レイナ&ライカ + Lightning Trap - Leina and Laika - + Lightning Trap - Leina & Laika + LIGHTNING TRAP LEINA & LAIKA + + + Take the X Train + X Densha de Ikou + X電車で行こう + + + トワイライトQ + Twilight Q + + + Heavenly Chronicles + Tenjou Hen: Utsu no Miko + Utsunomiko: Heaven Chapter + 天上編 宇宙皇子 + + + coo + Coo che arrivò da un mare lontano + Coo de la mer lointaine + Coo Der Dino aus dem Meer + Coo: It Came From The Sea + Coo of the Far Seas + COO - Tooi Umi Kara Kita Coo + Coo 遠い海から来たクー + كو زائر من المحيط + + + エンジェルブレイドパニッシュ! + Angel Blade Fantasy + Angel Blade Punish! + Angel Blade Punish! + Angel Blade Punish! + + + Jibril + Jiburiru + Jiburiru the Devil Angel + Jiburiru: The Devil Angel + Makai Tenshi Djibril + Makai Tenshi Jiburiru + 魔界天使ジブリール + + + Battle Valkyrie + Ikusa Otome Valkyrie + La chevauchée des Valkyries + Ride of the Valkirie + Ride of the Valkyrie + 戦乙女ヴァルキリー + + + トランスフォーマー ギャラクシーフォース + TF:Cybertron + Transformers Cybertron + Transformers Cybertron + Transformers Cybertron + Transformers: Cybertron + Transformers: Cybertron + Transformers: Cybertron + Transformers: Cybertron - A new beginning + Transformers Cybertron - Robots in disguise + Transformers: Galaxy Force + רובוטריקים: סייברטרון + + + Limeiro Ryuukitan X + Lime-iro Ryuukitan X Cross: Koi, Oshiete Kudasai. + Lime Iru Ryuukitan X CROSS - Tell me about Love + Raimuiro Ryuukitan X + らいむいろ流奇譚 X CROSS ~恋、教ヘテクダサイ。~ + + + Buzzer Beater + BUZZER BEATER + + + 트리니티 블러드 + トリニティ・ブラッド + Kızıl Kan + T Blood + T-Blood + trinity + Trinity Blood + Trinity Blood + Trinity Blood + Trinity Blood + Trinity Blood + Trinity Blood + Trinity Blood + Trinity Blood + Trinity Blood (Кровь Триединства) + Vér és kereszt + ترينيتي بلود + 圣魔之血 + + + Space Battleship Yamato: The New Voyage + Uchuu Senkan Yamato: Arata naru Tabidachi + 宇宙戦艦ヤマト 新たなる旅立ち + + + ∀Gundam II: Moonlight Butterfly + ターンエーガンダムII 月光蝶 + ∀ガンダムII 月光蝶 + Turn A Gundam II: Gekkou Chou + Turn A Gundam II: Moonlight Butterfly + + + ∀Gundam I: Earth Light + Turn A Gundam I: Chikyuu Kou + Turn A Gundam I: Earth Light + ∀ガンダムI 地球光 + ターンエーガンダムI 地球光 + + + Space Battleship Yamato (movie) + Star Blazers: The Quest for Iscandar (movie) + Uchuu Senkan Yamato (Gekijouban) + Yamato, le cuirassé de l’espace + 宇宙戦艦ヤマト (劇場版) + + + ラブレス + Aşksız + LL + Loveless + Loveless + LOVELESS + غير محب + Нелюбимый + + + Kabutomushi Ouji Mushiking - Mori no Tami no Densetsu + King of Beetle Mushiking - Legend of the Forest People + Mushiking + MushiKing + 甲虫王寺ムシキング ~森の民の伝説~ + + + Angelas su Kuoka + Beating Angel Dokuro-chan + Bludgeoning Angel Dokuro-chan + Bokusatsu + Bokusatsu Tenshi Dokuro-chan + btd + Club-to-death Angel Dokuro-chan + dokuro + Dokuro chan + dokuro-chan + El Ángel de la Maza Mortal Dokuro-chan + Totschlag-Engel Dokuro-chan + Убойный ангел Докуро-тян + 扑杀天使 + 撲殺天使ドクロちゃん + + + ウィッチ ヴィレッジ ストーリー + The Witch Village Story + + + ギャラリーフェイク + Galeria Falsurilor + Gallery Fake + Gallery Fake + Gallery Fake + + + La piccola Nell + Nell + Nell the Wandering Girl + Sasurai no Shojo Nell + Sasurai no Shoujo Nell + مغامرات نوال + さすらいの少女ネル + + + だめっこどうぶつ + Damekko Doubutsu + Useless Animals + Бесполезные зверушки + + + B-Densetsu! Battle Bedaman Enkon + Bedaman: Fire Spirits + B-Legend! Battle Bedaman Fire Spirits + B-伝説! バトルビーダマン 炎魂 + דאמן B + + + ยูเรก้า เซเว่น + E7 + Eureka + Eureka 7 + Eureka Seven + Eureka Seven + Eureka Seven + Eureka Seven + Koukyoushihen: Eureka Seven + Psalms of Planets Eureka seveN + إيوريكا سبعة: دعاء الكواكب + Еврика 7 + Эврика 7: Псалмы Планет [ТВ] + 交響詩篇エウレカセブン + + + gag manga + gyagu + gyagumanga + Gyagu Manga Biyori + Masuda Kousuke Gekijou Gag Manga Biyori + Masuda Kousuke`s Theater: A perfect day for Gag-Manga + 増田こうすけ劇場 ギャグマンガ日和 + + + Karlar Kraliçesi + Królowa śniegu + The Snow Queen + The Snow Queen + tsq + ynj + Yuki no Joou + Снежната Кралица + Снежная королева + 雪の女王 + + + Fushigiboshi + Fushigi-boshi no Futago-hime + Fushigi Hoshi no Futago Hime + Futago Hime + Twin Princesses of the Mysterious Star + ふしぎ星の☆ふたご姫 + + + อควอเรี่ยน สงครามหุ่นศักดิ์สิทธิ์ + Aquarion + Aquarion + Aquarion + Genesis of Aquarion + Holy Genesis Aquarion + sna + Sousei no Aquarion + Święta Geneza Aquarion + أكواريون + Акварион + 創聖のアクエリオン + + + こいこい7 + KK7 + Koikoi7 + Koi Koi 7 + Koikoi 7 + Koi Koi Seven + Koikoi Seven + + + Da Capo Second Graduation + Da Capo Second Season + Da Capo Second Story + D.C. ~ダ・カーポ~ セコンドシースン + D.C.S.G. + dcss + D.C. S.S. + D.C.S.S: Da Capo Second Season + + + Izumo + Izumo2 + Izumo: Takeki Tsurugi no Senki + Izumo TTnS + IZUMO -猛き剣の閃記- + 出云战记 + + + ハチミツとクローバー + หวานใจกับใบโคลเวอร์ + Bal Ve Yonca + HachiKuro + Hachimitsu & Clover + Hachimitsu to Clover + Hachimitsu to Kuroba + h&c + Honey and Clover + Honey and Clover + Honey & Clover + Honey & Clover + Honey & Clover + Honey & Clover + Honey & Clover + Med a Čtyřlístek + Mel e Trevo + Méz és lóhere + Miód i koniczyna + W poszukiwaniu czterolistnej koniczyny + عسل و كلوفر + דבש ותלתן + Мед з конюшиною + Мед и Детелина + Мед і клевер І + Мёд и клевер + Хъни и Кловър + 蜂蜜与四叶草 + + + びんちょうタン + Binchotan + binchou + Binchou-tan + Бинтё-тан + 备长炭 + + + 절대소년 + ab + Absolute Boy + Zettai Shonen + Zettai Shounen + zs + Абсолютный парень + 絶対少年 + + + Taiko Drum Master + Taiko no Tatsujin + 太鼓の達人 + + + ガン×ソード + Gun Sword + Gun VS Sword + GUNxSWORD + Gun x Sword + Gun x Sword + GxS + مسدس×سيف + Огнём и мечом + Шута и Чоппа + + + Absolute Justice Love Pheromone + Akahori Gedou Hour Rabuge + Akahori Gedou Hour Rabuge (part 1) + Love Pheromone + Rabuge 1 + Zettai Seigi Love Pheromone + Развеселый час Акахори + Феромон любви + あかほり外道アワーらぶげ part 1 + 絶対正義ラブフェロモン + + + Akahori Gedou Hour Rabuge (part 2) + Gedou Otometai + Rabuge 2 + Sore Yuke! Gedou Otometai + あかほり外道アワーらぶげ part 2 + 外道乙女隊 + それゆけ!外道乙女隊 + + + hotori + Hotori: Tada Saiwai o Koinegau + Hotori ~The Simple Hope for Joy~ + I Only Want Happiness + Хоторі: Я просто хочу щастя + ほとり~たださいわいを希う。~ + + + かしまし ~ガール・ミーツ・ガール~ + gmg + Kashimashi + Kashimashi: Girl meets Girl + Kashimashi: Girl meets Girl + Kasimasi + 女生爱女生 + + + シャッフル! + Shuffle + Shuffle! + SHUFFLE! + Shuffle! + + + Sotsugyou Next Graduation + 卒業 Next Graduation + + + Gekijouban Pocket Monsters Advanced Generation: Mew to Hadou no Yuusha Lucario + Pocket Monsters 8th Movie - Mew and the Wave Guiding Hero + Pokemon 2005 - Mew and the Wave-Guiding Hero- Lucario + Pokémon: Lucario a tajemný Mew + Pokémon - Lucario et le Mystère de Mew + Pokemon - Lucario und das Geheimnis von Mew + Pokemon - Mew and the Wave Guiding Hero + Pokemon: Movie 8 + Pokemon Movie 8 - Lucario and The Mystery of Mew + 劇場版 ポケットモンスター アドバンスジェネレーション ミュウと波導の勇者ルカリオ + + + ガラスのうさぎ + Glass no Usagi + The Glass Rabbit + + + Ranma ½: One Flew Over the Kuno`s Nest + Ranma 1/2: Chou Musabetsu Kessen! Ranma Team VS Densetsu no Houou + Ranma OVA ep 9 - Team Ranma vs. the Legendary phoenix + らんま1/2 超無差別決戦! 乱馬チームVS伝説の鳳凰 + + + Attacker You! + Jeanne et Serge + Juana y Sergio + Mila e Shiro + Mila e Shiro, due cuori nella pallavolo + Pojedynek aniołów + アタッカーYOU! + + + Gundam Wing: Odd & Even Numbers + Shin Kidou Senki Gundam W: Operation Meteor + 新機動戦記ガンダムW オペレーション・メテオ ODD&EVEN NUMBERS + + + 10 Tokyo Warriors + 10 Warriors of Tokyo + La Leyenda de los 10 Guerreros de Tokio: el origen + Ten Tokyo Warriors + Tokyo Juushouden + محاربو طوكيو العشرة + 倒凶十将伝 + + + メル + 메르헤븐 + メルヘヴン + อิทธิฤทธิ์พิชิตมายา + MAR + MÄR + Marchen Awakens Romance + Märchen Awakens Romance + MAR Heaven + MÄR Heaven + Maruhebun + + + Fighting Fairy Girl: Rescue Me, Mave-chan! + Mave + Mave-chan + Rescue Me: Mave-chan + Sentou Yousei Shoujo Tasukete! Mave-chan + 戦闘妖精少女 たすけて!メイヴちゃん + + + ソルティレイ + solty + SoltyRei + Solty Rei + Solty Rei + Solty Rei + Solty Rei + الصياد + 曙光少女 + + + akazukin tv + Fairy Musketeer Akazukin + Fairy Musketeers + Otogi-Juushi Akazukin (2006) + 火枪手小红帽 + おとぎ銃士 赤ずきん (2006) + + + akazukin ova + Otogi-Juushi Akazukin + おとぎ銃士 赤ずきん + + + よばれてとびでて!アクビちゃん + Yobarete Tobidete Akubi-chan + أسرار ليلى + + + Aseria l’éternelle + Eien no Aseria + Eien no Aseria: Spirit of Eternity Sword + Eien no Aseria - The Spirit of Eternity Sword + EnA + The Eternal Aseria + 永遠のアセリア + + + A Lenda de Zorro + Kaiketsu Zorro + La légende de Zorro + The Magnificent Zorro + Zorro + Zorro + Zorro, la légende continue + Zorro mstitel + Z wie Zorro + أسطورة زورو + Легенда о Зорро + Легендата за Зоро + 怪傑ゾロ + 怪盗佐罗 + + + Other Worlds + Toi Sekai + Tooi Sekai + TS + 遠い世界 + + + アイドルファイト スーチーパイ2 + Idol Fighter Su-Chi-Pai + Idol Fight Suchie-Pai + Idol Fight Suchie-Pai 2 + Idol Janshi Suchi-Pai + Suchi Pai + + + Ninpuu Kamui Gaiden + 忍風カムイ外伝 + + + La Leyenda de los 10 Guerreros de Tokio + Ten Tokyo Warriors: The Fuma Gogyo Scriptures + Tokyo Juushouden: Fuuma Gogyou Denshou + 倒凶十将伝 封魔五行伝承 + + + Les 4 filles du docteur March (1981) + Les quatre filles du docteur March (1981) + Little Women (1981) + Mujercitas + Wakakusa no Yon Shimai + فتيات وأمنيات + Μικρές Κυρίες + 若草の四姉妹 + + + Little Women (1980) + Wakakusa Monogatari + Μικρές Κυριες + 若草物語 + + + ラヴ + Ai + Love + + + あひるのクワック + Ahiru no Quack + Alfréd a kacsa + Alfred J. Kwak + Alfred J. Kwak + Alfred J. Kwak + Alfred J. Kwak + Alfred Jodocus Kwak + Alfred Jodocus Kwak + Alfred Jonatan Kwak + Alfred J. Quack + Alfred Kwak + Little Duck`s Big Love Story + Niente paura c`è Alfred + The Adventures of Alfred J. Quack + آلفرد كواك + שאלתיאל קוואק + Ο Άλφρεντ το Παπί + + + Boy`s Detective Team + Detective Brat Pack + Naughty Detective Club + Wanpaku Tanteidan + わんぱく探偵団 + + + Micronauts + ワンダービート S(スクランブル) + Wonder Beat S + Wonder Beat Scrumble + فريق العباقرة + + + The Amazing Three + W3 + W3(ワンダースリー) + Wondering Three + + + After Class Lesson + Houkago: Nureta Seifuku + 放課後 ~濡れた制服~ + + + Firebird: Space Chapter + Hi no Tori: Uchuu Hen + Phoenix: Universe + The Phoenix -Space- + 火の鳥 宇宙編 + + + ブレイブ・ストーリー + อภินิหารเจ้าหนูตะลุยแดนเวทย์ + Brave Story + Brave Story + Brave Story + Brave Story + Brave Story + Câu chuyện của lòng dũng cảm + + + ワンサくん + Little Wansa + Wansa-kun + + + New Legend of the Heroes of the Warring Nations - The Ten Sanada Brave Soldiers Sanada 10 TV + Shinshaku Sengoku Eiyuu Densetsu Sanada Juu Yuushi The Animation + 新釈 戦国英雄伝説 眞田十勇士 The Animation + + + Gesucht, entdeckt, erfunden + Lexy weiss alles + Miimu Iro Iro Yume no Tabi + Mimu, the Traveller of Many Dreams + Ordy + Ordy + Ordy - Komputerowy Skrzat + Ordy - Les grandes découvertes + The Many Dream Journeys of Meme + لبيبة + דימי בעקבות התגליות הגדולות + ミームいろいろ夢の旅 + + + Akai Kiba Blue Sonnet + Blue Sonnet + Blue Sonnet + 紅い牙 ブルー・ソネット + + + テンリトルガルフォース + Super Deformed Double Feature 1 + The Ten Little Gall Force + + + Gaiarth + Genesis Survivor Gaiarth + Sosei Kishi Gaiarth + Sousei Kishi Gaiarth + 創世機士ガイアース + + + Scramble Wars Get Going! Race of Genom Trophy Rally + Scramble Wars: Ten Little Gall Force + Scramble Wars: Tsuppashire! Genom Trophy Rally + Super Deformed Double Feature 2 + スクランブル・ウォーズ 突っ走れ!ゲノムトロフィーラリー + + + Clover + Koniczyna + Yonca + + + Double X + X² ダブルエックス + X2 Double X + + + Catnapped + Papadoll au pays des chats + Totsuzen! Neko no Kuni Banipal Witt + とつぜん!猫の国 バニパルウィット + + + ストラトス・フォー アドヴァンス + สตราโตส 4 แอดวานซ์ + S4A + s4ova2 + s4 ova2 + Stratos 4 Advance + Stratos 4 OVA 2 + + + センシティブ・ポルノグラフ + Jausminga Pornografija + Sensitive Pornograph + Sensitive Pornograph + + + La légende de la forêt + La Leyenda del Bosque + Legenda lasu + Legend of the Forest + Mori no Densetsu + 森の伝説 + + + 1ポンドの福音 + Ichi Pound no Fukuin + One Pound Gospel + + + Explorer Woman Ray + EXPLORER-WOMAN RAY + + + アイ・シティ + Ai City + Love City + Nom de code : Love City + + + Baku Yumemakura`s Twilight Theatre + Twilight Gekijou + Yumemakura Baku Twilight Gekijou + 夢枕 獏 とわいらいと劇場 + 夢枕獏 とわいらいと劇場 + + + Eguchi Hisashi no Kotobuki Gorou Show + Kotobuki Goro Show + 江口寿史の寿五郎ショウ + + + Child`s toy OVA + kodocha ova + Kodomo no Omocha OVA + こどものおもちゃ OVA + + + ch2 + Condor Hero II + Legend of the Condor Hero II + loch2 + Shen Diao Xia Lu II: Xiang Yang Feng Yun + Shen Diao Xia Lu II: Xie Dan Qi Jing + 神鵰俠侶 II 襄陽風雲 + + + Monster Farm: Enbanseki no Himitsu + Monster Farmer + Monster Rancher + Monster Rancher + Monster Rancher + Monster Rancher (Teil 1) + أدغال الدجتل + モンスターファーム~円盤石の秘密~ + + + スローステップ + Slow Step + Slow Step + + + デュエル・マスターズ + A párbaj mesterei + Duel Masters + Duel Masters + Duel Masters + Duel Masters + Mistrzowie Kaijudo + דואל מאסטר + + + Duel Masters Movie + Gekijouban Duel Masters: Yami no Shiro no Maryuuou [Curse of the Deathphoenix] + 劇場版デュエル・マスターズ 闇の城の魔龍凰[カース・オブ・ザ・デスフェニックス] + + + Gekijouban Rockman.EXE - Hikari to Yami no Program + Theater Edition Rockman EXE: Program of Light and Dark + 劇場版ロックマンエグゼ 光と闇の遺産[プログラム] + + + Prince Shisukon + Shisukon Ouji + シスコン王子 + + + Yamato 2520 + + + Ankoku Shinwa + Dark Myth + The Dark Myth + The Dark Myth + 暗黒神話 + + + A Lei do Ueki + La llei de Ueki + La loi d`Ueki + The Law of Ueki + TLoU + ueki + Ueki no Housoku + ueki tv + UnH + Законът на Уеки + うえきの法則 + + + トーイ + TO-Y + To-Y + + + おはよう!スパンク + Hallo Kurt + Hello Spank! + Hello Spank! + Les aventures de Claire et Tipoune + Ohayou! Spank + Ola, Spanky! + Spanky + سبانك + + + Campus Special Investigator Hikaruon + Gakuen Tokusou Hikaruon + Hikalion + 学園特捜ヒカルオン + + + Dragon Chronicle + Evil Dragon War Chronicles + Maryu Senki + Maryuu Senki + War Chronicle of Magical Dragons + Хроники Дракона + 魔龍戦紀 + 魔龍戦記 + + + エンジェル・ハート + AH + Angel Heart + Angel Heart + Melek Kalpli + قلب ملاك + Сердце ангела + 天使心 + + + Desperate Carnal Housewives + Hitozuma Ryoujoku Sankanbi + 人妻凌辱参観日 + + + Die Körpertrainerin + Gattsu + THE ガッツ! + The Guts + The Guts + The Guts! + Women at Work + + + Best Student Council + gkai + Gokujo Seitokai + Gokujou Seitokai + The best student council + 極上生徒会 + + + Sodan Brothers + 留守電アワー SODANブラザーズ + + + おねがいマイメロディ + My Melody + Onegai my Melody + + + CB Character: Nagai Gou World + CB Chara Go Nagai World + Chibichiara - Nagai Go Sekai + Chibi World + El loco mundo de Go Nagai + Il pazzo mondo di Go Nagai + CBキャラ永井豪ワールド + + + きらめき☆プロジェクト + Kirameki Project + + + Jikoo + Shiden + + + Chié la petite peste (1981) + Chie the Brat (1981) + Jarinko Chie (1981) + Kié la petite peste (1981) + Хулиганка Тиэ + じゃりん子チエ (1981) + + + ジーニアスパーティー + Genialus Vakarėlis + Genius Party + Genius Party + + + Chié la petite peste + Chie the Brat + Jarinko Chie + Kié la petite peste + じゃりン子チエ + + + Taiman Blues Shimizu Naoto Hen + たいまんぶるうす 清水直人編 + + + Taiman Blues Ladies Chapter + Taiman Blues Ladies Hen + たいまんぶるうず レディース編 + + + Shadow Skill: Kuruda-ryuu Kousatsu-hou no Himitsu + Shadow Skill OVA 3 + Shadow Skill: Secret of the Kurudan Style + SHADOW SKILL クルダ流交殺法の秘密 + + + Beast Wars Second Lio Convoy Special + Eiga Beast Wars Second Chou Seimeitai Transformers Lio Convoy Kiki Ippatsu! + Movie Beast Wars Second: Super Lifeform Transformers - Lio Convoy`s Close Call! + 映画 ビーストウォーズⅡ[セカンド]超生命体トランスフォーマー ライオコンボイ危機一髪! + + + Suna no Bara [Desert Rose] + 砂の薔薇[デザート・ローズ] + + + Blazing Transfer Student + Honoo no Tenkousei + 炎の転校生 + + + Shounen Ashibe + 少年アシベ + + + Shounen Ashibe 2 + 少年アシベ2 + + + Ame to Shoujo to Watashi no Tegami + Rain, the Little Girl, and My Letter + RtLGaML + RtLG, aML + 雨と少女と私の手紙 + + + フタコイ オルタナティブ + FK alt + Futakoi 2 + Futakoi alt + Futakoi Alternative + Twin Love 2 + Twin Love Alternative + Любовь близнецов 2 + + + dolph + Iruka to Shounen + Oum le dauphin blanc + The Dolphin and the Boy + Zum il delfino bianco + イルカと少年 + + + かいけつタマゴン + Die verrückte Welt von Tic und Tac + Kaiketsu Tamagon + Tamagon the Counselor + + + True Blue + True Blue~トゥルー・ブルー~ + + + はれときどきぶた + Hare Tokidoki Buta + Tokyo Pig + + + パタリロ! + ぼくパタリロ! + Boku Pataliro! + Boku, Patariro + I, Pataliro! + Patalliro! + Patarillo + + + Bander Book + Hyakumannen Chikyuu no Tabi Bandar Book + Le Avventure Di Bandar + Le prince du soleil + One Million-year Trip: Bander Book + 100万年地球の旅バンダーブック + + + Bucky + Bucky - The Incredible Kid + Jibaku-kun - Twelve World Story + ジバクくん TWELVE WORLD STORY + + + หน้ากากแก้ว + Garasu no Kamen + Glass Mask (2005) + Glass no Kamen (2005) + GM + Szklana Maska + قناع زجاجي + Стеклянная маска + ガラスの仮面 (2005) + 玻璃假面 + + + らんま1/2 スペシャル + Ranma 1/2 Special + + + らんま1/2 SUPER + Ranma 1/2 Super + + + プリンセス ミネルバ + Princess Minerva + Princess Minerva + + + とべ! くじらのピーク + Fly! Peek the Whale + Poika ja valkoinen valas + Tobe! Kujira no Peek + + + นารูโตะ นินจาจอมคาถา เดอะมูฟวี่ ศึกครั้งใหญ่! ผจญนครปีศาจใต้พิภพ + Gekijouban Naruto: Dai Gekitotsu! Maboroshi no Chitei Iseki Datte ba yo! + Naruto 2. Film : Gelel Taşı Efsanesi + Naruto - Battaglia al Villaggio della Cascata + Naruto - film 2 - La légende de la pierre de Guélel + Naruto Movie 2 + Naruto Movie 2: Legenda o kameni Gelel + Naruto the Movie 2: Legend of the Stone of Gelel + NARUTO THE MOVIE Vol.2 + 劇場版 NARUTO 大激突!幻の地底遺跡だってばよ + + + 북두신권 - 라오우전 순애의 장 + ฤทธิ์หมัดดาวเหนือ ภาค ตำนานราโอ บท พลีชีพเพื่อรัก + Fist of the North Star 1: Legend of Raoh - Death for Love + Fist of the North Star. Legend of Raoh - Death for Love + Fist of the North Star - Raoh Side Story Junai Arc + Hokuto no Ken 1 - L`ère de Raoh + Ken il guerriero - La leggenda di Hokuto + Shin Kyuuseishu Densetsu Hokuto no Ken Raou-den Jun`ai no Shou + 真救世主伝説 北斗の拳 ラオウ伝 殉愛の章 + + + 북두신권 - 유리아전 + Fist of the North Star 2: Legend of Yuria + Fist of the North Star - Legend of Yuria + Fist of the North Star - The Legend of Yuria + Hokuto no Ken - La légende de Julia + Ken il guerriero - La leggenda di Julia + Ken le survivant - La légende de Julia + Shin Kyuuseishu Densetsu Hokuto no Ken Yuria Den + Shin Kyuuseishu Densetsu Hokuto no Ken Yuria-den + 真救世主伝説 北斗の拳 ユリア伝 + + + Fist of the North Star 4: Legend of Toki + Fist of the North Star - The Legend of Toki + Hokuto no Ken - La légende de Toki + Ken il guerriero - La leggenda di Toki + Ken le survivant - La légende de Toki + Shin Kyuuseishu Densetsu Hokuto no Ken Toki-den + قبضة النجم الشمالي - أسطورة توكي + 真救世主伝説 北斗の拳 トキ伝 + + + Boobalicious + MILK・ジャンキー + Milk Junkies + عاهرات الحليب + + + OVAL×OVER + Oval X Over + + + The Old Crocodile + Toshi wo totta Wani + 年をとった鰐 + + + Alegre Juventud + Hi Atari Ryohko + Hiatari Ryoko! + Hiatari Ryoukou + Hiatari Ryoukou! + Koulussa + Questa allegra gioventù + Sunny Ryoko + Une vie nouvelle + 陽あたり良好! + + + Meimon! Daisan Yakyuubu + Meimon! The Third Baseball Club + 名門!第三野球部 + + + Armored Police Metal Jack + Kikou Keisatsu Metal Jack + Kikou Keisatsu Metarujakku + Spezialeinheit Metal Jack + 機甲警察 メタルジャック + + + ふしぎなメルモ + Fushigi na Melmo + I bon bon magici di Lilly + Marvelous Melmo + + + よろしくメカドック + A tutto gas + Yoroshiku Mecha Doc + + + Acrobunch, la leggenda del paese magico + Askadis – La légende de l’empire perdu + L`empire des cinq + Makyou Densetsu Acrobunch + 魔境伝説アクロバンチ + + + Drôle de fée + Magical Girl Chikkle + Magic Tikkle + Magiczne igraszki + Magique Tickle + Majokko Tickle + 魔女っ子チックル + + + おでんくん + Odenkun + Oden-kun + + + Aa Harimanada + ああ播磨灘 + + + Let`s Dance with Papa + Papa to Odorou + パパと踊ろう + + + Ai no Gakkou Cuore Monogatari + Cœur + Cuore + School of Love: Heart`s Story + The Tale of Cuore: The School of Love + أحلى الأيام + 愛の学校 クオレ物語 + + + Diventeremo famose + Idol Angel Welcome Yoko + Idol Tenshi Youkoso Youko + Las aventuras de Yoko y Saki + Привет! Звездният ангел Йоко + アイドル天使 ようこそようこ + + + タッチ Miss Lonely Yesterday あれから、君は… + Théo ou la batte de la victoire - Miss Lonely Yesterday + Touch4 + Touch: Miss Lonely Yesterday - Arekara, Kimi wa + Touch MLY + Touch Movie 4 + + + Kidou Senshi SD Gundam Mark-III + Mobile Suit SD Gundam Mk III + SD Gundam Mk. III + 機動戦士SDガンダム MARK-III + + + タッチ CROSS ROAD 風のゆくえ + Théo ou la batte de la victoire - Cross Road + Touch5 + Touch: Crossroad - Kaze no Yukue + Touch Movie 5 + + + Koume-chan ga Iku! + 小梅ちゃんが行く!! + + + Ai no Wakakusa Yama Monogatari + 愛の若草山物語 + + + ゴキブリちゃん + Gokiburi-chan + + + いちご100% + %100 Çilek + 100% Morango + 100% فراولة + 100% Клубничка + i100 + i100tv + Ichigo + Ichigo 100% + Ichigo 100% TV + Strawberry 100% + Ічіґо 100% + 草莓100% + + + Comic Party Revolution (2005) + Comic Party Revolution TV + CPR TV + こみっくパーティーRevolution (2005) + 漫画同人会 + + + Guardian Hearts Power UP! + がぁーでぃあんHearts ぱわーあっぷ! + + + ゾイド ジェネシス + Zoidai + Zoids Genesis + + + Akado Suzunosuke + Redbreast Suzunosuke + 赤胴鈴之助 + + + Fiocchi di cotone per Jeanie + Girl in the Wind: Blonde Jeanie + Girl in the Wind: Jeanie with the Light Brown Hair + Jeannie + Kaze no Naka no Shoujo Kinpatsu no Jeanie + Le rêve de Jeanie + ابنتي العزيزة.. راوية + 風の中の少女 金髪のジェニー + + + Kero Kero Keroppi no Daibouken: Fushigi na Mame no Ki + Keroppi + Żabki opowiadają + החבורה + けろけろけろっぴの大冒険 ふしぎな豆の木 + + + Concerto + CONCERTO + + + A Great Super Shot Boy + Ashita Tenki ni Nare! + Tutti in campo con Lotti + あした天気になあれ + + + あしたへアタック! + Ashita e Attack! + Attack on Tomorrow + Mimì e le ragazze della pallavolo + Smash + + + あしたへ フリーキック + Ashita e Free Kick + Free Kick Toward Tomorrow + Graine de champion + Kick For the Tomorrow + Supercampeones + الضربة الصاعقة + Σαν + + + あずきちゃん + Azuki + Azuki-chan + Maluda + אזוקי צ`אן + + + アストロガンガー + Astroganga + Astro Ganga + Astroganger + جونغر + + + アニマル1 + Animal 1 + + + A könyvek könyve + Anime Oyako Gekijou + Cartea cărţilor + El Super Libro + O Livro Incrível + Parent and Child Theatre + SuperBook + Superbuch + Superkirja + Superksięga + סופרבוק + Κρις και Τζόη: Ταξίδι στον Χρόνο + Суперкнига + アニメ 親子劇場 + + + A könyvek könyve II + Personal Computer Travel Tanteidan + superbook 2 + パソコントラベル探偵団 + + + Animated Tamagotchi Found on Television! + Anime TV de Hakken! Tamagotchi + アニメ TVで発見!! たまごっち + + + Alice`s Detective Agency + Alice Tanteikyoku + アリス 探偵局 + + + Adventures of Pepero the Andes Boy + Andes Shounen Pepero no Bouken + En busca del Condor Dorado + Las Aventuras de Pepero el Niño de los Andes + Pepero + Pepero`nun Maceraları + النسر الذهبي + アンデス少年 ペペロの冒険 + + + Anmitsu Hime + Princess Anmitsu + Sugar Princess + あんみつ姫 + + + Dinosaur Wars Eisenborg + I Zenborg + Kyouryuu Daisenso Aizenborg + الرجل الحديدي + 恐竜大戦争 アイゼンボーグ + + + ゲームセンターあらし + Game Center Arashi + Molletta il terribile + + + Manga Ijin Monogatari + Manga of Great Personalities + まんが偉人物語 + + + Animation Kikou Marco Polo no Bouken + Marco Polo`s Adventures + アニメーション紀行 マルコ・ポーロの冒険 + + + Il Piccolo Guerriero + Manga Sarutobi Sasuke + Ninja, cudowny chłopak + まんが猿飛佐助 + + + L`invincibile Shogun + Manga Mitokomon + まんが 水戸黄門 + + + いじわるばあさん (1996) + Bullying Grandmother (1996) + Granny Mischief (1996) + Ijiwaru Baa-san (1996) + + + Baseballista + Homerun Kanta + Il fichissimo del baseball + Ippatsu Kanta-kun + One-shot Kanta + 一発貫太くん + + + General Inakappe + Hugo el Rey del Judo + Inakappe Taisho + Ugo il Re del Judo + いなかっぺ大将 + + + Fuuma no Kojirou: Fuuma Hanran Hen + Kojirô ! + 風魔の小次郎~風魔反乱篇~ + + + Fuuma no Kojirou: Yasha Hen + Kojirô ! La légende des dix épées + 風魔の小次郎 夜叉篇 + + + Dan Petory Kyoushu no Yuuutsu + Pr. Dan Petory`s Blues + Professor Dan Petory`s Blues + ダン・ぺトリー教授の憂鬱 + + + Fuuma no Kojirou: Seiken Sensou Hen + Kojirô ! La légende des dix épées - Série II + 風魔の小次郎 聖剣戦争篇 + + + Ninjaman Ippei + فتى النينجا + 忍者マン 一平 + + + El As del Espacio + Space Ace + Uchuu Ace + 宇宙エース + + + Digital Devil + Digital Devil Monogatari Megami Tensei + L`histoire du démon numérique + デジタル・デビル物語 女神転生 + + + ちゅっ^2 + Chu2 + Chu2 + Chu2 + Twisted Tales of Tokyo (1) + + + Männer Magazine + Momone + Momone + MOMONE 桃音 + The Naughty Professor + Twisted Tales of Tokyo (2) + + + Crayon Shin-chan - Film 12 + Crayon Shin-chan Movie 12 + Crayon Shin-chan Movie 2004 + Eiga Crayon Shin-chan: Arashi o Yobu! Yuhi no Kasukabe Boys + Shin-chan: Kasukabe boys w wieczornym słońcu + 映画 クレヨンしんちゃん 嵐を呼ぶ!夕陽のカスカベボーイズ + + + Crayon Shin-chan - Film 13 + Crayon Shin-chan Movie 13 + Eiga Crayon Shin-chan: Densetsu o Yobu Buriburi 3 Pun Dai Shingeki + 映画 クレヨンしんちゃん 伝説を呼ぶ ブリブリ 3分ポッキリ大進撃 + + + Otoko do-Ahou! Koushien + 男どアホウ!甲子園 + + + ガンとゴン + Gan and Gon + Gan & Gon + Gan to Gon + + + Judo Sanka + Ode to Judo + 柔道讃歌 + + + Charge Man Ken + Chargeman Ken + チャージマン研! + + + Keisatsu Sensha Tai TANK S.W.A.T. 01 + Keisatsu Sensha Tai TANK SWAT 01 + KSTTS + TANK + TANK S.W.A.T. 01 + 警察戦車隊 TANK S.W.A.T. + + + Doraemon: Boku, Momotarou no Nanna no Sa + Doraemon Movie 02 + Doraemon: What Am I for Momotaro + Momotarou Nonannanosa + ドラえもん ぼく、桃太郎のなんなのさ + + + Doraemon Movie 01 + Doraemon: Nobita No Kyoryu + Doraemon: Nobita no Kyouryuu + Doraemon: Nobita`s Dinosaur + Nobita`s Dinosaur + ドラえもん のび太の恐竜 + + + Ginga Shippuu Sasuraiger + 銀河疾風サスライガー + + + Ginga Reppuu Baxinger + 銀河烈風バクシンガー + + + Bryger + Cosmo Ranger J9 + Galaxy Cyclone Bryger + Ginga Senpuu Braiger + 銀河旋風ブライガー + + + Higan + 彼岸 + + + Black Jack: Capital Transfer To Heian + Black Jack: Heian Sento + ブラック・ジャック/平安遷都 + + + カレイドスター ぐっどだよ!ぐぅ~っど!! + Kaleido Star: Good da yo! Goood!! + Kaleidostar: It`s Good! Goood!! + Kaleido Star: Treatment + + + Tenjou Tenge: The Past Chapter + TenTen: The Past Chapter + TenTen: TPC + tjtg: tpc + TT: TPC + 天上天下 THE PAST CHAPTER + + + Baldios + Baldios + Space Warrior Baldios + Uchuu Senshi Baldios + بالديو + Балдиос + 宇宙戦士バルディオス + + + God Sigma, l`imperatore dello spazio + Space Emperor God Sigma + Uchuu Taitei God Sigma + 宇宙大帝 ゴッドシグマ + + + G Spot Express + G-Spot Express + Itazura + Itazura The Animation + Itazura The Animation + Les pervers du métro + 悪戯~いたずら~The Animation + + + ブルーシード 1.5 + Blue Seed 1.5 + + + Dark Love + Kuroai + Kuro Ai: Hitoyozumakan Inkou Rannyuuroku + 黒愛 一夜妻館・淫口乱乳録 + + + Nymphs of the Stratosphere + Stratosphera no Yousei + ストラトスフェラの妖精 + + + Nijushi no Hitomi + Twenty-Four Eyes + Vierundzwanzig Augen + 二十四の瞳 + + + ウィザードリィ + Wizardry + + + Girl Detective Club + Katsugeki Shoujo Tanteidan + 活劇少女探偵団 + + + Shizukanaru Don: Yakuza Side Story + The Quiet Don + The Quietened Don: Yakuza Side Story + 静かなるドン YAKUZA SIDE STORY + + + O(ffice) L(adies) Remodeling Lecture + Office Ladies Remodelling Lecture + OL Kaizo Koza + Survival in the Office + OL改造講座 + + + Oji-san Kaizo Koza + The Old Man`s Survival Guide + おじさん改造講座 + + + Eguchi Hisashi no Nantoka Narudesho! + 江口寿史のなんとかなるでショ! + 江口寿史のNANTOKA NARUDESHO! + + + Space Fantasia 2001 Nights + Space Fantasia 2001 Yoru Monogatari + スペース ファンタジア 2001夜物語 + + + Judo Story + Sanshiro the Judoist + Sugata Sanshiro + 姿三四郎 + + + Botchan + 坊っちゃん + + + Bouken-tachi Gamba to Nanbiki no Nakama + The Adventurers Gamba and his Seven Friends + 冒険者たち ガンバと7匹のなかま + + + Ganbare!! Tabuchi-kun!! Gekitou Pennant Race + Go for It, Tabuchi: Violent Pennant Contest + がんばれ!!タブチくん!! 激闘ペナントレース + + + I`m the Crane Princess -- ! + Tsuruhime Ja! + つる姫じゃーっ! + + + パラダイス・キス + พาราไดซ์ คิส + Cennet Öpücüğü + Paradise Kiss + Paradise Kiss + Paradise Kiss + Paradise Kiss + Paradise Kiss + Paradise Kiss + Paradise Kiss + Paradise Kiss + parakiss + parakisu + PKiss + قبلة الجنة + Парадайз Кисс + паракіс + Райський цілунок + 天堂之吻 + + + ไฟนอล แฟนตาซี: เดอะ สปิริท วิทธิน + ファイナルファンタジー (2001) + Fantazijos viršūnė-Sudvasintieji + FFSW + FFTSW + Final Fantasy + Final Fantasy + Final Fantasy - A harc szelleme + Final Fantasy - Descubra Uma Nova Realidade + Final Fantasy - Die Mächte in dir + Final Fantasy: Esence života + Final Fantasy, les créatures de l`esprit + Final Fantasy: Spiritele Ascunse + Final Fantasy: The Spirits Within + Final Fantasy: The Spirits Within + Final Fantasy: The Spirits Within + Final Fantasy: Wojna dusz + Spirits Within + פיינל פנטסי + Последняя фантазия + Последняя фантазия: Духи внутри + Реална фантазия + + + ナイン + Nine + + + Nine 2: Koibito Sengen + ナイン2 恋人宣言 + + + Nine: Kanketsuhen + ナイン 完結編 + + + Nine: Original Han + ナイン オリジナル版  + + + Daikengo, il guardiano dello spazio + Daikengo, The Guardian of Space + Uchuu Mazin Daikengo + 宇宙魔神ダイケンゴー + + + Brave King GaoGaiGar Final Grand Glorious Gathering + GaoGaiGar FINAL -GGG- + Yuusha Ou GaoGaiGar Final Grand Glorious Gathering + 勇者王ガオガイガーFINAL GRAND GLORIOUS GATHERING + 勇者王ガオガイガーFINAL -GGG- + + + Brave Command Dagwon - The Boy with Crystal Eyes + Yuusha Shirei Dagwon: Suishou no Hitomi no Shounen + 勇者指令ダグオン 水晶の瞳の少年 + + + Golden Brave Goldran + Ougon Yuusha Goldran + 黄金勇者ゴルドラン + + + Jane e Micci + Nathalie + Nathalie et ses amis + Sasurai no Taiyo + Sasurai no Taiyou + Wandering Sun + さすらいの太陽 + + + みどりのマキバオー + Green Makibao, The Incredible Race Horse + Midori no Makibao + + + Kunoichi Gakuen Nimpochou + Ninja + Ninja - Sex Fantasien + Schoolgirl Ninja Harlem + くノ一学園忍法帖 + + + Arano no Sakebi Koe: Howl, Buck + Call of the Wild: Howl, Buck + Erämaan kutsu + L`appel de la forêt + Skriet från vildmarken + 荒野の叫び声 吠えろバック + + + De bende van vijf + Go! Go! Itsutsugo Land + Go! Go! Quintuplets Land + Les Quintuplets + Let`s Go Quintuplets + Quintento de Gémeos + חמישיה + ゴーゴー五つ子ら・ん・ど + + + ウルトラ B + Ultra B + + + Ultraman Kids no Kotowaza Monogatari + Ultraman Kids` Proverb Stories + ウルトラマン キッズの ことわざ物語 + + + Ultraman Kids: Haha wo Tazunete 3000-man Kounen + Ultraman Kids Looking for Mother for 30,000,000 Light Years + زيكو العجيب + ウルトラマンキッズ 母をたずねて3000万光年 + + + オヨネコ ぶーにゃん + Oyo Neko Bunyan + Oyoneko Bunyan + Oyoneko Punyan + + + Espadachim Ninja + Magiczny miecz ninja + Sengoku Kidan Youtouden + Yotoden: Chronicle of the Warlord Period + Zaklęty miecz ninja + Гнев ниндзя + Йотоден: Хроники военного времени + 戦国奇譚妖刀伝 + + + Alla scoperta di Babbo Natale + Elves of the Forest + Familie Nikolaus + Histoire du père Noël + Mori no Tonto-tachi + 森のトントたち + + + Pro Golfer Saru + Progolfer Saru + プロゴルファー猿 + + + あまえないでよっ!! + Ah My Buddha + Ah! My Buddha + amaenaide yo + Amaenaide yo!! + Amaenaideyo!! + Не приставай ко мне!! + 极乐天师 + + + ローゼンメイデン トロイメント + rm2 + rmt + Rozen Maiden 2 + Rozen Maiden: Dreaming + Rozen Maiden - Traeumend + Rozen Maiden Traumend + Rozen Maiden ~Traumend~ + Rozen Maiden: Traumend + Rozen Maiden - Träumend + Rozen Maiden - Träumend + 蔷薇少女2~梦见~ + + + ぺとぺとさん + peto^2 + petopeto + Petopeto-san + 我是小粘粘 + + + だいすき!ぶぶチャチャ + Daisuki! BuBu ChaCha + I Love Bubu Chacha + I Love! BuBu ChaCha + + + Columbus no Daibouken + Columbus`s Great Adventures + Great Adventure of Columbus + Krzysztof Kolumb + Krzysztof Kolumb - Odkrycie Ameryki + הרפתקאות קולומבוס + コロンブスの大冒険 + + + アンジェリーク + Angelique + Angelique - OVA 4 + + + Angelique: From the Sanctuary with Love + Angelique - OVA 2 + Angelique: Seichi yori Ai o Komete + アンジェリーク 聖地より愛をこめて + + + Angelique - OVA 3 + Angelique - Twin Collection + アンジェリーク Twinコレクション + + + Pataliro Saiyuki + Patalliro Saiyuuki + パタリロ西遊記! + + + Lupin Against Holmes + Lupin tai Holmes + Lupin vs. Holmes + ルパン対ホームズ + + + Kaitou Lupin: 813 no Nazo + Lupin the Mysterious Thief--Enigma of the 813 + Lupin the Thief--Enigma of the 813 + 怪盗ルパン 813の謎 + + + Kaitou Pride + Pride the Master Thief + 怪盗プライド + + + Lupin III - Pilot Film + Lupin III: Secret Files + Lupin Sansei Pilot Film + Lupin Sansei: Secret File + Rupan Sansei - Shiikuretto Fairu + ルパン三世 Pilot Film + + + Don Dracula + Don Drácula + 手塚治虫のドン・ドラキュラ + + + Der kleine Bibelfuchs + In the Beginning The Bible Stories + Seisho Monogatari + Tezuka Osamu no Kyûyaku Seisho Monogatari + 手塚治虫の旧約聖書物語 + 聖書物語 + + + มนุษย์เกราะชีวะ + Guyver (2005) + Guyver - The Bioboosted Armor + Guyver - The Bioboosted Armor + Guyver tv + Kyoushoku Soukou Guyver (2005) + 強殖装甲ガイバー (2005) + + + B+ + BLOOD+ + Blood+ + Blood+ + Blood+ + BLOOD+ + Blood+ + BLOOD+ + BLOOD+ + BLOOD+ + BLOOD+ + Blood+ + Blood TV + Kraujas Plius + +دم + Кровь+ + + + Storm Rider - Blueprint + Storm Riders OVA (Year 2000 Version) + 風雲草圖 + + + Storm Riders OVA (Year 2002 Version) + Storm Rider - Wild Winds, Raging Clouds + 風急雲怒 + + + A fehér farkas + Hashire! shiroi okami + Hashire! Shiroi Ookami + Run! White Wolf + 走れ!白いオオカミ + + + くじらとり + Kujiratori + Kujira Tori + The Whale Hunt + + + Fuyu no Hi + Jours d`hiver + Winter Days + أيام الشتاء + Зимние дни + 冬の日 + + + Here comes Three Eyes + Mitsume ga Tooru + The Three-eyed One + 三つ目がとおる + + + Choujin Densetsu Urotsukidouji (1989) + Urotsukidōji - La légende du démon + Urotsukidoji: Legend of the Overfiend (movie) + 超神伝説 うろつき童子 (1989) + + + かみちゅ! + Kamichu + kamichu + Kami-Chu + Kamichu! + Kamichu! + Kamichu - Az iskolás istennő + Kami-chu! ~Kamisama wa Chuugakusei~ + Kamichu - Zeiţa şcolăriţă + Kami-sama wa Chuugakusei + Teenage Goddess + The Goddess is a Middle School Student + Богиня-школьница + Камічю! ~Богиня з середньої школи~ + 神是中學生 + + + わがまま☆フェアリー ミルモでポン! ごおるでん + Mirmo (suite) + Wagamama Fairy Mirumo de Pon! Golden + + + わがまま☆フェアリー ミルモでポン! ちゃあみんぐ + Wagamama Fairy Mirumo de Pon! Charming + + + Choujin Densetsu Urotsukidouji 2 + Urotsukidoji II: Legend of the Demon Womb (movie) + Urotsukidōji II - L`enfant errant + 超神伝説うろつき童子 魔胎伝 + + + マドンナ + Madonna + + + Hi no Tori: Yamato Hen + The Phoenix: Chapter of Yamato + 火の鳥・ヤマト編 + + + プッシュ + Push + + + Suzuka + Suzuka + سوزوكا + 凉风 + 涼風 + 涼風 + + + パーマン (1983) + Paa man + Paman (1983) + Perman + SUPERKID + + + パーマン + Paaman + Paman + SUPERKID (1967) + + + Paman - Birdman ga Yattekita + Paman : Birdman ga Yattekita !! + Paman MOVIE (1983) + パーマン バードマンがやって来た!! + + + As Meninas Superpoderosas: Geração Z + Atomówki + Demashitaa! Powerpuff Girls Z + Demashita! Powerpuff Girls Z + Les Supers Nanas Zeta + Power Puff Girls Z + ppgz + Super Poderosas + 出ましたっ!パワパフガールズZ + + + F + F-エフ + Motori in pista - F + + + Ninku Knife no Bohyou + NINKU-忍空-「ナイフの墓標」 + + + かりん + Karin + Wampirzyca Karin + كارين + Карин + Карін + 增血鬼果林 + + + แคนวาส 2 - ภาพสเก็ตช์สีรุ้ง + C2 + Canvas2 + Canvas 2 + Canvas 2 ~Niji Iro no Sketch~ + Canvas 2: Niji-iro no Sketch + Canvas2 ~Niji-iro no Sketch~ + Canvas 2 ~Rainbow Colored Sketch~ + Canvas2~虹色のスケッチ~ + لوحة زيتية 2 + + + ไม-โอโตเมะ + ศึกอัญมณีสาวน้อยแห่งดวงดาว + Mai Oto-Hime + Mai-OtoHiME + Mai Otome + Mai-Otome + Mai-Z HiME + My Otome + My-OTOME + My ZHiME + otome + ماي-أوتومي + Май-Отомэ + ไม-乙-HiME-โอโตเมะ ศึกอัญมณีสาวน้อยแห่งดวงดาว + 舞-乙HiME + 舞-乙HiME + + + Bakunyuu Shimai + Bomb Milk Sisters + Explosive Bust Sisters + Invasion of the Boobie Snatchers + Invasion of the Booby Snatchers + 爆乳姉妹 + + + Borgman + Chouon Senshi Borgman + Sonic Soldier Borgman + 超音戦士ボーグマン + + + Borgman 2058 + Chouon Senshi Borgman Shin Seiki 2058 + Sonic Soldier Borgman 2: New Century 2058 + Sonic Soldier Borgman II: New Century 2058 + 超音戦士ボーグマン2 新世紀2058 + + + Borgman : Lovers Rain + Chouon Senshi Borgman: Lovers Rain + Sonic Soldier Borgman: LOVERS RAIN + 超音戦士ボーグマン LOVERS RAIN + + + Hametsu no Mars + Mars of Destruction + 破滅のマルス + + + Danasite 999.9 + Fire Force DNA Sights 999.9 + Fire Force DNA Sights 999.9 + Kasei Ryodan Danasaito 999.9 + 火聖旅団[ファイアーフォース]ダナサイト999.9[フォーナイン] + + + Nekojiru Gekijou Jirujiru Original + ngjo + ねこぢる劇場 ぢるぢるORIGINAL + + + ピロッポ + Piroppo + + + Belladonna of Sadness + Belladonna Smutku + Kanashimi no Belladonna + La belladone de la tristesse + Печальная Белладонна + 哀しみのベラドンナ + + + สัญญามรณะ ธิดาอเวจี + Cehennem Kızı + Dívka z Pekla + Fata Iadului + Garota do Inferno + Hell Girl + Hell Girl + hg1 + Jigoku Shoujo + Jigoku Shoujo + js + La chica infernal + La fille des enfers + Piekielna dziewica + Pokoli Lány + فتاة الجحيم + Адская девочка + Момичето от ада + Пекельна дівчина + 地狱少女 + 地獄少女 + + + プレイボール + Playball + Play Ball + + + マスターキートン (1999) + Master キートン (1999) + Master Keaton (1999) + Master Keaton OVA + + + ヘルシング (2006) + HELLSING + Hellsing (2006) + Hellsing OVA + Hellsing Ultimate + Hellsing Ultimate + Hellsing Ultimate + Hellsing Ultimate OVA + Hellsing Ultimate Series + Helsingas OVA + HU + Хеллсинг + Хеллсинг OVA + 皇家国教骑士团ova + + + LET`S ぬぷぬぷっ + Let`s Nupu Nupu + nupu + + + พานิ โพนิ แดช + ぱにぽにだっしゅ! + Pani Poni + Pani Poni Dash! + PaniPoni Dash + PaniPoni Dash! + Paniponi Dash! + PPD + PPD! + Пани Пони + + + となグラ! + Tonagura + Tona-Gura! + Tonagura! + Соседи! + Съседи! + 家有色邻 + 相邻为伴 + + + はっぴぃセブン ~ざ・テレビまんが~ + H7 + Happy 7 + Happy Seven + Happy Seven: The TV Manga + 七福娘 + + + エルゴ プラクシー + EP + ergo + Ergo Proksi + Ergoproxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + Ergo Proxy + proxy + Ерго Прокси + Ерґо Проксі + Следователно Пълномощие + Эрго Прокси + 死亡代理人 + + + メダロット + Medabots + Medabots + Medabots + Medabots + Medaboty + Medarot + Medarot + Metabot + מדבוט + + + ほえろブンブン + Bark! Bun Bun + Hoero! Bunbun + Hoero! Bun Bun + Tchaou et Grodo + Tchaou & Grodo + بن بن + + + Belle and Sebastian + Belle e Sebastien + Belle et Sébastien + Belle ja Sebastian + Belle und Sebastian + Belle y Sebastian + Bell och Sebastian + Jolie the Great Dog + Meiken Jolie + بل وسباستيان + ביל וסבסטיאן + 名犬ジョリィ + + + Tokyo Chinkonka + Tokyo Requiem + Διαστροφικές Iστορίες του Τόκυο + 東京鎮魂歌 + + + ハードル + Hurdle + + + Arusu2 + Mahou Shoujo Tai Arusu 2 + Mahou Shoujo Tai The Adventure + MSTA2 + アルス THE ADVENTURE + + + เจ้าหนูนักซิ่ง สิงห์ภูเขา + Idaten Jump + 韋駄天翔(ジャンプ) + 韦驮天翔 + + + Princess 69: Midnight Gymnastics + Rhythmic Gymnastics + Shin Shintaisou + Shintaisou Kari 2 + Shintaisou (Shin) + 新体操(真) + + + DTエイトロン + DT Eightron + DT Eightron + Eightron + + + Futago no Bosei Honno + Futago no Haha Seihonnou + Futagonohaha Seihonnou + L’instinct sexuel des mères jumelles + Menage a Twins + Menage de gemelas + 双子(フタゴ)ノ母(ハハ)性本能 + 双子ノ母性本能 + + + ロリータアニメ (にっかつビデオ) + Lolita Anime (Nikkatsu Video) + Uchiyama Aki + + + Doraemon: A Grandmother`s Recollections + Doraemon Movie 21 + Doraemon: Obaa-san no Omoide + Doraemon : Oba-chan no Omoide + ドラえもん おばあちゃんの思い出 + + + Doraemon e Os Piratas Dos Mares Do Sul + Doraemon e os piratas dos mares do Sur + Doraemon Movie 19 + Doraemon Nobita no Nankai Dai Boken + Doraemon: Nobita no Nankai Daibouken + Doraemon: Nobita`s South Sea Adventure + ドラえもん のび太の南海大冒険 + + + Crayon Shin-chan - Film 10 + Crayon Shin-chan Movie 10 + Eiga Crayon Shin-chan: Arashi o Yobu Appare! Sengoku Dai Kassen + Shin Chan - El Pequeño Samurai + Shin Chan - O Pequeno Samurai + 映画 クレヨンしんちゃん 嵐を呼ぶアッパレ!戦国大合戦 + + + 츠바사 클로니클 - 새장 나라의 공주 + Tsubasa Chronicle - Die Prinzessin des Vogelkäfiglandes + Tsubasa Chronicle, la princesse du pays de la cage à l’oiseau + Tsubasa Chronicle - La principessa del paese delle gabbie per uccelli + Tsubasa Chronicle Movie + Tsubasa Chronicle: Princess of the Country of the Bird Cage + Tsubasa Chronicle The Movie + Tsubasa Chronicle - The Princess of the Birdcage Land + Tsubasa Chronicle: Tori Kago no Kuni no Himegimi + ツバサ・クロニクル年代記 鳥カゴの国の姫君 + + + Boku wa Imouto ni Koi wo Suru + BwInKwS + I Love My Younger Sister + I`m My Little Sister`s Secret + Kız Kardeşime Aşığım + Secret Sweethearts + Я люблю свою сестренку + 僕は妹に恋をする + 妹妹恋人 + + + Nanami-chan 2 + Nanami-chan 2nd Series + ななみちゃん 第2シリーズ + + + シュガシュガルーン + Chocola et Vanilla + Chocola & Vanilla + Słodkie, słodkie czary + SSR + Sugar² Rune + Sugar Sugar + Sugar Sugar Rune + שוגר שוגר רון + + + แบล็คแคท + ブラックキャット + BC + Black Cat + Black Cat + Black Cat + Black Cat + Black Cat + Black Cat + Gato Negro + Gato Negro + Gato Preto + Gato Preto + Kara Kedi + Pisica Neagră + Zwarte Kat + قط أسود + Черна Котка + Чёрный Кот + 黑猫 + + + Fafner 2 + Fafner in the Azure 2 + SnF 2 + Sokyuu no Fafner 2 + Soukyuu no Fafner 2 + Soukyuu no Fafner: Right of Left + 蒼穹のファフナー RIGHT OF LEFT + + + Jumaru + Juohmaru + Plastic Model Wrestling Sanshiro + Plawres Sanshirou + سانشيرو + Τζουμαρού Ο Ηλεκτρονικός Ιππότης + プラレス3四郎 + + + わたしとわたし -ふたりのロッテ- + I and Myself: The Two Lottes + Watashi to Watashi: Futari no Lotte + + + Goldfish Warning! Movie + Kingyo Chuiho! MOVIE + Kingyo Chuuihou! (1992) + きんぎょ注意報! (1992) + + + Licca Movie + Super Doll Licca-chan: Licca-chan`s Desperate Situation! The Doll Knights` Miracle + Super Doll Licca-chan: Licca-chan Zettai Zetsumei! Doll Knights no Kiseki + Super Doll Licca-Chan MOVIE + スーパードール★リカちゃん リカちゃん絶体絶命! ドールナイツの奇跡 + + + Tottoko Hamutarou: Hamuchanzu no Takara Sagashi Daisaku + ハムちゃんずの宝さがし大作戦~はむはー!すてきな海のなつやすみ~ + + + Tottoko Hamutarou: Hamuchanzu to Niji no Kuni no Oujisama + ハムちゃんずと虹の国の王子さま~せかいでいちばんのたからもの~ + + + Tottoko Hamutarou: Hamuchanzu no Mezase! Hamuhamu Kin Medal + ハムちゃんずのめざせ!ハムハム金メダル ~はしれ!はしれ!だいさくせん~ + + + プレイヤーズ + Prayers + Prayers ツメタイコエ + + + Ginga no Uo URSA minor BLUE + 銀河の魚 URSA minor BLUE + + + Immoral + IMMORAL[インモラル] + + + Gold Throbber + Shudan Chikan Densha + Shuudan Chikan Densha + 集団痴漢電車 + + + ヤダモン + Chibikko Kaijuu Yadamon + Yadamon + Yadamon: Magical Dreamer + + + ダイノゾーズ + ダイノゾーン + Dinosauři + DinoZaurs: The Series + Dinozone + Prehistoric Warriors + דינוזאורים + + + Cronache oniriche di Leda + Fantastic Adventure Of Yohko: Leda + Genmu Senki Leda + Leda + Leda + Leda - The Fantastic Adventure of Yohko + Leda the War of the Dreams + 幻夢戦記レダ + + + タイドライン・ブルー + Tide-Line Blue + TLB + TLBlue + + + Kidou Senshi SD Gundam Mk-V + Mobile Suit SD Gundam Mk V + 機動戦士SDガンダム Mk-V + + + SDガンダムまつり + Kido Senshi SD Gundam Matsuri + Kido Senshi SD Gundam MOVIE (1993) + Kidou Senshi SD Gundam Matsuri + Mobile Suit SD Gundam Festival + 機動戦士SDガンダムまつり + + + Kidou Senshi SD Gundam Gaiden + SD Gundam Gaiden + SD Gundam Sidestory + 機動戦士SDガンダム外伝 + + + Kidou Senshi SD Gundam Musha, Knight, Commando + Musha Kishi Commando SD Gundam Kinkyuu Shutsugeki + SD Gundam Musha, Knight, Commando + 武者・騎士・コマンド SDガンダム緊急出撃 + + + Growlanser IV: Wayfarer of the Time + Growlanser IV: Wayfarer of Time + グローランサーIV ~Wayfarer of the time~ + + + ガタピシ + Gatapishi + Pesuke Gatapishi Monogatari + + + 페이트 스테이 나이트 + フェイト/ステイナイト + มหาสงครามจอกศักดิ์สิทธิ์ + Fate/SN + Fate Stay Night + Fate/Stay Night + Fate/Stay Night + Fate/stay night + fsn + F/SN + مصير / ليلة البقاء + Судьба: Ночь Схватки + 命運守護夜 + + + Die Dschungel-Patrouille + Urikupen Kyuujotai + Urikupen`s Rescue Patrol + מלך הג`ונגל + ウリクペン救助隊 + + + グッドモーニング・アルテア + Good Morning Althea + + + なつきクライシス + Natsuki Crisis + + + Hakkenden (suite) + The Hakkenden: Shin Shou + THE八犬伝 新章 + + + 9 قصص حب + 9 історій кохання + Ai Monogatari: 9 Love Stories + 愛物語 9 Love Stories + + + Hijikata Toshizo: Shiru no Kiseki + Hijikata Toshizou Shiro no Kiseki + Toshizo Hijikata: Cornerstone of Understanding + 土方歳三 白の軌跡 + + + すしあざらし + Sushi Azarashi + Sushi Seal + + + みんなあげちゃう♡ + I Give My All + I`m All Yours + Minna Agechau + + + Ihara Saikaku Koshoku Ichidai Otoko + Ihara Saikaku`s Life of An Amorous Man + Lustgarten der Geisha + Sensualist + The Sensualist + 井原西鶴 好色一代男 + + + ゼビウス + Xevious + + + Oku-sama wa Joshikosei (2005) + Okusama wa Joshikosei (2005) + Oku-sama wa Joshi Kousei (2005) + Oku-sama wa Joshikousei (2005) + Okusama wa Joshi Kousei (2005) + Okusama wa Joshikousei (2005) + okusei + OwJ + Wife is a High School Girl + おくさまは女子高生 + 老婆是女高中生 + + + Roots Search + Roots Search: Life Devourer X + Roots Search: Shokushin Buttai X + ルーツ・サーチ 食心物体X + + + Koro no Daisanpo + Koro no Dai Sanpo + Koro`s Big Day Out + コロの大さんぽ + + + めいとこねこバス + Mei and the Kittenbus + Mei and the Kitten Bus + Mei to Konekobasu + Mei to Koneko Bus + Мэй и Кот-автобус + + + Aventurile albinuţei Hutch + Flitz, das Bienenkind + Honeybee Hutch + Hutchi + Jose Miel + Konchuu Monogatari Minashigo Hutch + L`ape Magà + Le avventure dell`Ape Magà + Le petit prince orphelin + Micky l`abeille + The Adventures of Hutch the Honeybee + بشار + רון הדבורון + 昆虫物語みなしごハッチ + + + Noile aventuri ale albinuţei Hutch + Shin Minashigo Hutch + The New Adventures of Hutch the Honeybee + 新みなしごハッチ + + + Albinuţa Hutch + Hacou l`abeille + Hutch Miodowe Serce + Konchuu Monogatari Minashigo Hutch (Heisei Han) + سوار العسل + 昆虫物語みなしごハッチ (平成版) + + + Chuck, der schlaue Biber + Don Chuck Monogatari + Don Chuck Stories + Le petit Castor + مغامرات سنان + Ντακ ο Κάστορας + ドンチャック物語 + + + 19th-Century Boy Takamaru + Choubakumatsu Shounen Seiki Takamaru + تاكامورا فتى القرن التاسع عشر + 超幕末少年世紀タカマル + + + Children Build The Future + Shin Choubakumatsu Shounen Seiki Takamaru + 新・超幕末少年世紀タカマル + + + Genji + 源氏 + + + Magic School Lunar: Secret of the Blue Dragon + Mahou Gakuen Lunar! Aoi Ryuu no Himitsu + 魔法学園ルナ! 青い竜の秘密 + + + Maze Bakunetsu Jikuu: Tenpen Kyoui no Giant + Maze Movie + MAZE☆爆熱時空 天変脅威の大巨人[ジャイアント] + + + アリスSOS + Alice SOS + + + Chuck, der Biber + Don Chuck castoro + Le petit Castor (suite) + New Don Chuck Stories + Shin Don Chuck Monogatari + سنان + 新ドン・チャック物語 + + + Ronin Warriors Gaiden + Ronin Warriors OAV + Samurai Troopers OVA 1 + Yoroiden Samurai Troopers Gaiden + 鎧伝サムライトルーパー外伝 + + + Ronin Warriors Legend of Kikoutei + Ronin Warriors: Legend of the Inferno Armor + Samurai Troopers Kiotei Densetsu + Samurai Troopers OVA 2 + Yoroiden Samurai Troopers Kikoutei Densetsu + 鎧伝サムライトルーパー輝煌帝伝説 + + + Ronin Warriors Message + Samurai Troopers : Message + Samurai Troopers OVA 3 + Yoroiden Samurai Troopers Message + 鎧伝サムライトルーパーMESSAGE + + + มือปราบป่วนมาร เดอะซีรีส์ + Kidou Shinsengumi Moeyo Ken TV + Moeyoken + Moeyo Ken TV + 機動新撰組 萌えよ剣 TV + + + Changing Moral Hazard + Henbou Moral Hazard + Moral Hazard + 変貌 モラルハザード + + + コール・ミー・トゥナイト + Ara Beni Bu gece + Call Me Tonight + + + ウォナビーズ + Wannabes + Wanna-Be`s + + + Agito + Agito Srebrzystowłosy + Atsiradimas - Praeities Dvasios + Gin`iro no Kami no Agito + Giniro no Kami no Agito + Origine + Origini - Spirite ale trecutului + Origin - Spirits of the past + Origin - Spirits of the Past + Origin: Spirits of the Past + Spirit of the Past + الأصل : أرواح الماضي + Исток + Серебряновласый Агито + Серебряноволосый Агито + Срібноволосий Аґіто + 銀色の髪のアギト + 银发的阿基多 + + + Bakuretsu Tenshi: Infinity + Bakuretsu Tenshi OVA + BakuTen OVA + Burst Angel -Infinity- + Burst Angel OVA + Burst Angel -Tenchi Sairin- + Burst Angel -The Angel`s Second Coming- + 爆裂天使 -Infinity- + + + Huckleberry no Bouken + Le avventure di Huckleberry Finn + Les aventures de Huckleberry Finn + The Adventures of Huckleberry Finn + הקלברי פין + ハックルベリィの冒険 + + + いつだってMyサンタ! + ซานต้าบ๊องต้องเป็นเธอ! + ims + Itsudatte My Santa + Itsudatte My Santa + Itsudatte My Santa! + Itsudatte My Santa! + My Santa + My Santa! + 我永远的圣诞老人 + + + Detective Conan: Conan vs Kid vs Yaiba + Detective Conan OVA 1 + Meitantei Conan: Conan vs Kid vs Yaiba + コナンVSキッドVSヤイバ + كونان ضد كيد ضد يايبا + 名探偵コナン: Conan VS KID VS YAIBA + + + マクロスプラス MOVIE EDITION + Macross Plus Movie Edition + Macross Plus The Movie + MP movie + + + トランスフォーマー・カーロボット + TF:RiD + Transformeriai: Užsimaskavę robotai + Transformers: Car Robots + Transformers: RiD + Transformers: Robots in Disguise + רובוטריקים: רובוטים במסווה + + + ซุปเปอร์โรบ็อตวอร์ส ออริจินั่ล เจเนอเรชั่น ดิ อนิเมชั่น + srw + Super Robot Taisen: Original Generation - The Animation + Super Robot Wars: Original Generation - The Animation + Войны супер-роботов OVA + スーパーロボット大戦Original Generation The Animation + + + 블랙 라군 + ブラック・ラグーン + จารชนพันธุ์เถื่อน + BL + BL1 + Black Lagoon + Black Lagoon + Black Lagoon + Black Lagoon + Black Lagoon + Black Lagoon + Black Lagoon + Black Lagoon + Black Lagoon 1 + Black Lagoon 1st Season + Black Lagoon First Season + Juodoji Lagūna + Laguna Neagră + الوحل الأسود + Пираты "Чёрной лагуны" + Чёрная лагуна + Чорна лагуна + 黑礁 + + + Detektyvas Flintas + Flint Hammerhead + Flint le détective + Flint, O Detective do Tempo + Flintove avanture + Flint, the time detective + Jikuu Tantei Genshi-kun + פלינט בלש הזמן + Φλίντ ο Ταξιδιώτης του Χρόνου + 時空探偵ゲンシクン + + + Tatakae! Chou Robot Seimeitai Transformers + TF:G1 + Transformers + Transformers + Transformers + Transformers G1 + Transformers Generation 1 + Трансформери + Трансформеры [ТВ] + 变形金刚 + 戦え!超ロボット生命体トランスフォーマー + + + 꾸러기수비대 + 12 Con Giáp + 12sber + 12 Senshi Bakuretsu Eto Ranger + Eto Ranger + Eto Rangers + Juuni Senshi Bakuretsu Eto Ranger + 十二戦支 爆烈エトレンジャー + + + Captain Tsubasa : Ashita ni Mukatte Hashire! + Captain Tsubasa: Asu ni Mukatte Hashire! + Captain Tsubasa - La Coupe du monde + Captain Tsubasa MOVIE (1986 Spring) + Captain Tsubasa Movie 3 + Captain Tsubasa: Run Toward Tomorrow + Olive et Tom - La Coupe du monde : la sélection + キャプテン翼 明日に向って走れ! + + + パパとKISS IN THE DARK + Kiss in the Dark + Papa to Kiss in the Dark + Papato: Kiss in the Dark + Papa to Kiss - Kiss in the Dark + + + Arisa + Mokemoke Taisho Dendo Musume Arisa + Moke Moke Taishou Dendo Musume Arisa + Mokemoke Taishou Dendou Musume Arisa + もけもけ大正電動娘ARISA + + + Fire Rain + Hi no Ame ga Furu + Rain of Fire + مطر من نار + 火の雨がふる + + + 작안의 샤나 + เนตรเพลิงชานะ + Burning Eyes Shana + Ognistooka Shana + Shakugan no Shana + Shakugan no Shana + Shana + Shana1 + Shana de los Ojos Ardientes + Shana dels Ulls Ardents + Shana dos Olhos Ardentes + SHANA Liepsnojančios Akys + Shana of the Burning Eyes + SnS 1 + Вогняноока Шана + Жгучий взор Сяны + Огнеглазая Шана + Огнеокая Сяна + Шана с горящите очи + 灼眼のシャナ + 灼眼的夏娜 + + + 망치 + Hammerboy + Hammerboy + Hammerboy, O Rapaz do Martelo + Mangchi + Хаммербой + + + Duelo Imortal: A Animação + Highlander + Highlander - Die Macht der Vergeltung + Highlander: The Search for Vengeance + Highlander: The Search for Vengeance + İskoçyalı: İntikam Peşinde + Kalnietis - Keršto Siekimas + Nieśmiertelny: W poszukiwaniu zemsty + Χάιλαντερ: Δίψα για Εκδίκηση + Горец: В поисках мести + + + Kyojin no Hoshi + Star of The Giants + 巨人の星 + + + ラムネ + Gazoz + Lamune + Lamune ~Glass Bin ni Utsuru Umi~ + Lemonad + Ramune + Ramune ~Glass Bin ni Utsuru Umi~ + Лимонад + Лимонад + 柠檬汽水 + + + Night Shift Nurses 3 + Night Shift Nurses - Experiment + NSN3 + Yakin Byoutou 3 + Yakin Byoutou San + 夜勤病棟・参 + + + Apfelland Monogatari + Appleland Monogatari + Appleland Story + アップフェルラント物語 + + + Homeroom Affairs + Human Relations + Tanin no Kankei + 他人の関係 + + + ポケットモンスター サイドストーリー + ポケモンサイドストーリー + Pocket Monsters Side Stories + Pocket Monsters Side Story + Pokemon Chronicles + Pokemon Chronicles + Pokémon Chronicles + Pokémon Housoukyoku + Pokemon Side Stories + Pokémon Side Stories + Pokemon Side Story + Pokémon Side Story + Shuukan Pokemon Housoukyoku + Shuukan Pokémon Housoukyoku + פוקימון דברי הימים + 週刊ポケモン放送局 + + + Lupin III: An Angel`s Tactics - Fragments of a Dream Are the Scent of Murder + Lupin III: Angel Tactics + Lupin III - Le tattiche degli angeli + Lupin Sansei Special 17 + Lupin Sansei: Tenshi no Tactics - Yume no Kakera wa Koroshi no Kaori + ルパン三世 - 天使の策略(タクティクス)~夢のカケラは殺しの香り~ + + + Re Re Re no Tensai Bakabon + Rerere no Tensai Bakabon + レレレの天才バカボン + + + Heisei Tensai Bakabon + 平成天才バカボン + + + 메이저 2기 + メジャー 2nd Season + m2 + major2 + Major 2nd Season + Major S2 + ميجر2 + 棒球大联盟 第二季 + + + C`era una volta Pollon + La petite Olympe et les dieux + Little Pollon + Ochamegami Monogatari - Colocolo Polon + Ochamegami Monogatari Kolokolo Polon + Ochamegami Monogatari: Korokoro Poron + Pollon + おちゃめ神物語コロコロポロン + + + Fisherman Sanpei + Paul le pêcheur + Sampei + Sampei il ragazzo pescatore + Sanpei + Sanpei the Fisherman + Tsuri Kichi Sanpei + رامي الصياد الصغير + 釣りキチ三平 + + + アークエとガッチンポー てんこもり + Akuei és Gacchinpo 2 + Akuei to Gacchinpo - Tenkomori + + + うたわれるもの + Le chant des rêves + The One Being Sung + The one of whom legends are sung + utaware + Utawarerumono + Utawarerumono + Utawarerumono + Utawareru Mono + Utawarerumono - Heldenlied + uwm + ריי רומונו מתחת למים + Прославения + Прославленный + 传诵 + 传诵之物 + 传颂 + 传颂之物 + + + ทู ฮาร์ท 2 + トゥハート2 + TH2 + th2tv + To Heart 2 + ToHeart 2 + To Heart 2 TV + + + Fighter + Kentoshi + Kentoushi + 拳闘士 + 拳闘士 第1巻 + + + Bible Black Only + Bible Black Only Version + Czarna Księga: Jedyny + バイブルブラック・オンリー版 + + + Ghost in the Shell - S.A.C. - Le Rieur + Ghost in the Shell - Stand Alone Complex - Le Rieur + Ghost in the Shell: STAND ALONE COMPLEX Movie + Ghost in the Shell: Stand Alone Complex - The Laughing Man + GitS: SAC Movie + GitS:SAC Movie + Koukaku Kidoutai Stand Alone Complex The Laughing Man + 攻殻機動隊 STAND ALONE COMPLEX The Laughing Man + + + Mahya the Servant + Maid Meshimase + メイド召しませ + + + 충사 + 무시시 + กีฏจารย์กับอาถรรพ์แมลงพิสดาร + Bugmaster + Bug Master + Mushi + Mushishi + Mushishi + Mushishi + Mushi-Shi + Trùng Sư + موشيشي + מושישי + Господаря на буболечките + Мастер Муси + Мусиси + Мушиши + Мушиши + Мушіші + 虫师 + 蟲師 + + + Violence Jack 2 + Violence Jack - Evil Town + Violence Jack: Evil Town + Violence Jack: Jigoku Gai + Zalim Jack: Günah Şehri + バイオレンスジャック/地獄街編 + + + Violence Jack 3 + Violence Jack - Hell`s Wind + Violence Jack: Hell`s Wind + Violence Jack: Hell`s Wind Chapter + Violence Jack: Hell`s Wind hen + Zalim Jack: Cehennem Rüzgarı + バイオレンスジャック/ヘルスウインド編 + + + 폭풍우 치는 밤에 + あらしのよるに + Arashi no Yoru ni + La vallée d`émeraude + Nakties audra + Stormy Night + Té noci byla bouřka + Ночная буря + + + Ashita Genki + Ashita Genki ni Naare!: Hanbun no Satsumaimo + Tomorrow I`ll be Lively ~Half Sweet Potato~ + あした元気にな~れ!~半分のさつまいも~ + + + サンクチュアリ + Sanctuary + + + สาวน้อยจอมเวทย์ นาโนฮะ A’s + Garota Mágica Lírica Nanoha A`s + Magical Girl Lyrical Nanoha A`s + Mahou Shoujo Lyrical Nanoha A`s + mglna + mslna + nanoha2 + nanoha a`s + 魔法少女リリカルなのはA`s + 魔法少女奈叶A‘s + + + Digimon - Der Film + Digimon - Le film + Digimon - O Filme + Digimon - O Filme + Digimon: The Movie + Digimon the Movie (2000) + Digimon ve filmu + + + Fantazijos Viršūnė VII: Paskutinis Įsakymas + FF7 last order + FF7 LO + FF7 : LO + FFVII LO + FFVII : LO + Final Fantasy VII - Last Order + Final Fantasy VII: Last Order + Last Order + Last Order: Final Fantasy VII + + + Disgaea + Disgaea: Netherworld Prince + Makai Senki Disgaea + Netherworld Battle Chronicle: Disgaea + Сага Войн Преисподней: Дисгая + 魔界战记 + 魔界戦記ディスガイア + + + バルドフォース エグゼ レソリューション + Baldr Force Exe Resolution + bfer + bfexe + Виртуальный Спецназ + + + アカギ + 투패전설 아카기 + Akagi + Mahjong Legend Akagi: The Genius Who Descended Into the Darkness + The Legend of Mahjong: Akagi + Touhai Densetsu Akagi: Yami ni Maiorita Tensai + Акаги, легенда маджонга + 斗牌传说 + 闘牌伝説アカギ 闇に舞い降りた天才 + + + ボイン + boin + Boin + Boin + + + Dai Shikkin Helena + Daishikkin Helena + Elfen Laid + 大失禁へレナ + + + gdw + Ginga Densetsu Weed + Ginga Legend Weed + Legend of the Silver Fang: Weed + Silver Fang Legend Weed + weed + Weed - Hopeanuolen poika + Weed - Silver Fangs Son + Weed - Silver Fang`s søn + 銀牙伝説ウィード + 银牙传说 + + + IGPX + IGPX - Immortal Grand Prix + IGPX: Immortal Grand Prix + IGPX: Immortal Grand Prix 2 + 新格斗竞速大赛 + + + Anal Sanctuary + Requiem + Requiem + Requiem + REQUIEM [レクイエム] + Sometidas + + + クッキングパパ + Cooking Papa + أبي الحنون + + + ヤスジのポルノラマ やっちまえ!! + Do It! Yasuji`s Pornorama + Yasuji no Pornorama: Yacchimae!! + + + Beast Warriors Gulkeeva + Jusenshi Gulkeeva + Juusenshi Gulkeeva + Wild Knights Gulkeeva + 獣戦士ガルキーバ + + + Kizuna: Koi no kara Sawagi + Kizuna: Much Ado About Nothing + KIZUNA ~恋のから騒ぎ~ + + + Kochira Katsushikaku Kameari Kouenmae Hashutsujo + こちら葛飾区亀有公園前派出所 + + + Kochikame Movie 2 + Kochira Katsushikaku Kameari Kouenmae Hashutsujo The Movie 2: UFO Shuurai! Tornado Daisakusen + こちら葛飾区亀有公園前派出所 THE MOVIE2 UFO襲来!トルネード大作戦!! + + + カペタ + 카페타 + Capeta + Капэта + + + Aru Tabibito no Nikki + A Traveller`s Diary + Bir Yolcunun Günlüğü + Le journal de Tortov Roddle + Nhật ký của Tortov Roddle + The Diary of Tortov Roddle + Tortov + 或る旅人の日記 + + + ガンパレード・オーケストラ + GPO + Gunparade Orchestra + + + Amazing Sarutobi + Chubby Ninja + Clever Sarutobi + L`académie des Ninjas + Le collège des Ninjas + Sasuga no Sarutobi + さすがの猿飛 + + + 은혼 + กินทามะ + Gintama + Gintama + gintama tv + Silver Soul + جينتاما + Гинтама + 銀魂[ぎんたま] + 银魂 + + + Aru Machi Kado no Monogatari + Aru Machikado no Monogatari + Histoires du coin de la rue + Opowieści z rogu ulicy + Story of a Street Corner + Tale of a Street Corner + Tales of a Street Corner + ある街角の物語 + + + Pictures at an Exhibition + Tableaux d`une exposition + Tenrankai no E + Картинки с выставки + 展覧会の絵 + + + やさしいライオン + The Gentle Lion + The Kindly Lion + Yasashii Lion + + + ジャンピング + El Saltador + Hüppamine + Jumping + Le saut + + + La sirène + Mermaid + Ningyo + 人魚 + + + おす + Male + Osu + + + めもりい + Memory + + + しずく + Drop + La goutte + Shizuku + + + Genesis + Souseiki + 創世記 + + + おんぼろフィルム + Broken Down Film + Le film cassé + Onboro Film + + + Muramasa + 村正 + + + Ki ni Naru Roommate + Kininaru Roommate + Roommate + The Roommate + 気になるルームメイト + + + ピグマリオ + Pigumario + Pygmalio + Pygmalion + + + ドカベン + Dokaben + Mr. Baseball + + + Chougattai Majutsu Robot Ginguiser + Ginguiser + Ginguiser + 超合体魔術ロボ ギンガイザー + + + Bouba, le petit ourson + Jackie & Jill - Die Bärenkinder vom Berg Tarak + Jackie und Jill - Die Bärenkinder vom Berg Tarak + Jacky, l`orso del monte Tallac + Jacky, o Urso de Tallac + Mali Mieszkancy Wielkich Gór + Monarch: The Big Bear of Tallac + Seton Animal Chronicle: Bearcub Jackie + Seton Doubutsuki: Kuma no Ko Jacky + بندق و لوزة + シートン動物記 くまの子ジャッキー + + + My Name is Teppei + Ore wa Teppei + Teppei + おれは鉄兵 + + + Charlotte + Charlotte + Wakakusa no Charlotte + شهلاء + 若草のシャルロット + + + Pat, la ragazza del baseball + Song of Baseball Enthusiasts + Yakyuukyou no Uta + 野球狂の詩 + + + A Full Throttle + À plein gaz + Futari Daka + Futari Taka + Twin Hawks + ふたり鷹 + + + ガッデム + Goddamn + + + ポケットモンスター ピカチュウのふゆやすみ + Pikachu`s Winter Vacation (1999) + Pocket Monsters: Pikachu no Fuyuyasumi (1999) + Pokémon: Pikachun talvirieha + + + ピカチュウのふゆやすみ2000 + Pikachu`s Winter Vacation 2 + Pikachu`s Winter Vacation (2000) + Pocket Monsters: Pikachu no Fuyuyasumi (2000) + Pokémon: Pikachun talvirieha 2 + + + ピチューとピカチュウのふゆやすみ2001 + Pikachu`s Winter Vacation (2001) + Pocket Monsters: Pikachu no Fuyuyasumi (2001) + Pokémon: Pikachun talvirieha 3 + + + Ogre Slayer + Onikirimaru + 鬼切丸 + + + Climbing on a Cloud + Kumo ni Noru + 雲にのる + + + Bride of Deimos + Bride of Deimos: The Orchid Smile + Bride of Deimos: The Orchid Suite + Deimos no Hanayome: Ran no Kumikyoku + 悪魔[ディモス]の花嫁~蘭の組曲 + + + Adventures of the Little Mermaid + A kis hableány (1991) + Die kleine Meerjungfrau Marina + Le prince et la sirène + Ningyo Hime Marina no Bouken + Pieni Merenneito + בת הים הקטנה + Η μικρή γοργόνα + 人魚姫マリーナの冒険 + + + Căsuţa zburătoare + Latający dom + Repülő ház + The Flying House + Tondera House no Daibouken + הבית המעופף + トンデラハウスの大冒険 + + + Tokko + Tokkô + TOKKO Devils Awaken + Tokkou + TOKKÔ[特公] + 特公 + + + ginban + Ginban Kaleidoscope + Rink of Glory + Skating Ring Kaleidoscope + 銀盤カレイドスコープ + 银盘万花筒 + + + Robotech II + Robotech II: The Sentinels + + + BJ Movie (2005) + Black Jack - Futari no Kuroi Isha + Black Jack Movie (2005) + Black Jack - The Two Black Doctors + Black Jack - The Two Doctors of Darkness + ブラック・ジャック ふたりの黒い医者 + + + Hyakujuu Ou Golion + Lion Force Voltron + Voltran + Voltran:galaksinin savunucuları + Voltron + Voltron - Apărătorii universului + Voltron - Az Univerzum Védelmezője + Voltron: Defender of the Universe + Voltron - Der Beschützer des Universums + Voltron: Evrenin Koruyucusu + Voltron – obrońca wszechświata + Voltron - Verteidiger des Universums + فولترون + וולטרון + Волтрон - Защитникът На Вселената + Вольтрон: Защитник Вселенной + 百獣王 ゴライオン + + + Borgman : Last Battle + Chouon Senshi Borgman: Last Battle + Sonic Soldier Borgman: Last Battle + Sonic Soldier Borgman OVA + 超音戦士ボーグマン ラストバトル + + + Birth of Japan + Nihon Tanjou + Nippon Tanjo + 日本誕生 + + + ピカチュウのなつまつり + Pikachu no Natsumatsuri + Pikachu`s Summer Festival + Pokemon: Movie 7 Short + + + Les chevaliers de l`outre-monde + Malí rytieri + MCK + Mon Colle Knights + Mon Colle Knights + Os Cavaleiros de Mon Colle + Rokumon Tengai Monkore Knight + אבירי ארץ המפלץ + 六門天外モンコレナイト + + + Noein + Noein ~diğer `sen`e doğru~ + Noein: Mou Hitori no Kimi e + Noein ~toward another you~ + Noein ~to your other self~ + Noein 到另一个你的身边去 + Ноеін + Ноэйн + 到另一个你的身边去 + ノエイン もうひとりの君へ + + + 독수리 오형제 + Batalha dos Planetas + Battle of the Planets + botp + Esquadrão Águia + Fuerza G - Guardianes del Espacio + Gatchaman + Gatchaman + Kagaku Ninja-Tai Gatchaman + La bataille des planètes + Scientific Ninja Team Gatchaman + Strijd der Planeten + Wojna planet + Załoga G + כח ג`י + 科学忍者隊ガッチャマン + + + BiT the CUPID + + + B.B. フィッシュ + B.B.Fish + Blue Butterfly Fish + + + Monkey Magic + + + Biriken + ビリ犬 + + + Animal Village Stories + Dobutsu Mura Monogatari + Doubutsu Mura Monogatari + 動物村ものがたり + + + Hermit Village + Sennin Buraku + 仙人部落 + + + Chirorin Mura Monogatari + Chirorin Village Story + Nutsberry Town + Tirorin Village Story + チロリン村物語 + + + タクティカルロア + Tactical Rawr + Tactical Roar + TR + 战吼 + + + Kaze wo Nuke! + 風を抜け! + + + Mistreated Bride + Nikuyome: Takayanagi Ke no Hitobito + 肉嫁 高柳家の人々 + + + Gangrape School + Rinkan Gakuen: "Yamete! ...Okaa-san, Minaide!" + 輪姦学園 「やめてっ!…お母さん、見ないで!」 + + + Fairy Air Force at War + Sentou Yousei Yukikaze FAF Koukuu Senshi + Sento Yosei Yukikaze FAF Koku Senshi + 戦闘妖精雪風FAF航空戦史 + + + そらのいろ、みずのいろ + Color of Sky, Color of Water + Color of the Sky, Color of the Water + Göğün Rengi, Suyun Rengi + Soramizu + Sora no Iro, Mizu no Iro + Цвет неба, цвет воды + + + Tsuma Tsuma + Wife with Wife + WWW + Žmona su Žmona + つまつま(妻×妻) + + + コレクターユイ + Collector Yui + Corrector Yui + Corrector Yui + Corrector Yui + + + Fashion Lala + Fashion Lala: The Story of the Harbour Light + Harbour Light Monogatari ~ Fashion Lala Yori ~ + Harbour Light Monogatari Fashion Lala Yori + ハーバーライト物語 ファッションララより + + + えっちーず + Ecchies + Etchies + [etʃiːz] + H`S No Censurado + + + Seikimatsu Leader Gaiden Takeshi! + 世紀末リーダー外伝たけし! + + + Otaku no Seiza + The Sign of Otaku + おたくの星座 + + + ゆんゆん☆パラダイス + ゆんゆん・パラダイス + Amiga y Maestra + Yunyun Paradise + + + Ear of The Yellow Dragon + Kiryuu no Mimi + Koryu no Mimi + 黄龍の耳 + + + Kitty-Cat Fantasia + Neko Neko Fantasia + ねこねこ幻想曲 + + + ペンダント + Die netten Jungs von Nebenan + Pendant + Pendant + Pendant - Das Wiedersehen + Pendant - Die Freundschaften + + + がんばれ!!タブチくん!! (1979) + Ganbare!! Tabuchi-kun!! + + + Ganbare!! Tabuchi-kun!! Aa Tsuppari Jinsei + がんばれ!!タブチくん!!あぁツッパリ人生 + + + Boku wa Kono Mama Kaeranai + I Shall Never Return + Our Road of No Return + 僕はこのまま帰らない + ぼくはこのまま帰らない + + + Giant Robo Gaiden + Giant Robo Gaiden Ginrei + Giant Robo - Ginrei Special + Giant Robo: Gin-Rei Special + ginrei + Gin Rei + Ginrei Special + GinRei: THE ANIMATION + grgg + ジャイアントロボ外伝 GinRei 銀鈴 + + + Lady Oscar - Le film + Rose of Versailles MOVIE + The Rose of Versailles: I`ll Love You As Long As I Live + Versailles no Bara: Seimei Aru Kagiri Aishite + ベルサイユのばら 生命あるかぎり愛して + + + わんころべえ + Wankorobee + + + メガゾーン23 PART II + Megazone 23 - Part II + Megazone 23 Part II + + + MEGAZONE23Ⅲ + Megazone 23 III + Megazone 23 - Part III + Megazone 23 PART III + MEGAZONE 23 The Third + + + Bobby ni Kubittake + Bobby`s Girl + Bobby`s In Deep + ボビーに首ったけ + + + スーパーヅガン + Super Zugan + + + ぼのぼの (1995) + Bono Bono (1995) + + + バケツでごはん + Bucket de Gohan + Ginpei the Penguin + Meals in a Bucket + + + Fushigi Sekai Atagoul Monogatari + Mysterious World Atagoul Story + 不思議世界 アタゴオル物語 + + + Bell of Chirin + Chirin no Suzu + Chirin`s Bell + Ringing Bell + チリンの鈴 + + + モンタナ・ジョーンズ + Caccia al tesoro con Montana + Montana + Montana + Montana + Montana Jones + سندوكان + + + Space Family Carlvinson + Uchuu Kazoku Carlvinson + 宇宙家族カールビンソン + + + どチンピラ + Dochinpira + Gigolo + Gigolo + Gigolo Dochinpira + The Gigolo - Dochinpira + + + Genji Tsuushin Agedama + Story from Genji Agedama + ゲンジ通信あげだま + + + Captain Tsubasa: Ayaushi! Zen Nihon Jr. + Captain Tsubasa - Le défi européen II + Captain Tsubasa MOVIE (1985 Winter) + Captain Tsubasa movie 2 + Olive et Tom - Le défi européen : la revanche + キャプテン翼 危うし!全日本Jr. + + + Captain Tsubasa - La Coupe du monde II + Captain Tsubasa MOVIE (1986 Summer) + Captain Tsubasa Movie 4 + Captain Tsubasa: Sekai Daikessen!! Jr. World Cup + Olive et Tom - La Coupe du monde : la Coupe du monde junior + キャプテン翼 世界大決戦!!Jr.ワールドカップ + + + 두근두근 비밀친구 + พลพรรคสัตว์เพี้ยน ป่วนทะลุมิติ + Animal Alley + Animal Lane + Animal Yokochou + Aniyoko + アニマル横町 + + + Iron Fist Chinmi + Ironfist Chinmi + Tekken Chinmi + مدرسة الكونغ فو + 鉄拳チンミ + + + ザ・キング・オブ・ファイターズ アナザーデイ + KoF + KOF: Another Day + The King of Fighters: Another Day + Чемпион: Еще один день + + + Eiga Futari wa Precure Max Heart 2: Yukizora no Tomodachi + ふたりはプリキュア Max Heart2 雪空のともだち + Precure Movie 2 + Pretty Cure Movie 2 + + + Bokugo + Boku no Boukuugou + My Bomb Shelter + ぼくの防空壕 + + + こてんこてんこ + Kotencotenco + Kotenkotenko + + + Chou Gekijouban Keroro Gunsou + Keroro Gunsou the Movie + Seargeant Ribbit Movie + Sergeant Frog Movie + Sergeant Keroro Movie + 超劇場版 ケロロ軍曹 + + + Comet in Moominland + Fun Family Moomintroll: The Comet of Moominvalley + Kometa nad Doliną Muminków + Komet im Mumintal + Les Moomins et la comète + Mumínci: Kometa se Blíží + Mumintrollet och hans vänner: Kometen kommer + Mummitrollene: Kometen Kommer + Muumindani no Suisei + Muumipeikko ja pyrstötähti + Sabatäht Muumiorus + Tanoshii Moomin Ikka : Moomin Dani no Suisei + Tanoshii Moomin Ikka MOVIE + Troliai Mumiai: Kometa atskrieja + Üstökös Mumin-völgy fölött + המומינים: כוכב השביט + Комета в Муминленде + ムーミン谷の彗星 + + + ロリータアニメ + Lolita Anime + Wonder Magazine Series + + + ยมฑูตสีขาว + しにがみのバラッド。 + Ballad of a Shinigami + Mirties Deivė Momo + momo + Momo the Girl God of Death + shinibara + Shinigami no Ballad + SnB + בלדת אל המוות + Момо: маленькая богиня смерти + 死神的歌谣 + + + ใต้ฟ้าจันทร์ครึ่งดวง + Bežiūrint į dylantį mėnulį + Hanbun no Tsuki ga Noboru Sora + Hantsuki + hntgns + Looking up at the Half-Moon + Spoglądając na półksiężyc + Глядя на полумесяц + 仰望半月之空 + 升起半月的天空 + 半分の月がのぼる空 + + + Cand plang cicadele + Då Sångstritaren Gråter + higu1 + higurashi + Higurashi no Naku Koroni + Higurashi no Naku Koro ni + Hinamizawa + Hinamizawa, le village maudit + HnNKn + Kiedy płaczą cykady + Quando as cigarras choram + Quando piansero le cicale + When The Cicadas Cry + When They Cry + When They Cry - Higurashi + Когато плачат цикадите + Когда плачут цикады + Коли плачуть цикади + 寒蝉鸣泣之时 + 寒蟬鳴泣之時 + 蝉鸣 + ひぐらしのなく頃に + + + The Star of Cottonland + Wata no Kuni Hoshi + Звезда Пушистландии + Зірка бавовняної країни + 綿の国星 + + + Dolphin Ouji + Dolphin Prince + Marine Boy + ドルフィン王子 + + + Karakuri Kengo Musashi Lord + Musashi, the Samurai Lord + からくり剣豪伝ムサシロード + + + たこやきマントマン + Octopus Dumpling Mantleman + Takoyaki Mantman + Takoyaki Mant-Man + Takoyaki Mantoman + + + Iron Story + Tanoshii Bunmeishi: Tetsu Monogatari + たのしい文明史 鉄ものがたり + 鉄ものがたり + + + Time Bokan + Time Bokan Oudou Fukko + Time Bokan OVA + タイムボカン王道復古 + + + Niji no Kanata e Shoujo Diana Monogatari + Over the rainbow: Story of girl Diana + 虹のかなたへ 少女ダイアナ物語 + + + Nippon Ichi no Otoko no Tamashii + Nippon-ichi no Otoko no Tamashii + The Soul of the Best Guy in Japan + 日本一の男の魂 + + + Kaze no Matasaburo + Matasaburo, le garçon du vent + Matasaburo the Wind Boy + Miyazawa Kenji Meisaku Anime Series: Kaze no Matasaburo + 宮沢賢治 名作アニメシリーズ 風の又三郎 + 風の又三郎 + + + まじめにふまじめ かいけつゾロリ + Majime ni Fumajime Kaiketsu Zorori + Zorori Le Magnifique - Saison 2 + + + Bomberman B-Daman Bakugaiden + B[ボンバーマン]ビーダマン爆外伝 + بيدا بول + + + Bomberman B-Daman Bakugaiden V + B[ボンバーマン]ビーダマン爆外伝V + + + Bajki japońskie + Es war einmal + Japanese Folklore Tales + Manga Nippon Mukashibanashi + まんが日本昔ばなし + + + Contes animés du Vieux Japon + Japanese Folklore Tales 2 + Manga Nippon Mukashibanashi (1976) + Manga Nippon Mukashibanashi 2 + まんが日本昔ばなし TV 2 + + + Japanese Folklore Tales Movie + Manga Nippon Mukashibanashi Movie + Παλιά Γιαπωνέζικα Παραμύθια + まんが日本昔ばなしMOVIE + + + Japanese Folklore Tales (2005) + Manga Nippon Mukashibanashi (2005) + まんが日本昔ばなし (2005) + + + Detective Conan: 16 Suspects + Detective Conan OVA 2 + Meitantei Conan: 16 Nin no Yougisha + المحقق كونان: المشتبه بهم الستة عشر + 名探偵コナン 16人の容疑者!? + + + Animation of World Folklore + Manga Furusato Mukashibanashi + まんが ふるさと昔ばなし + まんが ふるさと昔話 + + + Manga Fairy Tales of the World + Manga Sekai Mukashibanashi + Manga Sekai Mukashi Banashi + MSMB + World Fairy Tales + World Folklore Tales + حكايات عالمية + סיפורים קלאסיים מצוירים + まんが世界昔ばなし + + + Chibo + Foolish Mother + Mother Knows Breast + 痴母 + + + Conan & Heiji & the Vanished Boy + Detective Conan: Conan and Heiji and the Vanished Boy + Detective Conan OVA 3 + Meitantei Conan: Conan to Heiji to Kieta Shounen + المحقق كونان: كونان و هيجي و الطفل المختفي + 名探偵コナン: コナンと平次と消えた少年 + + + Detective Conan: Conan and Kid and Crystal Mother + Detective Conan OVA 4 + Meitantei Conan: Conan to Kid to Crystal Mother + 名探偵コナン: コナンとキッドとクリスタルマザー + + + Detective Conan OVA 5 + Detective Conan: The Target is Kogoro! The Detective Boys` Secret Investigation + Meitantei Conan: Hyouteki wa Kogoro! Shounen Tanteidan Maruchichousa + 名探偵コナン 標的は小五郎!!少年探偵団マル秘調査 + + + Kuroi Kikori to Shiroi Kikori + The Black Woodcutter and the White Woodcutter + 黒いきこりと白いきこり + + + Heaven Wars Shurato OVA + Shurato - Le combat pour la création + Tenkuu Senki Shurato - Sosei e no Anto + 天空戦記シュラト 創世への暗闘 + + + Les histoires de Pandi-Panda + O Panda Tao Tao + Pandi-Panda + TaoTao + Taotao + Tao Tao + Tao Tao + Tao Tao, a kicsi panda + Tao Tao Ehonkan + Tao-Tao Ehonkan Sekai Dôbutsu Banashi + Tao Tao ehonkan - sekai dôbutsu hanashi + Taotao Ehonkan Sekai Doubutsu Banashi + Tao-Tao – mały miś panda + Taotao Picturebook Mansion + تاو تاو + טאו-טאו + タオタオ絵本館 + + + Gandalla + Gandalla - Le roi du désert brûlant + Gandalla: The King of Burning Desert + Nessa no Haou Gandalla + Netsusa no Hano Gandahara [Gandalla] + Supreme Ruler of the Hot Sands Gandahara + The King of Burning Desert Gandalla + 熱沙の覇王ガンダーラ + + + Hoshi Neko Full House + Starcat Full House + 星猫フルハウス + + + Adventure Boy Shadar + Adventures of the Young Shadar + Bouken Shounen Shadar + La spada di luce + فتى المغامرات شادر + 冒険少年シャダー + + + Kashi no Ki Mokku + Le nuove avventure di Pinocchio + Mock made of Oak + Nowe Przygody Pinokia + Pinocchio + Pinocchio + Pinokio + Pinokyo + Pinóquio + Przygody Pinokia + Saban`s Adventures of Pinocchio + ماجد + הרפתקאות פינוקיו + Πινόκιο + 樫の木モック + + + Age Of The Great Dinosaurs + Daikyouryu Monogatari + Daikyouryu no Jidai + Daikyouryuu Jidai + The Era of the Great Dinosaurs + Στην εποχή των δεινοσαύρων + 大恐竜時代 + 大恐竜物語 + + + NINETEEN19 + Nineteen 19 + Nineteen - 19 + + + atashinchi movie + Eiga ATASHIn`CHI + 映画 あたしンち + + + カバトット + Hippo and Thomas + Hippo e Thomas + Hypo and Thomas + Hyppo and Thomas + Ippotommaso + Kabatotto + Kaba Totto + Tic Tac Toe + + + City Boy + Showa Ahozoshi Soshi Akanuke Ichiban + Showa Era Idiot Story Book: Most Refined + あかぬけ一番! + 昭和アホ草紙あかぬけ一番! + + + Angel Densetsu + Angel Legend + エンジェル伝説 + + + Essays on Insects + Insect Tsurezuregusa + Tezuka Osamu - Image from the past to the future + 昆蟲つれづれ草 + + + Midori no Neko + The Green Cat + 緑の猫 + + + Amefuri Kozou + Rain Boy + فتى المطر + 雨ふり小僧 + + + Lunn Flies into the Wind + Run wa kaze no naka + るんは風の中 + + + Yamataro Comes Back + Yamatarou Kaeru + 山太郎かえる + + + Adachigahara + Adachi-ga Hara + 安達が原 + + + Akuemon + 悪右衛門 + + + La jeune fille aux camélias + Midori + Midori + Midori + Shoujo Tsubaki + 少女椿 + + + Nagasaki 1945 - Angelus no Kane + Nagasaki 1945: Angelus no Kane + Nagasaki 1945 - The Angelus Bells + NAGASAKI・1945~アンゼラスの鐘~ + The Bells of Nagasaki + + + ロックマンエグゼ・ビースト + Megaman NT Warrior + Rockman EXE Beast + Rockman.EXE Beast + + + ラブポジション LEGEND OF HALLEY + Love Position Halley Densetsu + Love Position, Legend of the Halley + Love Position - The Legend of Halley + ラブ・ポジション ハレー伝説 + + + Helen Keller + Heren Keraa Monogatari Ai to Hikari no Tenshi + The Story of Hellen Keller: Angel of Love and Light + ヘレン・ケラー物語 愛と光の天使 + + + After the man in the iron mask! from the Tale of d`Artagnan + Tekkamen wo oe! Dartanyan Monogatari Yori + 鉄仮面を追え 「ダルタニャン物語」より + + + First Human Giatrus + Giatrus, il primo uomo + Giatrus, The Dawn of Mankind + Hajime Ningen Gatorus + Hajime Ningen Giatrus + Hajime Ningen Gyatoruz + はじめ人間ギャートルズ + + + 닌자보이 란타로 + Ninja Boy Rantaro + Nintama Rantaro + Nintama Rantarou + Rakudaii Nintama Rantarou + 忍たま乱太郎 + 忍者乱太郎 + + + Isabelle de Paris + Isabelle de Paris + Isabelle of Paris + Pari no isaberu + Paris no Isabel + Paris no Isabelle + ريناد + 巴里のイザベル + + + Fairy Dick + Hobberdy Dick - Der kleine Hauself + Opiekuńczy duszek + Yosei dikku + Yousei Dick + 妖精ディック + + + Tsushimamaru: Goodbye, Okinawa + Tsushimamaru: Sayonara Okinawa + 対馬丸 ―さよなら沖縄― + + + Kayoko`s Diary + Ushiro no Shomen Daare + Ushiro no Shomen Dare + Ushiro no Shoumen Dare + Who`s Left Behind? + うしろの正面だあれ + + + Óz galaktikus birodalma + Space Oz no Bouken + The adventures of space Oz + The Galaxy Adventures of Oz + باتي والأصدقاء + スペース・オズの冒険 + + + かっぱまき + Kappamaki + KAPPA MAKI and Sushi Kids + Kappamaki and the Sushi Kids + + + Adesugata Mahou no Sannin Musume + Les trois charmantes jeunes filles magiques + Mami, Emi, Pelsia: Adesugata Mahô no Sannin Musume + 艶姿魔法の三人娘 + + + Alien X from A Zone + Majokko Club Yonin-gumi: A Kuukan Kara no Alien X + 魔女っ子クラブ4人組 A空間からのエイリアンX + + + ベイベーばあちゃん + Baby Baachan + Baby Grandma + + + Adrien le sauveur du monde + Keith Courage + Mashin Eiyuuden Wataru + Rainbow Fantasia + Spirit Hero Wataru + 魔神英雄伝ワタル + 魔神英雄传 + + + Keith Courage 2 + Mashin Eiyuuden Wataru 2 + Rainbow Fantasia 2 + Spirit Hero Wataru 2 + 魔神英雄伝ワタル2 + + + Hey! Ryoma + Oi! Ryouma + Rainbow Samurai + お~い!竜馬 + + + Anime Sanjuushi - Aramis no Bouken + Anime San Juushi : Aramis no Dai Boken + Sous le signe des mousquetaires - L`aventure d`Aramis + The Three Musketeers - Aramis the Adventure + Three Musketeers, The MOVIE + アニメ三銃士 アラミスの冒険 + + + Eiga Nintama Rantarou + Nintama Rantaro MOVIE + Nintama Rantarou - The Movie + 映画 忍たま乱太郎 + + + Adventures of Pinocchio + Pinocchio no Bouken + The New Adventures of Pinocchio + ピノキオの冒険 + + + キングコング + King Kong + King Kong - 00 1/7 Tom Thumb + King Kong / Tom Thumb 001/7 + + + School Rumble: Extra Class + School Rumble: First Extra Term + School Rumble: Ichi Gakki Hoshuu + School Rumble: Nachhilfe + School Rumble OVA + SR OVA + sukuran ova + Школьный переполох OVA + スクールランブル一学期補習 + 喧嚣学园 第一学期补习 + + + La Familia Ingalls + Laura, Girl of the Prairies + Laura the Prairie Girl + Little House on the Prairie + Sogen no Shojo Laura + Sougen no Shoujo Laura + 草原の少女ローラ + + + Hiatari Ryoko! Kasumi Yume no Naka ni Kimi ga Ita + Hiatari Ryoko Movie + Hiatari Ryoukou! Kasumi Yume no Naka ni Kimi ga Ita + Hiatari Ryoukou Movie + Questa Allegra Gioventù - Un`Estate lunga un Sogno + Sunny Ryoko! Kasumi You Were There in a Dream + 陽あたり良好! KA・SU・MI 夢の中に君がいた + + + Der kleine Prinz + Hoshi no Oujisama Petit Prince + O pequeno princípe + Prince of the stars: Petit Prince + Przygody Małego Księcia + The Adventures of the Little Prince + الرحالة الصغير + Ο Μικρός Πρίγκιππας + Приключения Маленького Принца + 星の王子さま プチ・プランス + + + bincho-tan ova + binchou movie + Binchou-tan Jishu Seisaku Movie - Aozora ni Wasure Mono + binchou-tan movie + binchou-tan ova + びんちょうタン 自主制作アニメ版 青空にわすれもの + + + Julie rosa di bosco + Julie the Wild Rose + Kirin Famous Songs Theater: Julie the Wild Rose + Nobara no Julie + جولي الزهرة البرية + 野ばらのジュリー + + + くじらのホセフィーナ + Josephina the Whale + Josephine the Whale + Kujira no Hosefuiina + Kujira no Josephina + La balena Giuseppina + La Ballena Josefina + + + 스즈미야 하루히의 우울 + ฮารุฮิ + เรียกเธอว่าพระเจ้า สึซึมิยะ ฮารุฮิ + A Melancolia de Haruhi Suzumiya + Die Melancholie der Haruhi Suzumiya + haruhi + Haruhi Suzumijos Melancholija + Haruhi Suzumiya melanhoolia + La Malenconia d`Haruhi Suzumiya + La malinconia di Haruhi Suzumiya + La Melancolía de Haruhi Suzumiya + La mélancolie de Haruhi Suzumiya + Melancholia Haruhi Suzumiyi + mohs + Nỗi u sầu của Suzumiya Haruhi + SHnY + Suhayu + suzuharu + Suzumiya Haruhi + Suzumiya Haruhi no Yuuutsu + The Melancholy of Haruhi Suzumiya + حزن سوزومويا هاروهي + Η μελαγχολία της Σουζουμίγια Χάρουχι + Меланхолията на Сузумия Харухи + Меланхолия Харухи Судзумии + Меланхолія Судзумії Харухі + Нудьга Судзумії Харухі + 凉宫 + 凉宫春日的忧郁 + 涼宮ハルヒの憂鬱 + 涼宮春日的憂鬱 + + + レディジョージィ + Cici Kız Georgie + Georgie + Georgie + Georgie + Georgie + Joaninha + Lady Georgie + Nuevos Hermanos + جورجي + הגבירה ג`ורג`י + + + Blonde Jeanie + Jeanie dai lunghi capelli + Jeanie with the Light Brown Hair + Jeannie with the Light Brown Hair + Kinpatsu no Jeanie + Kinpatsu no Jenny + 金髪のジェニー + + + Ayakashi - Japanese Classic Horror + Ayakashi: Japanese Classic Horror + Ayakashi - Samurai Horror Tales + Аякаси - Классика японских ужасов + + 怪~ayakashi~ Japanese Classic Horror + + + エンジェルズフェザー Angel`s Feather + Angel`s Feather + ريشة الملاك + + + レック + Rec + Rec + Rec + Рек + Рек + Рэк + 甜蜜声优 + + + ストリートファイターALPHAジェネレーション + sfa2 + sfag + Street Fighter Alpha: Generations + Street Fighter Alpha: Generations + Street Fighter Alpha: Generations - O Filme + + + Moby Dick 5 + Moo no Hakugei + Muu no Hakugei + The White Whale of Mu + الحوت الابيض + ムーの白鯨 + + + Hakugei Densetsu + Hakugei - Legend of the Moby Dick + Hakugei: Legend of the Moby Dick + Legend of Moby Dick + Moby + الأشاوس + 白鯨伝説 + + + ずっこけナイト ドンデラマンチャ + Don Quijote y los Cuentos De La Mancha + Zany Knight Don de la Mancha + Zukkoke Knight - Don De La Mancha + + + Animated Call of the Wild + Anime Shout of the Wilderness + Anime Yasei no Sakebi + Call of the Wild + Cari amici animali + Gli amici animali + حياة البراري + アニメ野生のさけび + + + Arı Maya + Biene Maja + De nieuwe avonturen van Maja de Bij + Maya l`abeille - Saison 2 + Shin Mitsubachi Maaya no Boken + Shin Mitsubachi Maya no Bouken + The New Adventures of Honeybee Maya + 新みつばちマーヤの冒険 + + + Alle Meine Freunde + Elukevade + Il cucciolo + Jody en het Hertejong + Kojika Monogatari + Story of a Fawn + The Yearling + 子鹿物語 THE YEARLING + + + Adventures of Little El Cid + Little El Cid no Boken + Little El Cid no Bôken + Little El Cid no Bouken + Mały rycerz El Cid + Ritoru eru shido no boken + Rody, le petit Cid + Rui, O pequeno Cid + Ruy el pequeño Cid + The Adventures of little El Cid + אל סיד + Ρούι, ο μικρός Ελ Σιντ + リトル・エル・シドの冒険 + + + Urarochi Diamond + Uraroji Diamond + 裏路地ダイヤモンド + + + Alpenrose of Fire Judy and Randy + Flaming Alpen Rose: Jeudi & Lundi + Hono no Alpenrose Jeudi & Lundi + Hono no Alpenrose Judy & Landy + Honoo no Alpen Rose: Judy & Randy + Julie et Stéphane + زهرة الجبل + 炎のアルペンローゼ ジュディ&ランディ + + + ゴールFH + フィールド・ハンター + Goal FH + Goal Field Hunter + Goleadores + Gólkirály + Jedenastka marzeń + Jednostka marzeń + كابتن ثابت + + + Čarovnik iz Oza + Czarnoksiężnik z Krainy Oz + De tovenaar van Oz + Il regno di Oz + Im Land des Zauberers von Oz + Im Land des Zauberers von Oz + Le magicien d`Oz + O Feiticeiro de Oz + Óz a Nagy Varázsló + Oz-maan taikuri + Oz no Mahou Tsukai (1986) + The Wizard of Oz + سالي في بلاد الأوز + הקוסם מארץ עוץ + オズの魔法使い (1986) + + + Seton Animal Chronicles + Seton Doubutsuki + Setons Welt der Tiere + مخلص صديق الحيوان + シートン動物記 + + + Anime Himitsu no Hanazono + Mary e il giardino dei misteri + Mary şi grădina secretă + Secret Flower Garden + Si Maria at Ang Lihim na Hardin + Tajemniczy ogród + The Animated Secret Garden + The Secret Garden + الحديقة السرية + Ο Μυστικός Κήπος + アニメ ひみつの花園 + + + Calineczka + Däumelinchens Reise + Hüvelyk Panna nyomában + H Τοσοδούλα + Nowe Przygody Calineczki + Oyayubi Hime + Oyayubi Hime Monogatari + Peukaloliisa ihmemaassa + Story of Princess Thumbelina + Thumbelina + Thumb Princess Story + رحلة الاحلام + おやゆび姫 + おやゆび姫物語 + + + はるみちゃんのおいた + Harumi Bad Play + Harumi-chan no Oita + Harumi`s Bad Play + + + A Lenda da Branca de Neve + Biancaneve + Hófehérke és a hét törpe + Królewna Śnieżka + La légende de Blanche-Neige + Legend of Princess Snow White + Legend of Snow White + Schneewittchen + Shirayuki Hime no Densetsu + Shirayukihime no Densetsu + The Legend of Snow White + فلة والأقزام السبعة + שלגיה + Η Χιονάτη και οι Επτά Νάνοι + 白雪姫の伝説 + + + Die Abenteuer von Tom Sawyer und Huck Finn + Huckleberry Finn + Huckleberry Finn Monogatari + Huckleberry Finn Story + Kalandozás a Mississippin + Story of Huckleberry Finn + Tom Sawyerin ja Huckleberry Finnin seikkailut + Un fiume di avventure per Huck + مغامرات عصام + Τομ Σόγιερ και Χάκ Φίν + ハックルベリー・フィン物語 + + + Animated Children`s Stories of the World + Le favole più belle + Les contes les plus célèbres + Sekai Meisaku Douwa Series: Wow! Maerchen Oukoku + 世界名作童話シリーズ・ワ~ォ!メルヘン王国 + アニメ 世界の童話 + + + Cendrillon + Cenerentola + Cinderella Monogatari + Hamupipőke + Kopciuszek + The Story of Cinderella + سندريللا + シンデレラ物語 + + + Otogi no Sekai Ryoko + Otogi`s Voyage Around the World + Otogi`s World Tour + おとぎの世界旅行 + + + Aurora + The Aurora + The Sea`s Aurora + Umi no Aurora + 海のオーロラ + + + Delicious Tea + Umacha + 旨茶 + + + A Thousand and One Nights + A Thousand & One Nights + One Thousand and One Arabian Nights + Sen`ya Ichiya Monogatari + 千夜一夜物語 + + + Rakugo Tennyo Oyui + 落語天女おゆい + 落语天女 + + + Hi Gekiga Ukiyoe Senya Ichiya + Maruhi gekiga: Ukiyo-e 1001 Nights + Maruhi Gekiga Ukiyoe Sen`ya Ichiya + (秘)劇画 浮世絵千一夜 + + + ムカムカパラダイス + Khủng Long Con Ham Ăn + Muka Muka + Muka-Muka + Muka Muka Paradise + Muka Muka`s Paradise + موكا موكا + + + From Aesop`s Tales: The Bull and the Frog / The Greedy Dog + “いそっぷ”のおはなしより 牛とかえる、よくばった犬 + + + でこぼこフレンズ + Deko Boko Friends + + + Dokkan! Robotendon + ドッカン! ロボ天どん + + + L`oiseau bonheur + On a Paper Crane: Tomoko`s Adventure + Tsuru ni Notte + Tsuru ni Notte: Tomoko no Bouken + つるにのって とも子の冒険 + + + Navia Dratp + + + Inbo + The Sleazy Family (1) + 淫母 ~いんぼ~ + + + Inko + Menu XXL + The Sleazy Family (2) + 淫娘 ~いんこ~ + + + บี๊ท นักล่าอสูร เอ็กซ์เซลเลี่ยน + Adventure King Beet Exelion + Beet2 + Beet 2 + Beet Excellion + Beet Exelion + Beet the Vandel Buster 2 + Beet the Vandel Buster Excellion + Beet the Vandel Buster Exelion + Bouken Ou Beet 2 + Bouken Ou Beet Exelion + 冒険王ビィト エクセリオン + + + ガイキング + Gaiking + Gaiking Legend of Daiku-Maryu + Gaiking: Legend of Daikuu-Maryuu + 太空魔龙 + + + Los Caballeros del Zodiaco - Saga de Hades - Infierno + Os Cavaleiros do Zodíaco - Hades: A Saga do Inferno + Saint Saiya : The Hades Chapter Inferno + Saint Seiya Meiou Hades Meikai-hen + Saint Seiya: Meiou Hades Meikai Hen + Saint Seiya: The Hades Chapter - Inferno + 圣斗士星矢 冥王哈迪斯冥界篇 + 圣斗士星矢 冥界篇 + 聖闘士星矢 冥王ハーデス冥界編 + + + I``S + I``s OVA 2 + I``s Pure + I``s Pure + I``s Pure + I``s Pure + I``s Pure + I``s (アイズ) Pure + I"s Pure + I"s Pure + + + Gamba to Kawauso no Bouken + The adventure of Gamba and the otter + ガンバとカワウソの冒険 + + + Chiisana Kyojin Microman + 小さな巨人 ミクロマン + + + Two-Mix: White Reflection + White Reflection + + + Maid in Heaven + MAID iN HEAVEN SuperS + Maid in Heaven SuperS + MiH + MiH SS + MiH SuperS + + + Kamen Rider SD Kaiki?! Kumo Otoko + Masked Rider Super-Deformed + 仮面ライダーSD 怪奇!?クモ男 + + + Innocent Blue + Innocent Blue + Innocent Blue: Clinical Records + + + Fighting Beauty Wulong + Fighting Beauty Wulong + Kakutou Bijin Wulong + Wulong + 格斗美神武龙 + 格闘美神 武龍 + + + よいこ + Yoiko + + + Dívky v letních šatech + Dziewczęta w letnich sukienkach + Girls in Summer Clothes + Natsufuku no Shoujotachi + Natsufuku no Shoujo-tachi + 夏服の少女たち + + + ほえろブンブン (1987) + Bark! Bunbun + Bark! Bun Bun Special + Hoero! Bun Bun (1987) + Hoeru! Bunbun Special + Yap! Bun bun + + + Easy Cooking Animation: Seishun no Shokutaku + Easy Cooking Animation: Youth`s Dining Table + EASY COOKING ANIMATION セイシュンの食卓 + + + Portable Airport + Portable Kuukou + ポータブル空港 + + + ラブゲッCHU ~ミラクル声優白書~ + Love GetChu + Love Get Chu + Love Get Chu: Miracle Seiyuu Hakusho + Rabugetsu Chu + 声优白皮书 + + + Gozaurer + Matchless Passion Gozaurer + Nekketsu Saikyo Gasaurer + Nekketsu Saikyou Gozaurer + NSG + 熱血最強ゴウザウラー + + + サーフサイドハイスクール + Surf Side High-School + SURF SIDE HIGH-SCHOOL + + + トゥモロウズ ソング + Tomorrow`s Song + + + The Moon Waltz + Tsuki no Waltz + 月のワルツ + + + Space Station No. 9 + + + A Flying City Plan + Project `City Flying in the Sky` + Soratobu Toshi Keikaku + 空飛ぶ都市計画 + + + コスモス ピンクショック + コスモス・ピンクショック + Cosmos Pink Shock + + + Kidou Senshi Z Gundam II: Koibito-tachi + Mobile Suit Zeta Gundam: A New Translation II -Lovers- + Mobile Suit Zeta Gundam -Lovers- + โมบิลสูท Z กันดั้ม ภาค 2 ตอน เลิฟเวอร์ + ZGII -Lovers- + 机动战士Z高达 恋人们 + 機動戦士ZガンダムⅡ‐恋人たち‐ + + + Captain Tsubasa: European Challenge + Captain Tsubasa - Holland Youth + Captain Tsubasa Holland youth team + Captain Tsubasa: Saikyou no Teki! Holland Youth + キャプテン翼 「最強の敵!オランダユース」 + + + NEGADON - the Monster from Mars + Wakusei Daikaiju Negadon + 惑星大怪獣 ネガドン + + + Hanare Toride no Yonna + Yonna în Fortăreaţa Solitară + Yonna in the Solitary Fortress + Yonna in the Solitary Fortress + はなれ砦のヨナ + + + スペクトラルフォース + Spectral Force + + + Bow + Heisei Inu Monogatari Bow + Heisei Period Dog Tale Bow + Modern Dog Tales Bow Wow + بوبي + 家有贱狗 + 平成イヌ物語バウ + + + とっても!ラッキーマン + Luckyman + Tottemo! Luckyman + 行运超人 + + + 1+2=パラダイス + 1+2=Paradise + + + Detective boy Shadowman + Tantei Shounen Kageman + 探偵少年カゲマン + + + High School Aurabuster + High School Aura Buster + Highschool Aurabuster: Birth of the Light + Highschool Aurabuster: Hikari no Mezame + ハイスクール・オーラバスター 光の誕生[めざめ] + + + Die Kraft von Mandraguar + Dragon Knight + Dragon Knight Gaiden + 合体!剣士タケル&ショウの淫靡な戦い (2) + ドラゴンナイト外伝 + + + ぼくたちピチューブラザーズ ~パーティはおおさわぎ!のまき~ + Boku-tachi Pichu Brothers ~Party wa Oosawagi! no maki~ + Pichu Bros. In Party Panic! + Pichu Bros. Wild Adventure + + + Mayutoro The Toons + まゆとろ THE TOONS + + + Eternal Alice + Eternal Alice + Kagihime + Kagihime Monogatari Eikyuu Alice Rondo + Key Princess Story Eternal Alice Rondo + 鍵姫物語 永久アリス輪舞曲[ロンド] + 键姫物语-永久爱丽丝轮舞曲 + + + Rean no Tsubasa + The Wings of Rean + wor + リーンの翼 + + + NORA(ノーラ) + Nora + + + Charge! Pappara Team + Totsugeki! Pappara-tai + 突撃!パッパラ隊 + + + サッカーフィーバー + サッカー・フィーバー + Les enfants du Mondial + Mundial Soccer Fever + Soccer Fever + + + ぴよこにおまかせぴょ! + Leave it to Piyoko pyo! + Piyoko Can Help You pyo! + Piyoko ni omakase pyo! + + + Toki no Daichi ~ Hana no Ohkoku no Majo ~ + Toki no Daichi: Hana no Oukoku no Majo + 刻の大地 ~花の王国の魔女~ + + + Tales of Yajikita College + Yajikita Gakuen Douchuuki + やじきた学園道中記 + + + Riki-Oh: The Walls of Hell + Riki-Ou: Toukatsu Jigoku + 力王 ~ RIKI-OH~ + 力王 等括地獄 + + + Riki-Oh 2: Child of Destruction + Riki-Ou 2: Horobi no Ko + 力王2 「滅びの子」 + 力王 2 滅びの子 + + + パピヨンローゼ + Papillon Rose + 内衣战士蝴蝶玫瑰 + 玫瑰文胸的季节 + + + I am THE Shiratori Reiko! + I`m Reiko Shiratori + Reiko Shiratori I Presume + Shiratori Reiko de Gozaimasu! + 白鳥麗子でございます! + + + Armored Trooper Votoms: Shining Heresy + Armored Trooper Votoms: The Brilliant Heretic + Soukou Kihei Votoms: Kakuyaku taru Itan + Zırhlı Piyade Votoms: Şanlı Kâfir + 装甲騎兵ボトムズ 赫奕たる異端 + + + Shocking Pink Girl Momoko + + + Demon Hunter Makaryuudo + Makaryuudo + 魔狩人 + + + Carol + Carol + + + Chocchan no Monogatari + Chocchan`s story + Chocchan`s Story + チョッちゃん物語 + + + Otoboku + Otoboku: Maidens are Falling for Me + Otome wa Boku ni Koishiteru + Otome wa Onee-sama ni Koishiteru + The Maiden is Falling in Love with the Elder Sister + Девушка влюбилась в старшую сестру + 乙女はお姉さま[ボク]に恋してる + 少女爱姐姐 + + + KIRARA + Kirara + + + Gekkou no Piasu + Gekkou no Pierce: Yumemi to Gin no Bara Kishidan + Moonlight, la pierre de lune + Moonlight`s Pierce + The Cursed Earring + The Earring of Moonlight + 月光のピアス ユメミと銀のバラ騎士団 + + + Ai to ken Camelot: Mangaka Marina Time Slip + Camelot + Mangaka Marina Time Slip Jiken + Marina the Manga Artist Goes to Camelot + 愛と剣のキャメロット まんが家マリナ タイムスリップ事件 + + + For Real + Hon-maji-Ki + Maji + 本気! + 本気(マジ)! + + + Moeru! Onii-san + The Burning Wild Man + 燃える!お兄さん + + + Moeru! Onii-san (1989) + 燃える!お兄さん (1989) + + + Magical Princess Minky Momo: Hold on to Your Dreams + Mahou no Princess Minky Momo: Yume o Dakishimete + 魔法のプリンセス ミンキーモモ(夢を抱きしめて) + + + Gigi i fontanna młodości + Gígja Prinsessa + Magical Princess Minky Momo: La Ronde in my Dream + Mahou no Princess Minky Momo: Yume no Naka no Rondo + Minky Momo Movie + Джи-Джи и ее мечты + 魔法のプリンセス ミンキーモモ夢の中の輪舞 + + + Minky Momo in Yume ni Kakeru Hashi + MINKY MOMO in 夢にかける橋 + Minky Momo OVA2 + Minky Momo - The Bridge over Dreams + Minky Momo: The Bridge Over Dreams + + + Minky Momo in Tabidachi no Eki + MINKY MOMO in 旅立ちの駅 + Minky Momo OVA3 + Minky Momo: The Station of Your Memories + + + ドクタースランプ アラレのびっくりバーン + Dr. Slump: Arale no Bikkuriman + Dr. Slump - Arale`s Amazing-man + + + Bakuten Shoot Beyblade The Movie: Gekitou!! Takao vs Daichi + Beyblade the Movie: Decisive Battle! Takao VS Daichi + Beyblade the Movie: Fierce Battle + 爆転シュート ベイブレード THE MOVIE 激闘!!タカオVS大地 + + + Hell Teacher Nube OVA + Jigoku Sensei Nube OVA + 地獄先生ぬ~べ~ OVA + + + Hell Teacher Nube: 0 a.m. Nube Dead + Jigoku Sensei Nube : Gozen 0 Ji Nube Shisu + Jigoku Sensei Nube: Gozen 0 toki Nube Shisu + Jigoku Sensei Nube MOVIE(1997 Spring) + 地獄先生ぬ~べ~ 午前0時ぬ~ぺ~死す! + + + Hell Teacher Nube: Summer Holiday of Fear! Legend of the Sea of Suspicion + Jigoku Sensei Nube : Kyofu no Natsu Yasumi!! Ayakashi no Umi no Densetsu! + Jigoku Sensei Nube: Kyoufu no Natsuyasumi! Asashi no Uni no Gensetsu + Jigoku Sensei Nube MOVIE(1997 Summer) + 地獄先生ぬ~べ~ 恐怖の夏休み!!妖しの海の伝説! + + + Esper Bishoujo Manami + Sexy Fighter Manami + エスパー美少女まなみ + + + Demonbane + demonbane tv + Kishin Houkou Demonbane (2006) + Roar of the Machine God Demonbane + 机神咆哮 + 機神咆吼デモンベイン (2006) + + + いぬかみっ! + Inukami + Inukami! + ¡Perro Divino! + 犬神! + + + LAP + Lemon Angel Project + LEMON ANGEL PROJECT レモン エンジェル プロジェクト + Lemon Project + 柠檬天使计划 + + + Ryoujoku Hitozuma Onsen + Spa of Love + 凌辱人妻温泉 + + + Urban Square + Urban Square: Chasing Amber + Urban Square : Kohaku no Tsuigeki + Urban Square: Kouhaku no Tsuigeki + アーバンスクウェア 琥珀の追撃 + + + COSMO POLICE ジャスティ + Cosmo Police Justy + Cosmo Police Justy + + + ハイスピード・ジェシー + High Speed Jessie + Hi-Speed Jecy + + + โฮลิค + Holic TV + XXX ホリック + xxxโฮลิค + xxxHolic + xxxHOLiC + XXX Holic + xxxHolic - Die Serie + xxxHolic - La série + xxxHOLiC TV + xxxГолік + Триплексоголик + холік + + + Revenge of the Space Warriors + Space Warrior Baldios movie + Space Warriors: Battle for Earth Station S-1 + Uchu Senshi Baldios MOVIE + Uchuu Senshi Baldios Movie + 宇宙戦士バルディオス (1981) + + + Leisure Club + Yuukan Club + Yuukan Kurabu + 有閑倶楽部 + + + Hoka Hoka Kazoku + The Affectuous Family + ほかほか家族 + + + Glacier Warrior Gaislugger + Guyslugger + Hyouga Senshi Gaislugger + 氷河戦士ガイスラッガー + + + Hurricane! Iron Leaguer + Shippuu! Iron Leaguer + 疾風! アイアンリーガー + + + いじわるばあさん + Bullying Grandmother + Ijiwaru Baa-san + + + Always the Sun in My Soul + Itsumo Kokoro ni Taiyou wo! + Remember the Sun in the Heart + いつも心に太陽を! + + + Jungle King Taa-chan + Jungle no Ohja Ta-chan + Jungle no Ouja Taa-chan + ジャングルの王者ターちゃん + + + Judo Bu Monogatari + 柔道部物語 + + + Pink みずドロボウあめドロボウ + Pink Mizu Dorobo Ame Dorobo + Pink Mizu Dorobou Ame Dorobou + Pink - Water Thieves Rain Thieves + + + バーバパパ + Barbacsalád + Barbapapa + Barbapapa + Barbapapa + Barbapapà + باربار الشاطر + + + Barbapapa amis de tous les pays + Barbapapa Around the World + Barbapapa autour du monde + Barbapapa de wereld rond + Barbapapa: Maailman ympäri + Barbapapa Sekai o Mawaru + Um die Welt mit Barbapapa + バーバパパ 世界をまわる + + + ヤンボウ ニンボウ トンボウ + Yanbo, Ninbo and Tonbo + Yanbo Ninbo Tonbo + + + สึบาสะ สงครามเทพข้ามมิติ ปี 2 + trc2 + tsubasa2 + Tsubasa Chronicle 2nd Series + Tsubasa Chronicle - 2. Staffel + Tsubasa Chronicle - Saison 2 + Tsubasa Chronicle - Sezon 2 + Tsubasa S2 + Хроника крыльев (сезон второй) + ツバサ・クロニクル 第2シリーズ + 翼 年代记 第2季 + + + เรย์: ดวงตาปาฏิหาริย์ + Ray + Ray + Ray The Animation + RAY THE ANIMATION + Ray the Animation + Рэй + 怪医美女零 + + + XANADU Dragon Slayer Densetsu + Xanadu Dragonslayer Densetsu + Xanadu Dragonslayer Legend + Xanadu: Legend of Dragonslayer + ザナドゥ ドラゴンスレイヤー伝説 + + + Hana no Asuka-gumi! + Shin Kabukicho Story Hana no Asuka Gumi! + 花のあすか組! + + + Kuma no Putarou + Kuma no Puutarou + Putaro the Bear + Puutarou the Bear + クマのプー太郎 + + + Shonen Santa no Daiboken + Shonen Santa no Daibouken + Shounen Santa no Daibouken + The Adventures of Young Santa Claus + The Great Adventures of Young Santa + 少年サンタの大冒険! + + + 철콘 근크리트 + Amer Béton + Betonas, geležis, raumenys + Black & White + En busca de la ciudad tesoro + Hazine Şehri + Tekkonkinkreet + Tekkonkinkreet + Tekkonkinkreet + Tekkon Kinkreet (2006) + Tekkonkinkreet - A Cidade do Tesouro + TEKKONKINKREET - Preto e Branco + Tekkon Kinkreet - Soli contro tutti + Tekkon Kinkurito + Железобетон + Залізобетон + Теконкинкрийт + 鉄コン筋クリート (2006) + + + Momotaro - Divine Soldiers of the Sea + Momotaro, le divin soldat de la mer + Momotarou: Umi no Shinpei + Umi no Shinpei + 桃太郎 海の神兵 + + + Maicching Machiko Sensei + Maicchingu Machiko Sensei + Maitchingu Machiko Sensei + Shame of Teacher Machiko + まいっちんぐマチコ先生 + + + Kinnikuman II Sei: Ultimate Muscle 2 + Kinnikuman II Yo: Ultimate Muscle 2 + Kinnikuman Second Generations: Ultimate Muscle 2 + キン肉マンII世 ULTIMATE MUSCLE 新シリーズ + + + Beyond the Stream of Time: A Dance in the Moonlight + Gekijouban Haruka Naru Toki no Naka de: Maihitoyo + Harukanaru Toki no Naka de Maihitoyo + In a Distant Time - The Movie: Ein Tanz im Mondlicht + In a Distant Time - The Movie: Tanz einer Nacht + 劇場版 遙かなる時空[とき]の中で 舞一夜 + 遥远时空中 剧场版 ~舞一夜~ + + + A Well-Ordered Restaurant (1993) + Chuumon no Ooi Ryouriten (1993) + The Restaurant of Many Orders (1993) + 注文の多い料理店 (1993) + + + Ishii Hisaichi no Dai Seikai + いしいひさいちの大政界 + + + サムライダー + Samuraider + + + おまかせ スクラッパーズ + Leave It to Scrappers + Los Robotrabajadores + Omakase Scrappers + + + Denkou Chou Tokkyuu Hikarian + Hikarian 2 : Lightning Attack Express + Lightning Super Express Hikarian + 電光超特急ヒカリアン + + + ミニモニ。じゃてーびぃ + Mini Moni the TV + + + ミニモニ。やるのだぴょん + Mini Moni Yaru no da Pyon! + + + Colegiais + Girls High + Girl`s High School + Girl`s High School Students + High School Girls + High School Girls + hsg + Joshikosei + Joshi Kosei + Joshikousei + طالبات الثانوية + Старшеклассницы + 女子高生 + 女子高生 + + + Gargoyle + Gargoyle of Yoshinaga house + garkun + The Gargoyle of the Yoshinagas + Yoshinaga-san`chi no Gargoyle + 吉永さん家のガーゴイル + 吉永家的Gargoyle + 吉永家的石雕像 + + + Funny Pets + Funny Pets Plus + Poetic and Lunatic Funny Pets Plus + + + Lily, Frogs, and Little Brother + Riri to Kaeru to (Otouto) + リリとカエルと(弟) + + + Captain Kuppa Desert Pirate + Sabaku no Kaizoku! Captain Kuppa + 砂漠の海賊!キャプテンクッパ + + + ストレイト・ジャケット + SJ + Strait Jacket + Strait Jacket + Strait Jacket - Legend of the Demon Hunter + Смирительная рубашка + + + Government Crime Investigation Agent Zaizen Jotaro + Naikaku Kenryoku Hanzai Kyosei Torishimarikan Zaizen Jotaro + Naikaku Kenryoku Hanzai Kyousei Torishimarikan Zaizen Jotaro + Zaizen Jotaro + 内閣権力犯罪強制取締官・財前丈太郎 + 内阁权利犯罪强制取缔官 财钱丈太郎 + + + マジカノ + Magikano + Majikano + Мэджикано + 魔法美少女 + + + Ane, Chanto Shiyou yo! + Ane, Chanto Shiyouyo! + Nee, Chanto Shiyou yo! + Nee, Chanto Shiyouyo! + 姉[ねえ]、ちゃんとしようよっ! + + + リバース ムーン ディバージェンス + Rebirth Moon Divergence + + + Shojo Auction + Virgin Auction + 処女オークション + + + Hitoduma Kasumi-san + Hitozuma Kasumi + Hitozuma Kasumi-san + Kasumi - Heimliche Liebe + The Hills Have Size + 人妻♪かすみさん + + + Flower and Snake + Flower & Snake + Flower & Snake The Animation + Hana to Hebi The Animation + 花と蛇 The Animation + + + Gausu + Hininden: Gauss + 緋忍伝-呀宇種(ガウス)- + + + Haitoku Tsuma + Haitokuzuma + Immoral Wife + Insatiable + 背徳妻 + + + カンブリアン + Cambrian + Cambrian + + + Ucchare Goshogawara + Utchare Goshogawara + うっちゃれ五所瓦 + + + Running Boy: Secrets of Star Soldier + Running Boy Star Soldier no Himitsu + Running Boy: Star Soldier no Himitsu + Running Boy: Star Soldier`s Secret + RUNNING Boy スターソルジャーの秘密 + + + Fraţii Nerima Daikon + Nerima + Nerima Daikon Brothers + Nerima Daikon Brothers + Nerimai Retkes Bratyók + 練馬大根ブラザーズ + 练马萝卜兄弟 + + + I`m Not an Angel! + Tenshi Nanka ja Nai + 天使なんかじゃない + + + Da nao tien gong + Da no tien gu + Der König der Affen + Le roi des singes contre le palais céleste + Sun Ukun: Uproar in Heaven + Sun Wou Kong + Sun wu kong + The Monkey King + The Monkey King - Havoc in Heaven + Сунь Укун: Бунт в небесных чертогах + 大闹天宫 + 大鬧天宮 + + + The Third + The Third + The Third ~Aoi Hitomi no Shoujo~ + The Third - Aoi Hitomi no Shoujo + The Third: Aoi Hitomi no Shoujo + THE THIRD ~Girl with the Azure Eyes~ + The Third; Meisje met de blauwe ogen + The Third: The Girl With the Blue Eye + The third~苍之瞳的少女 + ザ・サード 蒼い瞳の少女 + + + Heisei Dog Stories: Bow + Heisei Inu Monogatari Bow Movie + 平成イヌ物語バウ (1994) + + + Cojicoji + Coji Coji + Coji-Coji + Sakura Momoko Gekijou Cojicoji + Sakura Momoko Gekijou: Cojicoji + Sakura Momoko Theatre: Kojikoji + さくらももこ劇場 コジコジ + + + おれたちイジワルケイ + Ore-tachi Ijiwaru Kei + + + Gakuentoshi Valanoir Kingdom of Chaos The Universe + School City Valanoir + Varanoir + 学園都市ヴァラノワール KINGDOM OF CHAOS THE UNIVERSE + + + スペクトラルフォース クロニクル ディバージェンス + Spectral Force Chronicle Divergence + + + まみむめ★もがちょ + Mamimume Mogacho + + + Kidou Senshi Z Gundam III: Hoshi no Kodou wa Ai + Mobile Suit Zeta Gundam: A New Translation III -Love is the Pulse of the Stars- + โมบิลสูท Z กันดั้ม ภาค 3 ตอน รักคือชีพจรแห่งดวงดาว + 机动战士Z高达 星的鼓动是爱 + 機動戦士ZガンダムIII - 星の鼓動は愛 - + + + One Piece: I Misteri dell`Isola Meccanica + One Piece: Karakuri Castle`s Mecha Giant Soldier + One Piece: Karakurijou no Mecha Kyohei + One Piece Movie 7 + One Piece - Movie 7: Karakuri Castle`s Mecha Giant Soldier + One Piece Movie 7 - Karakuri Jo no Meka Kyohei + ワンピース THE MOVIE カラクリ城のメカ巨兵 + + + ワイルド7 + Wild 7 + Wild 7: Biker Knights + + + Choujikuu Romanesque Samy: Missing 99 + Romanesque Samy + Super Dimensional Romanesque Samy + Super-dimensional Romanesque Samy + Superdimensional Romanesque Samy: Missing 99 + 超時空ロマネスク サミー MISSING・99 + + + ワイルド7 another 謀略運河 + Wild 7 + Wild 7 - Another + Wild 7 Another--Boryaku Unga + Wild 7 Another Bouryaku Unga + Wild 7 Swirling Canal + Wild 7 Swirling Canal + Wild 7 - Unité anti-terroriste + + + malice doll + Malice@Doll + Malice@doll マリスドール + + + ウルトラマングラフィティ + Ultraman Graffiti + + + やどさがし + Looking for a Home + Yadosagashi + + + Hoshi wo Katta Hi + The Day I Cropped a Star + 星をかった日 + + + Mizugumo Monmon + Water Spider Monmon + 水グモもんもん + + + モンスターファーム5 サーカスキャラバン + Monster Farm 5: Circus Caravan + + + Kugutsu Ai: Dora Gaiden + 人造人間アリア~ミスランディアの復讐~ (2) + 傀儡哀~瞳裸外伝~ + + + Hyakkiyakou: Warashi + Hyakki Yako ~ Warashi ~ + 百喜夜行 ~わらし~ + + + Leina Kenrou Densetsu + Leina-Stol in Wolf Sword Legend + レイナ剣狼伝説 + + + Manin Bus + Man`in Densha + Man in Densha + Manin Densha + Rape In The Subway + 満淫電車 + + + Kage Kara Mamoru + Kage Kara Mamoru! + kagemamo + KaKaMa + KKM! + Protecting you from the Shadows + 阴守忍者 + 陰からマモル! + + + Rescue Wings + Yomigaeru Sora + Yomigaeru Sora: Rescue Wings + 复生的天空 + よみがえる空 -Rescue Wings- + + + Cat Yo-yo + Youyou no Neko Tsumami + Yo Yo Neko no Tsumami + Yo Yo no Neko Matsumi + Yoyo no Neko Tsumami + ヨーヨーの猫つまみ + + + Ryokan-san + Ryoukan-san + 良寛さん + + + Pretty Sammy Magical Girl Club + sasami + Sasami Magical Girl Club + Sasami: Magical Girls Club + Sasami: Mahou Shoujo Club + Sasami -Mahou Shoujo Club- 1 + Tenchi Muyo: Sasami Magical Girl Club + 砂沙美 -魔法少女クラブ- + 砂沙美☆魔法少女クラブ + + + Futari wa Precure: Splash Star + precure3 + Precure Splash Star + Pretty Cure Splash Star + ふたりはプリキュア Splash Star + + + Kennosuke-sama + 剣之介さま + + + Kazu and Yasu Hero Legend + Kazu to Yasu Hero Densetsu + KAZU & YASU Hero Tanjo + KAZU & YASU Hero Tanjou + KAZU&YASU ヒーロー誕生 + + + Gin`yuu Mokushiroku Meine Liebe Wieder + Meine Liebe 2 + Meine Liebe Wieder + mlw + Wandering Revelations Meine Liebe Wieder + 吟游默示录II + 吟遊黙示録 マイネリーベ wieder(ウィーダ) + + + สมาคมคนหนีโลก + ยัยตัวร้ายกับนายโหลยโท่ย + Bem-vindo à NHK! + Benvenuti alla NHK! + Benvinguts a NHK! + ¡Bienvenidos a NHK! + Bienvenue à la NHK + Kαλωσήρθατε στο NHK + nhk + NHKにようこそ! + NHK ni Youkoso! + NHK`ya Hoşgeldiniz! + Welcome to the NHK + Welcome to the NHK + Welcome to the N.H.K + Witaj w NHK! + أهلاً و سهلاً بكم في الأن أتش كيه + Добро пожаловать в NHK! + Ласкаво просимо до NHK! + 欢迎来到NHK! + + + Galaxy Railway 999: Can You Love Like a Mother?!! + Ginga Tetsudo 999: Kimi wa Haha no You ni Aiseru ka!! + Ginga Tetsudou 999: Kimi wa Haha no You ni Aiseru ka!! + 銀河鉄道999 君は母のように愛せるか!! + + + Kaleido Star: Főnix legendája + Kaleido Star: Legend of Phoenix - Layla Hamilton Monogatari + Kaleido Star: Legend of Phoenix ~Layla Hamilton Story~ + ks ova2 + カレイドスター Legend of phoenix ~レイラ・ハミルトン物語~ + + + Wan Wan Serepuu Soreyuke! Tetsunoshin + 冲吧!彻之进 + ワンワンセレプー それゆけ!徹之進 + + + がくえんゆーとぴあ まなびストレート! + Gakuen Utopia Manabi Straight! + GUMS + Manabi + Manabi Straight + Manabi Straight! + MS + 学园乌托邦 - 学美向前冲 + + + Bakutama HIT! Crash B-Daman + Bakutama Hit! Crash Bedaman + 爆球Hit!クラッシュビーダマン + + + Kabutomushi Ouji Mushiking: Greatest Champion no Michi + Kochu Ohja Mushiking ~ Greatest Champion eno Michi ~ + Mushiking: The Road to the Greatest Champion + 劇場版甲虫王者ムシキング グレイテストチャンピオンへの道 + + + Kuroi Ame ni Utarete + Struck by Black Rain + 黒い雨に打たれて + + + Kuro + Kuro ga Ita Natsu + Mały Kuro + クロがいた夏 + + + Salamander + Salamander + 沙羅曼蛇 + 沙羅曼陀 (incorrect) + + + Open the Door + Tobira o Akete (1995) + トビラを開けて + + + La Vierge Marie Vous Regarde - 3rd season Original Video Animation + maria3 + Maria-sama ga Miteru 3rd + Maria-sama ga Miteru OAV + Maria-sama ga Miteru OVA + Maria Watches Over Us 3rd Season OVA + marimite3 + Дева Мария смотрит за вами OVA + 圣母在上 第三季 ova + マリア様がみてる 3rdシーズン + + + Memories Off #5 + Memories Off #5 とぎれたフィルム + Memories Off #5 The Broken Off Film + Memories Off #5 Togireta Film + + + Shippu Iron Leaguer OVA + Shippuu! Iron Leaguer: Silver no Hata no Moto ni + 疾風!アイアンリーガー 銀光の旗の下に + + + いちご100% オリジナルDVDアニメーション + i100 ova + Ichigo 100% Original DVD Animation + + + ナナ + 나나 + นานะ + Nana + Nana + Nana + NANA + Nana + Nana + Nana + Nana + Nana + Nana tv + نانا + Нана + Нана + Нана + 娜娜 + + + Magical Pokan + Magical Poken + Magipoka + magipokan + Majipoka + Pokan + Renkin Sankyu Magical? Pokan + Renkin San-kyuu Magical? Pokaan + 炼金3级 魔法少女 + 錬金3級 まじかる?ぽか~ん + + + อามาเอะไนเดโยะ!ลงทัณฑ์! + Ah My Buddha 2 + Ah My Buddha Season 2 + Amaenaideyo!! 2 + Amaenaide yo!! Katsu!! + Amaenaideyo Katsu + katsu + Не приставай ко мне!! Хуже будет!! + あまえないでよっ!! 喝!! + 极乐天师 喝! + + + อสูรรับใช้ของยาย 0 สนิท + El Familiar de Cero + Familiar of Zero + The Familiar of Zero + zero + zero1 + Zero no Tsukaima + znt + znt1 + Нулизин фамильяр + Подручный Бездарной Луизы + ゼロの使い魔 + 零之使魔 + + + God Family + Kami-sama Kazoku + Kamisama Kazoku + KsK + Божественная семейка + 神样家族 + 神様家族 + + + ชมรมรัก คลับมหาสนุก + Host Club del Instituto Ouran + Host Club - Le lycée de la séduction + OHSHC + okhc + Ouran + Ouran High School Host Club + Ouran High School Host Club + Ouran High School Host Club + Ouran Host Club + Ouran Koukou Host Bu + Ouran Koukou Host Club + Ouran Lisesi Host Kulübü + نادي مدرسة أوران الثانوية للضيافة + מועדון האירוח של תיכון אורן + Развлекателен клуб Оуран + Хост-клуб Оранской школы + 桜蘭高校ホスト部 + 樱兰 + 樱兰高校男公关部 + + + Dai Maho Toge + Daimaho Toge + Dai Mahô Tôge + Dai Mahou Touge + dmt + Magical Witch Punie-chan + Punie + 大魔法峠 + + + CcP + Colorcloud Palace + Colourcloud Palace + Colourcloud Palace + Kokumono + saimono + Saiun + Saiunkoku Monogatari + Story of the Land of Many-Colored Clouds + Tale of Saiunkoku + The Story of Saiunkoku + The Tale of Saiun Country + ToS + Приказка за страната на многоцветните облаци + 彩云国物语 + 彩雲国物語 + + + 시간을 달리는 소녀 + กระโดดจัมพ์ ทะลุข้ามเวลา + A menina que corre através do tempo + Das Mädchen, das durch die Zeit sprang + La ragazza che corre nel tempo + La Ragazza che Saltava nel Tempo + La traversée du temps + Mergina, keliavusi laiku + Mergina, kuri persikėlė laike + O dievčati, ktoré preskočilo čas + O dívce, která proskočila časem + O dziewczynie skaczącej przez czas + Putovanje kroz vrijeme + The Girl Who Cut Time + The Girl Who Leapt Through Time + The Little Girl Who Conquered Time + tokikake + Toki o Kakeru Shojo + Toki o Kakeru Shoujo + Toki wo Kakeru Shoujo + Tüdruk, kes hüppas läbi aja + twks + Zamanda Sıçrayan Kız + الفتاة التي قفزت عبر الزمن + הילדה שזינקה מבעד לזמן + Девочка, перепрыгнувшая время + Девочка, покорившая время + Дівчинка, що стрибала крізь час + 時をかける少女 + 穿越时空的少女 + 跳跃吧!时空少女 + 跳躍吧!時空少女 + + + Ane to Boin + It`s a Family Affair + 姉とボイン + + + Aa! Megami-sama! Sorezore no Tsubasa + Ah! My Goddess: Everyone Has Wings + Ah! My Goddess Everyone`s Wings + Ah! My Goddess - Flights of Fancy + Ah!! My Goddess: Sorezore no Hane + Ah! My Goddess: Sorezore no Tsubasa + Ah! My Goddess TV - Saison 2 + Ah! Zeiţa Mea: Oricine are Aripi + amg2 + amg s2 + amgtv2 + AMG TV 2 + ams2 + amstv2 + ams tv2 + ams tv 2 + Ах! Моя богиня: у каждого есть крылья + Моя богиня! (сезон второй) + ああっ女神さまっ 第二期 + ああっ女神さまっ それぞれの翼 + 我的女神:缤纷之翼 + + + ストリンジェンド ~エンジェルたちのプライベートレッスン~ + Stringendo + Stringendo: Angel-tachi no Private Lesson + Stringendo: The Angels` Private Lesson + + + Kakyuusei 2 (2006) + Kakyuusei 2: Ki Hanashi Atsumari [Anthology] + 下級生2 ~季花詞集 [Anthology]~ + + + ar tonelico + Ar-Tonelico + Ar-Tonelico Sekai no Owari de Utai Tsuzukeru Shoujo + Ar tonelico: The Girl Who Sings at the End of the World + アルトネリコ 世界の終わりで詩い続ける少女 + + + Beast-God Riger + Jushin Liger + Juushin Riger + Jyushin Ryger + 獣神ライガー + + + ペイル・コクーン + Blankusis Kokonas + Pale Cocoon + Pale Cocoon + Pale Cocoon + Tổ Kén Xám + الشرنقة الباهتة + Бледа какавида + Блідий кокон + 记忆裂痕 + + + Machikado no Märchen + Machikado no Meruhen + 街角のメルヘン + + + Yagami-kun no Katei no Jijou + Yagami`s Family Affairs + 八神くんの家庭の事情 + + + GS SE III + GS Special Edition III + Kidou Senshi Gundam SEED Special Edition Kanketsu Hen: Meidou no Sora + Mobile Suit Gundam SEED: Movie III - The Rumbling Sky + 動戦士ガンダムSEED スペシャルエディション完結編 鳴動の宇宙 + + + Gundam 0079 Movie Trilogy Part II + โมบิลสูท กันดั้ม เดอะมูวี่ II + Kidou Senshi Gundam II: Ai Senshi Hen + Mobile Suit Gundam - Film II + Mobile Suit Gundam II: Soldiers of Sorrow + Mobile Suit Gundam - Movie II + Mobile Suit Gundam Movie II + Mobile Suit Gundam - The Movie Trilogy Part II + 机动战士高达.电影第2部.衰战士 + 機動戦士ガンダム II 哀・戦士編 + + + Gundam 0079 Movie Trilogy Part III + โมบิลสูท กันดั้ม เดอะมูวี่ III + Kidou Senshi Gundam III: Meguriai Sora Hen + Kidou Senshi Gundam III: Meguriai Uchuu Hen + Kidou Senshi Gundam III: Meguriai Uchuu [Sora] Hen + Mobile Suit Gundam - Film III + Mobile Suit Gundam III: Encounters in Space + Mobile Suit Gundam - Movie III + Mobile Suit Gundam Movie III + Mobile Suit Gundam - The Movie Trilogy Part III + 机动战士高达.电影第3部.相逢宇宙 + 機動戦士ガンダム III めぐりあい宇宙[そら]編 + + + GS SE II + GS Special Edition II + Kidou Senshi Gundam SEED Special Edition II: Harukanaru Akatsuki + Mobile Suit Gundam SEED: Movie II - The Far-Away Dawn + 機動戦士ガンダムSEED スペシャルエディションII 遙かなる曉 + + + GS SE I + GS Special Edition I + Gundam SEED - Das leere Schlachtfeld + Kidou Senshi Gundam SEED Special Edition I: Kokuu no Senjou + Mobile Suit Gundam SEED: Movie I - The Empty Battlefield + 機動戦士ガンダムSEED スペシャルエディション 虚空の戦場 + 機動戦士ガンダムSEED スペシャルエディション-虚空の戦場- + + + GSD: Episode 51 + GSD: Final Plus + GSD: FP + Gundam SEED DESTINY 2 + Gundam SEED DESTINY FINAL PLUS ~The Chosen Future~ + Kidou Senshi Gundam SEED Destiny Final Plus: The Chosen Future + Mobile Suit Gundam SEED DESTINY Final Plus: The Chosen Future + 機動戦士ガンダムSEED DESTINY FINAL PLUS 『選ばれた未来』 + + + Astraea Testament - The Good Witch of the West + Astraea Testament - The Good Witch of the West + De Heks uit het Westen - Astraea Testament + Good Witch + Good Witch of the West + La sorcière de l`Ouest - Astraea Testament + Nishi no Yoki Majo + Nishi no Yoki Majo - Astraea Testament + nnym + The Good Witch Of The West + 西善 + 西の善き魔女 + 西方善魔女 + + + Dore Dore no Uta + どれどれの唄 + 金曜ロードショー オープニング映像 + + + House Foods: Ouchi de Tabeyou + ハウス食品『おうちで食べよう。』 + + + ひまわりっ! + Himawari! + Himawari! à l`école des ninjas + Sunflower! + دوار الشمس + 向日葵 + + + Getsumen To Heiki Mina + Getsumen Usagi Heiki Miina + lunar bunny weapon mina + Mina + 月面兎兵器ミーナ + 月面兔兵器米娜 + + + ゼーガペイン + Zegapain + ألم زيقا + + + Aoi Kioku + Aoi Kioku - Manmou Kaitaku to Shounen-tachi + 蒼い記憶 満蒙開拓と少年たち + + + B・B BURNING BLOOD + Burning Blood + + + Hayo no Ken : Shikkoku no Masho + Hayou no Ken + Hayou no Ken - Shikkoku no Mashou + Hayou no Ken Sikkoku no Masyouhen + Sword of the Destroyer + 破妖の剣 漆黒の魔性 + + + Ajin senshi + 亜人戦士 + + + Clan of Pihyoro + Gense Shugoshin Pihyoro Ikka + Pihyoro Ikka + 現世守護神 ぴーひょろ一家 + + + 5-tou ni Naritai + Gotou ni Naritai + I want to win 5th prize + 5等になりたい。 + + + Dream Users + yt + Yume Tsukai + yutsu + 夢使い + 梦使 + + + ライヤンツーリーのうた + Raiyantsuuri no Uta + Song of Liang Chu Li + Song of Raiyantsuuri + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 10 ตอน บทเพลงมรณะแด่เหล่านักสืบ + Case Closed: Movie 10 + Das Requiem der Detektive + Détective Conan - Film 10 + Detective Conan: Movie 10 + Detective Conan - Requiem of the Detectives + Detective Conan: The Private Eyes` Requiem + Meitantei Conan: Tantei-tachi no Requiem + 侦探们的镇魂歌 + 名探偵コナン 探偵たちの鎮魂歌[レクイエム] + + + Beyond the train tracks + Tetsuro no Kanata + 鉄路の彼方 + + + Bauzi – Der Pinguin aus der Antarktis + Chiisana Pengin: Lolo no Boken + Chiisana Penguin Lolo no Bouken + Les Aventures de Lolo + Lolo kalandjai + Nyüzsgi + Pingviinipoeg Lolo seiklused + Small Penguin: Lolo`s Adventures + The Adventures of Scamper the Penguin + Приключения пингвинёнка Лоло + 小さなペンギンロロの冒険 + + + My Favorite Fairy Tales + Sekai Douwa Anime Zenshuu + אגדות ילדים + アニメの世界で優しく英語力 世界名作童話 + 世界童話アニメ全集 + + + パプリカ + 파프리카 + ลบแผนจากรรมคนล่าฝัน + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika + Paprika: Detective de los sueños + Papryka + פפריקה + Паприка + Паприка + Паприка + 盗梦侦探 + 红辣椒 + + + The Invisible Stud + Tomei Ningen + Toumei Ningen + Невидимка + 透明人間 + + + 게드전기 + Contos de Terramar + Cuentos de Terramar + Die Chroniken von Erdsee + Ged`in Savaş Günlükleri + Gedo Senki + Gedo Senki Ιστορίες απο την Γαιοθάλασσα + Ged Senki + Ged Senki: Tales from Earthsea + Ged`s War Chronicles + I Racconti di Terramare + Legenden om Jordhavet + Legender Från Övärlden + Les contes de Terremer + Maameren tarinat + Meremaa lood + Opowieści z Ziemiomorza + TALES from EARTHSEA + Yerdeniz Öyküleri + Žemjūrės pasakos + قصص من أعماق البحر + הקוסם מארץ ים + Магьосникът от Землемория + Сказания Земноморья + 地海戰記 + ゲド戦記 + + + クレイヴィジ + Cleavage + Cleavage + Cleavage + Décolleté lubrique + Die Super-Moepse + + + Kidou Senshi Gundam MS IGLOO: Mokushiroku 0079 + Mobile Suit Gundam MS IGLOO: Apocalypse 0079 + 機動戦士ガンダム MS IGLOO -黙示録0079- + + + エア・ギア + แอร์เกียร์ + แอร์เกียร์ ขาคู่ทะลุฟ้า + AG + Airgear + Air Gear + Air Gear + Air Gear + Air Gear + Air Gear + Въздушен Механизъм + Эйр Гир + 飞轮少年 + + + Angelique (2006) + Angelique TV + Koi Suru Tenshi Angelique: Kokoro no Mezameru Toki + Koisuru Tenshi Angelique: Kokoro no Mezameru Toki + Loving Angel Angelique ~When Hearts Awaken~ + 恋する天使アンジェリーク ~心のめざめる時~ + 恋爱天使安琪莉可-苏醒之时 + + + くりいむレモン ニュージェネレーション + Cream Lemon New Generation + Cream Lemon: New Generation + + + Pocket Monsters Advanced Generation: Pokemon Ranger to Umi no Ouji Manafi + Pocket Monsters Advanced Generation: The Pokemon Ranger and the Prince of the Blue Waters + Pokemon 2006 + Pokemon: Movie 9 + Pokemon Ranger and The Temple of The Sea + Pokémon Ranger et le Temple des Mers + Pokemon Ranger und der Tempel des Meeres + Покемон Рэйнджер и принц моря - Манафи + ポケットモンスター アドバンスジェネレーション ポケモンレンジャーと蒼海の王子マナフィ + + + Biniky le dragon rose + Henry und der rosarote Drache + Różowy smok Serendipity + Serendipity Monogatari: Pyua-tou no Nakama-tachi + Serendipity the Pink Dragon + ميمونة ومسعود + ורדית הדרקונית + ピュア島の仲間たち + + + Beast Wars: Feras Mecânicas + Beast Wars Second Chou Seimeitai Transformers + bw2 + ビーストウォーズⅡ(セカンド) 超生命体トランスフォーマー + + + Beast Wars Neo + Chou Seimeitai Transformers Beast Wars Neo + 超生命体トランスフォーマー ビーストウォーズネオ + + + Deluxe Ariel + DELUXE ARIEL + + + Midnight Strike Force + Vidurnakčio Smogikės + Yosho + Yosho + Youshou + 妖囁 + + + Toushindai My Lover: Minami Tai Mecha-Minami + 等身大マイラバー~ミナミ対メカミナミ~ + + + JOKER マージナル・シティ + J0ker + J0ker: Marginal City + Joker + Joker: Marginal City + + + Al Caral no Isan + Aru Kararu no Isan + Legacy of Aru Kararu + アル・カラルの遺産 + + + ふしぎなコアラ ブリンキー + Brinky and Printy + Fushigi na Koala Blinky + Les Koalous + Noozles + The Noozles + בלינקי ופינקי + + + くりぃむレモン レモンエンジェル + ミッドナイトアニメ レモンエンジェル + Cream Lemon: Lemon Angel + Lemon Angel + + + レモンエンジェル + ミッドナイトアニメ レモンエンジェル + Lemon Angel (1988) + Midnight Anime: Lemon Angel + + + レモンエンジェル (1988/II) + Lemon Angel (1988/II) + ミッドナイトアニメ Lemon Angel (II) + Midnight Anime: Lemon Angel (II) + + + Ayatsuri Ningyou + The Pupets + The Puppets + 奴隷人形~快楽を追求する獣たち~ (1) + 聖操奴隷 + + + โชเน็น อนเมียวจิ จอมเวทปราบมาร + Shonen Onmyouji + shonm + Shoumyou + Shounen Onmyoji + Shounen Onmyouji + Young Monk + 少年阴阳师 + 少年陰陽師 + + + おばけの… ホーリー + Holly the Ghost + O-bake no... Holly + The Ghost Holly + המפחידנים + + + YAT Anshin! Uchuu Ryokou 2 + YAT安心!宇宙旅行(第2期) + + + Imokawa Mukuzo, Genkanban no Maki + Imokawa Mukuzo, The Janitor + 芋川椋三玄関番の巻 + + + Condition Green + Condition Green: Platoon # 801 + Inferious Interplanetary War Chronicle Condition Green + Inferious Wakusei Senshi Gaiden Condition Green + インフェリウス 惑星戦史外伝 コンディショングリーン + + + Chuhai Lemon LOVE 30S + Lemon Cocktail - Love 30 S + 酎ハイれもん LOVE30’S + + + สูตรรักฉบับนักเรียน เทอม 2 + School Rumble 2 + School Rumble 2nd Term + School Rumble Ni Gakki + School Rumble - Saison 2 + School Rumble Second Term + School Rumble - Semester 2 + SR2 + SRN + sukuran2 + sukuran 2 + Школьный переполох - второй семестр + スクールランブル 二学期 + 喧嚣学园 第二学期 + 校園迷糊大王 二學期 + + + ストパニ + ストロベリー・パニック + SPanic + Strawberry Panic + ارتباك الفراولة + 惊爆草莓 + 草莓狂热 + + + โซล ลิ้งค์ + ソウルリンク + sl + Soul Link + Soul Link + Связь душ + 魂链 + + + オズ + OZ + + + Hayvan Kral`ın Gezegeni + Ju Oh Sei + Juuousei + Jyu Oh Sei + Jyu Oh Sei + Jyu-Oh-Sei + Planet of the Beast King + Planet of the Beast King + كوكب ملك الوحوش + Планета короля зверей + 兽王星 + 獣王星 + + + Galaxy Express 999: Can You Live Like A Warrior? + Ginga Tetsudou 999: Kimi wa Senshi no You ni Ikirareru ka? + 銀河鉄道999 君は戦士のように生きられるか!? + + + 장금이의 꿈 + Dae Jang Geum - Jang Geum`s Dream + Jang Geum`s Dream + Jang Geum`un Hayali + JGD + Shoujo Changumu no Yume + Shoujo Jang Geum no Yume + 少女チャングムの夢 + + + Demon Beast Phalanx + Majuu Sensen + 魔獣戦線 + + + The Humanoid + The Humanoid: Ai no Wakusei Lezeria + ザ・ヒューマノイド 哀の惑星レザリア + + + Emblem TAKE2 + Emblem Take Two + 代紋(エンブレム) TAKE2 + + + Be Bop High School + Be-Bop High School + BE-BOP HIGHSCHOOL ビー・バップ・ハイスクール + + + Ushiro no Hyakutarou + 心霊恐怖レポート うしろの百太郎 + うしろの百太郎 + + + きらりん☆レボリューション + Kilari + Kilari + Kirarin Revolution + Кирарин Революция + + + プリンセス・プリンセス + Princess Princess + Princess Princess + Princess Princess + pripri + PuriPuri + الأميرة الأميرة + 公主 公主 + + + シムーン + Shimuun + Simoon + Simoun + Шімун + 西蒙 + + + himehime + Hime-sama Goyoujin + Princess Be Careful + Princess Beware + 公主请小心 + 姫様ご用心 + + + 5-2 + 5-2 сьогодні + Dnes v triede 5-2 + Dzisiaj w klasie 5-2 + Hoje na Sala 5-2 + kngnn + Kyo no Gononi + Kyou no 5-2 + Kyou no 5 no 2 + Kyou no Go no Ni + TiC5-2 + Today in Class 5-2 + Today`s 5th grader, 2nd class + היום בכיתה ה`-2 + Сегодня в 5-ом Б + 今天的5年2班 + 今日の5の2 + + + Spider Riders + Spider Riders: Oracle no Yuusha Tachi + Spider Riders: The Heroes of Oracle + スパイダーライダーズ ~オラクルの勇者たち~ + + + アリア2 + aria2 + Aria 2 + Aria the Natural + Aria the Natural + Aria the Natural + Ария (второй сезон) + 水星领航员 第2季 + + + pot ova + Prince of Tennis - National Championship Chapter + Tennis no Ouji-sama: Zenkoku Taikai Hen + The Prince of Tennis: The National Tournament + أمير التنس - جزء بطولة العالم + テニスの王子様 全国大会篇 + + + True Blue Gaiden + True Blue~トゥルー・ブルー~外伝 + + + さいころボット コンボック + Cubix + Cubix + Cubix + Kubix + Saikoro Robot Kombock + + + Michiteru Kuru Toki no Mukou ni + Toward a Time of Trouble + Troubled Times + 満ちてくる 時のむこうに + + + Genzai Byoutou + The Word of Original Sin + Ward of Original Sin + 原罪病棟 + 欲望病棟~淫乱病院の謎~ + + + Dora + Doura + 人造人間アリア~ミスランディアの復讐~ (1) + 瞳裸 + + + Battle-Maiden Valkyrie True Chapter + Ikusa Otome Valkyrie Shinshou + Ikusa Otome Valkyrie Shinshou: Anata ni Subete wo Sasagemasu + Ikusa Otome Valkyrie True Chapter + Valkyrie The True Story + 戦乙女ヴァルキリー 真章 + 戦乙女ヴァルキリー 真章 ~あなたに全てを捧げます~ + + + ミセスジャンキー + Consenting Adultery + Mrs. Junkie + + + クライミライ + Dark Future + Kurai Mirai + + + スイートスポット + Sweet Spot + + + Shameshrine Andorora + Super Sexy Android + 恥宮のアンドローラ + + + Girl`s Locker Room Lust + Girls Locker Room Lust + Mini Skirt Gakuen + Mini Skirt Girl`s Academy + Mini Skirt Jogakuen + ミニスカ女学園 + ミニスカ学園 + + + がんばれ!ぼくらのヒットエンドラン + Ganbare! Bokura no Hit and Run + Hit and Run + + + Maegami Tarou + まえがみ太郎 + + + こぐまのミーシャ + Koguma no Misha + Misha + Misha + O Ursinho Misha + القرية الاليفة + + + A pálya ördögei + A tutto goal + Burn! Top Striker + Gol + L`école des champions + Moero! Top Striker + Skot í Mark + Smūgis + الكابتن رابح + 燃えろ!トップストライカー + + + Hitou Meguri The Animation + 秘湯めぐり The Animation + + + คิบะ ศึกอภินิหารข้ามภพ + Kiba + Kiba + Kiba + Kiba TV + קיבַּה + Киба + Киба + + 牙-KIBA- + + + Armada of Glass + Fleet of Glass + Garakan + Garasu no Kantai + Glass Fleet + Glass no Kantai + Glass no Kantai - La légende du vent de l`univers + Glass`s Armada + Glass`s Fleet + Glass`s Naval Fleet + gnk + Naval Fleet of Glass + The Legend of The Glass Fleet + أسطورة النسر + 玻璃舰队 + ガラスの艦隊 + + + Yawara! Atlanta Special + Yawara! Special - Zutto Kimi no Koto ga ... + YAWARA! スペシャル ずっと君のことが…。 + + + Okama Hakusho + おカマ白書 + + + プレイボール2nd + Play Ball 2nd + + + Elmer et le Dragon + Elmer no Bouken + Elmer`s Adventure + My Father`s Dragon + エルマーの冒険 + + + Naniwa Spirit + Naniwa Yuukyouden + なにわ遊侠伝 + + + めちゃっこドタコン + Mechakko Dotakon + Mechanical Boy Dotakon + + + Happy Science Movie 1 + Hermes: Ai wa Kaze no Gotoku + Hermes: Aşk Rüzgarları + Hermes: Winds of Love + Гермес: Ветры Любви + ヘルメス 愛は風の如く + + + Happy Science Movie 2 + Taiyou no Hou: El Cantare e no Michi + The Laws of the Sun + 太陽の法 エル・カンターレへの道 + + + Happy Science Movie 3 + Ougon no Hou: El Cantare no Rekishikan + The Golden Laws + 黄金の法 エル・カンターレの歴史観 + + + Fushigi-boshi no Futago-hime Gyu! + Futago Hime Gyu + ふしぎ星の☆ふたご姫 Gyu! + + + Prince Planet + Yuusei Shounen Papii + 遊星少年パピイ + + + デジモンセイバーズ + digimon5 + Digimon Data Squad + Digimon Data Squad + Digimon Savers + 数码兽拯救者 + + + Brain Adventure Record Webdiver + Dennou Boukenki Webdiver + WebDiver + ويب دايفر + 電脳冒険記ウェブダイバー + + + Deep Blue Fleet + Konpeki no Kantai + 紺碧の艦隊 + + + Kyokujitsu no Kantai + The Fleet of the Rising Sun + 旭日の艦隊 + + + Deep Sea : Mission Mû + Shinkai no Kantai: Submarine 707 + 深海の艦隊 サブマリン707 + + + Tachiguishi Retsuden + Tachigui - The Amazing Lives of the Fast Food Grifters + 立喰師列伝 + + + Ghost in the Shell: S.A.C. 2nd GIG - Individual Eleven + Ghost in the Shell: SAC 2nd GIG Movie + Ghost in the Shell - S.A.C. - Les Onze Individuels + Ghost in the Shell: Stand Alone Complex 2nd GIG - Individual Eleven + Ghost in the Shell - Stand Alone Complex - Les Onze Individuels + GitS:SAC2 Movie + GitS: SAC 2nd GIG Movie + Koukaku Kidoutai S.A.C. 2nd GIG Individual Eleven + Призрак в доспехах: Синдром одиночки OVA-2 + 攻殻機動隊 S.A.C. 2nd GIG Individual Eleven + + + プロジェクトパポ + Project Papo + + + Jack and the Beanstalk + Jack et le haricot magique + Jack şi vrejul de fasole + Jack to Mame no Ki + Jaś i Czarodziejska Fasola + Jaś i Magiczna Fasola + Magiczna Fasola + Tom, Crosby und die Mäusebrigade + Джек в стране чудес + Джек и бобовое дерево + ジャックと豆の木 + + + Ecchi Soudanshitsu + University Girls + University Girls Special Counseling + エッチ相談室 + + + Rebiya + 零媚耶 + + + shibawanko + Shibawanko no Wa no Kokoro + Shibawanko`s Japanese Spirit + Shibawanko`s Spirit of Tradition + Shibawanko`s Spirit of Wa + しばわんこの和のこころ + + + Donbe Monogatari + Donbe`s Story + Mitsugoro no Dobutsu Nikki--Donbe Monogatari + The Diary of the Animals of Mitsugoro: Donbe`s Story + どんべえ物語 + + + Holey Pants: Desire on a Stroll + Pants no Ana + Pants no ana: Mambo de ganbo + Pantsu no Ana + パンツの穴 + + + Chie-chan Funsenki Jarinko Chie + チエちゃん奮戦記 じゃりン子チエ + + + Kikan Kuruma Sensei + Teacher Tank Engine + 機関車先生 + + + コ・コ・ロ・・・ + Co Co Lo + Kokoro + Ko Ko Ro + + + Ryoujoku Joshi Gakuen + 凌辱女子学園 + + + Kawarazaki-ke no Ichizoku The Animation + 河原崎家の一族 The Animation + + + Amy to Yobanaide + エイミーと呼ばないでっ + + + Shachiku: Kuruma no Naka de Kattemasu + 車畜~車の中で飼ってます~ + + + GTR + G.T.R + G.T.R G-cup Teacher Rei + + + Tokyo Tribe 2 + TOKYO TRIBE 2 + Tokyo Tribe 2 + tt2 + قبيلة طوكيو 2 + + + みなみけ + 미나미가 + Minamike + Minami-ke + mke + mke1 + مينامي كي + Сёстры Минами + 南家三姐妹 + 미나미家 세자매 + + + かがみのげんおん + Kagami no Genon + Kagami no Gen`on + Mirror`s Fundamental Tone + sound / phantasma / mirror + Иллюзорные звуки зеркала + + + Poca-Poca-Mori no Rascal + Poka Poka Mori no Rascal + Rascal in the Snag Forest + ぽかぽか森のラスカル + + + Aoki Honoo + Blue Flames + 青き炎 + + + Ginga Tetsudou 999: Eien no Tabibito Emeraldas + 銀河鉄道999 永遠の旅人エメラルダス + + + Hengen Taima Yakou Karura Mau! Nara Onryou Emaki + 変幻退魔夜行 カルラ舞う! 奈良怨霊絵巻 + + + エイジ + Eiji + Psychometrer Eiji + + + Expunged Chronicle of Miroku + Kyomu Senshi Miroku + 虚無戦史MIROKU + + + Majime ni Fumajime Kaiketsu Zorori Nazo no Otakara Daisakusen + まじめにふまじめ かいけつゾロリ なぞのお宝大さくせん + + + Hengen Taima Yakou Karura Mau! Sendai Kokeshi Enka + 変幻退魔夜行 カルラ舞う! 仙台小芥子怨歌 + + + Mezame no Hakobune + Open Your Mind + めざめの方舟 + + + フラカッパー + Furakappa + + + dot Hack Roots + .hack//Roots + .hack//Roots + .hack//Roots + hack roots + hack//Roots + roots + نقطة اختراق //جذور + + + Gerçek Gözyaşları + Lacrimi Adevarate + Szczere łzy + Tikros ašaros + True Tears + true tears + دموع صادقة + דמעות אמיתיות + Настоящие слёзы + Щирі сльози + 真实之泪 + + + Gakuen Heaven + Gakuen Heaven: Boy`s Love Scramble + Heaven Academy + مدرسة الجنة + 学园天堂 + 学園ヘヴン + + + コヨーテ ラグタイムショー + coyote + Coyote Ragtime Show + Coyote Ragtime Show + Coyote Ragtime Show + Coyote Ragtime Show + CRS + CRTS + Койот рэгтайм + 星际海盗 + + + Cosmic Fantasy: Ginga Mehyou no Wana + コズミック・ファンタジー 銀河女豹の罠 + + + おねがいマイメロディ ~くるくるシャッフル!~ + Onegai my Melody: Kuru Kuru Shuffle! + + + Bem 2 - Il mostro umano + Humanoid Monster Bem + Humanoid Monster Bem + Humanoid Monster Bem + Youkai Ningen Bem (2006) + 妖怪人間ベム (2006) + + + ギャラクシーエンジェる~ん + gaII + Galaxy Angel II + Galaxy Angel Rune + Galaxy Ange-lune + + + Master of Epic マスター オブ エピック The Animation Age + Master of Epic The Animation Age + moe + 史诗创造者年代记 + + + Gimai Imouto + Imouto + Sex Exchange (1) + 義妹 [いもうと] + + + サルゲッチュ ~オンエアー~ + Ape Escape + Saru Getchu ~ON AIR~ + Sarugetchu: On Air + Saru! Get You -On Air- + + + A Direction of the Day After Tomorrow + asakou + asatte + Asatte no Houkou + La via per il dopodomani + Living for the day after Tomorrow + Towards the Day After Tomorrow + В який бік післязавтра + Неверный путь + післязавтра + 后天的方向 + あさっての方向。 + + + Coil - A Circle of Children + Cyber Coil + Cyberkrąg + DenCo + Denno Coil + Dennou Coil + Виртуален шум + Кибер-виток + 电脑线圈 + 電脳コイル + + + Aquatic Language + Đại Dương Ngôn Từ + Mizu no Kotoba + Vannspråk + Язык воды + 水のコトバ + + + Angel Fighter + Engel der Sterne Primaver + Ryuusei Tenshi Primaveil + 流聖 + 流聖天使プリマヴェール + + + Yoshimune + 吉宗 + 吉宗 + + + chocosis + Chocotto Sister + Chokotto Sister + ちょこッとSister + Тёко, сестрёнка + 我的裘可妹妹 + + + Domain of Murder + Hello Harinezumi: File 170 Satsui no Ryoubun + Hello Harinezumi: Satsui no Ryobun + Hello Hedgehog: Domain of Murder + ハロー張りネズミ 殺意の領分 + ハロー張りネズミ ファイル170 殺意の領分 + + + Kangoku: Injoku no Jikkentou + No Way Out + Project Boobs + 姦獄~淫辱の実験棟~ + + + Dark Chapel + Seikoujo: Haitoku no Biden Dorei + Tamsioji Koplyčia + 聖肛女 + 聖肛女~背徳の美臀奴隷~ + + + erico + Erico + + + Nayuta + 那由他 + 那由多 (incorrect) + + + となりのトコロ + Tonari no Tokoro + + + Comando Dolbuck + Dolbuck + Dolbuk + Dorvack + Special Powered Armor Troop Dorvack + Tokusou Kihei Dorvack + فرقة التصدي + 特捜機兵ドルバック + + + Cigarettes and Ashes + Tabako to hai + たばこと灰 + + + Bakegyamon + 妖逆門 + 妖逆门 + + + Sin in the Rain + + + Fire Ball + 紅孩兒: 決戰火焰山 + + + โมบิลสูทกันดั้มซี้ด ซี.อี.73 สตาร์เกเซอร์ + GS Stargazer + Kidou Senshi Gundam SEED C.E. 73 Stargazer + Mobile Suit Gundam SEED C.E.73 -STARGAZER- + Mobile Suit Gundam Seed C.E.73: Stargazer + Stargazer + 機動戦士ガンダムSEED C.E.73 -STARGAZER- + + + Honey & Honey Drops + Honey x Honey Drops + Mitsu x Mitsu Drops + mxmd + 蜜×蜜ドロップス + + + Grandpa Danger + Zettai Zetsumei Dangerous Jiisan + 絶対絶命でんぢゃらすじーさん + + + Fly High Ganbarist! + Ganbarist! Shun + Persistor! Shun + ガンバリスト! 駿 + + + PBE SOS + Project Blue + Project Blue + Project Blue Chikyuu SOS + Project Blue Earth SOS + Project Blue Earth SOS + Project Blue Earth SOS + Project Blue: SOS dla Ziemi! + Project BLUE 地球SOS + 프로젝트 블루 지구 SOS + Проект «Земля SOS» + 蓝色计划-地球SOS + + + เทวดาท่าจะป่วน + Princess Valkyrie s4 + UFO4 + UFO Princess Valkyrie 4 + UFO Princess Valkyrie s4 + UFO Princess Valkyrie Season 4 + UFO Princess Valkyrie: Toki to Yume to Ginga no Utage + UFO Princess Walküre 4 + UFO Princess Walküre: Toki to Yume to Ginga no Utage + UFO Princess Warukyure: Toki to Yume to Ginga no Utage + UFOPW4 + UFO Ultramaiden Valkyrie 4: Banquet of Time, Dreams, and Galaxies + Неземная принцесса Валькирия 4 + 円盤皇女ワるきゅーレ 時と夢と銀河の宴 + + + ブラック・ジャック 21 + bj21 + Black Jack 21 + + + Night of Taneyamagahara + Night on Taneyamagahara + Taneyamagahara no Yoru + 種山ヶ原の夜 + + + ピンキーストリート + Pinky:st + Pinky:st.(ピンキーストリート) + Pinky Street + + + Miracle Mimika + 味楽る!ミミカ + + + 무적철가방 + สาวน้อยต่อยหนัก + miki + MKM + Muteki Kanban Musume + Noodle Fighter Miki + Ramen Fighter Miki + محاربة النودلز ميكي + 无敌看板娘 + 無敵看板娘 + + + Shin Kyouhaku 2 + Shin Kyouhaku 2 the Animation: Kizu ni Saku Hana Senketsu no Kurenai + 新・脅迫2 THE ANIMATION ~傷に咲く花 鮮血の紅~ + + + スカイガールズ + Sky Girls + Sky Girls + Sky Girls OVA + فتيات السماء + Небесні дівчатка OVA + Небесные девочки OVA + 天翔少女 + + + ときめきメモリアル OnlyLove + Tokimeki Memorial: Only Love + Tokimemo + 心跳回忆 Only Love + + + セイントオクトーバー + Octubre Santo + Saint October + 神圣十月 + + + 작안의 샤나 극장판 + Gekijouban Shakugan no Shana + Gekijouban SnS + Shakugan no Shana Movie + SHANA Liepsnojančios Akys filmas + SHANA Movie + Shana: The Movie + SnS Movie + Вогняноока Шана. Фільм + Жгучий взор Сяны - Фильм + 剧场版 灼眼的夏娜 + 劇場版 灼眼のシャナ + + + Yume no Kakera + 夢のかけら + + + Super Mario Brothers: Peach-hime Kyuushutsu Dai Sakusen + Super Mario Brothers: The Great Mission to Rescue Princess Peach + スーパーマリオブラザーズ ピーチ姫救出大作戦! + + + ケモノヅメ + Bir Canavarın Pençeleri + Claws of a Beast + Garras da Besta + Kemonodume + Kemonodzume + Kemonozume + Kemono Zume + Szpony bestii + مخالب وحش + Пазурі звіра + 兽爪 + + + Murder + Satsujin + 殺人MURDER + + + Down Load + Download: Namu Amida Butsu wa Ai no Uta + ダウンロード -南無阿弥陀仏は愛の詩- + + + อัศวินสีเลือด + Chevalier + Eon Şövalyesi + Kawaler miecza + シュヴァリエ Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Eon + Le Chevalier D`Éon + The Knight of Eon + Шевалье Д`Эон + 双面骑士 + + + Taiyo no Mokushiroku + Taiyo no Mokushiroku - A Spirit of the Sun + Taiyou no Mokushiroku + 太陽の黙示録 A Spirit of the Sun + + + Oni + + + + Namu Ichibyou Sokusai + Nanmu Ichibyou Sokusai + Praise be to Small Ills + 南無一病息災 + + + Shijin no Shougai + The Life of a Poet + 詩人の生涯 + + + ファーストスクワッド + 1st squad + First Squad + First Squad: The Moment of Truth + Pervyi otryad + Pierwszy oddział + Pierwszy oddział: Moment prawdy + Pierwyj otrjad + Pirmasis Būrys: Tiesos Akimirka + الفرقة الأولى: لحظة الحقيقة + Первый отряд + Първи отряд : Моментът на истината + + + Clannad movie + Clannad The Motion Picture + Gekijouban Clannad + 劇場版 クラナド + + + Guardian of the Spirit + Guardião do Espírito Sagrado + Moribito + Moribito: Guardian of the Spirit + Seirei no Moribito + Šventosios dvasios saugotoja + Хранитель Священного Духа + 精灵守护者 + 精霊の守り人 + + + カノン (2006) + Kanon 06 + Kanon `06 + Kanon (2006) + Kanon Remake + Kanon(新) + كانون + Канон (2006) + Канон (2006) + 雪之少女 + + + Fighting Beauty Wulong Rebirth + Kakutou Bijin Wulong Rebirth + 格斗美神武龙重生 + 格闘美神 武龍[ウーロン] REBIRTH + + + アクビガール + Akubi Girl + + + ザ・フロッグマンショー + Eagle Talon + The Frogman Show + + + おねがい!サミアどん + Onegai! Samia Don + Sablotin + Samed, el Duende Mágico + سميد + + + Demon Prince Enma + Kikoushi Enma + Şeytan Prens Enma + Благородный демон Эмма + 鬼公子 炎魔 + + + Tengai Makyou: Jiraiya Oboro Hen + 天外魔境 自来也おぼろ変 + + + Ghost in the Shell - Stand Alone Complex - Solid State Society + Ghost in the Shell: Stand Alone Complex - Solid State Society + Ghost in the Shell: Stand Alone Complex - Solid State Society + Ghost in the Shell: Stand Alone Complex: Zestalone społeczeństwo + GitSSAC3 + GitS SAC3 + GitS: SAC 3 + GitS SAC SSS + Koukaku Kidoutai Stand Alone Complex: Solid State Society + SAC3 + SSS + 공각기동대 Stand Alone Complex - Solid State Society + Дух в оболонці: Комплекс окремості - Напівпровідникове суспільство + Призрак в доспехах: Синдром одиночки - Сообщество стабильной государственности + 攻殻機動隊 Stand Alone Complex - Solid State Society + + + リングにかけろ1 日米決戦編 + Put it All in the Ring 1 - Episode 2: The Pacific War + Put it All in the Ring 1 ~Japan vs. USA Battle Story~ + Ring ni Kakero 1: Nichibei Kessen Hen + + + ブラック・ブラッド・ブラザーズ + BBB + Black Blood Brothers + Black Blood Brothers + Black Blood Brothers + Black Blood Brothers + Bracia czarnej krwi + Kara Kan Kardeşler + أشقاء الدم الأسود + Братство Черной Крови + 黑血兄弟 + + + Emergency Departure Rescue Kids + Kikyu Hasshin Saver Kids + Kinkyuu Hasshin Saver Kids + Miúdos do Resgate + Niños al Rescate + Rescue Kids + الأطفال الأبطال + 緊急発進セイバーキッズ + + + สตราโตส 4 + s4ova3 + Stratos 4 Advance Kanketsu Hen + Stratos 4 A アドヴァンス 完結編 + ストラトス・フォー アドヴァンス 完結編 + + + สึโยคิส + つよきす Cool×Sweet + tsuyokiss + Tsuyokiss Cool x Sweet + Tsuyokisu + 娇蛮之吻 + 强吻 + + + Gekijouban Naruto: Dai Koufun! Mikazuki-jima no Animal Panic Datte ba yo! + Naruto 3. Film: Yarımay Krallığı`nın Korucuları + Naruto - Film 3 - Panique sur l’île du Croissant de Lune + Naruto Movie 3 - Tieraufstand auf Mizuki Island + Naruto Movie Vol. 3 + Naruto Movie Volume 3 + Naruto the Movie 3: Guardians of the Crescent Moon Kingdom + 劇場版 NARUTO 大興奮!みかづき島のアニマル騒動[パニック]だってばよ + + + Bal Ve Yonca 2 + hachikuro2 + Hachikuro II + Hachimitsu to Clover II + Hachimitsu to Kuroba II + H&C2 + H&C II + Honey and Clover 2 + Honey And Clover 2 + Honey and Clover II + Honey & Clover 2 + Honey & Clover 2 + Honey & Clover II + ハチミツとクローバー II + Méz és lóhere 2 + Miód i koniczyna II + W poszukiwaniu czterolistnej koniczyny II + عسل و كلوفر 2 + Мед з конюшиною ІІ + Мед і клевер + Мёд и клевер II + 蜂蜜2 + 蜂蜜与四叶草II + + + Mr. Happy und sein steifer Freund + Spryciarka + Spryciarz + Yaruki Manman + Yaruki Manman + やる気まんまん + + + Mahou Shoujo Sae + 魔法少女沙枝 + + + Licca-chan Fushigi na Fushigi na Yunia Monogatari + Licca: the Mystery Tale of Mysterious Yunia + Licca ふしぎな不思議なユーニア物語 + + + California Crisis + California Crisis: Tsuigeki no Juuka [Hibana] + カリフォルニア・クライシス 追撃の銃火[ひばな] + + + Karuizawa Syndrome + 軽井沢シンドローム + + + bgi + Bokura ga Ita + Byliśmy tam + C`était nous + We were there + نحن كنا هناك + אנחנו היינו שם + Это были мы + 僕等がいた + 我们的存在 + + + Final Examination Kujira + Saishuu Shiken Kujira + 最終試験くじら + 最终试验鲸鱼 + + + LOVE2 ポリス + Love²ポリス + Love2 Police + Secret Anima Series 9 Love2 Police + + + Saint Beast: Ikusen no Hiru to Yoru Hen + 四圣兽-几千个昼夜 + セイント・ビースト: 幾千の昼と夜 編 + + + Dream Dimension Hunter Fandora + Fandora + Mujigen Hunter Fandora + 夢次元ハンター ファンドラ + + + Licca the Movie - Licca-chan to Yamaneko Hoshi no Tabi + Licca the movie リカちゃん リカちゃんとヤマネコ星の旅 + + + Monkey Punch no Sekai: Alice + モンキー・パンチの世界 アリス + + + キクマナ + Kikumana + + + Noisy Birth + 我ハ機ナリ + + + Samurai Giants + 侍ジャイアンツ + + + Bestial Warrior Psychic Wars + Psychic Wars + Soju Senshi Psychic Wars + Soujuu Senshi Psychic Wars + 捜獣戦士サイキック・ウォーズ + + + フウムーン + Fumoon + Fumoon + Nucléa 3000 + + + GSD SE I + GSD Special Edition I + Gundam Seed Destiny - The Shattered World + Kidou Senshi Gundam SEED Destiny Special Edition I: Kudakareta Sekai + Mobile Suit Gundam SEED DESTINY Special Edition I: The Broken World + 機動戦士ガンダムSEED DESTINY スペシャルエディション 砕かれた世界 + + + ロックマンエグゼビースト+(プラス) + Rockman.EXE Beast+ + + + Gun-do Musashi + Gun-dou Musashi + Gun Samurai + GUN道 MUSASHI + MUSASHI -GUN道- + Musashi - La Voie du Pistolet + Musashi: The Way of the Gun + מוסאשי האקדוחן המטורף + + + Necromancer + Shimai Ningyo + 死妹人形 + + + GSD SE II + GSD Special Edition II + Kidou Senshi Gundam SEED Destiny Special Edition II: Sorezore no Ken + Mobile Suit Gundam SEED DESTINY Special Edition II: Respective Swords + 機動戦士ガンダムSEED DESTINY スペシャルエディションII それぞれの剣 + + + Kizuoibito + Wounded Man + 傷追い人 + + + NHG + NIGHT HEAD GENESIS + Night Head Genesis + NIGHTHEAD-GENESIS + Сумеречный разум: Рождение + 暗夜第六感 + + + パンプキン・シザーズ + PS + Pumpkin Scissors + Pumpkin Scissors + PumpSci + Гарбуз і ножиці + 南瓜剪刀 + + + まもって! ロリポップ + Mamotte! Lollipop + Save Me! Lollipop + أنقذيني يا قطعة الحلوى ! + 恋之魔法波波糖 + + + 플래그 + Flag + Flag + FLAG + FLAG + + + Human Zoo + Ningen Doubutsuen + 人間動物園 + + + スピード + Kousoku Shakai to Ningen + Man and a High Speed Society + Speed + 高速社会と人間 + + + Hard & Loose + Shiritsu Tantei: Toki Shouzou Trouble Note - Hard & Loose + 私立探偵・土岐正造トラブル・ノート ハード&ルーズ + + + Mizu no Tane + The Water Seed + 水のたね + + + raijin ou + Zettai Muteki Raijin Ou + 絶対無敵ライジンオー + + + Zettai Muteki Raijin Ou (1992) + 絶対無敵ライジンオー (1992) + + + Do You Know the Milfing Man? + Gibo no Toiki: Haitoku Kokoro ni Tadayou Haha no Iroka + 義母の吐息 ~背徳心に漂う母の色香~ + + + イノセント・ヴィーナス + Innocent Venus + Innocent Venus + iv + الزهرة البريئة + Невинный Венус + 无罪维纳斯 + + + Binbou Shimai Monogatari + BSM + Fakir Kız Kardeşlerin Hikayesi + Opowieść o biednych siostrach + Poor Sisters Story + قصة أختين فقيرتين + Повесть о бедных сестрах + 貧乏姉妹物語 + 贫乏姊妹物语 + 贫穷姊妹物语 + + + Himekishi Lilia + Princess Knight Lilia + 姫騎士リリア + + + Hoshizora Kiseki + Чудо звёздного неба + Чудо зоряного неба + 星空キセキ + 星空奇迹 + + + Detective Conan: Follow the Vanished Diamond! Conan & Heiji vs. Kid! + Detective Conan OVA 6 + Meitantei Conan: Follow the Vanished Diamond! Conan & Heiji vs. Kid! + Meitantei Conan: Kieta Daiya o Oe! Conan & Heiji VS Kid! + Meitantei Conan OVA 6 + 名探偵コナン 消えたダイヤを追え!コナン・平次vsキッド! + + + Kiniro no Chord + Kin`iro no Chord: Primo Passo + Kiniro no Corda + La Corda D`Oro + La Corda D`Oro ~primo passo~ + The Golden Chord + Złota struna ~pierwszy krok~ + Золотая струна + 金色のコルダ ~primo passo[プリモ・パッソ]~ + 金色琴弦 + + + Magic Teacher Negima Spring OVA + Magic Teacher Negima! Spring OVA + Mahou Sensei Negima OVA Haru + Mahou Sensei Negima! OVA Haru + Mahou Sensei Negima! Spring OVA + Negima!? Haru Special!? + Negima OVA + Negima!? Spring + Волшебный учитель Нэгима! OVA-1 + Магічний вчитель Неґіма! Весна + ネギま!? 春 スペシャル!? + 魔法先生ネギま!OVA春 + + + ふたりのジョー + Futari no Joe + + + くじびきアンバランス (2006) + kujian2 + Kujian TV + Kujibiki Unbalance (2006) + كوجبكي أن بالانس + Неравный жребий (2006) + 不公正抽签 (2006) + + + Clamp Harikalar Diyarında 2 + Clamp in Wonderland 2 1995-2006 + Clamp in Wonderland (suite) + + + Bleach: Elveszett emlékek + Bleach Film: Hiçkimsenin Hatıraları + Bleach le film - Memories of Nobody + Bleach: Memories of Nobody + Bleach Movie + Bleach Movie 1 + Bleach Movie: Vzpomínky nikoho + Bleach the Movie: Memories of Nobody + Gekijouban Bleach: Memories of Nobody + 블리치 Memories Of Nobody + Блич: Ничьи Воспоминания + Блич - Чьи-то Воспоминания + 劇場版 BLEACH MEMORIES OF NOBODY + + + Arms Alchemy + BoRe + BuRe + Buso Renkin + Busou Renkin + Silah Simyası + Алхимическое оружие + Алхимическо оръжие + 武装炼金 + 武装錬金 + + + โค้ด กีอัส ภาคการปฏิวัติของลูลูช + 코드기어스 반역의 를르슈 + cg1 + cghnl + CodeGeass + Code Geass + code geass + Code Geass 1 + Code Geass: Cuộc khởi nghĩa của Lelouch + Code Geass Hangyaku no LaRouche + Code Geass Hangyaku no Lelouch + Code Geass: Lelouch de la Rebelión + Code Geass: Lelouch de la Rebel·lió + Code Geass ~ Lelouch de la rébellion + Code Geass: Lelouch of the Rebellion + Code Geass: Lelouch of the Rebellion + Code Geass: Lelouch of the Rebellion + Code Geass: Lelouch of the Rebellion + Code Geass: Lelouch`un Başkaldırısı + geass + geass1 + Kodas Geass: Leloušio sukilimas + شفرة قياس: ثورة لوليوش + كود قياس: تمرد للوتش + קוד ג`יאס + Код Гиас: Восставший Лелуш + Код Гиасс: Восстание Лелуша + コードギアス 反逆のルルーシュ + 叛逆的鲁鲁修 + + + Kızıl Bahçe + Red Garden + RED GARDEN + RG + الحديقة الحمراء + Красный сад + Червената градина + Червоний сад + 血色花园 + + + アンバランスガール + Imbalance Girl + + + Donburi Kazoku + Like Mother, Like Daughter + どんぶり家族 + + + Gunbuster Movie + Top o Nerae! Gekijouban + Top wo Nerae! Movie + Дотянись до неба. Фильм + トップをねらえ!劇場版 + + + DieBuster Movie + Gunbuster 2 Movie + Top o Nerae! 2 Gekijouban + Top wo Nerae! 2 Movie + Дотянись до Неба 2. Киноверсия. + トップをねらえ2!劇場版 + + + momomo + su(mo)+ + sumo^6 + sumomomo + Sumomo mo Momo mo + sumomomo momomo + Sumomomo Momomo: Chijou Saikyou no Yome + Sumomomo Momomo: The Strongest Bride on Earth + すもももももも ~地上最強のヨメ~ + 地上最强的新娘 + + + mamoru-kun + Mamoru-kun ni Megami no Shukufuku o! + Mamoru-kun ni Megami no Shukufuku wo! + Mamoru-kun was Blessed by a Goddess! + Megadere + m-kun + Venus to Mamoru + Богиня, благослови Мамору-куна! + 把女神祝福赐予护君 + 護くんに女神の祝福を! + + + ストライクウィッチーズ + Strike Witches + Штурмовые ведьмы + 机械化少女 + + + Brighter than the Dawning Blue + Crescent Love + YMYRIN + Yoake Mae yori Ruri-iro na + Yoake Mae Yori Ruriiro na: Crescent Love + yoakena + 夜明け前より瑠璃色な -Crescent Love- (クレッセントラブ) + 夜明前的琉璃色 + + + サイコアーマー ゴーバリアン + Psychoarmor Gobarian + Psychoarmor Govarian + + + ゴワッパー5ゴーダム + GOLIATH THE WARRIOR + Gowapper 5 Godam + + + Haru no Ashioto The Movie - Ourin Dakkan + Recapture Ourin Gakuen + はるのあしおと The Movie - 桜鈴奪還 + + + Mars, el exterminador + Mars The Terminator + Mars the Terminator + New Century Legend Mars + Shin Seiki Den Mars + Shinseikiden Mars + Марс, легенда нового века + 神世紀伝 マーズ + + + ぼくのぴこ + Boku no Pico + Boku no Piko + My Pico + + + Destined For Love + Futari no Aniyome + ふたりの兄嫁 + + + Simfonijos pasakos + Tales of Symphonia The Animation + Tales of Symphonia The Animation: Sylvarant Episode + Tales of Symphonia The Animation: Sylvarant Hen + テイルズ オブ シンフォニア THE ANIMATION + テイルズ オブ シンフォニア THE ANIMATION シルヴァラント編 + حكايات سمفونيا + Приказки от Симфония + Сказания Симфонии + 仙乐传说 + + + 디그레이맨 + ディー・グレイマン + ดีเกรย์แมน + D.g + DGM + dgrayman + D.Gray-Man + D.Gray-man + D.Gray-man + D.Gray-man + D.Gray-Man + D.Gray-Man + D.Gray-man + D.Gray-man + D.格雷少年 + Grayman + O Homen Cinza + د.الرجل الرمادي + دي جراي مان + + + Whatever you searched for is NOT anime... + То, что ты пытаешься найти, НЕ аниме... + + + ピカチュウのおばけカーニバル + Pikachu no Obake Carnival + Pikachu`s Ghost Festival + Pokemon: Movie 8 Short + + + hataraki + hatarakiman + Hataraki Man + Hataraki-Man + Working Man + Работяга + 働きマン + 工作狂 + + + Soukou no Strain + SStrain + s-strain + Strain: Strategic Armored Infantry + Мерцающий Стрэйн + 奏光のストレイン + 奏光的strain + + + 메이저 3기 + major3 + Major 3rd Season + Major S3 + 棒球大联盟 第3季 + メジャー (第3シリーズ) + + + gag manga2 + Gyagu Manga Biyori 2 + Masuda Kousuke Gekijou Gag Manga Biyori 2 + 増田こうすけ劇場 ギャグマンガ日和2 + + + Çilek Lokumu OVA + Ichigo Mashimaro OVA + Strawberry Marshmallow OVA + Клубничный Зефир OVA + 苺ましまろ OVA + 草莓棉花糖ova + + + Silk Road Boy Yuto + Silk Road Shounen Yuuto + シルクロード少年 ユート + + + フォルツァ!ひでまる + Forutsa! Hidemaru + + + 데스노트 + デスノート + Death Note + Death Note + Death Note + Death Note + Death Note + Death Note + Death Note + Death Note + Death Note + Death Note - A halállista + Death Note - Carnetul morţii + Death Note - Zápisník smrti + Death Note - Zápisník smrti + DN + El Libro De La Muerte + Mirties Užrašai + Notatnik śmierci + Notes Śmierci + Ölüm Defteri + Quaderno della Morte + Sveska Smrti + دفترچه مرگ + مدونة الموت + مذكرة المـوت + مذكرة الموت + מחברת המוות + Бележник на Смъртта + Записник Смерті + Свеска Смрти + Тетрадь Смерти + 死亡笔记 + + + ゴーストハント + GH + Ghost Hunt + Ghost Hunt + Ghost Hunt + Hayalet Avı + Łowcy duchów + Vaiduoklių medžioklė + 奇幻貴公子 + 恶灵猎人 + 狩灵师 + + + ネギま!? + ネギま!? + คุณครูจอมเวท เนกิมะ!? + Magister Negi Magi Negima!? + Magister Negi Magi Neo + Negima!? + Negima?! + negima 2 + negima remake + Shin Negima!? + Неґіма?! + + + Patta Potta Monta + パッタ ポッタ モン太 + + + Mai-Otome 2 + Mai-Otome Two + mai otome zwei + Mai-Otome Zwei + Mai-ZHiME Zwei + My Otome Zwei + otome2 + otome zwei + ไม-Z-HiME-Zwei ศึกอัญมณีสาวน้อยแห่งดวงดาว + Май-Отомэ OVA-1 + 舞-乙HiME Zwei + + + 초속 5센티미터 + 5 centimeter i sekunden + 5 centimeter per seconde + 5 Centimeters per Second + 5 centimét một giây + 5 centimetrai per sekundę + 5 Centimetri al Secondo + 5 centimetri pe secundă + 5 Centimetros por Segundo + 5 Centimetru za Sekundu + 5 centymetrów na sekundę + 5cm + 5 Cm Một Giây + 5 cm per second + 5cm Per Second + 5 sentimeetrit sekundis + 5 Zentimeter pro Sekunde + 5 سنتيمترات في الثانية + 5 ס"מ בשנייה + 5 εκατοστά το δευτερόλεπτο + 5 сантиметра в секунда + 5 сантиметрів за секунду + 5 сантиметрів на секунду + 5 сантиметров в секунду + Byosoku 5 centimeter ~a chain of short stories about their distance~ + Byosoku Go Senchimetoru + Byousoku 5 Centimeter + Byousoku Go Senchimeetoru + Byousoku Go Senchime-toru + Másodpercenként 5 centiméter + Saniyede 5 Santimetre + 秒速5センチメートル + 秒速5厘米 + + + Ringetsu the Animation + Ringetsu The Animation + 燐月 ~リンゲツ~ THE ANIMATION + + + 막말기관설 이로하니 호헤토 + Bakumatsu + Bakumatsu Kikansetsu Irohanihoheto + bki + Iroha + Борьба за власть времён бакумацу - никто не вечен + 幕末机关说·伊吕波歌 + 幕末機関説 いろはにほへと + + + Ayakashi Ayashi + Ayakashi Ayashi + Ayakashi ayashi: Dziwna opowieść ery Tenpō + Ayakashi Ayashi - Különös történetek a Tenpou-korból + Ghost Slayers Ayashi + Strange Story of Tempou Era: Ayakashiayashi + Strange Tale from Tempou Era Ayakashi Ayashi + TAA + tenpou + Tenpou Ibun Ayakashi Ayashi + Tenpouibun Ayakashiayashi + 天保异闻 妖奇士 + 天保異聞 妖奇士 + + + ひまわりっ!! + Himawari!! + Himawari! 2 + Himawari 2007 + !!هيماواري + Подсолнух!! + 向日葵 第2季 + + + ผู้ผนึกมาร + Barrier Master + Kekkaishi + Kết giới sư + קקאיישי + Заградители + 結界師 + 结界师 + + + 천원돌파 그렌라간 + อภินิหารหุ่นทะลวงสวรรค์ กุเร็นลากันน์ + Gurren + Gurren Lagann + Gurren Lagann + Gurren Lagann + Gurren Lagann + Gurren Lagann + Gurren-Lagann + Lagann + Sfondamento dei Cieli Gurren Lagann + Tengen Toppa Gurren Lagann + ttgl + ttgl tv + Гуррен-Лаганн + Гуррен Лаганн: Прорыв! + Гуррен Лаганн - прочь из этого мира + 天元 + 天元突破 グレンラガン + 天元突破 红莲之眼 + + + らんま1/2 + 란마 1/2 + Ranma + Ranma ½ + Ranma 1/2 + Ranma 1/2 + Ranma 1/2 + Ranma 1/2 + Ranma 1/2 + Ranma 1/2 + رانما 1/2 + ראנמה 1/2 + Ранма 1/2 + + + ふぉうちゅんドッグす + Cãezinhos de Sorte + Fortune Dogs + + + クレオパトラ + Cleopatra + Cleopatra, Queen of Sex + Cleopatra: Queen of Sex + Kleopatra + Клеопатра, королева секса + + + Anime Kazama Mana + Kazama Ai + Kazama Mana + Krankenhausnachtschicht - Mana Kazama + Night Shift Nurses: Kazama Mana + アニメ風間愛 + + + Anime Nanase Ren + Krankenhausnachtschicht - Ren Nanase + Nanase Ren + Night Shift Nurses: Ren Nanase + アニメ 七瀬恋 + + + ศึกนางฟ้าเหนือมนุษย์ + kttns + Kyoshiro to Towa no Sora + Kyoushirou to Towa no Sora + Shattered Angels + 京四郎和永远的天空 + 京四郎と永遠(とわ)の空 + 京四郎と永遠の空 + + + Lovedol + Love dol: Lovely Idol + らぶドル(LovelyIdol) + Lovely Idol + Uroczy Idol + 甜蜜偶像 + + + ギフト~ eternal rainbow + gift-er + Gift: Eternal Rainbow + Дар: Вечная Радуга + 永不消失的彩虹 + + + Manzai Taikouki + マンザイ太閤記 + + + Furusato Japan + ふるさとJAPAN + Japan, notre enfance + Japan, Our Homeland + Japonia - moja ojczyzna + La chorale + Le voci della nostra infanzia + Mein Heimatland Japan + + + Animal Crossing + Gekijouban Doubutsu no Mori + おいでよ どうぶつの森 + + + はぴねす! + ¡Felicidad! + Felicidade! + Hapinesu + Happiness! + Mutluluk! + Счастье! + + + デルトラクエスト + Deltora Quest + رحلة البحث في دلتورا + 拯救德尔托拉 + + + History`s Strongest Disciple Kenichi + HSDK + HSD Kenichi + Kenichi + Kenichi, el Discípulo Más Fuerte de la Historia. + Kenichi, o discípulo mais forte da História + KenIchi: The Mightiest Disciple + Shijou Saikyou no Deshi Ken`ichi + أقوى متدرب في التاريخ كينيشي + Сильнейший в истории ученик Кэнъити + 史上最強の弟子 ケンイチ + 史上最强弟子兼一 + + + ブラック・ラグーン 2ndシーズン + BL2 + BLACK LAGOON 2ndシーズン + Black Lagoon 2nd Barrage + Black Lagoon 2nd Barrage + Black Lagoon 2nd Season + Black Lagoon: The Second Barrage + Black Lagoon: The Second Barrage + Black Lagoon: The Second Barrage + Black Lagoon: The Second Barrage + BLTSB + Juodoji Lagūna: Antroji Salvė + الوحل الأسود: الجزء الثاني + Черная лагуна (второй сезон) + 黑礁 第二季 + + + アンダーバーサマー + summer + _summer + Underbar Summer + _Лето + + + Ilustrowany pamiętnik Mikana + Mikan + Mikan Enikki + Mikan – pomarańczowy kot + Mikan`s Illustrated Diary + Mikan`s Picture Diary + ميكان + みかん絵日記 + + + Aquarion OVA + Genesis of Aquarion (2007) + SnA OVA + Sousei no Aquarion (2007) + Sousei no Aquarion -Uragiri no Tsubasa- + 創星のアクエリオン -裏切りの翼- + + + Hanoka + HANOKA~葉ノ香~ + + + Mahou no Tenshi Creamy Mami: Long Goodbye + 魔法の天使クリィミーマミ ロング・グッドバイ + + + Dancing Girl + Maihime + The Dancer + 舞姫 + + + Maybe You + Peut-etre Toi + Peut-être toi + + + Joseito + School Girl + 女生徒 + + + Fantascope Tylostoma + + + Atagoal is Cat`s Forest + Atagoal wa Neko no Mori + Magiczny Kot + Волшебный лес + アタゴオルは猫の森 + + + Cat City + Cat Town + Neko Machi + بلدة القط + 猫町 + + + Highway Jenny + + + You Shoumei Bijutsukan Line + 葉祥明美術館 LINE + + + Gendai Kibunroku Kaii Monogatari + Strange Tales of Modern Mysterious Events + 現代畸聞録 怪異物語 + + + Zakuro Yashiki La Grenadiere + ざくろ屋敷LA GRENADIERE + + + Humillación Médica + Ijoku + Medical Humiliation + 医辱 + + + 아기공룡 둘리 + Baby Saurus Dooly + + + Feminine Family + Jokei Kazoku: Inbou + The Immorals + 女系家族 ~淫謀~ + + + Pretty Sammy Magical Girls Club 2 + sasami2 + Sasami Magical Girls Club 2 + Sasami: Magical Girls Club 2 + Sasami: Mahou Shoujo Club 2 + Tenchi Muyo: Sasami Magical Girls Club 2 + 砂沙美☆魔法少女クラブ シーズン2 + 砂沙美魔法少女俱乐部第2季 + + + マージナルプリンス + Marginal Prince + 月桂树的王子们 + + + Crayon Shin-chan - Film 09 + Crayon Shin-chan Movie 09 + Eiga Crayon Shin-chan: Arashi o Yobu Mouretsu! Otona Teikoku Gyakushuu + Shin-chan: Imperium dorosłych kontratakuje + The Adult Empire Strikes Back + 映画 クレヨンしんちゃん 嵐を呼ぶモーレツ!オトナ帝国の逆襲 + + + Taro Alien + Taro the Space Alien + Uchuujin Tanaka Tarou + うちゅう人田中太郎 + + + Crayon Shin-chan - Film 01 + Crayon Shin-chan Movie 01 + Eiga Crayon Shin-chan: Action Kamen vs Haigure Maou + Shin Chan - A Invasão + 映画 クレヨンしんちゃん アクション仮面VSハイグレ魔王 + + + Crayon Shin-chan - Film 02 + Crayon Shin-chan Movie 02 + Eiga Crayon Shin-chan: Buriburi Oukoku no Hihou + 映画 クレヨンしんちゃん ブリブリ王国の秘宝 + + + Crayon Shin-chan - Film 03 + Crayon Shin-chan Movie 03 + Eiga Crayon Shin-chan: Unkokusai no Yabou + 映画 クレヨンしんちゃん 雲黒斎の野望 + + + Crayon Shin-chan - Film 14 + Crayon Shin-chan Movie 14 + Eiga Crayon Shin-chan: Densetsu o Yobu Odore! Amigo! + Shin-chan: Tańcz, amigo! + 映画 クレヨンしんちゃん 伝説を呼ぶ 踊れ!アミーゴ! + + + Shin Progolfer Saru + 新プロゴルファー猿 + + + テライユキ + Virtually Real - Yuki Terai - Secrets + Virtually Real - Yuki Terai - Secrets + Virtually Real - Yuki Terai - Secrets + Virtually Real - Yuki Terai - Secrets + Virtually Real - Yuki Terai - Secrets + Yuki Terai + Yuki Terai: Secret Films + Yuki Terai: Secret Live + Yuki Terai - Secrets + Yuki Terai: Secrets + Yuki Terai: Secrets + + + Eien No Hou + Happy Science Movie 4 + The Laws of Eternity + 永遠の法 + + + Lupin III: Seven Days Rhapsody + Lupin Sansei: Seven Days` Rhapsody + Lupin Sansei Special 18 + ルパン三世 セブンデイズ・ラプソディ + + + ドラえもん (2005) + Doraemon (2005) + + + Aoyama Goushou Tanpenshuu + Gosho Aoyama`s Collection of Short Stories + 青山剛昌短編集 + + + ゼロゼロナインワン + 009-1 + 009-1 + 009-1 + 009-1 + Zero Zero Nine One + صفر صفر تسعة-واحد + 霹雳娇娃009-1 + + + Cehennem Kızı İkinci Kafes + Dívka z Pekla 2 + Hell Girl 2 + Hell Girl Futakomori + Hell Girl Second Cage + Hell Girl- The Two Prisoners + Hell Girl: Two Mirrors + Jigoku Shoujo 2 + Jigoku Shoujo -Futagomori- + Jigoku Shoujo Futakomori + js2 + JSF + La Fille des Enfers - Saison 2 + Piekielna Dziewica 2 + Адовая Девочка дубль 2 + 地狱少女 二笼 + 地獄少女 二籠 + + + Nippon-ichi no Otoko no Tamashii 2 + 日本一の男の魂2 + + + Chikan Monogatari + Legend of the Pervert + 痴漢物語 + + + No Money! + Okane ga Nai! + お金がないっ + + + NOOBOW + Noobow + + + Only You ビバ!キャバクラ + Only You: Viva! Cabaret Club + + + Ojarumaru + おじゃる丸 + + + Ojarumaru: Yakusoku no Natsu Ojaru to Semira + おじゃる丸 約束の夏 おじゃるとせみら + + + Chiến Sĩ Karaoke + Chiến Sĩ Karaoke Mike Jirou + Karaoke Fighter Jiro Mike + Karaoke Fighter Mike-tarou + Karaoke Senshi Mike Jirou + カラオケ戦士 マイク次郎 + + + 미소의 세상 + きこちゃんすまいる + Kiko-chan Smile + + + キックオフ2002 + Kick Off 2002 + + + キョロちゃん + Červánek + Kukucska kalandjai + Kyoro Chan + Kyoro-chan + + + どっきりドクター + Dokkiri Doctor + + + Futari Gurashi + ふたり暮らし + + + Pinka to Umi no o Tomodachi + ピンカと海のお友達 + + + Fushigi Mahou Fun Fun Pharmacy + ふしぎ魔法ファンファンファーマシィー + + + へろへろくん + Hero Hero-kun + + + BB保你大 + Mama wa Poyopoyosaurus ga o Suki + ママはぽよぽよザウルスがお好き + + + Mojacko + Mojakou + モジャ公 + + + Yoshimoto Muchikko Monogatari + ヨシモトムチッ子物語 + + + Kyuumei Senshi Nanosaver + Rescue Warrior Nanosaver + 救命戦士ナノセイバー + + + Dino-Planet + Dinosaur Planet + Kyouryuu Wakusei + 恐竜惑星 + + + Chou Hatsumei Boy Kanipan + Super Inventor Boy Kanipan + 超発明BOYカニパン + + + Hatsumei Boy Kanipan + Inventor Boy Kanipan + 発明BOYカニパン + + + イソップ・ワールド + Aesop`s World + فيروزة + + + ぐるぐるタウン はなまるくん + Guru Guru Town Hanamaru-kun + + + Kocchi Muite Miko + こっちむいてみい子 + + + ジーンダイバー + Gene Diver + + + スージーちゃんとマービー + Susie-chan to Marvy + + + Doraemon Movie 11 + Doraemon: Nobita`s Animal Planet + Doraemon: Nobita to Animal Planet + ドラえもん のび太とアニマル惑星(プラネット) + + + Doraemon Movie 07 + Doraemon: Nobita and the Platoon of Iron Men + Doraemon: Nobita to Tetsujin Heidan + ドラえもん のび太と鉄人兵団 + + + Mirai Shounen Conan 2: Taiga Daibouken + 未来少年コナンII タイガアドベンチャー + + + Mirai Shounen Conan: Tokubetsu Hen - Kyodaiki Gigant no Fukkatsu + 未来少年コナン特別篇 巨大機ギガントの復活 + + + エイウォール + Absent without Leave + AWOL + משימתו של ג`ים + + + 3 Choume no Tama Uchi no Tama Shirimasenka? + 3丁目のタマ うちのタマ知りませんか? + Tama et ses amis + تاما والأصدقاء + + + あそぼトイちゃん + Asobo Toy-chan + + + Dotto Koni-chan + ドッとKONIちゃん + + + 바텐더 + バーテンダー + Barman + Barman + Bartender + Bartender TV + Бармен + 调酒师 + + + ドンキーコング + Donkey Kong + + + Gon, der Höhlenfratz + Hajime Ningen Gon + はじめ人間ゴン + + + Pachinko Slot Noble Gin + Pachislo Kizoku Gin + パチスロ貴族 銀 + + + ビックリマン2000 + Bikkuriman 2000 + + + Fabre-sensei wa Meitantei + Inspector Fabre + ファーブル先生は名探偵 + + + ヘリタコぷーちゃん + Heli-Tako Puu-chan + + + Garota Mágica Lírica Nanoha StrikerS + Magical Girl Lyrical Nanoha StrikerS + Mahou Shoujo Lyrical Nanoha StrikerS + mglnss + mslns + nanoha3 + NanohaSS + nanoha strikers + StrikerS + 魔法少女リリカルなのはStrikerS + 魔法少女奈叶SS + + + ARMORED CORE -FORT TOWER SONG- + Armored Core: Fort Tower Song + + + 노다메 칸타빌레 + โนดาเมะ + のだめカンタービレ + จังหวะรัก หัวใจดนตรี + วุ่นรักนักดนตรี + NC + NC1 + noda + Nodame + Nodame Cantabile + Nodame Cantabile + Nodame Cantabile + Nodame Cantabile + نودامي + Нодаме Кантабіле + Нодамэ Кантабиле + 交响情人梦 + + + gara2 + Ginga Tetsudou Monogatari II + gr2 + The Galaxy Railways 2 + 銀河鉄道物語 ~永遠への分岐点~ + 银河铁道物语II + + + ポコニャン! + Mali mačkun + Pokonyan! + rocky racat + روكي راكات + + + Medabots Damashii + Medabots II + Medarot Damashii + メダロット魂 + + + Monster Farm 2 + Monster Farm: Legend e no Michi + Monster Rancher (2000) + Monster Rancher (Teil 2) + أدغال الديجيتال 2 + モンスターファーム~伝説[レジェンド]への道~ + + + Fighting Foodons + Kakutou Ryouri Densetsu Bistro Recipe + 格闘料理伝説ビストロレシピ + + + Gakkyuu Ou Yamazaki + King of Classroom, Yamazaki + Yamazaki, O Rei da Turma + 学級王ヤマザキ + + + Abenteuer in den Weiden + Fun Willow Town + O czym szumią wierzby + Tanoshii Willow Town + Willow Town + 楽しいウイロータウン + + + Haruniwa Ie no Sanninme + The Third Child of Haruba Family + The Third Person of the Haruba House + 春庭家の3人目 + + + Deep - Sea Legend Meremanoid + Meremanoid - La leggenda delle profondità marine + Shinkai Densetsu Meremanoid + 深海伝説MEREMANOID + + + Ninpen Manmaru + 忍ペンまん丸 + + + Bakukyuu Renpatsu! Super B-Daman + Bakukyuu Renpatsu! Super Bedaman + Blast Ball Rapid Fire! Super B-Daman + 爆球連発!!スーパービーダマン + + + Crayon Shin-chan - Film 04 + Crayon Shin-chan Movie 04 + Eiga Crayon Shin-chan: Henderland no Daibouken + 映画 クレヨンしんちゃん ヘンダーランドの大冒険 + + + Crayon Shin-chan - Film 05 + Crayon Shin-chan Movie 05 + Eiga Crayon Shin-chan: Ankoku Tamatama Daitsuiseki + 映画 クレヨンしんちゃん 暗黒タマタマ大追跡 + + + Crayon Shin-chan - Film 06 + Crayon Shin-chan Movie 06 + Eiga Crayon Shin-chan: Dengeki! Buta no Hizume Daisakusen + 映画 クレヨンしんちゃん 電撃!ブタのヒヅメ大作戦 + + + Crayon Shin-chan - Film 07 + Crayon Shin-chan Movie 07 + Eiga Crayon Shin-chan: Bakuhatsu! Onsen Wakuwaku Daikessen + 映画 クレヨンしんちゃん 爆発!温泉わくわく大決戦 + + + Crayon Shin-chan - Film 08 + Crayon Shin-chan Movie 08 + Eiga Crayon Shin-chan: Arashi o Yobu Jungle + Eiga Crayon Shin-chan: Arashi wo Yobu Jungle + Shin-chan: Zamieszanie w Dżungli + 映画 クレヨンしんちゃん 嵐を呼ぶジャングル + + + フリーダム + Freedom + FREEDOM + Freedom + Freedom + Freedom Project + Özgürlük + Projektas Laisvė + الحرية + Свобода + + + Manga Naruhodo Monogatari + まんがなるほど物語 + + + Youkaiden Nekome Kozou + 妖怪伝 猫目小僧 + + + Business Commando Yamazaki: Long Distance Call + Kigyou Senshi Yamazaki Long Distance Call + 企業戦士YAMAZAKI LONG DISTANCE CALL + + + Rayca + 零花~rayca + + + Ma ga Ochiru Yoru + The Night When Evil Falls + The Night When The Demon Falls + 魔が堕ちる夜 + + + ぷるるんっ!しずくちゃん + Pururun! Shizuku-chan + + + Kiss XXXX + + + Toppuku Kyousou Kyoku + 特攻服(とっぷく) 狂走曲 + + + Atashi Tenshi Anata Akuma + あたし天使あなた悪魔 + + + ウダウダやってるヒマはねェ! + Uda Uda Yatteru Hima wa Ne! + + + Kidou Senshi SD Gundam no Gyakushuu: Arashi o Yobu Gakuensai + Mobile Suit SD Gundam`s Counterattack: The Storm-calling School Festival + 機動戦士SDガンダムの逆襲 嵐を呼ぶ学園祭 + + + New Treasure Island + Shin Takarajima + 新宝島 + + + Kunimatsu-sama no Otoridai + Make Way for Mr. Kunimatsu + 国松さまのお通りだい + + + + ゆき + Snežana + Snow + Snow Fairy + Yuki + Yuki - Le combat des Shoguns + Yuki – śniegowa wróżka + الثلج + + + Pipi とべないホタル + Pipi Tobenai Hotaru + + + ポケットモンスター ダイヤモンド&パール + ポケットモンスター ダイヤモンド・パール + PMDaP + PMDP + Pocket Monsters: Diamond and Pearl + Pocket Monsters DP + Pokémon: Diamant a Perla + Pokémon Diamant et Perle + Pokémon: Diament i Perła + Pokemon: Diamond and Pearl + Pokémon: Diamond and Pearl + Pokemon DP + Pokémon DP: Battle Dimension - מימד הקרב + Pokémon: Gyémánt és Igazgyöngy + Pokémon - Pearl and Diamond :פוקימון + Pokémon - saison 10 - Diamant et Perle + פוקימון: יהלום ופנינה + Карманные монстры: Алмаз и жемчуг + Покемон Диамант и Перла + + + Eikoku Koi Monogatari Emma: Molders Hen + emma2 + emma 2 + Emma: A Victorian Romance Season 2 + Victorian Romance Emma: Second Act + 英国恋爱物语艾玛 第二季 + 英國戀物語エマ 第二幕 + 英國戀物語エマ ~メルダース編~ + + + Darkness of the Sea, Shadow of the Moon + Umi no Yami, Tsuki no Kage + 海の闇、月の影 + + + Gin`iro no Olynsis + Giniro no Olynssis + Giniro no Olysniss + TOKITO + 銀色のオリンシス + 银色的奥林西斯 + + + Seikima 2 Humane Society: Jinrui Ai ni Michita Shakai + Seikima II Humane Society + 聖飢魔II HUMANE SOCIETY ~人類愛に満ちた社会~ + + + Perfect Girl Evolution + pgevo + The Seven Metamorphoses of Yamato Nadeshiko + The Wallflower + Yamanade + Yamato Nadeshiko Shichi Henge + Семь обличий Надэсико Ямато + ヤマトナデシコ七変化♥ + 完美小姐进化论 + + + Ane Haramix + Ane Hara-Mix + 姉☆孕みっくす + + + G-9 + G-九 + + + Flaming Impregnating Transfer Student + Honoo no Haramase Tenkousei + Honoo no Haramase Tenkousei Ue + 炎の孕ませ転校生 + + + Imouto Twins + Sex Exchange (2) + 義妹×2 いもうとツインズ + + + In`youchuu The Animation + Inyou Mushi + 淫妖蟲 THE ANIMATION + + + GUNDAM Mission to the Rise + Gundam: Mission to the Rise + + + Ninja Hattori-kun + Paman ESP Wars + Ninja Hattori-kun Plus Paaman: Chounouryoku Wars + 忍者ハットリくん+[プラス]パーマン 超能力ウォーズ + + + ひだまりスケッチ + Hidamari Sketch + Sunshine Sketch + Наброски Хидамари + 向阳的写生画 + + + レポーターブルース + Reporter Blues + Reporter Blues + Reporter Blues + Tony, a reporter blues + Tony reporteira + + + Coral Reef Legend: Elfie of the Blue Sea + Elfie + Sango Sho Densetsu: Aoi Umi no Elfie + إبنة البحر + サンゴ礁伝説 青い海のエルフィ + + + ครูพิเศษจอมป่วน รีบอร์น! + hitman + hitman reborn + Home Tutor Hitman Reborn! + Kateikyoushi Hitman Reborn! + Katekyo Hitman Reborn! + KHR + Reborn + Reborn! + Репетитор-киллер Реборн! + 家庭教师 + 家庭教師ヒットマンREBORN! + + + Onimusha Dawn Of Dreams + Shin Onimusha: Dawn of Dreams the Story + 新 鬼武者 DAWN OF DREAMS THE STORY + + + Fist of the Blue Sky + Fist of the Blue Sky + Souten no Ken + Souten no Ken + 苍天之拳 + 蒼天の拳 + + + Edmondo de Amicis` MARCO + From the Apennines to the Andes: The Movie + Haha o Tazunete Sanzenri (1980) + 母をたずねて三千里 (1980) + + + Brat Zeno – bezgraniczna miłość + Zeno Kagiri Naki Ai Ni + ゼノ/かぎりなき愛に + + + Koisuru Tenshi Angelique: Kagayaki no Ashita + Loving Angel Angelique ~ Radiant Tomorrow ~ + 恋之天使安琪莉可 - 闪光的明天 + 恋する天使アンジェリーク ~かがやきの明日~ + + + Asatte Dance + あさってDaNCE + Dance Till Tomorrow + + + Artificial Insect Kabutoborg + Jinzou Konchuu Kabutoborg VxV + 人造昆虫カブトボーグ VxV + + + โดราเอมอน เดอะมูฟวี่ ตอน ไดไนเสาร์ของโนบิตะ + Doraemon: Nobita no Kyouryuu (2006) + Doraemon - Nobita`s Dinosaur + Doraemon - Nobitův dinosaurus + ドラえもん のび太の恐竜2006 + + + GSD SE III + GSD Special Edition III + Gundam Seed Destiny - Flames of Destiny + Kidou Senshi Gundam SEED Destiny Special Edition III: Sadame no Goka + Mobile Suit Gundam SEED DESTINY Special Edition III: The Hell Fire of Destiny + 機動戦士ガンダムSEED DESTINY スペシャルエディションIII 運命の業火 + + + シャッフル!メモリーズ + SHUFFLE! 2 + Shuffle! Memories + SHUFFLE! MEMORIES + S! M + + + ซุปเปอร์โรบ็อตวอร์ส ออริจินั่ล เจเนอเรชั่น - ดีไวน์วอร์ส - + SRWOG + Super Robot Taisen: Original Generation - Divine Wars + Super Robot Wars OG + Super Robot Wars: OG Divine Wars + Super Robot Wars: Original Generation - Divine Wars + スーパーロボット大戦OG ディバイン・ウォーズ + 超级机器人大战OG + + + A dinoszauruszok király + A dinoszauruszok királya + Ancient Ruler Dinosaur King + Dino King + Dino King + Dino King + Dinosaur King + Dinozaurų karalius + Kodai Ouja Kyouryuu King + מלך הדינוזאורים + Царят на динозаврите + 古代王者 恐竜キング + 古代王者 恐龙王 + + + Mazinger Z tai Dr. Hell + Mazinger Z vs Dr. Hell + マジンガーZ対ドクターヘル + + + Nobita no Kekkon Zenya: The night before a wedding + のび太の結婚前夜 The night before a wedding + + + ゲッターロボ (1974) + Getter Robo (1974) + + + Digimon 8 + Digimon Savers The Movie: Kyuukyoku Power! Burst Mode Hatsudou!! + Digimon Savers - The Movie: Ultimate Power! Activate Burst Mode!! + デジモンセイバーズ THE MOVIE 究極パワー!バーストモード発動!! + + + โรเซ็น เมเด้น - โหมโรง + ローゼンメイデン・オーベルテューレ + RMO + Rozen Maiden: Ouverture + Rozen Maiden - Ouvertüre + Дева роза - Овертюра + Дева-роза: Увертюра + + + Idolmaster + Idol Master Xenoglossia + Idolmaster Xenoglossia + iDOLM@STER Xenoglossia + Imas + imx + xenoglossia + アイドルマスターXENOGLOSSIA (ゼノグラシア) + 偶像大师 Xenoglossia + + + ハピ☆ラキ!ビックリマン + Happy Lucky Bikkuriman + 祝!(ハピ☆ラキ)ビックリマン + + + デビル メイ クライ + Devil May Cry + Devil May Cry + Devil May Cry + Devil May Cry + Devil May Cry + Devil May Cry + Devil May Cry + DMC + DMC + DMC + El Demonio puede llorar + Ir velnias gali verkti + O Diabo Pode Chorar + قـد يبكي الشيطان + قد يبكي الشيطان + השד עלול לבכות + Демон против Демонов + И дьявол может плакать + И дяволът може да плаче + 鬼泣 + + + らき☆すた + Estrela da Sorte + ls + L☆S + LSTV + Lucky Star + Lucky Star TV + Ngôi sao may mắn + Şanslı Yıldız + Szczęśliwa gwiazda + نجم محظوظ + Лакі☆Стар + Счастливая Звезда + 幸运星 + 幸运☆星 + + + Cell Phone Girl + Garota do Celular + Keitai Shoujo + ケータイ少女 + 手机少女 + + + Baribari Densetsu + Baribari Legend + Legend of Rolling Wheels + バリバリ伝説 + + + lesmise + Les Miserables + Les Miserables Shoujo Cosette + Les Miserables: Shoujo Cosette + Les Misérables Shoujo Cosette + Les Miserables Shoujo Cossette + Les Misérables Shoujo Cossette + البائسون - الفتاة كوزيت + עלובי החיים + Знедолені + Клетниците: Козета + Отверженные: Козетта + レ・ミゼラブル 少女コゼット + 悲惨世界 少女柯塞特 + + + げんしけん (2006) + ゲンシケン (2006) + Genshiken (2006) + Genshiken OVA + Sociedad para el Estudio de la Cultura Visual Moderna OVA + 现视研OVA + + + ヴィーナス ヴァーサス ヴァイアラス + Venus Versus Virus + Venus vs. Virus + VVV + 除魔维纳斯 + + + Funny Pets 2ndシーズン + Funny Pets 2nd Season + Funny Pets 2nd Season Plus + + + Ayu Mayu Gekijou + Ayu Mayu Theater + Театр Аю и Маю + あゆまゆ劇場 + + + Baribari Densetsu (1987) + バリバリ伝説 (1987) + + + Fantastyczny Świat Paula + Il fantastico mondo di Paul + Paul no Miracle Dai Sakusen + ポールのミラクル大作戦 + + + Megaman Star Force + Rockman of the Meteor + Rockman of the Shooting Star + Ryuusei no Rockman + 流星のロックマン + + + Polyphonica + Polyphonica + Shinkyoku Sokai Polyphonica + Shinkyoku Soukai Polyphonica + Полифоника + Поліфоніка + 神曲奏界 + 神曲奏界ポリフォニカ + + + วินเทอร์ การ์เด้น + ウィンターガーデン + Di Gi Charat - Winter Garden + Winter Garden + حديقة الشتاء + 冬日花园 + + + デュエル・マスターズ チャージ + Duel Masters Charge + + + kenpuchou + majin tv + Tokyo Majin + Tokyo Majin + Tokyo Majin Gakuen Kenpuchou Tou + Токийская школа истребителей нечисти (первый сезон) + 东京魔人学院剑风帖 龙龙 + 東京魔人學園剣風帖 龖(トウ) + + + Enspelled + Oku-sama wa Mahou Tsukai + Okusama wa Mahou Tsukai + Моя жена - волшебница на посылках + 奥様は魔法使い + + + ロケットガール + Rocket Girls + Rocket Girls + فتيات الصاروخ + 火箭女孩 + + + Dallos Special + ダロス Special + + + トゥハート2 OVA + To Heart 2 OVA + + + ライディーン + ตำนานผู้กล้า ไรดีน + Reideen + Reideen07 + Reideen (2007) + + + Rei & Fuko, Special Duty Agent + Tokumu Sousakan Rei & Fuko + 特務捜査官レイ & 風子 + + + เนกิมะ!? ภาคพิเศษฤดูร้อน + Mahou Sensei Negima! Natsu Ban + Mahou Sensei Negima! - Summer OVA + Mahou Sensei Negima! Summer OVA + Negima!? Natsu Special!? + Negima!? Summer + Negima!? Summer OVA + Волшебный учитель Нэгима! OVA-2 + Магічний вчитель Неґіма! Літо + ネギま!? 夏 スペシャル + 魔法先生ネギま!夏版 + + + Oishinbo Nichibei Kome Sensou + Oishinbo: The Japan-America Rice War + 美味しんぼ 日米コメ戦争 + + + Oishinbo Kyuukyoku Tai Shikou, Chouju Ryouri Taiketsu!! + Oishinbo Utimate vs. Supremacy, Longevity Cooking Confrontation + 美味しんぼ 究極対至高 長寿料理対決!! + + + Chou Gekijouban Keroro Gunsou 2 Shinkai no Princess de Arimasu! + Keroro Gunsou Movie 2 + Sergeant Frog Movie 2 + 超劇場版 ケロロ軍曹2 深海のプリンセスであります! + + + RGBアドベンチャー + RGB Adventure + + + 세토의 신부 + Ho sposato una sirena + La Prometida de Seto + Mi novia es una sirena + My Bride is a Mermaid + Setohana + Seto no Hanayome + SnH + The Inland Sea Bride + Морская Невеста + 濑户的花嫁 + 瀬戸の花嫁 + + + Starlight Scramble Ren`ai Kouhosei + スターライトスクランブル 恋愛候補生 + + + Anejiru The Animation: Shirakawa Sanshimai ni Omakase + 姉汁 THE ANIMATION ~白川三姉妹におまかせ~ + + + Bouken Korobokkuru + عقلة الإصبع + 冒険コロボックル + + + Kyuukyoku no Chef wa Oishinbo Papa + 究極のシェフは美味しんぼパパ + + + Embracing Love - A Cicada in Winter + Fuyu no Semi + fuyusemi + Samourai dans la tourmente + Winter Cicada + Зимняя цикада + 冬の蝉 + + + Dancouga + Dancouga 2007 + Dancouga Nova + Dancougar Nova + Juusou Kikou Dancouga Nova + Juusoukikou Dancouga Nova + Juusoukikou Dancougar Nova + Shin Dancouga + 獣装機攻ダンクーガノヴァ + + + Okubyo na Venus + 臆病なヴィーナス + + + ロミオ×ジュリエット + RJ + RomeJuli + Rómeó és Júlia + Rómeó és Júlia: Az anime + Romeo x Julia + Rómeó x Júlia + Romeo x Juliet + Romeo x Juliet + Romeo x Juliet + Romeu e Julieta + RxJ + روميو و جوليت + Ромео и Джульетта + Ромео та Джульєта + 罗密欧与朱丽叶 + + + wellber + Wellber no Monogatari: Sisters of Wellber + Wellber Story: Sisters of Wellber + 威尔伯物语 + ウエルベールの物語 Sisters of Wellber + + + Drift off to Blue Orchid Island + na + Nagasarete Airantou + Унесённый на остров Айран + 蓝兰岛 + ながされて藍蘭島 + + + Nanami-chan 3rd Series + ななみちゃん 第三期 + + + The Strange Story of a Dream Sphere Dealer + The Strange Tale of a Dream Sphere Dealer + The Strange Tale of the Dreamball Dealer + Yumedamaya Kidan + ゆめだまや奇談 + + + Genç Onizuka + Shonan Junai Gumi + Shounan Jun`ai-gumi + Young GTO + Крутой учитель Онидзука: Ранние годы + 湘南純愛組! + + + Armored Trooper Votoms: Roots of Ambition + Soukou Kihei Votoms: Red Shoulder Document - Yabou no Roots + Zırhlı Piyade Votoms: Kırmızı Omuz Dökümanı - Hırsın Kökleri + 装甲騎兵ボトムズ レッドショルダードキュメント野望のルーツ + + + Donguri to Yamaneko + Le lynx et les glands + Miyazawa Kenji Meisaku Anime Series: Donguri to Yamaneko + 宮沢賢治 名作アニメシリーズ どんぐりと山猫 + どんぐりと山猫 + + + Futari wa Precure Splash Star Tick Tack Kiki Ippatsu! + Futari wa Pretty Cure Splash Star Tick Tack Kiki Ippatsu! + 映画 ふたりはプリキュア Splash Star チクタク危機一髪! + + + ななこSOS + Nanako SOS + Nana supergirl + Nanà Supergirl + Nana the Supergirl + ななこSOS + Supernana + + + Eva:1.0 + Evangelion 1.0 + Evangelion 1.01 + Evangelion 1.01: (Nie) jesteś sam + Evangelion:1.01 – You are (not) alone + Evangelion 1.0: Sa oled/pole üksinda + Evangelion: 1.0 Tu (Ne) Vienišas + Evangelion : 1.0 You Are (Not) Alone + Evangelion 1.0 You are not alone + Evangelion: 1.0 You Are (Not) Alone + Evangelion: 1.0 You Are [Not] Alone + Evangelion: 1.11 Monstrum - Nejste sami + Evangelion New Theatrical Version: The Beginning + Evangelion Shin Gekijouban: Jo + Evangelion Shin Gekijouban: Rebuild of Evangelion + Евангелион по-новому + ヱヴァンゲリヲン 新劇場版 REBUILD OF EVANGELION + ヱヴァンゲリヲン新劇場版:序 + + + enspelled + Mahou no Rouge Lipstick + 魔法のルージュ りっぷ☆すてぃっく + + + Grendizer: Confrontation in the Red Setting Sun + UFO Robo Grendizer: Akai Yuuhi no Taiketsu + UFOロボ グレンダイザー/赤い夕陽の対決 + + + One Piece: Episode of Arabasta - Sabaku no Oujo to Kaizoku-tachi + One Piece Movie 8 + One Piece - The Desert Princess and the Pirates: Adventures in Alabasta + One Piece The Movie: Episode of Arabasta - The Desert Princess and the Pirates + 劇場版ワンピース エピソードオブアラバスタ 砂漠の王女と海賊たち + + + Aika R-16 Virgin Mission + AIKa R-16: Virgin Mission + AIKa R-16:处女任务 + + + ひとひら + Hitohira + Пушинка + 初瓣 + + + エコエコアザラク + Eko Eko Azarak + + + Bird`s Song + Tori no Uta + أغنية الطير + 鳥の歌 + + + Chess Master + Shanchiiou + Xiangqi Master + 象棋王 + + + Singles + + + Pops + Pops + + + マーダー プリンセス + Murder Princess + Murder Princess + Murder Princess + Murder Princess + Murder Princess + الأميرة القاتلة + أميرة القتل + Смертоносная принцесса + 杀戮公主 + 虐杀姬 + + + ぼくらの + Bokurano + Bokurano + Bokura no + Наше + 地球防卫少年 + 地球防衛少年 + 我们的 + + + あしたのジョー2 (1981) + Ashita no Joe 2 (1981) + Rocky Joe - L`ultimo round + + + Satsujin Kippu wa Heart-iro + 殺人切符はハート色 + + + Alice Doll + Ari Doll + Seishou Jogangu Alice Doll + 聖少・女玩具 アリスドール + 蕾の誘惑~淫乱少女たちの姫穴比べ~ (2) + + + 일기당천 Dragon Destiny + IDD + ikki2 + Ikkitousen 2 + Ikki Tousen - Dragon Destiny + Ikki Tousen - Dragon Destiny + Ikki Tousen Dragon Destiny + Ikki Tousen: Dragon Destiny + Ikkitousen: Dragon Destiny + 一騎当千 Dragon Destiny + 一骑当千2 + + + Saiyuki RELOAD -burial- + Saiyuki Reload: Burial + Saiyuuki RELOAD -burial- + 最遊記RELOAD -burial- + + + ジオグラマトン + Dyogrammaton + Dyogrammaton + Dyogrammaton + Dyogrammaton + Dyogrammaton + + + Anime Yagami Yuu + Krankenhausnachtschicht - Yu Yagami + Night Shift Nurses: Yagami Yu + Yagami Yuu + アニメ 八神優 + + + THE レイプマン アニメ・バージョン + The Rapeman + + + নারূতঃ সিপ্পুডেন + นารูโตะ ตำนานวายุสลาตัน + n2 + n2tv + Naruto 2 + Naruto: Hurricane Chronicles + Naruto: Kasırga Günlükleri + Naruto Kronika Hurikánu + Naruto Shippuden + Naruto Shippuden + Naruto Shippuden + Naruto Shippuden + Naruto Shippuden + Naruto Shippuden + Naruto Shippuuden + Naruto Shippuuden TV + NARUTO -ナルト- 疾風伝 + nstv + ntv2 + Shippuuden + ناروتو: أسطورة الزوبعة + נארוטו: מסעות ההוריקן + Наруто: Ураганни хроники + Наруто: Ураганные хроники + Наруто Хроники + 火影忍者 疾风传 + + + ななついろ★ドロップス + สาวน้อยกับหยาดดาวตกเจ็ดสี + Magia tęczowych gwiazd + Nanatsu-iro Drops + Nanatsuiro Drops + Радужные капли + 七色星露 + 七色糖果 + + + カゼノトオリミチ + Kaze no Toori Michi + The Path of Wind + + + Amazing Nuts! 1 + Global Astroliner Gou + グローバルアストロライナー号 + + + Amazing Nuts! 2 + Glass Eye + العين الزجاجية + + + Amazing Nuts! 3 + Even if you become the enemy of the world + Kung-Fu Love + Kung Fu Meilė + Tatoe Kimi ga Sekaijuu no Teki ni Natte mo + たとえ君が世界中の敵になっても + + + ジョーとマリリン + Amazing Nuts! 4 + Joe and Marilyn + + + 바람의 스티그마 + Kaze no Stigma + Kaze no Stigma + KNS + Stigma of the Wind + Петно на Вятъра + Печать ветра + 風のスティグマ + 风之圣痕 + + + クレイモア + 클레이모어 + Claymore + Claymore + Claymore + Claymore + Claymore + Klejmor + كلايمور + קליימור + Двуострие + Клеймор + Клеймор + Палаш + 大剑 + + + かみちゃまかりん + Kami-chama Karin + Kamichama Karin + 小女神花铃 + + + higu2 + HiguKai + higurashi2 + higurashi kai + Higurashi no Naku Koro ni Kai + Hnnkn2 + Hnnknk + Hnnkn Kai + Quando piansero le cicale 2° Serie + When Cicadas Cry 2nd Series + When They Cry 2nd Series + When They Cry - Higurashi 2 + Когато плачат цикадите - Развръзката + Когда плачут цикады 2 + Когда плачут цикады (второй сезон) + Коли плачуть цикади: Розв`язка + 寒蝉鸣泣之时·解 + ひぐらしのなく頃に解 + + + Emily Of New Moon + Kaze no Shoujo Emily + فتاة الريح ايميلي + Ветер Эмили + Эмили из "Юного месяца" + 風の少女エミリー + 风之少女艾米莉 + + + バッカーノ! + baccano + Baccano! + Baccano! + Baccano! + باكانو + Баккано! + Рейвах! + Шумиха! + + + かってにシロクマ + Katte ni Shirokuma + + + ムーンライトマイル + mm1 + mmile + Moonlight Mile + Moonlight Mile + MOONLIGHT MILE 1stシーズン -Lift off- + Moonlight Mile: 1st Season - Lift Off + Лунна миля: Сезон Първи - Отлитане + 月亮的距离 + 月光之旅 + + + precure5 + Yes! プリキュア5 + Yes! Precure 5 + Yes! Pretty Cure 5 + 光之美少女 第5季 + + + Saint Beast ~Angel Chronicles~ + Saint Beast: Kouin Jojishi Tenshi Tan + セイント・ビースト~光陰叙事詩天使譚~ + 四圣兽 - 光阴叙事诗天使谭 + + + アチ&シパカ + 아치와 씨팍 + アーチとシパク + Aachi and Ssipak + Aachi e Ssipak + Aachi i Ssipak + Aachi ja Ssipak: tappev duett + Aachi & Ssipak + Aachi und Ssipak + Aachi wa Ssipak + Aachi y Ssipak + Ачи и Сипак: Убойный дуэт + + + GSD SE IV + GSD Special Edition IV + Gundam Seed Destiny - Price of Freedom + Kidou Senshi Gundam SEED Destiny Special Edition Kanketsu Hen: Jiyuu no Daishou + Mobile Suit Gundam SEED DESTINY Special Edition IV: The Cost of Freedom + 機動戦士ガンダムSEED DESTINY スペシャルエディション完結編 自由の代償 + + + Brama piekieł + Ciemniejszy od czerni + Czarny Kontraktor + Darker than Black + Darker than Black + darker than black + Darker Than Black + Darker than BLACK -흑의 계약자- + Darker than BLACK -Kuro no Keiyakusha- + Darker than Black: Kuro no Keiyakusha + Darker than Black: The Black Contractor + Darker than BLACK ‐黒の契約者‐ + DtB + dtb1 + Mai întunecat ca negrul + Mroczny Kontraktor + Zifiri Karanlık + أحلك من السواد + أظلم من السواد + אפל משחור + Темнее чёрного + Темніше за чорне + 黑之契约者 + + + Sun Ukun: The Monkey King Conquers the Demon + Сунь Укун: Царь обезьян побеждает демонов + + + GF + gigantic formula + Kishin Taisen Gigantic Formula + 机神大战 巨型方程式 + 機神大戦 ギガンティック・フォーミュラ + + + Crayon Shin-chan - Film 15 + Crayon Shin-chan Movie 15 + Eiga Crayon Shin-chan: Arashi wo Yobu Utau Ketsu dake Bakudan! + 映画 クレヨンしんちゃん 嵐を呼ぶ歌うケツだけ爆弾 + + + Kono Hoshi no Ue-ni + Upon this Planet + この星の上に + + + Familiar of Zero 2 + Familiar of Zero II + Familiar of Zero: Knight of the Two Moons + FoZ 2 + zero2 + Zero no Tsukaima 2nd Series + Zero no Tsukaima: Futatsuki no Kishi + Zero no Tsukaima II + znt2 + ZnT 2 + Подручный бездарной Луизы: Рыцарь двух лун + ゼロの使い魔 ~双月の騎士~ + ゼロの使い魔 第2シリーズ + 零之使魔-双月的骑士 + + + GR -ジャイアントロボ + GR -Giant Robo- + جي آر -الآلي العملاق + 铁甲人 + + + 하야테처럼 + ฮายาเตะ พ่อบ้านประจัญบาน + ハヤテのごとく! + cbh + Chàng quản gia + Hayate + Hayate le majordome + Hayate no Gotoku + Hayate no Gotoku! + Hayate the Combat Butler + HnG! + Kovinis liokajus Hajatė + الخادم المصارع هاياتي + הייטה גוטוקו! + Хаяте:Бойният прислужник + Хаятэ, боевой дворецкий + 旋风管家 + + + jojo movie + JoJo no Kimyou na Bouken Phantom Blood + JoJo`s Bizarre Adventure: Phantom Blood + ジョジョの奇妙な冒険 ファントム ブラッド + + + ぽてまよ + Potemayo + بوتيمايو + 蛋黄酱萝莉 + + + Accelerando + Accelerando: Datenshi-tachi no Sasayaki + Accelerando ~Whisper of Descending Angels~ + アッチェレランド ~堕天使たちの囁き~ + + + 21 エモン + 21エモン + 21 Emon + + + Big Windup! + Oofuri + Ookiku Furikabutte + أوكيكو فوريكابوتي + نهاية كبيرة + おおきく振りかぶって + おお振り + 王牌投手-振臂高挥 + + + Cantaloupe Collector + Tsuma to Mama to Boin + Wife and Mama and Big Breasts + 妻とママとボイン + + + Kurukafa Adam + Skullman + Skull Man + スカルマン THE SKULL MAN + رجل الجمجمة + 骷髅人 + + + キャットブルー: ダイナマイト + Catblue: Dynamite + CATBLUE:DYNAMITE(キャットブルー:ダイナマイト) + + + Gasshin Sentai Mechander Robo + 合身戦隊メカンダーロボ + + + Chou Kousoku Galvion + 超攻速ガルビオン + + + 키스 덤 + キスダム -ENGAGE planet- + kd + kdep + Kiss Dum + Kiss Dum: Engage Planet + 星界死者之书 + 鏖战星球 + + + 공의 경계 + Boundary of Emptiness: The Garden of Sinners + Gekijouban Kara no Kyoukai: The Garden of Sinners + Günahkarlar Bahçesi + knk + The Garden of Sinners + Tuštumos Riba: Nusidėjėlių Sodas + حدود الفراغ : حديقة الآثمين + Граница пустоты: Сад грешников + Границата на празнота + 劇場版 空の境界 - The Garden of Sinners + 空之境界 + 空の境界 + + + ひょうたんすずめ + Hyoutan Suzume + The Sparrow in the Empty Pumpkin + + + 피아노의 숲 + Piano Forest + Piano no Mori + Piano no Mori - The Perfect World of Kai + Pianul din Padure + The Piano Forest + The Piano Forest + Рояль в лесу + ピアノの森 The Perfect World of Kai + + + Tetsujin 28-gou: Hakuchuu no Zangetsu + 鉄人28号 白昼の残月 + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 11 ตอน ปริศนามหาขุมทรัพย์โจรสลัด + Détective Conan - Film 11 + Detective Conan: Jolly Roger in the Deep Azure + Detective Conan: Movie 11 + Detektiv Conan - 11.Film: Die azurblaue Piratenflagge + Meitantei Conan: Konpeki no Jolly Roger + 名探偵コナン 紺碧の棺(ジョリー・ロジャー) + 蔚蓝的灵柩 + + + Inukami! The Movie + Inukami! The Movie: Tokumei Reiteki Sousakan Karina Shirou! + いぬかみっ! THE MOVIE 特命霊的捜査官・仮名史郎っ! + 剧场版 犬神 + + + Kino no Tabi: the Beautiful World - Byouki no Kuni -For You- + Kino no Tabi the Beautiful World Country of Illness -For You- + Kino`s Journey the Beautiful World Country of Illness -For You- + Kino`s Journey: World Country Of Illness -For You- + -رحلات كنو العالم الجميل بلاد الأمراض -من أجلك + キノの旅 the Beautiful World 病気の国 -For You- + + + Kaibutsu Oujo + Monster Princess + Princess Resurrection + Принцесса монстров + 怪物王女 + 怪物王女 + + + Afro-Ken + アフロ犬 + + + Inda no Himekishi Janne The Animation + The Princess Knight ``Janne`` The Animation + 淫堕の姫騎士ジャンヌ THE ANIMATION + + + 21 Emon Uchuu ike! Hadashi no Princess + 21エモン 宇宙いけ!裸足のプリンセス + 21エモン 宇宙(そら)いけ!裸足のプリンセス + + + 11ぴきのねこ + 11 nälkäistä kissaa + 11 Piki no Neko + Eleven Cats + Elf hungrige Katzen + + + 11ぴきのねことあほうどり + 11 hungrige Katzen und ein Albatros + 11 Piki no Neko to Ahoudori + Eleven Cats and an Albatross + + + ピンチとパンチ + Pinch to Punch + + + Manga Nihonshi + まんが日本史 + + + Happyakuyachou Hyouri no Kewaishi + 八百八町表裏 化粧師 + + + Doctor Chichibuyama + ドクター秩父山 + + + Sekai Monoshiri Ryoko + The Instructive Trip Around the World + 世界ものしり旅行 + + + Manga Jinbutsushi + マンガ人物史 + + + Interesting Coaching School for the First Time on Manga + Manga Hajimete Omoshiro Juku + まんがはじめて面白塾 + + + A Rã Valente + Dokonjou Gaeru + ど根性ガエル + + + Shin Dokonjou Gaeru + 新・ど根性ガエル + + + Shin Dokonjou Gaeru: Dokonjou Yumemakura + 新ど根性ガエル ど根性・夢枕 + + + Gekisou! Rubenkaiser + 激走!ルーベンカイザー + + + フクちゃん + Fuku-chan + + + Umeboshi Denka + ウメ星デンカ + + + Umeboshi Denka : Uchu no Hatekara Panparopan! + ウメ星デンカ 宇宙の果てからパンパロパン! + + + とんでモン・ぺ + Tonde Mon Pe + أحلام وفرح + + + Manga Kotowaja Jiten + Manga Proverb Encyclopedia + まんがことわざ事典 + + + Manga Doshite Monogatari + ينابيع المعرفة + まんがどうして物語 + + + くるくるアミー + Kuru Kuru Army + + + キリンあしたのカレンダー + Kirin Ashita no Calendar + + + 21 Seiki Manga Hajimete Monogatari + 21世紀まんがはじめて物語 + + + El Cazador + エル・カザド EL CAZADOR DE LA BRUJA + El Cazador de la Bruja + El Cazador de la Bruja + El Cazador de la Bruja + El Cazador de la Bruja + El Cazador de la Bruja + Łowca czarownicy + O Caçador da Bruxa + The Hunter of the Witch + The Witch-Hunter + Эль Касадор + 魔女猎人 + + + Doraemon: Nobita to Tsubasa no Yuusha-tachi + Nobita`s Winged Heroes + ドラえもん のび太と翼の勇者たち + + + KouSan + Koutetsu Sangokushi + 鋼鉄三国志 + 钢铁三国志 + + + Touka Gettan + 桃華月憚 + 桃華月憚 + + + Gensou Maden Saiyuuki: Kibou no Zaika + Saiyuki Interactive + 幻想魔伝最遊記-希望の罪過- + + + Ice + ICE - アイス - + Ice ova + Project ICE + ثلج + Πάγος + + + Sakura Taisen: New York NY. + Sakura Wars: New York + サクラ大戦 ニューヨーク・紐育 + + + Dennou Sentai Voogie`s Angel: Forever and ever + 電脳戦隊ヴギィ’ズ・エンジェル -Forever and ever- + + + Body Jack: Tanoshii Yutai Ridatsu + ボディジャック 楽しい幽体離脱 + + + センコロール + Cencoroll + + + Dorami-chan: Arara Shounen Sanzoku Dan + Dorami-chan: Wow, The Kid Gang of Bandits + ドラミちゃん アララ・少年山賊団 + + + Donguri no Ie + Home of Acorns + どんぐりの家 + + + Legend of Sirius + Legend of Syrius + Sea Prince and the Fire Child + Shiriusu no Densetsu + Sirius no Densetsu + Syrius no Densetsu + The Sea Prince and the Fire Child + シリウスの伝説 + + + Ai no Senshi Rainbowman + 愛の戦士レインボーマン + + + Akai Tori no Kokoro + 赤い鳥のこころ + + + Movie: The Fox Versus the Racoon + Ugokie Kori no Tatehiki + 動絵狐狸達引(うごきえこりのたてひき) + + + くもとちゅうりっぷ + Kumo to Tulip + + + Dirty Laundry + Launderer Shin-chan + Sentakuya Shin-chan + 洗濯屋しんちゃん + + + Oshare Majo Love and Berry: Shiawase no Mahou + オシャレ魔女 ラブ and ベリー しあわせのまほう + + + Kouchuu Ouja Mushiking Super Battle Movie: Yami no Kaizou Kouchuu + 甲虫王者ムシキング スーパーバトルムービー ~闇の改造甲虫~ + + + キディ・ガーランド + KGA + Kiddy Girl-and + + + Franz Kafka: Ein Landarzt + Franz Kafka`s A Country Doctor + Franz Kafka: Venkovský lékař + Inaka Isha + Külaarst + Lekarz wiejski + The Country Doctor + Wiejski lekarz Franza Kafki + Сільський лікар + Франц Кафка - Сельский врач + 田舎医者 + + + Kachi Kachi Yama + 堅々獄夫婦庭訓 + + + Kiss Kiss Kiss + + + アンソロジー No.1 + Tokuten Eizou Anthology No. 1 + + + Star of David + Violence Gekiga David no Hoshi + バイオレンス劇画 堕靡泥の星 + + + バビ・ストック + Bavi Stock + + + ザ・チョコレートパニック・ピクチャーショー + The Chocolate Panic Picture Show + + + エルフ・17 [セブンティーン] + Elf 17 + + + Yume Kara, Samenai + 夢から、さめない。 + + + ぷッつんメイクLOVE + Puttsun Make Love + + + レリック・アーマー レガシアム + Relic Armor Legaciam + + + ガデュリン + Gdleen + + + シークエンス + Sequence + + + モザイカ + Eiyuu Gaiden Mozaicka + Mozaicka + Mozaika + 英雄凱伝モザイカ + + + ハイスクールAGENT + High School Agent + + + Horny Ladies and the News + Jokuana + 辱アナ + + + sola + Sola + Sola TV + سولا + Небо + 青空 + + + mm2 + mmile2 + Moonlight Mile: 2nd Season - Touch Down + MOONLIGHT MILE 2ndシーズン -Touch down- + Moonlight Mile - Saison 2 + + + Koutetsushin Jeeg + Steel God Jeeg + Стальной Джииг 2 + 鋼鉄神ジーグ + 钢铁神吉克 + + + Code-E + CODE-E + الشفرة إي + Код-Е + 代号E + + + Colourcloud Palace 2 + SaiMono2 + SaiMono 2 + Saiunkoku2 + Saiunkoku Monogatari 2nd Series + ToS2 + 彩云国物语 第2季 + 彩雲国物語 第2シリーズ + 彩雲國物語 第2部 + + + ヒロイック・エイジ + ha + Heroic Age + زمن البطولة + תקופת הגבורה + Героический век + Героический Эйдж + Героичната Ера + 英雄时代 + + + Something Great Chizu ni nai Machi + サムシング グレート 地図にない町 + + + Norabbits` Minutes + Norabbits` Minutes + + + Yamako Shimura no Mari to Senhiki no Koinu + 山古志村のマリと三匹の子犬 + + + こどものじかん + A Child`s Time + KnJ + Kodomo no Jikan (2007) + Kojikan + Loli的时间 + Nymphet + وقت الأطفال + Детское время + Дитячий час + 萌少女的戀愛時光 + 萝莉的时间 + + + Iyashite Agerun Saiyuki + Iyashite Agerun Saiyuuki + Karma Saiyuki + The Karma Saiyuki + 癒してあげルン 西遊記 + + + Anti-Demon Hunters + Anti-Demon Ninja Asagi + Taimanin Asagi + 対魔忍アサギ + + + のらくろ + Norakuro + + + おとぎマンガカレンダー + Otogi Manga Calendar + + + インスタントヒストリー + Instant History + + + Marine Snow no Densetsu + マリンスノーの伝説 + + + Chikyuu he… + Terra e... (2007) + Toward the Terra (2007) + toward the terra tv + tttv + До Землі + Достичь Тэрры + На път към Земята + 向地球 + 地球へ… (2007) + + + oedorocket + Oh! Edo Rocket + Ooedo Rocket + 大江户火箭 + 大江戸ロケット + + + Choujin Densetsu Urotsukidouji 5: Kanketsu Hen + Urotsukidoji 5 + Urotsukidōji V: Ostatni rozdział + Urotsukidoji V: The Final Chapter + Urotsukidouji 5 + 超神伝説うろつき童子 完結篇 + + + ブルー・ドラゴン + Blue Dragon + Blue Dragon + Blue Dragon + Blue Dragon + Mavi Ejder + Mėlynasis Drakonas + Sininen Lohikäärme + التنين الأزرق + 蓝龙 + + + Doraemon e o Expresso do Tempo + Doraemon e o tren do tempo + Doraemon: Nobita to Ginga Express + ドラえもん のび太と銀河超特急(エクスプレス) + + + As mil e unha noites de Doraemon + Doraemon e as Mil e Uma Noites + Doraemon: Nobita no Dorabian Nights + ドラえもん のび太のドラビアンナイト + + + Gekijouban Pocket Monsters Diamond & Pearl: Dialga vs. Palkia vs. Darkrai + Pokémon: Der Aufstieg von Darkrai + Pokemon: Movie 10 + Pokemon: The Rise of Darkrai + Сражение Диаруги, Парукии и Даркрая + 劇場版 ポケットモンスター ダイヤモンド&パール ディアルガvsパルキアvsダークライ + + + 요괴인간 타요마 + Gegege no Kitarou (2007) + 鬼太郎 + ゲゲゲの鬼太郎 (2007) + + + Ginga Tetsudou Monogatari: Wasurerareta Toki no Wakusei + The Galaxy Railways: A Letter from the Abandoned Planet + The Galaxy Railways: Planet of Forgotten Time + 銀河鉄道物語~忘れられた時の惑星~ + + + もっけ + Mokke + Мокке + Моккэ + 物怪 + + + ラブ★コン + LC + LoveCom + Lovely Complex + Lovely Complex + Uroczy związek + مركب رائع + Комплекс кохання + Трогательный комплекс + 恋爱方程式 + + + トッポ・ジージョ + Bentornato Topo Gigio + Topo Gigio + Topo Gigio - Die Weltraum-Maus + Toppo Jijo + مغامرات سوسان + + + Yumemiru Toppo Jijo + 夢見るトッポ・ジージョ + + + คู กัปปะน้อยเพื่อนรัก + 갓파쿠와 여름방학을 + coo + Coo İle Geçen Yaz + Ein Sommer mit Coo + Kappa no Coo to Natsuyasumi + Summer Days with Coo + Summer Days with Coo + Suvepäevad kappaga + Un`estate con Coo + Un été avec Coo + Волшебное лето + Летние дни с Каппой + 河童のクゥと夏休み + + + すーぱーふらっと・ものぐらむ + Superflat Monogram + SUPERFLAT MONOGRAM + + + ドリモグだァ!! + Abenteuer im Maulwurfsland + Dorimogu Daa!! + L`allegro mondo di Talpilandia + Mock and Sweet + Mock İle Sweet + Nick e Nack + شجاع وسكر + + + Guyver (suite) + Kyoushoku Soukou Guyver II + The Guyver Act II + 強殖装甲ガイバー II + + + Free Zone + harem + Kaihouku: Chikan Harem + Pervs on a Train Episode 2 + 解放区 ~痴漢ハーレム~ + + + リトルツインズ + Ikri és Mikri + Little Twins + The Little Twins + Tiffel & Taffel + التوأم الصغير + + + Little Twins: Bokura no Natsu ga Tondeiku + リトルツインズ ぼくらの夏が飛んでいく + + + Munchen e no Michi + Road to Munich + ミュンヘンへの道 + + + スクーパーズ + Scoopers + + + ハル&ボンス + Hal & Bons + + + プリズム・アーク + Prism Ark + + + konnyaku + Kono Aozora ni Yakusoku o: Youkoso Tsugumi Ryou e + Kono Aozora ni Yakusoku wo + Melody of the Sun and Sea + 青空下的约定 + この青空に約束を―~ようこそつぐみ寮へ~ + + + Kateikyoushi no Onee-san The Animation: H no Hensachi Agechaimasu + 家庭教師のおねえさん THE ANIMATION~Hの偏差値あげちゃいます~ + + + ドージンワーク + Dojin Work + Doujin Work + Додзинси + 同人work + 同人工坊 + + + OD + OverDrive + OverDrive + Over Drive + Over Drive + 铁马少年 + + + Uchuujin Pipi + 宇宙人ピピ + + + Uchuu Shounen Soran + 宇宙少年ソラン + + + Uchuu Shounen Soran (1965) + 宇宙少年ソラン (1965) + + + Tatakae! Osper + 戦え!オスパー + + + ペリカンロード クラブ・カルーチャ + Pelikan Road Club Culture + + + Majo demo Steady + 魔女でもステディ + + + UFO Senshi Dai Apolon 2 + UFO戦士ダイアポロンII + + + appleseed2 + Appleseed 2 + Appleseed - Ex Machina + Appleseed Ex Machina + Appleseed: Ex Machina + Appleseed: Ex Machina + Appleseed: Ex Machina + Appleseed Saga Ex Machina + Appleseed Saga Ex Machina + Appleseed : Бивша машина + Ekusu makina + + + Ai confini dell`universo + Był sobie kosmos + C`era una volta... Lo Spazio + Egyszer volt... a világűr + Era uma vez...O Espaço + Er was eens... De Ruimte + Es war einmal ... der Weltraum + Ginga Patrol PJ + Il était une fois... l`espace + Once Upon a Time Was the Space + היה היה... חלל + Μια Φορά και έναν Καιρό ήταν το Διάστημα + 銀河パトロールPJ + + + Adeus, Professor Desespero + Goodbye Teacher Despair + Sayonara Zetsubou Sensei + szs + szs1 + Прощавай, Відчай-сенсей + Прощай, безрадостный сенсей + Прощай, унылый учитель + Сбогом, господин Отчаяние + 再见!绝望先生 + さよなら絶望先生 + + + シャイニング・ティアーズ・クロス・ウィンド + Shining Tears Cross Wind + Shining Tears X Wind + stxw + دموع ساطعة × الرياح + Сверкающие Слёзы & Ветер + Сияющие Слёзы И Ветер + 光明之泪x风 + + + Kiddy Grade: Ignition + Kiddy Grade - Kakusei Hen + Kiddy Grade Movie 1 + キディ・グレイド 劇場版 第一部: 覚醒篇 + + + Kiddy Grade - Hanran Hen + Kiddy Grade: Maelstrom + Kiddy Grade Movie 2 + キディ・グレイド 劇場版 第二部: 氾濫篇 + + + Kiddy Grade Movie 3 + Kiddy Grade - Reimei Hen + Kiddy Grade: Truth Dawn + キディ・グレイド 劇場版 第三部: 黎明篇 + + + 만안 미드나이트 + Wangan Midnight + Ванганская полночь + 海岸午夜 + 湾岸ミッドナイト + + + Bludgeoning Angel Dokuro-chan 2 + Bokusatsu Tenshi Dokuro-chan 2 + Bokusatsu Tenshi Dokuro-chan Second + dokuro2 + dokuro-chan2 + Убойный ангел Докуро-тян 2 + 撲殺天使ドクロちゃん 第2シリーズ + + + Kaminari Boy Pikkaribee + かみなり坊やピッカリ★ビー + + + Bouken Gaboten Shima + 冒険ガボテン島 + + + おらぁグズラだど + Oraa Guzura Dado + جازورة + + + Pyun Pyun Maru + ピュンピュン丸 + + + ドンキッコ + Donkikko + + + Chibikko Kaijuu Yadamon (1967) + ちびっこ怪獣ヤダモン + + + Cinnamon the Movie + Cinnamon the Movie: Câu chuyện của chú chuột + シナモン the Movie + + + บาคุกัน มอนสเตอร์บอลทะลุมิติ + Bakugan + Bakugan + Bakugan + Bakugan + Bakuganas + Bakugan Battle Brawlers + Bakugan: Młodzi wojownicy + Bakugan - Spieler des Schicksals + Bakugan Szörny Bunyósok + בקוגן + 爆丸バトルブローラーズ + + + Iblard Jikan + Iblard Time + イバラード時間 + + + Ogami Matsugoro + おがみ松吾郎 + + + CLANNAD -クラナド- + Clannad + Clannad + Clannad 1 + Clannad TV + Кланад + Кланнад + + + Fist of the North Star 3: Legend of Raoh - Fierce Fight + Fist of the North Star - Raoh Side Story Gekitou Arc + Hokuto no Ken 2 - L`héritier du Hokuto + Shin Kyuuseishu Densetsu Hokuto no Ken Raou-den Gekitou no Shou + 真救世主伝説 北斗の拳 ラオウ伝 激闘の章 + + + 백실 + เว็กซีล โค่นแผนจักรกลครองโลก + ベクシル 2077日本鎖国 + Agentė Veksilė + Agent Vexille + Vexille + Vexille + Vexille + Vexille + Vexille 2077 + Vexille - 2077 Japan National Isolation + Vexille: 2077 Nihon Sakoku + Vexille - 2077 Nippon Sakoku + Агент Вексилл + + + Gake no Ue no Ponyo + Küçük Deniz Kızı Ponyo + Ponyo + Ponyo à Beira-Mar + Ponyo ant uolos prie jūros + Ponyo das verzauberte Goldfischmädchen + Ponyo en el Acantilado + Ponyo mäe otsas + Ponyo na klifie + Ponyo On A Cliff + Ponyo on the Cliff by the Sea + Ponyo on the Cliff by the Sea + Ponyo på klippan vid havet + Ponyo på klippen ved havet + Ponyo rantakalliolla + Ponyo sulla scogliera + Ponyo sur la falaise + Ponyo y el secreto de la Sirenita + פוניו על הצוק ליד הים + Рыбка Поньо на утесе + 崖の上のポニョ + 崖上的波妞 + + + シグルイ + 시구루이 + Crazy for Death + Shigurui + Shigurui: Death Frenzy + Одержимые смертью + Смертельне безумство + Смертельне шаленство + Шіґуруй + 剑豪生死门 + + + Mahou no Tenshi Creamy Mami: Lovely Serenade + 魔法の天使クリィミーマミ ラブリーセレナーデ + + + nasu2 + Nasu 2 + Nasu: Migratory Bird`s Suitcase + Nasu: Suitcase no Wataridori + 茄子 旅行箱中的候鸟 + 茄子 スーツケースの渡り鳥 + + + ワンダーベビルくん + Wonder Bebil-kun + + + ドラゴノーツ -ザ・レゾナンス- + dragonaut + Dragonaut: The Resonance + Драгонавт: Резонанс + 龍嗚 + + + 모노노케 + bakeneko + Mononoke + mononoke tv + MONONO怪 + Мононоке + モノノ怪 + 怪-化猫 + + + クリィミーマミ ソングスペシャル2 カーテンコール + Creamy Mami Song Special 2 Curtain Call + Mahou no Tenshi Creamy Mami: Curtain Call + 魔法の天使クリィミーマミ カーテンコール + + + aria3 + Aria the OVA: Arietta + Aria The OVA: Arietta + Aria the OVA: Arietta + + + ZL + z-l + zloan + Zombie Loan + Zombie Loan + Zombie Loan + Zombie-Loan + Zombie-Loan + Zombie-Loan + Кредит Зомби + 僵尸借贷 + + + スクールデイズ + Dias de Escola + Dias Escolares + Okul Günleri + School Days + School Days + Schultage + Szkolne dni + Zilele Şcolii + أيام المدرسة + Училищни дни + Шкільні дні + Школьные дни + 日在校园 + + + Garakuta-doori no Stain + Ga-Ra-Ku-Ta: Mr. Stain on Junk Alley + ガラクタ通りのステイン + + + Zero-sen Hayato + 0戦はやと + + + Armored Trooper Votoms: The Last Red Shoulder + Soukou Kihei Votoms: The Last Red Shoulder + Zırhlı Piyade Votoms: Son Kırmızı Omuz + 装甲騎兵ボトムズ ザ・ラストレッドショルダー + + + Armored Trooper Votoms: Big Battle + Soukou Kihei Votoms: Big Battle + Zırhlı Piyade Votoms: Büyük Savaş + 装甲騎兵ボトムズ ビッグバトル + + + Dvasių Medžioklė + Ghost Hound + Ghost Hound + Ghost Hound + Hayalet Takibi + Shinreigari + Shinreigari: Ghost Hound + Охота на Призраков + Призрачна хрътка + 神灵狩 + 神霊狩 + 神霊狩/GHOST HOUND + + + Be Rockin`: Dedicated to Woman Tone + Be Rockin`: Dedicated to Woman Tone + + + Armored Trooper Votoms: Pailsen Files + Soukou Kihei Votoms: Pailsen Files + Zırhlı Piyade Votoms: Pailsen Dosyaları + 装甲騎兵ボトムズ ペールゼン・ファイルズ + 装甲骑兵波多姆兹PAILSEN FILES + + + 이브의 시간 + Čas večerní + enj + Eve no Jikan + Evos metas + Time of Eve + Time of Eve + Time of Eve + Time of Eve + وقت إيڤ + Время Евы + 夏娃的时间 + イヴの時間 + + + Isamu the Wilderness Boy + Kouya no Shounen Isamu + Sam, il ragazzo del West + Willie Boy + Willy Boy + 荒野の少年イサム + + + Prince of Tennis - National Championship Chapter - Semifinal + Tennis no Ouji-sama: Zenkoku Taikai hen - Semifinal + أمير التنس - جزء بطولة العالم - شبه نهائي + テニスの王子様 全国大会篇 Semifinal + + + Close the Last Door + Saigo no Door wo Shimero! + 最後のドアを閉めろ! + + + Anime Rakugo Kan + アニメ落語館 + + + A-Girl + A-Girl + + + Kakyuusei 2: Sketchbook + 下級生2~Sketchbook~ + + + Classmate no Okaa-san + My Classmate`s Mother + クラスメイトのお母さん + + + Enyoku + En`yoku + 艶欲[ゑんよく] + + + オフサイドガール + Offside Girl + + + Dokidoki Haha Musume Lesson: Oshiete H na Obenkyou + Dokidoki Oyako Lesson: Oshiete H na Obenkyou + Learning the Hard Way + ドキドキ母娘レッスン~教えてHなお勉強~ + + + 작안의 샤나 2기 + Burning Eyes Shana 2 + Burning Eyes Shana II + Ognistooka Shana II + Shakugan 2 + Shakugan II + Shakugan no Shana 2 + Shakugan no Shana II + Shakugan no Shana Second + SHANA2 + SHANA 2 + Shana dos Olhos Ardentes II + SHANA II + SHANA Liepsnojančios Akys 2 + Shana of the Burning Eyes 2 + Shana of the Burning Eyes II + Shana Second + SnS 2 + SnS II + Вогняноока Шана ІІ + Жгучий взор Сяны (второй сезон) + 灼眼のシャナII + 灼眼的夏娜 第二季 + + + Spider Riders: Resurrected Sun + Spider Riders: Yomigaeru Taiyou + スパイダーライダーズ ~よみがえる太陽~ + + + Kenkoo Zenrakei Suieibu Umishou + Kenkou Zenrakei Suieibu Umisho + Kenkou Zenrakei Suieibu Umishou + Kenko Zenrakei Suieibu Umisho + KZSU + Umisho + Umisho High School Naked Swimming Club + Umishou + Умисё + 健康全裸游泳社 + ケンコー全裸系水泳部 ウミショー + + + Bavel`in Kitabı + Bavel no Hon + Bavel`s Book + バベルの本 + + + ふしぎなエレベーター + Fushigi na Elevator + Fushigina Erebeta + + + Enkinhou no Hako: Hakase no Sagashimono + 遠近法の箱-博士のさがしもの- + + + キッズキャッスル + Kid`s Castle + + + Suisei + 水 棲(すいせい) + + + どっちにする? + Docchi ni Suru? + + + ひゃっかずかん + Hyakka Zukan + + + ロビーとケロビー + Robby & Kerobby + Robby to Kerobby + + + おねがい マイメロディ すっきり♪ + Onegai My Melody Sukkiri + + + Fairy King + Yousei Ou + 妖精王 + + + Fight Da!! Pyuta + ファイトだ!!ピュー太 + + + Carletto il Principe dei Mostri + Kaibutsu-kun + 怪物くん + + + サスケ + Sasuke + Sasuke il piccolo ninja + + + Yuuyake Banchou + 夕やけ番長 + + + Ganbare! Marine Kid + がんばれ!マリンキッド(海底少年マリン) + + + ロボタン + Robotan + + + とびだせ!バッチリ + Tobidase! Bacchiri + + + muteking + Rolling Star + Tondemo Senshi Muteking + المقاتل المضحك + とんでも戦士ムテキング + + + Dream Dimension Gentleman + Mugen Shinshi: Bouken Katsugeki Hen + 夢幻紳士 冒険活劇編 + + + Shin SOS Dai Tokyo Tankentai + SOS! Tokyo Metro Explorers + 新SOS大東京探検隊 + + + Issunboushi (2007) + The Erotic Adventures of Tom Thumb + 一寸法師 (2007) + + + Gekijouban Naruto Shippuuden + Naruto Shippuden The Movie + Naruto Shippuuden Movie 1 + 劇場版 Naruto 疾風伝 + + + 카이트 리버레이터 + カイト リベレイター + Išvaduotoja Kait + Kite Liberator + Kite Liberator + Kite Liberator + KL + Кайт-Избавительница + + + Koukou Butouden Crows + 高校武闘伝 クローズ + + + もえたん + Moetan + 萌之英语单词 + 萌单 + + + スケッチブック ~full color`s~ + sketchbook + Sketchbook: Full Color`s + 素描本 ~full color`s~ + + + Goshuushou-sama Ninomiya-kun + My Condolences, Niniomiya-kun + My Heartfelt Sympathy, Ninomiya-kun + ninomiya-kun + Нашите съболезнования, Ниномия + Примите наши соболезнования, Ниномия-кун + 忧伤大人二之宫 + ご愁傷さま二ノ宮くん + + + レンタルマギカ + Magik na wynajem + Rental + Rental Magica + Магия напрокат + Магьосници под наем + 出租魔法使 + + + Pervs on a Train + Tsuukin Kairaku: Chikan de Go!! + 通勤快楽 痴漢でGO!! + + + hatsuinu + Hatsu Inu The Animation + 初犬 The Animation + + + Jiburiru 2 + Jiburiru: Second Coming + Jiburiru: The Devil Angel 2 + Makai Tenshi Djibril Episode 2 + Makai Tenshi Jiburiru 2 + 魔界天使ジブリール2 + 魔界天使ジブリール episode2 + + + Kishin Douji Zenki Gaiden: Anki Kitan + 鬼神童子ZENKI外伝 黯鬼奇譚 + + + マイティー・オーボッツ + Mighty Orbots + The Mighty Orbots + + + Tetsuko no Tabi + Tetsuko`s Travels + 鉄子の旅 + 铁子之旅 + + + Che famiglia è questa family! + Oh!ファミリー + Oh! Family + + + Tenkousei + Transfer student + 転校生 + + + Megachu! The Animation + Megamisama Chu`uihou + Oh My Sex Goddess + めがちゅ! The Animation + + + Rensa Byo-toh + Rensa Byoutou + 連鎖病棟 + + + Magical Witch Academy: Boku to Sensei no Magical Lesson - The Animation + MAGICAL WITCH ACADEMY~ボクと先生のマジカルレッスン~ The Animation + + + Seisen Gakuin + Study a Broad - Die Schule des heiligen Wassers + Study-A-Broad pt2 + 聖泉学淫 + + + デッド ガールズ レッド ガーデン + Dead Girls + Dead Girls: Red Garden + Red Garden: Dead Girls + + + げんしけん2 + genshiken2 + Genshiken 2 + Genshiken TV 2 + Ґеншікен 2 + 现视研2 + + + アニ*クリ15 + Ani*Kuri15 + + + ムシウタ + 무시우타 + Mushiuta + Mushi-Uta + 虫之歌 + + + Butt Attack Punisher Girl Gautaman R + Butt Attack Punisher Girl Gautaman R: The Final Battle Between Love & Tragedy! + Dengeki Oshioki Musume Gootaman R: Ai to Kanashimi no Final Battle + 臀撃おしおき娘ゴータマンR(リターン)~愛と悲しみのファイナルバトル + + + Kyuukyoku Choujin R + 究極超人あ~る + + + Dorei Maid Princess + Slave Maid Princess + 奴隷メイドプリンセス + + + Bol raz jeden život + Byl jednou jeden život + Było sobie życie + C`era una volta... la vita + Egyszer volt... az élet + Era uma vez...O Corpo Humano + Er was eens... Het Leven + Es war einmal... Das Leben + Il était une fois... la Vie + Once Upon a Time... Life + Seimei no Kagaku: Micro Patrol + Siamo Fatti Così - Esplorando il Corpo Umano + كان ياما كان الحياة + החיים + Μια Φορά και έναν Καιρό ήταν η Ζωή + 生命の科学ミクロパトロール + + + Shion no Ou + Shion`s King + The Flowers of Hard Blood + しおんの王 + 紫音之王 + + + BUZZER BEATER (2007) + Buzzer Beater (2007) + 零秒出手 + + + Burnt Lunchbox + Burnt Rice + Makkuro na Obentou + The Lunch Box + Обугленный рис + まっ黒なおべんとう + + + Umi da! Funade da! Niko Niko, Bun + 海だ!船出だ!にこにこ、ぶん + + + チンプイ + Chimpui + Chinpui + + + Chimpui: Eri-sama Katsudou Daishashin + Chinpui: Eri-sama Katsudou Daishashin + チンプイ エリさま活動大写真 + + + チスト みどりのおやゆび + Tistou – A zöld hüvelykujjak + Tistou les pouces verts + Tistou Midori no Oyayubi + Tistou of the Green Fingers + Tistou of the Green Thumbs + Tistou the Green Thumb + Zöldujjú Tistou + + + ヘヴィ + Heavy + + + Shin Karate Jikoku Hen: Chi no Mokushiroku + 新カラテ地獄変1 血の黙示録 + + + New Dream Hunter Rem + NEW DREAM HUNTER 麗夢 + NEWドリームハンター麗夢 + ニュードリームハンター麗夢 + + + Taiho Shichau zo: Full Throttle + Taiho Shichauzo Full Throttle + You`re Under Arrest Full Throttle + You`re Under Arrest: Full Throttle + You`re Under Arrest! Full Throttle + YUA3 + YUA 3 + YUA! 3 + YUA FT + YUA: FT + YUA! FT + YUA TV3 + 逮捕しちゃうぞ フルスロットル + 逮捕令 ~ 全速前进 + + + Ele sunt stăpânele mele nobile + kimiaru + Kimi ga Aruji de Shitsuji ga Ore de: They Are My Noble Masters + TAMNM + They are my noble Masters + Ты — хозяин, я — слуга + 你是主人我是仆 + 君が主で執事が俺で + + + Chobin + Chobin + Chobin, il principe stellare + Hoshi no ko Chobin + 星の子チョビン + + + Hokuro Kyodai Full Throttle!!!! + ホクロ兄弟 フルスロットル!!!! + + + Gakuen 2 + 学園2 + + + tokyo majin 2 + Tokyo Majin Gakuen Kenpuchou Tou Dai Ni Maku + 東京魔人學園剣風帖 龖(トウ) 第弐幕 + + + Chou Supercar Gattiger + Supercar Gattiger + 超スーパーカー ガッタイガー + + + レポーターブルース (1992) + Reporter Blues (1992) + Reporter Blues (suite) + + + アンドロメダ・ストーリーズ + Andromeda Stories + Στον αστερισμό της Ανδρομέδας + + + ツヨシしっかりしなさい + Tsuyoshi Shikkari Shinasai + Un garçon formidable + أنا وأخواتي + + + 기동전사 건담 더블오 + โมบิลสูทกันดั้ม ดับเบิ้ลโอ + G00 + Gundam 00 + Gundam dobbelt null + Gundam Double O + Gundam Double Oh + Kidou Senshi Gandamu Daburuou + Kidou Senshi Gundam 00 + Mobile Suit Gundam 00 + Mobile Suit Gundam 00 + Mobile Suit Gundam 00 + Mobile Suit Gundam Double O + Ґандам 00 + Подвижен Костюм Гъндам 00 + 机动战士高达00 + 機動戦士ガンダム00 + 機動戰士鋼彈OO + + + Hidari no O`Clock!! + 左のオクロック!! + + + พุกก้า หมวยซ่าจอมซน + 푸카 (2006) + Pucca + Pucca (2006) + Pucca(2006) + + + The Curse of Kazuo Umezu + Umezu Kazuo no Noroi + 楳図かずおの呪い + + + Super Real Mahjong + スーパーリアル麻雀 + + + Onimaru - Senjou ni Kakeru Itsutsu no Seishun + 鬼丸 戦場に駆ける五つの青春 + + + Soriton no Akuma + The Wave of Rage + Ярость волны + ソリトンの悪魔 + + + Circuit Angel: Ketsui no Starting Grid + サーキットエンジェル 決意のスターティング・グリッド + + + Shibuya Honky Tonk + 安部譲二かっとび青春記 渋谷ホンキィトンク + + + Mahjong Hishouden Naki no Ryuu + 麻雀飛翔伝 哭きの竜 + + + バーニング・ビレッジ + Burning Village + + + Money Wars: Nerawareta Waterfront Keikaku + マネーウオーズ 狙われたウォーターフロント計画 + + + エクスパーゼノン + Exper Zenon + + + スカイガールズ (2007) + sgtv + Sky Girls (2007) + Sky Girls TV + Небесні дівчатка + 天翔乙女 + + + Yocchan no Biidama + よっちゃんのビー玉(未) + + + Kim`s Cross + Kim`s Crucifix + Kimu no Juujika + キムの十字架 + + + ロザリオとバンパイア + rosario + Rosario to Vampire + Rosario + Vampire + rtv + rtv1 + R+V + روزاريو + فامباير + روزاريو و مصّاصة دماء + ספרי תפילה + ערפד + Крестик + Вампир + Хрестик + Упир + 十字架与吸血鬼 + + + ef + ef1 + ef - a tale of memories. + Ef - a Tale of Memories. + ef - opowieść o wspomnieniach + ef - prisiminimų pasaka + ef - розповідь про спогади + حكاية من الذكريات + Эф - история воспоминаний + + + よつのは + Four-leaf Clover + Yotsunoha + Четыре листочка + + + Czysty róż + kimikiss + KimiKiss Pure Rouge + キミキス pure rouge + Первый Поцелуй + Твій поцілунок + Твій поцілунок: палкі почуття + 君吻 ~ Pure Rouge + + + Kamen no Maid Guy + knmg + maid guy + Maskeli Hizmetkâr + The Masked Maid Guy + 仮面のメイドガイ + 假面女仆 + + + こはるびより + Indian Summer + koharubiyori + Koharu Biyori + Бабье лето + Золотая осень + Мой любимый робот + Робот Моей Мечты + 小春日和 + 机械女仆 + + + はぴはぴクローバー + Happy Happy Clover + + + 캐릭캐릭 체인지 + しゅごキャラ! + SC! + shuchara + Shugo Chara! + Shugo Kyara + الشخصيات الحارسة ! + 守护甜心 + + + イケナイBOY + Ikenai Boy + + + フリテンくん + Furiten-kun + + + Coccinella + Tentou Mushi no Uta + てんとう虫の歌 + + + スカイヤーズ5 + Skyers 5 + + + Incest Game + Sexual Persuit + Sexual Pursuit + Soukan Yuugi + 相姦遊戯 + + + ドカチン + Dokachin + + + Hito no Kurashi no Hyakuman Nen: Mani Mani March + 人のくらしの百万年 マニ・マニ・マーチ + ひとのくらしの百万年 + + + Kyubi no Kitsune to Tobimaru (Sesshoseki) + 九尾の狐と飛丸(殺生石) + + + Sabu to Ichi Torimono Hikae + 佐武と市 捕物控 + + + オリジナルビデオ + Bad Boys + BAD BOYS + + + m-flo Loves Chara: Love to Live By + m-flo Loves Chara: Love to Live By + + + Miyori no Mori + Miyori`s Forest + Miyori`s Wood + Ліс Мійорі + Миёри и волшебный лес + ミヨリの森 + + + Initial D Battle Stage 2 + 頭文字[イニシャル]D BATTLE STAGE 2 + + + Pink Lady Monogatari: Eikou no Tenshi-tachi + ピンク・レディー物語 栄光の天使たち + + + ツバサ TOKYO REVELATIONS + tsubasa3 + Tsubasa Chronicle Tokyo Revelations + Tsubasa RESERVoir CHRoNiCLE - Objawienie w Tokyo + Tsubasa RESERVoir CHRoNiCLE Tokyo Revelations + Tsubasa Tokyo Revelations + Tsubasa Tokyo Revelations + Tsubasa Tokyo Revelations + TTR + Хроника Крыльев OVA + + + 천년여우 여우비 + โยบิ เทพธิดาจิ้งจอก 5 หาง + Cheonnyeon-yeowoo Yeowoobi + Chonnyonyeouu Yeouubi + Yeouubi, The Five-Tailed Fox + Yobi, The Five Tailed Fox + Девочка-лисичка + + + もやしもん + Moyashimon + Tales of Agriculture + حكايات الزراعة + موياشيمون + Сельскохозяйственные истории + 萌菌物语 + 豆芽小文 + 豆芽纹 + + + Sengoku Bushou Retsuden Bakufuu Douji Hissatsuman + 戦国武将列伝 爆風童子ヒッサツマン + + + Lemon Angel (YJ Ban) + レモンエンジェル(YJ版) + + + 100% + 100% + + + スカイ・クロラ + Égenjárók + Padangių Klajokliai + Sky Crawlers + Sky Crawlers + Sky Crawlers + Sky Crawlers: L`armée du ciel + The Sky Crawlers + The Sky Crawlers - I Cavalieri del Cielo + Небесные Скитальцы + + + ちょいすじ + Choisuji + + + ニューハル&ボンス + New Hal & Bons + NEW HAL&BONS + + + hero tales + Juushin Enbu: Hero Tales + Jyushin Enbu: Hero Tales + التحدي الكبير + 兽神演武 + 獣神演武 - HERO TALES - + + + Anime Tenchou + アニメ店長 + + + major4 + Major 4th Season + major s4 + 棒球大联盟第四季 + メジャー (第4シリーズ) + + + Twinkle Heart: Gingakei made Todokanai + トゥインクルハート 銀河系までとどかない + + + Fukuyama Gekijou Natsu no Himitsu + ふくやま劇場 なつのひみつ + + + 삼총사 타임머신 001 + Les 3 mousquetaires dans le Temps + Maszyna Czasu 001 + Time Machine 001 + Машината на времето + + + 별나라 삼총사 + Die Raumpatrouille + Időlovasok + Kosmiczny Patrol + Les 3 mousquetaires de l`espace + Space of 3 Musketeers + Space Three Musketeers + Тримата звездни мускетари + + + 21 Emon Uchuu e Irasshai! + 21エモン 宇宙へいらっしゃい! + + + Aries: Shinwa no Seizakyuu + アリーズ -神話の星座宮- + + + しあわせのかたち + Shiawase no Katachi + + + Denki Musou Hana + Electric Full Flower Garden + 電気夢想花 + + + Eisai Kyoiku + Study-A-Broad + Study a Broad - Die Talentförderung + 英才狂育 + + + 3 Choume no Tama: Onegai! Momo-chan wo Sagashite!! + 3丁目のタマ おねがい!モモちゃんを捜して!! + + + Haruhi-chan + Melancholia Haruhi Suzumiyi-chan + Suzumiya Haruhi-chan no Yuuutsu + The Melancholy of Haruhi-chan Suzumiya + كآبة هاروهي تشان سوزوميا + 小凉宫春日的忧郁 + 涼宮ハルヒちゃんの憂鬱 + + + Hoshi no Orpheus + Metamorphoses + Orpheus of the Stars + Winds of Change + Звездный Орфей + 星のオルフェウス + + + Shin Shounan Bakusouzoku Arakure Knight + 新・湘南爆走族 荒くれナイト + 新・湘南爆走族 荒くれKNIGHT + + + Nhu Tam Quốc Chí đột kích!! Ryofuko-chan + Ryofuko-chan + Yawaraka Sangokushi Tsukisase!! Ryofuko-chan + やわらか三国志 突き刺せ!! 呂布子ちゃん + + + Bleach Movie 2 + BLEACH The DiamondDust Rebellion Another Hyourinmaru + Bleach The Movie 2: The DiamondDust Rebellion + BLEACH The Movie: The DiamondDust Rebellion Another Hyourinmaru + Gekijouban Bleach: The DiamondDust Rebellion Mouhitotsu no Hyourinmaru + 劇場版 BLEACH The DiamondDust Rebellion もう一つの氷輪丸 + + + バンブーブレード + Bamboo Blade + Bambusová čepeľ + Kiếm tre + להב מבמבוק + Бамбуковий клинок + Бамбуковое лезвие + 竹剑少女 + + + Night Wizard + Night Wizard The Animation + ナイトウィザード The ANIMATION + سحرّة الليل + 暗夜魔法使 + + + Aneki... My Sweet Elder Sister: The Animation + あねき… MY SWEET ELDER SISTER THE ANIMATION + + + Fleshdance + Shimaizuma: Shimaizuma 3 The Animation + 仕舞妻[しまいづま]~姉妹妻3~ The Animation + + + Hentai Express: Lust Train + Inyoku Tokkyuu Zetsurin Ou + The Limited Express Train Of Lust - Matchless King + 淫欲特急ゼツリンオー + + + Futatsu no Kurumi + Two Walnuts + ふたつの胡桃 + + + After... The Animation + After... THE ANIMATION + + + Hitozuma Cosplay Kissa 2: Hitozuma LoveLove - Cosplay OVA + 人妻コスプレ喫茶2~人妻ラブラブ・コスプレOVA~ + + + Houkago 2 The Animation + 放課後2 THE ANIMATION + + + Lupin III: L`elusività della nebbia + Lupin Sansei: Kiri no Elusive + Lupin Sansei Special 19 + Lupin the Third: The Elusive Fog + ルパン三世 霧のエリューシヴ + + + cg2 + Code Geass 2 + Code Geass: Cuộc khởi nghĩa của Lelouch R2 + Code Geass Hangyaku no Lelouch R2 + Code Geass: Lelouch of the Rebellion R2 + Code Geass: Lelouch`un Başkaldırısı R2 + Code Geass R2 + geass2 + Kodas Geass: Leloušio sukilimas R2 + R2 + โค้ด กีอัส ภาคการปฏิวัติของลูลูช R2 + 코드기어스 반역의 를르슈 R2 + Код Гиас: Восставший Лелуш R2 + コードギアス 反逆のルルーシュ R2 + 叛逆的鲁鲁修 R2 + + + ないしょのつぼみ + Naisho no Tsubomi + Tsubomis Geheimnis + Секрети Цубомі + 秘密的花蕾 + + + Mahou no Star Magical Emi Semishigure + 魔法のスター マジカルエミ 蝉時雨 + 魔法のスターマジカルエミ 蝉時雨 + + + The 5 Killers + The Five Killers + The Five Killers + الخمس قتلة + + + A day of Chameko + Chameko no Ichinichi + 茶目子の一日 + + + プライム・ローズ + A Time Slip of 10000 years: Prime Rose + Prime Rose + Time Slip Ichimannen Prime Rose + タイムスリップ10000年 プライム・ローズ + + + BD + Blue Drop + Blue Drop: Tenshi-tachi no Gikyoku + BLUE DROP ~ 天使们的戏曲 + BLUE DROP ~天使達の戯曲~ + Синяя капля: Драма ангелов + + + Saru to Kani no Gassen + 猿と蟹(サルとカニの合戦) + + + Hanasaka Jijii + 花咲爺 + + + Momotarou + 桃太郎 + + + Tarou no Banpei Senkoutei no Maki + 太郎の番兵 潜航艇の巻 + + + Osu!! Karate Bu + 押忍!!空手部 + + + Notari Matsutarou + のたり松太郎 + + + Gekijouban Aquarion + 劇場版アクエリオン + + + .hack//G.U. Returner + + + Hiroshima ni Ichiban Densha ga Hashitta + ヒロシマに一番電車が走った + + + Câu chuyện của chú chuột: Cuộc phiêu lưu của George và Gerald + Nezumi Monogatari: George to Gerald no Bouken + ねずみ物語 ジョージとジェラルドの冒険 + + + メイプルストーリー + MapleStory + + + Aktar ve Kurt + Kurt ve Baharat + Ookami to Koushinryou + SaW + Spice and Wolf + spice&wolf + spice+wolf + Spicy Wolf + SW + Vilkė ir Prieskoniai + Wilk i Przyprawa + Wolf and Spice + תבלין וזאב + Вовчиця та спеції + Волчица и пряности + 狼与香辛料 + 狼と香辛料 + + + Sangokushi Daiichibu Eiyuu-tachi no Yoake + 三国志 第一部 英雄たちの夜明け + + + Sangokushi Daisanbu Harukanaru Taichi + 三国志 第三部 遥かなる大地 + + + Gamba no Bouken + مغامرات جامبا + ガンバの冒険 + + + Suteki Tantei Labyrinth + Wonderful Detective Labyrinth + Удивительный детектив Лабиринт + 素敵探偵ラビリンス + 美型侦探Labyrinth + + + 마크로스 프론티어 + マクロスF + マクロスFRONTIER + macF + Macross F + Macross Frontier + Macross Frontier Deculture Edition + Macross Frontier Yakku Deculture Edition + Макрос F + Макросс F + Макросс Фронтир + + + Majin Tantei Nougami Neuro + Neuro + Neuro le mange-mystères + المحقق الشرير نوغامي نيورو + 魔人侦探食脑奈罗 + 魔人探偵 脳噛ネウロ + + + GSG2 + Gunslinger Girl - IL TEATRINO + Gunslinger Girl: Il Teatrino + Gunslinger Girl: Il Teatrino + ガンスリンガー ガール -IL TEATRINO- + Школа убийц: Театр марионеток + 枪姬2 + + + capo 2 + dc2 + D.C. II: Da Capo II + D.C.II ~ダ・カーポII~ + Сначала (сезон третий) + 初音岛II + + + マジカルもえ + Magicalもえ + Magical Moe + + + 아리아 디 오리지네이션 + aria4 + ARIA The ORIGINATION + Aria the Origination + Aria the Origination + Aria the Origination + 水星领航员 第3季 ~ The ORIGINATION + + + Aa! Megami-sama! Tatakau Tsubasa + AA! Nữ thần của tôi: Đôi cánh chiến đấu + Ah! My Goddess: Fighting Wings + ああっ女神さまっ 闘う翼 + 我的女神 战斗之翼 + + + Gyakkyou Burai Kaiji: Ultimate Survivor + kaiji + [manga] Tobaku Mokushiroku Kaiji + [manga] 賭博破戒録カイジ + كايجي + Кайджи + Кайдзи + 赌博默示录 + 逆境無頼カイジ Ultimate Survivor + + + Sôcôla cẩm thạch Tokyo + TMC + Tokyo Marble Chocolate + Tokyo Marble Chocolate + Tokyo Marble Chocolate + Токийский мраморный шоколад + Токійський мармуровий шоколад + 東京マーブルチョコレート + + + Mai-Otome 0: S.ifr + My-Otome 0:Sifr + Otome0 + Otome 0 + 舞-乙HiME 0 ~S.ifr~ + + + Doraemon Movie 2007 + Doraemon: Nobita no Shin Makai Daibouken - Shichinin no Mahou Tsukai + Doraemon: Nobita`s New Adventure into the Dark World - The seven messengers of magic + ドラえもん のび太の新魔界大冒険~7人の魔法使い~ + + + しましまとらのしまじろう + Shima Shima Tora no Shimajirou + + + Kagaku Ninja-Tai Gatchaman (1978) + 科学忍者隊 ガッチャマン (1978) + + + マイセルフ;ユアセルフ + m;y + Myself Yourself + Myself; Yourself + Myself; Yourself + myyour + Я; ти + Я; Ты + + + トトイ + Tottoi + Tottoi + + + チックンタックン + Chikkun Takkun + + + Detective Conan OVA 7 + Meitantei Conan: Agasa-sensei no Chousenjou! Agasa vs Conan & Shounen Tanteidan + Meitantei Conan: Dr. Agasa`s Challenge - Agasa Vs Conan & Detective Boys + 名探偵コナン 阿笠からの挑戦状!阿笠vsコナン&少年探偵団 + + + アヤカシ + Ayakashi + + + Blame! Prologue + Blame! Prologue + + + Oshiete Re: Maid + おしえてRe:メイド + + + Debt Sisters + Shakkin Shimai + 借金姉妹 + + + Ikoku Irokoi Romantan + The Romantic Tale of a Foreign Love Affair + Tình yêu lãng mạn ngoại quốc + 異国色恋浪漫譚 + + + Haruka Naru Toki no Naka de 3: Kurenai no Tsuki + In a Distant Time 3: Crimson Moon + Vùng đất xa xăm 3: Trăng Đỏ + 遙かなる時空の中で3 紅の月 + + + Gakkou no Kowai Uwasa: Hanako-san ga Kita!! + 学校のコワイうわさ 花子さんがきた!! + + + kkmr + Kyo Kara Maoh! R + Kyou Kara Maoh! R + Kyou Kara Maou! R + Отныне Мао, король демонов! (2 сезон) + 今日からマ王!R + + + Amuri + Amuri giữa đại dương tinh tú + Amuri in Star Ocean + Hoshi no Umi no Amuri + Амури в Океане звезд + 星の海のアムリ + + + dot hack gu trilogy + gu trilogy + .hack//G.U. Trilogy + .hack//G.U. Trilogy + .hack//G.U. Trilogy + .hack//G.U. Trilogy + + + Ichigo Ichie Koibana Tomobana + 一期一会 恋バナ友バナ + + + Humiliated Wives + Jokutsuma + 辱妻 + + + In Warau Kangofu The Animation + Laughing Nurse + Lustful Laughing Nurse + Warau Kangofu The Animation + 淫笑う(わらう)看護婦 THE ANIMATION + 淫笑う看護婦 THE ANIMATION + + + Yamahime no Jitsu + Yama Hime no Mi + 山姫の実 + + + Special Hospital Ward + Tokubetsu Byoutou + 特別病棟 + + + kgne2 + KGNE OVA + Kimi ga Nozomu Eien: Next Season + Kiminozo OVA + Ước mơ vĩnh cửu + Бажана тобою вічність ~Наступний сезон~ + Беспокойные сердца OVA + 君が望む永遠 ~Next Season~ + + + Oodeo Shijyuuhatte + Ooedo Forty Eight + Ooedo Shijuu Hachite + Ooedo Shijuuhatte + 大江戸四十八手[ふぉうてぃえいと] + + + Kosuke and Rikimaru: Dragon of Konpei Island + Kosuke-sama Rikimaru-sama: Konpeitou no Ryuu + 小助さま力丸さま-コンペイ島の竜- + + + Magami Tantei - Venus File + Shin Ban Megami Tantei Vinus File + The Venus Files + Venus-File + 真版女神探偵 VINUS FILE + + + Ookami Shounen Ken (1963) + 狼少年ケン (1963) + + + Ookami Shounen Ken: Arabia no Kaijin - Ma no Iwa no Kettou + 狼少年ケン アラビアの怪人 魔の岩の決闘 + + + Fairy Florence + Yousei Florence + 妖精フローレンス + + + Tamala 2010 + Tamala 2010 + + + Kaitei Shounen Marine + 海底少年マリン + + + Roppo Yabure-kun + 六法やぶれクン + + + Bakuhatsu Gorou + ばくはつ五郎 + + + Animentary Ketsudan + アニメンタリー・決断 + + + Tensai Bakabon + 天才バカボン + + + Mittsu no Hanashi + Three Tales + 新しい動画 3つのはなし + + + Osomatsu-kun (1966) + おそ松くん (1966) + + + Wonder-kun no Hatsu Yume Uchuu Ryokou + ワンダーくんの初夢宇宙旅行 + ワンダー君の初夢宇宙旅行 + + + Itazura Tenshi Chippo-chan + いたずら天使チッポちゃん + + + モンシェリCOCO + Mon Cheri CoCo + + + Ryuuichi Manga Gekijou Onbu Obake + 隆一まんが劇場 おんぶおばけ + + + Karate Baka Ichidai + 空手バカ一代 + + + ダメおやじ + Dame Oyaji + + + Ganso Tensai Bakabon + 元祖天才バカボン + + + あずきちゃん (1995) + Azuki-chan (1995) + + + At Last! Turtle Detective Agency + Yattokame Tanteidan + やっとかめ探偵団 + + + 1001 Nights + 1001 Nights + 1001 Nights~ワン・サウザンド・ワン・ナイツ~ + A Thousand and One Nights + One Thousand and One Arabian Nights + Yoshitaka Amano: 1001 Nights + ألف ليلة وليلة + Тысяча и одна ночь Ёситаки Амано + + + druaga + Druaga Kulesi: URUK`un Kalkanı + Druaga no Tou: the Aegis of Uruk + The Tower of Druaga: The Aegis of Uruk + ドルアーガの塔 ~the Aegis of URUK~ + 龙之塔 + + + おしん + Oshin + + + H20 ~沙滩上的足迹~ + H2O + H2O ~FOOTPRINTS IN THE SAND~ + H2O: Footprints in the Sand + H2O - Lábnyomok a Homokban + H2O ~Ślady stóp na piasku~ + H2O - Stopy v piesku + H2O: Следы на песке + آثار خطوات على الرمال + + + Chibi Maruko-chan : Watashi no Suki na Uta + ちびまる子ちゃん わたしの好きな歌 + + + みなみけ~おかわり~ + 미나미가 2기 + minamike2 + Minami-ke Okawari + Minamike Okawari + mke2 + okawari + Семейка Минами - Добавка + 南家三姐妹 -再来一碗- + 南家三姐妹 第2季 + + + 수호요정 미셸 + Guardian Fairy Michel + Michel + Michel + Michel - The Little Guardian + + + Hana no Kakarichou + 花の係長 + + + Little Lulu to Chicchai Nakama + لولو الصغيرة + リトル・ルルとちっちゃい仲間 + + + Shin Kyojin no Hoshi + Tommy la stella dei Giants + 新巨人の星 + + + Fuusen Shoujo Temple-chan + ياسمينا + 風船少女テンプルちゃん + + + Manga Nihon Emaki + まんが日本絵巻 + + + Tobidase! Machine Hiryuu + とびだせ!マシーン飛竜 + + + ヤッターマン + Yattaman 2 + Yattaman Remake + Yatterman 2 + Yatterman (2008) + Yatterman Remake + رحلة العجائب - النسخة الجديدة + + + Gekijouban Rokumon Tengai Monkore Knight: Densetsu no Firedragon + 劇場版六門天外モンコレナイト 伝説のファイアドラゴン + + + Ryuusei no Rockman Tribe + 流星のロックマン トライブ + + + デュエル・マスターズ ゼロ + Duel Masters Zero + + + サルゲッチュ ~オンエアー~ 2nd + Saru Getchu ~On Air~ 2nd + Sarugetchu: On Air 2nd + + + Shin Seiki Duel Masters Flash + 新星騎デュエル・マスターズ フラッシュ + + + 므네모시네의 딸들 + Mnemosyne + Mnemosyne + Mnemosyne: Mnemosyne no Musume-tachi + Mnemosyne -ムネモシュネの娘たち- + RIN ~Daughters of Mnemosyne~ + Дочери Мнемозины + Мнемосуне + 記憶女神 + 记忆女神的女儿们 + + + 블라스레이터 + ブラスレイター + Blassreiter + + + Junjou Romantica + Junjou Romantica 1 + رومانسية فقط + 純情ロマンチカ + 纯情罗曼史 + + + Bezsensowna gra + Dazzle + Hatenkou Yuugi + HateYuu + Unprecedented Game + لعبة بلا سوابق + 破天荒游戏 + 破天荒遊戯 + + + あまつき + Amatsuki + Аматсуки + Амацуки + 雨夜之月 + 雨月 + + + 쿠레나이 + Kurenai + Kurenai + Куренай + Куренай + + 홍(紅) + + + + School Days ~マジカルハート☆こころちゃん~ + School Days: Magical Heart Kokoro-chan + + + ゼロ デュエル・マスターズ + Zero Duel Masters + + + RD + RD 잠뇌조사실 + RD Sennou Chousashitsu + RD 潜脑调查室 + Real Drive + Real Drive + RD 潜脳調査室 + + + The Siamese: First Mission + シャム猫/ファーストミッション + + + Milf Mansion + Yakata Jukujo + 館熟女 + + + Soukou Kijo Iris + 装甲騎女イリス + + + Grope: Little Birds in the Darkness + Grope: Yami no Naka no Kotori-tachi + Grope ~闇の中の小鳥たち~ + + + リゾートBOIN + Resort Boin + + + ペルソナ トリニティ・ソウル + persona + PERSONA -trinity soul- + Persona -trinity soul- + Persona trinity soul + Persona: Trinity Soul + Персона: Душа троицы + 女神异闻录 -圣洁之魂- + + + Musashi no Ken + The Sword of Musashi + 六三四の剣 + + + Bus Gamer + Bus Gamer + Otobüs Oyuncusu + + + それいけ!アンパンマン + それいけ!アンパンマン + Soreike! Anpanman + الرغيف العجيب + Ο Ψωμάνθρωπος + + + シゴフミ + シゴフミ ~Stories of Last Letter~ + Shigofumi + Shigofumi: Letters from the Departed + Stories of Last Letter + Сигофуми + Сигофуми: Письма с того света + Шигофуми + Шіґофумі + 亡者之信 + 死后文 + + + アマダアニメシリーズ スーパーマリオブラザーズ + Amada Anime Series: Super Mario Brothers + + + Porfy + Porfy no Nagai Tabi + Porfy`s Long Journey + رحلة بورفي الطويلة + 西米特拉的孤儿 ~ 波菲拉斯的漫长旅程 + ポルフィの長い旅 + + + Watt Poe + Watt Poe to Bokura no Ohanashi + ワット・ボーとぼくらのお話 + + + Kindaichi Shounen no Jikenbo Special + 金田一少年の事件簿SP + + + Oinari + Oinarisama + Oinari-sama + Our Home`s Fox Deity + Wagaya no Oinara-sama + Wagaya no Oinari-sama + Инари в нашем доме + Інарі нашого дому + 我家有个狐仙大人 + 我が家のお稲荷さま。 + + + 도서관전쟁 + Library War + Library Wars + libwar + Toshokan Sensou + Библиотечная война + Бібліотечна війна + 図書館戦争 + 图书馆战争 + + + Sisters of Wellber Zwei + wellber2 + Wellber no Monogatari: Sisters of Wellber Dai ni Maku + 威尔贝露物语 第2季 + ウエルベールの物語 ~Sisters of Wellber~ 第二幕 + + + ロボタン (1986) + Robotan (1986) + روبوتان + + + Life no Color + LIFE NO COLOR + + + Seishun Fuufu Monogatari Koiko no Mainichi + 青春夫婦物語 恋子の毎日 + + + ついでにとんちんかん + Tsuide ni Tonchinkan + Tsuideni Tonchinkan + + + アリソンとリリア + Allison a Lillia + Allison a Lillia + Allison and Lillia + Allison İle Lillia + Allison & Lillia + Allison och Lillia + Allison to Lillia + AltoLi + Алисон и Лилия + Алисън и Лилия + Аллисон и Лилия + 艾莉森与莉莉亚 + + + xxxholic2 + xxxHOLiC Kei + xxxHOLiC: Kei + XXXHolic: Kei + xxxHOLiC - sezon 2 + xxxHOLiC◆継 + xxxHOLIC*继 + хххГолік - продовження + + + ひだまりスケッチ×365 + Hidamari Sketch X 365 + 向阳素描×365 + + + Yes! Precure 5: Kagami no Kuni no Miracle Daibouken! + Yes! Precure 5: The great miracle adventure in the country of mirrors + Yes!プリキュア5 鏡の国のミラクル大冒険! + + + Candy Boy + Candy boy -Nonchalant talk of the certain twin sisters in daily life- + Candy Boy: Nonchalant Talk of the Certain Twin Sisters in Daily Life + Cukroušek + Draga Mea + Кэнди-Бой + Сладкая парочка + Солодка☆парочка + + + かのこん + Kanokon + Kanokon - The Girl Who Cried Fox + كانوكون + Канокон + Канокон + 我的狐仙女友 + + + 속・안녕 절망선생 + Goodbye Teacher Despair Extreme + So Long Mr. Despair Extreme + szs2 + Zoku Sayonara Zetsubou Sensei + zszs + Прощай, безрадостный сенсей II: Финиш + 俗・さよなら絶望先生 + 绝望老师 第2季 ~俗 + + + ケメコデラックス! + kdx! + Kemeko Deluxe! + Kemeko-DX + The Unknown Girl Friend + 钢铁新娘 + + + Shina Dark: King of Dark Moon and Blue Moon`s Princess + Shina Dark: King of Dark Moon and Princess of Blue Moon + Shina Dark: Kuroki Tsuki no Ou to Souheki no Tsuki no Himegimi + シャイナ・ダルク ~黒き月の王と蒼碧の月の姫君~ + + + Family Frenzy Diary + Frenzied Family Diary + kkn + kyouran + Kyouran Kazoku Nikki + Дневник сумасшедшей семейки + 狂乱家族日記 + 狂乱家族日记 + + + Haruka Nogizaka`s Secret + Le secret de Haruka Nogizaka + NHnH + nogizaka + Nogizaka Haruka no Himitsu + Sekret Haruki Nogizaki + Секрет Харуки Ногизаки + Секрет Харуки Ноґізаки + 乃木坂春香的秘密 + 乃木坂春香の秘密 + + + Takane no Jitensha + Takane`s Bicycle + دراجة تاكاني + Велосипед Таканэ + タカネの自転車 + + + Kaitou Tenshi Twin Angel + 快盗天使ツインエンジェル + + + S・A ~スペシャル・エー~ + S.A Special A-Class + S・A 特优生 + Special A + Special A + + + モノクローム・ファクター + Monochrome Factor + monofac + Vienspalvis Faktorius + أحادي اللون + Монохромный Фактор + 幻影少年 + + + Vampire Kishi + Vampire Knight + Vampire Knight + Vampire Knight + Vampire Knight + vampire knight 1 + vk + vk1 + فارس مصاص الدماء + Рицар Вампир + Рыцарь вампир + 吸血鬼骑士 + ヴァンパイア騎士 + + + 디트로이트 메탈 씨티 + デトロイト・メタル・シティ + demc + demeci + Detroitas, Metalo Miestas + Detroit Metal City + Детройт, город металла + + + A Piece of Phantasmagoria + + + OVA トゥハート2 ad + To Heart 2 ad + + + Yes!プリキュア5 GoGo! + Yes! Precure 5 Go Go! + + + Harukoi Otome + 春恋*乙女 + + + もえがく★5 + Moegaku 5 + + + ティアーズ・トゥ・ティアラ + Tears to Tiara + TtT + 提亚拉之泪 + 泪染三重冠 + + + Alignment You! You! The Animation + あらいめんとゆーゆー THE ANIMATION + + + A Connectiv System + Method of Coupling + Renketsu Houshiki + 連結方式 + + + ソウルイーター + Bohové smrti + SE + setv + Sielų Rijikas + Soul Eater + Soul Eater + Soul Eater + Soul Eater + Soul Eater + Soul Eater - Lélekfalók + Soul Eater - Secera Mortii + آكل الأرواح + سول ايتر + אוכל הנשמות + Гълтач на Души + Пожиратель Душ + 噬魂师 + + + แบทแมน: อัศวินแห่งก็อตแธม + バットマン ゴッサムナイト + Batman + Batman: Gotham Knight + Batman: Gotham Knight + Batman: Gotham Knight + Batman: Gotham Lovagja + Batman: Gotham Şövalyesi + Batman: Rycerz Gotham + Бэтмен: Рыцарь Готэма + + + Nana Toshi Monogatari + 七都市物語 ~北極海戦線~ + + + Graveyard Kitarou + Hakaba Kitarou + 墓场鬼太郎 + 墓場鬼太郎 + + + ネオアンジェリーク Abyss + NAA + Neo Angelique Abyss + + + のらみみ + Noramimi + 野咪咪 + + + とらぶる + tlr + To LOVEる + To Love-Ru + To-Love-Ru + To LOVE Ru - Trouble + Toraburu + Trouble + Любовный переполох + Любовь и прочие неприятности + + + Ikusa Otome Suvia + 戦乙女スヴィア + + + knl + Kurogane no Linebarrels + linebarrels + Linebarrels of Iron + لاين بارِل الحديدي + Стальной Лайнбарель + 武装机甲 + 鉄のラインバレル + + + Nabari + Nabari + nabari + Nabari no Ou + Nabari no Ou + nno + The King of Nabari + Владыка скрытого мира + 隐王 + 隠の王 + + + Le recueil des faits improbables de Ryoko Yakushiji + ryoko + Ryoko`s Case File + Yakushiji + Yakushiji Ryoko + Yakushiji Ryoko no Kaiki Jikenbo + Yakushiji Ryoko`nun Gizli Dosyaları + Yakushiji Ryoko`s Strange Case Files + Yakushiji Ryouko no Kaiki Jikenbo + Дивні пригоди Якушіджі Рьооко + Рёко Якусидзи и загадочные преступления + 药师寺凉子的奇怪事件簿 + 薬師寺涼子の怪奇事件簿 + + + Rance: Sabaku no Guardian + Rance: The Desert Guardian + ランス ~砂漠のガーディアン~ + + + higu3 + higurashi3 + Higurashi no Naku Koro ni Rei + HiguRei + hnnknr + When They Cry - Higurashi 3 + Когда плачут цикады 3 + 寒蝉鸣泣之时 礼 + ひぐらしのなく頃に礼 + + + Familiar of Zero: Roundelay of the Princess + zero3 + Zero no Tsukaima 3rd series + Zero no Tsukaima: Princess no Rondo + ZnT3 + ZnT 3 + ゼロの使い魔~三美姫の輪舞~ + ゼロの使い魔~三美姫(プリンセッセ)の輪舞(ロンド)~ + 零之使魔~三美姫的轮舞~ + + + Ai no Katachi: Ecchi na Onna no ko wa Kirai... Desuka? + 愛のカタチ ~エッチな女のコは嫌い…ですか?~ + + + Himekishi Angelica The Animation + 姫騎士アンジェリカ THE ANIMATION + + + Shitsurakuen + Sinners Paradise + 失楽園 + + + ぷるるんっ!しずくちゃんあはっ☆ + Pururun! Shizuku-chan Aha + + + dc2 s2 + D.C.II S.S.: Da Capo II Second Season + D.C.II S.S. ~ダ・カーポII セカンドシーズン~ + 初音岛2 第2季 + + + ran + Telepathy Girl Ran + Telepathy Shoujo Ran + The Telepathy Girl Ran + テレパシー少女 蘭 + + + Macademi Wasshoi! + Magician`s Academy + まかでみWAっしょい! + 魔法学园MA + + + Toushou Daimos (1979) + 闘将ダイモス 1979 + + + himitsu + Himitsu: The Revelation + Top Secret ~The Revelation~ + Таємниця: Откровення + 秘密 + 秘密: The Revelation + + + Harenchi Koumon Manyuuki + ハレンチ紅門マン遊記 + + + Heisei Harenchi Gakuen + Modern-Era Shameless School + 平成ハレンチ学園 + + + Die Herausforderung + Freeloader`s Paradise + Heaven of Hanger on + Isourou Tengoku + 居候天国 + + + Os Cavaleiros do Zodíaco - Hades: A Saga dos Campos Elíseos + Saint Seiya: Meiou Hades Elysion-hen + Saint Seiya: The Hades Chapter - Elysion + 圣斗士星矢 冥王哈迪斯之冥界篇后章 极乐净土篇 + 聖闘士星矢 冥王ハーデス エリシオン編 + + + 20faces + Chiko + CHIKO, Heiress of the Phantom Thief + Daughter of 20-Faces + dotf + Nijuu-Mensou no Musume + The Daughter of Twenty Faces + وريثة ذو العشرين وجها + Дочь Двадцатиликого + 二十面相の娘 + 二十面相少女 + + + カイバ + Kaiba + Каіба + Кайба + + + Zettai Karen Children + zkc + Восхитительные дети + 絶対可憐チルドレン + 绝对可怜Children + 绝对可怜少女 + + + キレパパ + Kirepapa + Красив баща + + + Dracula + Dracula + Dracula: Sovereign of the Damned + Yami no Teiou: Kyuuketsuki Dracula + 闇の帝王 吸血鬼ドラキュラ + + + ink + itakiss + Itazura na Kiss + イタズラなKiss + Mischievious Kiss + Yaramaz Öpücük + قبلة المؤذية + Озорной поцелуй + Шаловливый поцелуй + 恶作剧之吻 + + + Blade - A Lâmina do Imortal + Blade of the Immortal + BotI + L`immortale + Miecz Nieśmiertelnego + Mugen no Juunin + Nemirtingojo Kardas + Ölümsüzün Kılıcı + Ostří Nesmrtelného + نصل الأبدية + Клинок Бессмертного + 無限之住人 + 無限の住人 + + + Frankenstein + Frankensteins monster + Kyoufu Densetsu - Kaiki! Frankenstein + 恐怖伝説 怪奇!フランケンシュタイン + + + Sparkling Red Star + 闪闪的红星 + + + School Days: Valentine Days + School Days<Valentine Days> + School Days: Walentynki + Szkolne dni: Walentynki + + + One Piece: Episode of Chopper Plus - Bloom in the Winter, Miracle Sakura + One Piece: Episode of Chopper Plus - Fuyu ni Saku, Kiseki no Sakura + One Piece Movie 9 + ONE PIECE(ワンピース) エピソードオブチョッパー+冬に咲く、奇跡の桜 + + + Ramayana + Ramayana - Rama Ouji Densetsu + Ramayana: The Legend of Prince Rama + The Prince of Light + ラーマヤーナ ラーマ王子伝説 + + + La Vierge Marie Vous Regarde - 4th season + Maria-sama ga Miteru 4th + Maria Watches Over Us 4th + marimite4 + 圣母在上 第四季 + マリア様がみてる 4thシーズン + + + マーズ + Mars + + + Lupin III - Green vs Red + Lupin Sansei: Green vs Red + ルパン三世 GREEN vs RED + + + Bouken Shitemoii Goro + 冒険してもいい頃 + + + Mi Profesor Particular + My Private Tutor + You Bishoujo Miruku-chan + 幼●美少女みるくちゃん + + + Heisei Jogakuen Kagai Lesson + School Girl Special Lesson + 平成女学園 課外レッスン + + + ペロペロキャンデー + Pero Pero Candy + + + Prima Donna Mai + プリマドンナ舞 + + + Kodai Ouja Kyouryuu King D-Kids Adventure Yokuryuu Densetsu + 古代王者 恐竜キング Dキッズ・アドベンチャー 翼竜伝説 + + + まじかるハット + Majikaru Hatto + + + Future Boy Conan Movie + Mirai Shounen Conan (1979) + 未来少年コナン (1979) + + + おらぁグズラだど (1987) + Gozura + Oraa Guzura Dado (1987) + جازورا + + + Kafun Shoujo Chuuihou! - The Animation + The Pollinic Girls Attack! ~The Animation~ + Атака девушек! + 花粉少女注意報!~THE ANIMATION~ + + + フェアリーフォレスト レミちゃん + El Hada del Bosque + Fairy Forest Remi-chan + Fairy in the Forest + + + かんなぎ + Kannagi + Kannagi: Crazy Shrine Maidens + 神薙 + + + Birdy + birdy decode + Birdy the Mighty Decode + tbd + Tetsuwan Birdy Decode + Tetsuwan Birdy Decode 1 + Могучая Берди: Расшифровка + 鉄腕バーディー DECODE + 铁腕女刑警DECODE + + + クリスタル ブレイズ + Crystal Blaze + Glass Maiden + Kryształowy blask + Блеск Стекла + Кришталеве сяйво + 水晶之炎 + + + Houkago 2: Saiyuri + 放課後2 ~紗由理~ + + + Ryoujoku Guerrilla Kari 3 + 凌辱ゲリラ狩り3 + + + 12 Female Teachers + Dirty by the Dozen + Juuni-nin no Onna Kyoushi + 十二人の女教師 + + + Nakedyouth + Naked Youth + + + ジュリエット + Das Erbe + Juliet + + + こねこのスタジオ + Koneko no Studio + + + ねずみのよめいり + Nezumi no Yomeiri + + + もぐらのモトロ + Mogura no Motoro + + + Binetsu Hime: Zange no Shou + 奴隷人形~快楽を追求する獣たち~ (2) + 微熱姫 懺悔の章 + + + yugioh5d + Yu-Gi-Oh! 5 Dragons + Yu-Gi-Oh! 5D`s + Yugioh 5D`s + Yu-Gi-Oh! 5 Duel Scoop + Yuu Gi Ou 5D`s + يوغي أوه! التنانين الخمس + يوغي أوه! مبارزة السحب الخمس + יו-גי-הו: המימד החמישי + 遊☆戯☆王 5D`s + 遊戯王5D`s + + + Ginga Tansa 2100 Toshi: Border Planet + 銀河探査2100年 ボーダープラネット + + + School Rumble 3 + School Rumble San Gakki + School Rumble: Third Term + SR3 + sukuran3 + sukuran 3 + Школьный Переполох: Третий Триместр + スクールランブル三学期 + + + ゴルゴ13 + Giolginas 13 + Golgo + Golgo 13 + Golgo tv + غولغو 13 + Ґолґо 13 + + + コアラボーイコッキィ + Adventures of the Little Koala + Koalabärchens Streifzüge + Koala Boy Kocky + La famille koala + Las Aventuras de Memo Koala + Les aventures du petit koala + كوالا + Οι Περιπέτειες του Μικρού Κοάλα + + + igg + ikki3 + Ikkitousen 3 + Ikki Tousen - Great Guardians + Ikkitousen: Great Guardians + 一騎当千 Great Guardians + + + Prince of Tennis - National Championship Chapter - Final + Tennis no Ouji-sama: Zenkoku Taikai hen - Final + أمير التنس - جزء بطولة العالم - نهائي + テニスの王子様 Original Video Animation 全国大会編 Final + + + The Idolmaster: Live for You! + THE iDOLM@STER Live For You! + + + Catman Series 3 + + + Mashin Eiyuuden Wataru: Owarinaki Toki no Monogatari + Mashin Eiyuuden Wataru - The Never-Ending Tale of Time + 魔神英雄伝ワタル 終わりなき時の物語 + + + Kappa no Sanpei + カッパの三平 + + + Border + Meisou-Ou Border + 迷走王 ボーダー + + + In`youchuu Shoku: Ryoushokujima Taimaroku + 淫妖蟲・蝕 ~凌触島退魔録~ + + + かんからさんしん + Kankara Sanshin + + + Kiki to Lala no Aoi Tori + キキとララの青い鳥 + + + Gekijouban Pocket Monsters Diamond & Pearl: Giratina to Sora no Hanataba Shaymin + Pocket Monsters Diamond & Pearl: Giratina and the Sky`s Bouquet + Pokemon: Giratina and the Sky Warrior + Pokémon – Giratina És Az Égi Harcos + Pokémon: Giratina i strażnik nieba + Pokemon: Giratina & the Sky Warrior + Pokémon: Giratina und der Himmelsritter + Pokemon: Movie 11 + Покемон: Джиратина и Небесният Воин + 劇場版 ポケットモンスター ダイヤモンド&パール ギラティナと氷空の花束 シェイミ + + + Net Ghost Pipopa + pipopa + ネットゴーストPIPOPA + + + Gyagu Manga Biyori 3 + Masuda Kousuke Gekijou Gag Manga Biyori 3 + 増田こうすけ劇場 ギャグマンガ日和3 + + + Jean Valjean Monogatari + Les misérables + ジャン・バルジャン物語 + + + Chounouryoku Shoujo Barabanba + 超能力少女バラバンバ + + + ミチコとハッチン + Michiko and Hatchin + Michiko e Hatchin + Michiko e Hatchin + Michiko e Hatchin + Michiko & Hatchin + Michiko & Hatchin + Michiko İle Hatchin + Michiko to Hatchin + Mičiko ir Hana + mitoha + mth + ميجيكو و هاتجين + Мичико и Хатчин + 道子与哈金 + + + Gekijouban Tengen Toppa Gurren Lagann: Gurren-hen + Gurren-Lagann Movie: Gurren Arc + ttgl movie + 劇場版 天元突破グレンラガン 紅蓮篇 + + + セキレイ + Sekirei + Sekirei + Перышко + 鹡鴒计划 + 鹦鹉 + + + Natsume + Natsume`s Friend Book + Natsume Yuujinchou + Quyển sổ người bạn + ناتسومي و كتاب الأصدقاء + Το "βιβλίο των φίλων" του Νατσούμε + Тетрадь дружбы Нацумэ + 夏目友人帐 + 夏目友人帳 + + + Momotarou Densetsu + 桃太郎伝説 + + + Isewan Taifu Monogatari + 伊勢湾台風物語 + + + GO! Wrestler Gundan + GO!レスラー軍団 + + + がきデカ + Gaki Deka + + + Automodelli - Mini 4WD + Dash! Yonkuro + السباق الكبير + ダッシュ!四駆郎 + + + ビートショット!! + Beat Shot + + + Shin Mashin Eiyuuden Wataru Majinzan + 真魔神英雄伝ワタル 魔神山編 + + + My Melody no Akazukin + マイメロディの赤ずきん + + + Penguin Girl + Penguin Girl Heart + Penguin Musume Heart + penmusu + PMH + ペンギン娘♥はぁと + + + チーズスイートホーム + Chi + Chi`s Sweet Home + Słodki domek Chi + منزل تشي السعيد + ביתה המתוק של צ`י + Милый дом Ти + Милый дом Чи + 甜甜起司猫 + + + Hokuto no Ken Raou Gaiden Ten no Haou + La légende de Raoh + Legends of the Dark Kings: A Fist of the North Star Story + raoh + The Conquering King of the Heavens: Fist of the North Star Raoh`s Story + 北斗の拳 ラオウ外伝 天の覇王 + + + うちの3姉妹 + Our house`s three sisters + Uchi no 3 Shimai + Uchi no San Shimai + + + スパイラル・オーヴァ + Spiral Over + Spiral Over + + + おねがい!サミアどん + Onegai! Samia Don Movie + + + サンタクロースつかまえた! + Santa Claus Tsukamaeta + + + Sensuikan ni Koi wo Shita Kujira no Hanashi + せんすい艦に恋をしたクジラの話 + + + Shougeki Shinsengumi + 笑劇 新選組 + + + Soreike! Anpanman: Kira Kira Boshi no Namida + それいけ!アンパンマン キラキラ星の涙 + + + Utsu no Miko + 宇宙皇子 + + + Yankee Reppu Tai + ヤンキー烈風隊 + + + kkm3 + Kyo Kara Maoh! - 3rd Series + Kyou Kara Maoh! - 3rd Series + Kyou Kara Maou! - 3rd Series + Отныне Мао, король демонов! (3 сезон) + 今日からマ王!第3シリーズ + 今日起是魔王!第三季 + + + Genki Bakuhatsu Ganbarugar + 元気爆発ガンバルガー + + + ぜんまいざむらい + Zenmai Zamurai + + + スレイヤーズ REVOLUTION + Slayers Revolution + Slayers Revolution + Slay Rev + Рубаки Revolution + 秀逗魔导士REVOLUTION + + + Phantom Yuusha Densetsu + ファントム勇者伝説 + + + Shin Reyon Densetsu: Mou Hitori no Flair + 新リヨン伝説 もう一人のフレア + + + Mahou NnS + Mahou Tsukai ni Taisetsu na Koto: Natsu no Sora + Mahoutsukai ni Taisetsu na Koto: Natsu no Sora + Важливе для чарівника: Літнє небо + Нечто важное для мага [ТВ-2] + ~魔法使的注意事项~夏之空 + 魔法遣いに大切なこと ~夏のソラ~ + + + シオン + Shion + + + Gekijouban Major + Gekijouban Major: Yuujou no Ikkyuu + Gekijouban Major: Yuujou no Winning Shot + Major Movie + Major: Yuujou no Winning Shot + 劇場版メジャー + 劇場版 MAJOR(メジャー) 友情の一球(ウィニングショット) + メジャー 友情の一球 + メジャー 友情の一球(ウイニングショット) + + + Kojin Jugyou: The Animation - Schoolgirl ready for a private lesson! + 個人授業 ~THE ANIMATION~ Schoolgirl ready for a private lesson! + + + 클라나드 애프터 스토리 + クラナド- AFTER STORY + Clannad2 + Clannad 2 + Clannad After Story + CLANNAD AFTER STORY + Clannad AS + كلاند ما بعد القصة + + + BnX + Bounen no Xamdou + xamd + Xam`d: Kayıp Hatıralar + Xam`d: Lost Memories + ذكريات زامد الضائعة + Ксам`д: Потерянные Воспоминания + 亡念のザムド + 亡念的扎穆德 + + + Cat Ramen + Neko Ramen + 猫ラーメン + + + Shishunki Shoujo + 思春期少女 + + + めぐみ + Megumi + + + Space Pirate Sara + Space Pirates Sala + Uchuu Kaizoku Sara + 宇宙海賊サラ + + + Hoshikuzu Paradise + 星くずパラダイス + + + Dívka z Pekla 3 + Hell Girl 3 + Hell Girl: Cauldron of Three + Jigoku Shoujo Mitsuganae + js3 + jsm + Piekielna Dziewica 3 + Адская девочка 3 + 地狱少女 三鼎 + 地獄少女三鼎 + + + おねがい♪マイメロディ きららっ★ + Onegai My Melody Kirara + + + 겨울연가 + เพลงรักในสายลมหนาว + Fuyu no Sonata + Gyeoul yeonga + Winter Sonata + شتاء سوناتا + Зимняя Соната + 冬のソナタ + 冬季恋歌 + + + Crayon Shin-chan: Chou Arashi wo Yobu Kinpoko no Yuusha + Crayon Shin-chan: The Storm Called: The Hero of Kinpoko + クレヨンしんちゃん ちょ~嵐を呼ぶ 金矛の勇者 + + + Namakura Gatana: Hanawa Hekonai Meitou no Maki + 塙凹内名刀之巻(なまくら刀) + + + Urashima Tarou + 浦島太郎 + + + Namakemono ga Miteta + Namakemono is Watching + ナマケモノが見てた + + + Mahou Sensei Negima!: Shiroki Tsubasa Ala Alba + 魔法先生ネギま!~白き翼 ALA ALBA~ + + + Blue Dragon 2 + Blue Dragon: Tenkai no Shichi Ryuu + Blue Dragon: The Seven Dragons of the Sky + BLUE DRAGON 天界の七竜 + Mėlynasis drakonas 2: Septyni Dangaus Drakonai + + + Mission-E + MISSION-E + المهمة أي + + + ロザリオとバンパイア Capu2 + Rosario to Vampire Capu2 + Rosario + Vampire Capu2 + Rosario + Vampire capu 2 + rtv2 + rtv capu2 + r+v2 + Крестик + Вампир Чмок 2 + + + Daisuki! Hello Kitty + Hello Kitty + Love! Hello Kitty + 大好き!ハローキティ + + + マシュランボー (2008) + Mushrambo (2008) + + + e7 movie + Eureka Seven -good night, sleep tight, young lovers- + Koukyoushihen: Eureka Seven - Pocket ga Niji de Ippai + Psalms of Planets: Eureka Seven - Pocket Full of Rainbows + Žalmy planet: Eureka sedM - Kapsa plná duhy + أوريكا سبعة : جيوب مليئة بأقواس قزح + Псалмы Планет: Эврика 7 - Полный Карман Радуги + Псалмы Планет: Эврика 7 - Радуга в Кaрмане + 交響詩篇エウレカセブン ポケットが虹でいっぱい + + + Junk Story + JUNK STORY 鉄屑物語 + + + Violence Gekiga Shin David no Hoshi: Inma Densetsu + バイオレンス劇画 新・堕靡泥の星 淫魔伝説 + + + Silent Chaser Kagami + SILENT CHASER 狩神 + サイレントチェイサー狩神 + + + トライゼット + Try Z + + + クラスメイト + Classmate + Suashi no Houkago + 蕾の誘惑~淫乱少女たちの姫穴比べ~ (1) + 裸足の放課後 + + + Auction: Beautiful Slave + Auction: Bijo Dorei + Yami Ichiba: Bijo Dorei + 闇市場[オークション] ~美女奴隷~ + + + Tsuma Shibori + 妻しぼり + + + Dokushin Apartment Dokudami-sou + Single Appartment Dokudamisou + 独身アパートどくだみ荘 + + + COBRA THE ANIMATION THE PSYCHOGUN + Cobra The Animation: The Psychogun + Кобра: Психозброя + + + My Honny is College School Gal + Okusama wa Joshikousei + 奥様は女子高生 + + + Onna Kateikyoushi Bishounen Kari + 女家庭教師 美少年狩り + + + Aoi Yousei + Blue Fairy + 蒼い妖精 + + + Doll Saaya + ドール 沙綾 + + + Angel girl Jun + Tenshi no Habataki Jun + 天使のはばたきJUN + + + A Penguin`s Troubles + Penguin no Mondai + ペンギンの問題 + + + Shirouto Kurabu Hame Tori Anime Kanzen Mushuusei!! + 素人倶楽部/ハメ撮りアニメ完全無修正!! + + + G002 + g00s2 + Gundam Double O 2nd Season + Gundam Double Oh 2nd Season + Kidou Senshi Gundam 00 2nd Season + Mobile Suit Gundam 00 2nd Season + Mobile Suit Gundam 00 Season 2 + Mobile Suit Gundam 00 Second Season + Mobile Suit Gundam Double O 2nd Season + جاندام 00 الجزء الثاني + 机动战士高达00第二季 + 機動戦士ガンダム00 セカンドシーズン + 機動戦士ガンダム00 第2シーズン + + + ファイアボール + Ateştopu + Fireball + + + デュエル・マスターズ クロス + Duel Masters Cross + + + Carletto, il principe dei mostri + Kaibutsu-kun (1980) + Kaibutsu-kun 2 + 怪物くん (1980) + + + 토라도라! + とらドラ! + ยัยเสือใสกับนายหน้าโหด! + TIGER×DRAGON! + Tiger x Dragon + toradora + Toradora! + Toradora! + TxD + النمرxالتنين + Тигр против Дракона! + ТораДора! + 虎x龙 龙虎斗 + + + 햑코 + ヒャッコ + Hyakko + Хякко + 虎子 + + + Chrome Shelled Regios + KnR + Kokaku no Regios + Koukaku no Regios + Regios + Regios - miestas po kiautu + ريجيوس درع معدنُ الكروم + Хромированный Региос + 鋼殻のレギオス + 钢壳之雷吉奥斯 + + + Aniyome - Lover in Law + Aniyome wa Ijippari + Lover-in-Law + My Sister-in-law is Obstinate + 兄嫁はいじっぱり + + + Zenryoku Usagi + 全力ウサギ + + + Gekijouban Naruto Shippuuden: Kizuna + Naruto Shippuuden: Bonds + Naruto Shippuuden Movie 2 + فيلم ناروتو شيبودن الثاني + 剧场版火影忍者疾风传 羁绊 + 劇場版 Naruto -ナルト- 疾風伝 絆 + + + ウサビッチ + Usavich + Usavich + Усавич + + + Sands of Destruction + WD + World Destruction + World Destruction: Sekai Bokumetsu no Rokunin + World Destruction_毁灭世界的六人 + دمار العالم + Разрушение мира + ワールド・デストラクション ~世界撲滅の六人~ + + + ウルトラヴァイオレット:Code044 + Ultraviolet + Ultraviolet: Code 044 + Ультрафіолет: Код 044 + 致命紫罗兰 编号044 + + + Koihime Musou + Matchless Love Princess + Несравненная принцесса любви + 恋姫†無双 + 恋姬无双 + + + Kage-e Grimm Douwa + Les contes de Grimm + 影絵グリム童話 + + + Kuro Nyago + 黒ニャゴ + + + Corporal Norakuro + Norakuro Gochou + のらくろ伍長 + + + Norakuro Nitouhei: Kyouren no Maki + のらくろ二等兵 教練の巻 + + + Norakuro Nitouhei: Enshuu no Maki + Private 2nd Class Norakuro + のらくろ二等兵 演習の巻 + + + Stringendo & Accelerando Ultimatum: Sera + ストリンジェンド&アッチェレランド ULTIMATUM~SERA~ + + + Shoujo Sect: Innocent Lovers + 少女セクト ~Innocent Lovers~ + + + LS OVA + Lucky Star OVA + Lucky Star OVA + らき☆すた OVA + 幸运星OVA + + + ยอดนักสืบจิ๋วโคนัน เดอะมูฟวี่ 12 ตอน บทบรรเลงแห่งความตาย + Detective Conan: Full Score of Fear + Detective Conan: Movie 12 + Detektiv Conan - 12. Film: Die Partitur des Grauens + Meitantei Conan: Senritsu no Gakufu [Full Score] + 名探偵コナン 戦慄の楽譜(フルスコア) + 战栗的乐谱 + + + Momotaro of the Sky + Momotaro`s Sky Adventure + Sora no Momotarou + 空の桃太郎 + + + Tenjou Hen: Utsu no Miko (1990) + 天上編 宇宙皇子 (1990) + + + NC2 + nodame 2 + Nodame Cantabile: Paris Chapter + Nodame Cantabile: Paris-Hen + نودامي: جزء باريس + Нодамэ Кантабиле (второй сезон) + 交响情人梦_巴黎篇 + のだめカンタービレ 巴里編 + + + Circuit no Ohkami II: Modena no Tsurugi + サーキットの狼Ⅱ モデナの剣 + + + Eien no Filena + Eien no Filerna + 永遠のフィレーナ + + + Toki-iro Kaima + 朱鷺色怪魔 + + + 슈퍼 마징가7 + Az univerzum őrzői + Masters of the Future + Mazinga 7 + Mazinger 7 + Protectors of Universe + Super Express Mazinger 7 + Super Mazinga + + + ホワッツ マイケル? + What`s Michael? + + + Kidou Senshi Gundam MS IGLOO 2 Juuryoku Sensen + Mobile Suit Gundam - MS IGLOO 2: The Gravity Front + 機動戦士ガンダム MS イグルー2 重力戦線 + 機動戦士ガンダム MS-IGLOO2 重力戦線 + + + Hime Dorei: Mesu e to Ochiteyuku Futago no Oujo + 姫奴隷 ~牝へと堕ちゆく双子の王女~ + + + Eromanga Mitai na Koi Shiyo: Let`s Fall in Love The Ero-manga + エロマンガみたいな恋しよう LET`S FALL IN LOVE THE ERO-MANGA + + + ホワッツマイケル? 2 + What`s Michael? 2 + + + Count and Fairy + Earl and Fairy + Earl and Fairy + Hakushaku to Yousei + الدوق والفيري + Граф и Фея + 伯爵和妖精 + 伯爵と妖精 + 伯爵與妖精 + + + Chou Gekijouban Keroro Gunso 3: Keroro Tai Keroro - Tenkuu Daikessen de Arimasu! + 超劇場版 ケロロ軍曹3 ケロロ対ケロロ 天空大決戦であります! + + + Omocha-Bako Series, Dai-3-Wa: Ehon 1936-nen + オモチャ箱シリーズ第3話 絵本1936年 + + + ハーイあっこです + Hai! Akko Desu + Hi! I`m Akko + مرحباً! أنا آكو + + + Licca-chan no Nichiyoubi + リカちゃんの日曜日 + + + RoboDz: Kazagumo Hen + ロボディーズ-RoboDz-風雲篇 + + + ストライクウィッチーズ(2008) + Strike Witches (2008) + Strike Witches tv + Штурмовые ведьмы (2008) + 侵袭魔女 + 强袭魔女 + + + antique + Antique Bakery + Seiyou Kottou Yougashiten: Antique + 西洋古董果子店 + 西洋骨董洋菓子店 ~アンティーク~ + + + Kikou Kai Galient (1986) + 機甲界ガリアン (1986) + + + イレギュラーハンターX + Irregular Hunter X + MegaMan Maverick Hunter X: The Day of Sigma + + + Mashin Eiyuuden Wataru: Soukaizan Eiyuu Densetsu + 魔神英雄伝ワタル 創界山英雄伝説 + + + A Certain Magical Index + Index + To Aru Majutsu no Index + Toaru Majutsu no Index + To Aru Majyutsu no Index + Некий магический индекс + То ару маджіцу но Індекс + 魔法禁书目录 + とある魔術の禁書目録 + + + Yozakura Quartet + Yozakura Quartet + yq + لجنة أزهار الكرز الرباعية + 夜桜四重奏 〜ヨザクラカルテット〜 + 夜樱四重奏 + + + かいけつゾロリ (1989) + Kaiketsu Zorori (1989) + + + Love Selection: The Animation + Love Selection: THE ANIMATION + + + Gakuen Shimai + 学園姉妹 + + + Hatsu Inu 2 The Animation: Strange Kind of Womans - Again + 初犬 2 The Animation ストレンジ・カインド オブ ウーマンズ~again~ + + + HypnoLove + Hypnotism School + Saimin Gakuen + 催眠学園 + + + Ikusa Otome Valkyrie 2 + 戦乙女ヴァルキリー2 + + + Osana Najimi to Doukyuusei + 幼なじみと同級生 + + + Inma Taisen + Search for Uranus + Telepathist AI Q315 Saiko + テレパシスト愛Q315(サイコ) + 淫魔大戦 + + + チョコレート・アンダーグラウンド + Chocolate Underground + Подпольный Шоколад + Шоколадне підпілля + + + ネオ アンジェリーク Abyss -Second Age- + NAASA + Neo Angelique Abyss: Second Age + + + あのこに1000% + 1000% for That Girl + Ano Ko ni 1000% + Anoko ni 1000% + That Girl Goes to 1000% + That Girl is 1000% + + + Kaiketsu Zorori: Mahou Tsukai no Deshi / Dai Kaizoku no Takara Sagashi + かいけつゾロリ まほう使いのでし 大かいぞくの宝さがし + + + あねいも + Aneimo + + + タイタニア + Tytania + Tytania + تيتانيا + 泰坦尼亚 + + + Bokura Mangaka - Tokiwa So Monogatari + We`re Manga Artist: Tokiwa Villa Story + ぼくらマンガ家・トキワ荘物語 + + + major5 + major 5th + Major 5th Season + major s5 + メジャー MAJOR (第5シリーズ) + + + ef2 + ef - a tale of melodies. + Ef - a Tale of Melodies. + ef - opowieść o melodiach + ef — розповідь про мелодії + эф - история мелодий + + + vampire knight 2 + Vampire Knight Guilty + Vampire Knight Guilty + Vampire Knight Guilty + Vampire Knight Guilty + Vampire Knight Guilty - 02 + vk2 + VKG + مصاص الدماء الفارس:مذنب + 吸血鬼骑士.罪 + ヴァンパイア騎士 Guilty + + + druaga2 + Druaga Kulesi: Uruk`un Kılıcı + Druaga no Tou: the Sword of Uruk + The Tower of Druaga: The Sword of Uruk + Uruk 2 + ドルアーガの塔 ~the Sword of URUK~ + 龙之塔第二季 + + + 뽀롱뽀롱 뽀로로 + Porong Porong Pororo + Pororo + Pororo - Le petit pingouin + Pororo - The Little Penguin + + + Pattenrai!! Minami no Shima no Mizu Monogatari + パッテンライ!! ~南の島の水ものがたり~ + + + ふたごのモンチッチ + Futago no Monchhichi + + + スケアクロウマン + Scarecrowman + + + Akane-iro ni Somaru Saka + akasaka + Hill Dyed Rose Madder + Ярко красные холмы + あかね色に染まる坂 + 茜色坂道 夕阳染红的坡道.染红的街道 + + + ホワイトアルバム + W.A. + WHITE ALBUM + White Album + الألبوم الأبيض + Белый Альбом + Білий альбом + 白色相本 + + + High School Mystery: Gakuen Nanafushigi + High School Mystery: School of Seven Mysteries + High School Mystery: School of Seven Wonders + ハイスクールミステリー 学園七不思議 + + + Hitotsuboshi-ke no Ultra Baasan + 一ツ星家のウルトラ婆さん + + + Wrestler Gundan Seisenshi Robin Jr. + レスラー軍団<銀河編> 聖戦士ロビンJr. + + + ジムボタン + Jim Button + Jim Knopf + Kuba Guzik + + + Goku Sayonara Zetsubou Sensei + gszs + szs3 + szs ova + 狱·再见!绝望老师 + 獄・さよなら絶望先生 + + + CaSin + Casshern Günahlar + Casshern Sins + CS + Kiašano Nuodėmės + キャシャーン SINS + חטאי קאשרן + Грехи Кьяшанна + 再造人卡夏 + + + Corpse Princess: Light + SH + SH:Aka + Shikabane + Shikabane Hime: Aka + Shikabanehime Aka + أميرة الجثث + Принцеса-мрець + Принцесса Немертвых: Красная хроника + 尸姬 赫 + 屍姫 赫 + + + ジーニアスパーティービヨンド + Genialaus vakarėlio tęsinys + Genius Party Beyond + Genius Party Beyond + + + ピカドン + Pica-don + + + テイルズ オブジ アビス + Tales of the Abyss + TotA + Приказки от бездната + Сказания Бездны + 深渊传说 + + + BLEACH Fade to Black : I call your name + Bleach Movie 3 + Bleach the Movie 3: Fade to Black - I Call Your Name + Gekijouban Bleach: Fade to Black Kimi no Na o Yobu + 劇場版 BLEACH Fade to Black 君の名を呼ぶ + 死神剧场版3.呼唤君之名 + + + スイッチ + Switch + تبديل + Подмяна + + + Platonic Heart + Zettai Shogeki ~Platonic Heart~ + Zettai Shougeki ~Platonic Heart~ + Zettai Shougeki: Platonic Heart + 絶対衝激~プラトニックハート~ + 絶対衝激~Platonic Heart~ + + + こんにちは アン + Before Green Gables + Konnichiwa Anne + مرحبا آن + 你好安妮 + + + Box of Goblins + Box of the Mouryou + MnH + Moryo no Hako + Mouryou no Hako + صندوق العفاريت + Ларец нечисти + Ящик демонов + 魍魉之匣 + 魍魎の匣 + + + Black Butler + Black Butler + Dark Butler + El Mayordomo Negro + Il Maggiordomo Nero + Kara Uşak + Kuroshitsuji + Kuro Shitsuji + Su Matzurdomu Nieddu + الخادم الغامض + Μαύρος Μπάτλερ + Тёмный Дворецкий + 黑执事 + 黒執事 + + + Astro Fighter Sunred + Sunred + Tentai Senshi Sunred + 天体战士桑雷德 + 天体戦士サンレッド + + + Când pescăruşii plâng + Kai Kirai Verkia + umineko + Umineko no Naku Koro ni + unnkn + When Seagulls Cry + When the Seagulls Cry + When They Cry 3 + Where the Seagulls Cry + النورس + عندما بكت طيور النورس + Когато чайките плачат + Когда плачут чайки + Коли плачуть чайки + 海猫鸣泣之时 + 海貓鳴泣之時 + うみねこのなく頃に + + + Certain Kill Pervert + Hissatsu Chikan Nin + The Last Train To Gropesville + 必殺痴漢人 + + + 5-2tv + kngnn 2 + kngnn tv + Kyou no Go no Ni (2008) + Today in Class 5-2 (2008) + 今天的5年2班 TV + 今日の5の2 (2008) + + + スティッチ! + Stitch! + + + Kasumin 1st Series + カスミン (第1シリーズ) + + + Kasumin 2nd Series + カスミン (第2シリーズ) + + + Komatsu Sakyou Anime Gekijou + Sakyo Komatsu`s Animation Theater + 小松左京 アニメ劇場 + + + Chiisana Koi no Monogatari - Chichi to Sally Hatsukoi no Shiki + 小さな恋のものがたり チッチとサリー初恋の四季 + + + Afro Samurai Resurrection + Afro Samurai Resurrection + Afro Samurajus: Prisikėlimas + Afrosamuraj: Zmawrtychwstanie + Afro Szamuráj: Feltámadás + アフロサムライ Resurrection + Афросамурай: Воскрешение + + + Fluximation + + + Lupin III - La lampada di Aladino + Lupin III: Sweet Lost Night + Lupin III: Sweet Lost Night - Magic Lamp`s Nightmare Premonition + Lupin Sansei: Sweet Lost Night - Mahou no Lamp wa Akumu no Yokan + ルパン三世 sweet lost night ~魔法のランプは悪夢の予感~ + + + Battle Spirits: Shounen Toppa Bashin + バトルスピリッツ 少年突破バシン + + + Hana no Mahou Tsukai Mary Bell: Phoenix no Kagi + 花の魔法使いマリーベル フェニックスのかぎ + + + クイズマジックアカデミー ~オリジナルアニメーション~ + QMA + Quiz Magic Academy: The Original Animation + + + マッハガール + Mach Girl + + + Junjou Romantica 2 + رومانسية فقط2 + 純情ロマンチカ2 + 纯情罗曼史2 + + + Mahou Shoujo Lyrical Nanoha The Movie 1st + 魔法少女リリカルなのは The MOVIE 1st + + + Soreike! Anpanman: Yousei Rinrin no Himitsu + それいけ!アンパンマン 妖精リンリンのひみつ + + + ヒヤ・ヒヤ・ヒヤリコとばぶ・ばぶ・ばいきんまん + Hiya Hiya Hiyariko to Bafu Bafu Baikinman + + + qb + queen`s blade + Queen`s Blade: Rurou no Senshi + Queen`s Blade: Wandering Warriors + سيف الملكة + 女皇之刃 + クイーンズブレイド 流浪の戦士 + + + Suishou no Yoru: Aoi Kokuhaku Yori + 水晶の夜 ~蒼い告白より~ + + + グレパラ + グレンラガン パラレルワークス + Gurren Lagann Parallel Works + ttgl pw + + + キス×シス + KissXSis + Kiss x sis + kxs + Поцелуй х сестренки + + + のらみみ2 + Noramimi 2 + + + キクちゃんとオオカミ + Kiku-chan to Ookami + + + まりあ†ほりっく + まりあ・ほりっく + Maria Holic + Maria+Holic + Maria†Holic + m+h + Марія†Голік + 玛利亚狂热 + + + 카오스;헤드 + カオス;ヘッド + C;H + Chaos;Head + ChäoS;HEAd + رأس;الفوضى + Кутерьма в голове + + + Age Man to Fuku Chin + Chindonya Rising Fortune and Good Luck + あげまんと福ちん + + + こどものじかん 2学期 + KnJ2 + Kodomo no Jikan: Ni Gakki + Kojika + kojikan 2 + kojikan ova + وقت الأطفال 2 + 小萝莉的时间2学期OVA + + + ゴーゴーアックマン + Go! Go! Ackman + + + Chou Gekijouban Keroro Gunsou: Gekishin Dragon Warriors de Arimasu! + 超劇場版ケロロ軍曹 撃侵ドラゴンウォリアーズであります! + + + 69 핑크 라이더스 + 69ピンクライダース + 69 Pink Riders + Pink Riders + + + 69 핑크 라이더스 2 + 69ピンクライダーズ 2 + 69 Pink Riders 2 + + + Kurozuka + Куродзука + Курозука + Курозука + 黑塚 + 黒塚 + + + 염라국 + Under World + 閻魔國 アンダーワールド + + + シャイNing・メイ + シャイニング・MAY + May`s Hot Night + Shining May + Star Tanjou + The Star`s Birth + Virtual Idol May + スター誕生 + + + Secret of Teleclub + Teleclub no Himitsu + テレクラの秘密 + + + Gakkou no Yuurei + 学校の幽霊 + + + スキップ・ビート! + Skip Beat + Skip Beat! + تخطي الهزيمة + سكيب بيت + Не сдавайся! + 下一站巨星 + + + Fist of the North Star 5: Legend of Kenshiro + Hokuto no Ken 3 - La Légende de Kenshirô + Shin Kyuuseishu Densetsu Hokuto no Ken Zero Kenshirou-den + 真救世主伝説 北斗の拳 ZERO ケンシロウ伝 + + + 2 الكيميائي المعدني الكامل + FMA2 + FMA (2009) + FMAB + Full Metal Alchemist 2 + Fullmetal Alchemist 2 + Fullmetal Alchemist (2009) + Full Metal Alchemist: Brotherhood + Fullmetal Alchemist: Brotherhood + Fullmetal Alchemist: Brotherhood + Fullmetal Alchemist: Brotherhood + Fullmetal Alchemist: Testvériség + Hagane no Renkinjutsushi (2009) + hagaren2 + HagaRen (2009) + Metalinis Alchemikas 2 + Metal Simyacı: Kardeşlik + Stålalkemisten + Stalowy Alchemik + الكيميائي المعدني الكامل : الأخوة + אלכימאי המתכת 2009 + Металния алхимик + Стальной Алхимик: Братство + 鋼の錬金術師 FULLMETAL ALCHEMIST (2009) + 钢之炼金术师 2009 + + + バイオハザード ディジェネレーション + Absoliutus blogis: Išsigimimas + A kaptár: Bioterror + biodeg + Biohazard: Degeneration + Resident Evil - Degeneração + Resident Evil: Degeneração + Resident Evil: Degeneracja + Resident Evil: Degeneration + Resident Evil: Degeneration + Resident Evil: Degeneration + Resident Evil: Rozklad + Resident Evil: Wynaturzenie + Обитель Зла: Вырождение + 生化危机:恶化 + + + ヘルズエンジェルス + Hells Angels + + + Ashita no Yoichi! + Asu no Yoichi + Asu no Yoichi! + Rytojaus Yoichis + Samurai Harem + Yoichi + Yoichi of Tomorrow + Ёити завтра + 明日のよいち! + 明日的与一! + + + アキバちゃん + Akiba-chan + + + Ga-Rei Zero + Ga-rei -Zero- + Ga-Rei-Zero + Ga-Rei: Zero + Ga-Rei: Zero + garei zero + GRZ + Га-Рей Зеро + Пожиратели Духов: Зеро + 喰霊 -零- + 食灵~零 + + + Booby Life + OPPAI ライフ + Oppai Life + + + カフェ・ジャンキー + Cafe Junkie + + + If I call your name + Kimi no Na o Yobeba + Kimi no Na wo Yobeba + キミの名を呼べば + + + Saimin Jutsu The Animation 2nd + 催眠術 THE ANIMATION 2nd + + + Birdy the Mighty Decode 2 + tbd2 + Tetsuwan Birdy Decode:02 + Tetsuwan Birdy Decode 2 + Могучая Берди Расшифровка:02 + 鉄腕バーディー DECODE:02 + 铁腕巴迪_DECODE_02 + + + Dvasia šarvuose 2.0 + Ghost in the Shell 2.0 + Ghost in the Shell 2.0 + GHOST IN THE SHELL/攻殻機動隊 2.0 + GitS 2.0 + GitSv2 + Kabuktaki Hayalet 2.0 + Koukaku Kidoutai 2.0 + Призрак в доспехах 2.0 + + + Ho sposato una sirena OAV + SetoHana OVA + Seto no Hanayome OVA + The Inland Sea Bride OVA + Морская Невеста OVA + 濑户之花嫁_仁 + 瀬戸の花嫁 OVA + + + Dragon Ball: Hey! Son-Goku und seine Freunde kehren zurück!! + Dragon Ball: Ossu! Kaette Kita Son Goku to Nakama-tachi!! + Dragon Ball : Salut ! Son Goku et ses amis sont de retour !! + Dragon Ball: Siemano! Son Gokū i spółka wracają! + Dragon Ball: Yeah! O retorno de Goku e seus amigos!! + Dragon Ball : Yo! Reintoarcerea Lui Son Goku Si A Prietenilor Sai + Dragon Ball: Yo! Son Goku and His Friends Return!! + Dragon Ball: Yo! The Return of Son-Goku and Friends!! + !!كرت التنين: مرحبًا! عودة سون-قوكو والأصدقاء + ドラゴンボール オッス!帰ってきた孫悟空と仲間たち!! + + + Gunslinger Girl: Il Teatrino OVA + ガンスリンガー ガール -IL TEATRINO- OVA + + + Initial D Extra Stage 2: Tabidachi no Green + 頭文字D Extra Stage 2 旅立ちのグリーン + + + Genji Monogatari Sennenki + gms + Opowieść o księciu Genjim: Tysiąclecie + Повесть о Гэндзи - тысячелетие + Повість про Ґенджі — тисячоліття + 源氏物語千年紀 Genji + 源氏物語千年紀 Genji + + + ワンナウツ + One Outs + One Outs: Nobody Wins, but I! + oo + oo! + واحدة بالخارج + واحدة بالخارج: لا أحد يفوز سواي! + 超智遊戲 + + + Shin Ringetsu + 真・燐月 + + + らんま1/2 悪夢! 春眠香 + Ranma 1/2: Akumu! Shunmin Kou + Ranma 1/2: Nightmare! The Incense of Spring Sleep + + + イナズマイレブン + Inazuma 11 + Inazuma Eleven + Los Super Once + + + しゅごキャラ!!どきっ + SC!2 + Shugo Chara!! Doki + 守护甜心!!心跳 + + + ラブフォーエヴァー + Love Forever + + + ねぎぼうずのあさたろう + Negibouzu no Asatarou + + + Hajime no Ippo: The Fighting - New Challenger + HNI2 + Ippo2 + 더 파이팅 New Challenger + はじめの一歩 The Fighting! New Challenger + 神拳一步 New Challenger 第二季 + + + レイプ!レイプ!レイプ! + Rape! Rape! Rape! + + + Tsui no Sora + 終ノ空 + + + Letter Bee: Light and Blue Night Fantasy + Letter Bee: Light and Blue Night Fantasy + Tegami Bachi: Hikari to Ao no Gensou Yawa + Tegami Bachi : L`histoire fantastique de la lumière et du bleu + Tegamibachi: The Fantasy Night Talk of Light and Blue + Пчелиная почта (фильм) + テガミバチ 〜光と青の幻想夜話〜 + + + ライブオン CARDLIVER翔 + Live On Cardliver Kakeru + + + Datenshi Tachi no Kyouen + 堕天使たちの狂宴 + + + ザ・サティスファクション + The Satisfaction + + + Aktar ve Kurt II + Ookami to Koushinryou 2 + Ookami to Koushinryou II + saw2 + Spice and Wolf 2 + Spice and Wolf II + Spicy Wolf II + SW2 + Волчица и пряности II + 狼与香辛料II + 狼與香辛料II + 狼と香辛料Ⅱ + 狼と香辛料II + + + Evangelion: 2.0 + Evangelion 2.0: Sa pääsed/ei pääse edasi + Evangelion: 2.0 You Can (Not) Advance + Evangelion: 2.22 - You Can (Not) Advance + Evangelion New Theatrical Version: Destruction + Evangelion New Theatrical Version: Division + Evangelion Shin Gekijouban: Ha + ヱヴァンゲリヲン新劇場版:破 + + + Battle for beauty + Bihada Ichizoku + 美肌一族 + + + Hatarakids My Ham-gumi + はたらキッズ マイハム組 + + + Girl Who Leapt Through Space + sorakake + Sora Kake Girl + Sora o Kakeru Shoujo + Sora wo Kakeru Shoujo + Девочка, покорившая вселенную + 宇宙をかける少女 + 穿越宇宙的少女 + + + スレイヤーズER + 슬레이어즈 EVOLUTION-R + スレイヤーズEVOLUTION-R + Slayers Evolution-R + Рубаки: Эволюция-Эр + 秀逗魔导士EVOLUTION-R + + + Mak Dau BoloYao WongZi + McDull, prince de la bun + 麥兜菠蘿油王子 + + + Shin Kyojin no Hoshi II + 新巨人の星II + + + アキカン! + Akikan + Akikan! + Empty Can + Lata Vazia + Акикан + Пустая банка + + + Glorious Manga Tale of Old Edo + Manga Edo Ero Banashi + 漫画 江戸艶ばなし + 漫画 江戸艶(えろ)ばなし + + + ぷちえゔぁ -Evangelion@School- + Petit Eva: Evangelion@School + Puchi Eva: Evangelion@School + + + Natsume2 + zny + Zoku Natsume Yuujinchou + ناتسومي وكتاب الأصدقاء مستمر + 続 夏目友人帳 + 续.夏目友人帐 + + + Honoo no Haramase Doukyuusei + 炎の孕ませ同級生 + + + Erin + Erin: piastunka Bestii + Kemono no Souja Erin + The Beast Player Erin + لاعبة الوحش ، إيرن + Эрин: Исполнитель песен зверей + 獣の奏者 エリン + 獣的奏者艾琳 + + + Mizugi Kanojo: The Animation + Swimsuit Girl + 水着彼女~THE ANIMATION~ + + + TS + tsubasa4 + Tsubasa Chronicle: Shunraiki + Tsubasa Shunraiki + Tsubasa: Spring Thunder + ツバサ 春雷記 + + + shunmuki + xxxHOLiC Shunmuki + xxxHOLIC 春夢記 + هوليك أوفا + Триплексоголик: Весенний сон + + + Shisha no Sho + The Book of the Dead + 死者の書 + + + Sukeban Shokai Cutie Lemon + スケ番商会 キューティレモン + + + ワンピース ロマンスドーンストーリー + One Piece: Romance Dawn Story + One Piece: Romance Dawn Story + One Piece: Romance Dawn Story + One Piece: Romance Dawn Story + + + A Sea Turtle and a Boy + Umigame to Shounen + ウミガメと少年 + + + Tako ni Natta Okaa-san + 凧になったお母さん + + + シュガーバニーズ + Sugar Bunnies + + + やさいのようせい N.Y.SALAD + Yasai no Yousei - N.Y. Salad + + + Mori no Senshi Bonolon + ボノロン ~不思議な森のいいつたえ~ + 森の戦士ボノロン + + + リトルペンギン Little Penguin + Little Penguin + + + シュガーバニーズ ショコラ! + Sugar Bunnies Chocolate! + + + Sougen no Ko Tenguri + 草原の子テングリ + + + エッチでハッピー!ピン!ピン!ピン! + Ecchi de Happy! Pin! Pin! Pin! + + + SFロリータファンタジー「OME-1」 + Gonad the Barbarian + SF Lolita Fantasy Ome-1 + + + Black God + Juodasis Dievas + Kara Tanrı + Kurokami + Kurokami The Animation + Kurokami The Animation + الإله الأسود + Темная богиня + Чорна богиня + 黒神 The Animation + 黒神 The Animation + + + Ichigo Mashimaro encore + Strawberry Marshmallow Encore + 苺ましまろ encore + 草莓棉花糖 再来一次 + + + CLASSICAL SEX-ZONE + Classical Sex-Zone + + + みなみけ おかえり + 미나미가 3기 + Minami-ke Okaeri + mke3 + Семейка Минами - Возвращение + 南家三姐妹 欢迎回来 + + + Stray Sheep Poe no Chicchana Daibouken + ストレイシープ ポーのちっちゃな大冒険 + + + Shinkyoku Soukai Polyphonica Crimson S + 神曲奏界POLYPHONICA crimson S + 神曲奏界ポリフォニカ クリムゾンS + + + Arad Senki: Slap Up Party + slap up party + Slap Up Party: Arad Senki + 地下城与勇士 -阿拉德战记 + スラップアップパーティ −アラド戦記− + アラド戦記~スラップアップパーティー~ + + + Corpse Princess: Dark + Corpse Princess: Mystery + sh2 + Shikabane2 + Shikabane Hime: Kuro + SH:Kuro + الأميرة الجثة: أسود + Принцесса Немертвых: Черная хроника + 尸姬 玄 + 屍姫 玄 + 屍姫 玄 + + + Adventures of the Polar Cubs + Die Eisbären + Hokkyoku no Mushka Mishka + Przygoda na Biegunie Północnym + Przygody niedźwiadków polarnych + 北極のムーシカ ミーシカ + + + Magical Girl Ai S2 + Magical Girl Ai Season 2 + Mahou Shoujo Ai San: The Anime + 魔法少女アイ参 THE ANIME + + + Artificial Girl: Transforming Sex Android + Cosplay Sex Machine + Jinkou Shoujo: Henshin Sex Android + 人工少女 ~変身セックスアンドロイド~ + + + Helter Skelter: Hakudaku no Mura + ヘルタースケルター ~白濁の村~ + + + Tezuka Osamu Monogatari: Boku wa Songokuu + Tezuka Osamu Story: I am Son-Goku + 手塚治虫物語 ぼくは孫悟空 + + + ヘタリア Axis Powers + Axis Powers Hetalia + Hetalia + Hetalia: Axis Powers + Хеталия и страны Оси + 黑塔利亚 Axis Powers + + + ライドバック + RideBack + Ride Back + Ride Back + رايد باك + 背骑少女 + + + ヴァイパーズ・クリード + Viper`s Creed + عقيدة الأفاعى + + + Eden + Edén del Este + Eden of the East + Edenul din Est + Higashi no Eden + Ráj východu + جنة الشرق + עדן המזרח + Восточный Эдем + На изток от Рая + Хіґаші но Еден + 东之伊甸 + 東のエデン + + + セブンゴースト + 07 Ghost + 07-Ghost + 07-Ghost + Seven Ghosts + Seventh Ghost + الشبح-07 + Седьмой Дух + + + Detective Conan OVA 8 + High School Girl Detective Sonoko Suzuki`s Case Files + Meitantei Conan: Joshi Kousein Tantei Suzuki Sonoko no Jikenbo + 名探偵コナン 女子高生探偵 鈴木園子の事件簿 + + + はっけん たいけん だいすき! しまじろう + Hakken Taiken Daisuki! Shimajirou + + + Meitantei Conan: Conan vs Kid - Shark & Jewel - + 名探偵コナン コナンvsキッド SHARK & JEWEL + + + Meitantei Conan: Conan vs Kid - Shikkoku no Sniper - + 名探偵コナン コナンvsキッド 漆黒の狙撃者(スナイパー) + + + Senjou no Valkyria: Valkyria Chronicles + valkyria + Valkyria Chronicles + سجلات فالكيريا + Хроники Валькирии + 战场女武神 + 戦場のヴァルキュリア Valkyria Chronicles + + + Dedektif Conan: Gizemli Avcı + Detective Conan: Movie 13 + Detective Conan: The Raven Chaser + Detektiv Conan - 13. Film: Der nachtschwarze Jäger + Meitantei Conan: Shikkoku no Chaser + المحقق كونان: مطارد الغراب + 名探偵コナン 漆黒の追跡者(チェイサー) + + + Saki + ساكي + 咲-Saki- + 天才麻将少女 + + + Garakuta no Machi + Junk Town + Sąvartyno miestas + ガラクタの町 + + + サマーウォーズ + Letnie Wojny + Letní válka + Razboaiele Verii + Summer Wars + Summer Wars + Vasaros Karai + Yaz Savaşları + حروب الصيف + Летние войны + 夏日大作战 + + + バスカッシュ! + basquash + Basquash! + باسكواش + 飞篮扣杀 + + + Fantomas: Fantomo Rekviem + Phantom ~Requiem for the Phantom~ + Phantom ~Requiem for the Phantom~ + Phantom: Requiem for the Phantom + Phantom ~Requiem of Phantom~ + phantom tv + وهم + + + けいおん! + Hafif Müzik Kulübü + keion + K-ON + K-On! + k-on1 + k-on 1 + كي اون + Кэйон! + Легка музика + Лёгкая музыка + 轻音少女 + + + こばと。 + Kobato + Kobato. + كوباتو + Кобато + 小鸠 + + + A Summer Day`s Dream + Neoficiální fananimace Tóhó: Sen letního dne + touhou + Touhou Niji Sousaku Doujin Anime - Musou Kakyou + Touhou Unofficial Doujin Anime: A Summer Day`s Dream + Сон в летний день + 東方二次創作同人アニメ 夢想夏郷 + 東方アニメプロジェクト・夢想夏郷 + + + Munto TV + Sora o Miageru Shoujo no Hitomi ni Utsuru Sekai + Sora wo Miageru Shoujo no Hitomi ni Utsuru Sekai + World reflected in the pupils of a girl watching the sky + مونتو + Мир, отражённый в глазах девушки, смотрящей на небо + Светът, отразен в зениците на едно момиче, гледащо небето + 仰望天空的少女瞳孔中所映照的世界 + 空を見上げる少女の瞳に映る世界 + + + Dokuhaku Suru Universal Yoko Mercator Egg Man + Monologues of Universal Transverse Mercator + 独白するユニバーサル横メルカトル Egg Man + + + Binetsu: Yakusoku no Toki + When the Promised Slight Fever + 微熱 ~約束のとき~ + + + シャングリ・ラ + Shangrila + Shangri-La + شانغريلا + 香格里拉 + + + hikiko + Toshi Densetsu Monogatari Hikiko + Urban Legend Story Hikiko + Городская легенда: История Хикико + 都市伝説物語 ひきこ + + + Hypnosis Humiliation School + Saimin Ryoujoku Gakuen + 催眠凌辱学園 + + + こわれかけのオルゴール + Half-Broken Music Box + Kowarekake no Orgel + Kowarekake no Orgol + Sulūžusi Muzikinė Dėžutė + Zepsuta Pozytywka + Полусломанная музыкальная шкатулка + + + Giving Absolutely Greek Mythology + Zettai Yareru Greece Shinwa + 絶対やれるギリシャ神話 + + + Esper Mami: Hoshizora no Dancing Doll + エスパー魔美 星空のダンシングドール + + + カナン + Canaan + Canaan + Kanana + كانان + Канаан + 迦南 + + + Akairo Elegy + Red Colored Elegy + Sekishoku Elegy + 赤色エレジー + + + Nenbutsu Monogatari: Shinran-sama - Negai, Soshite Hikari + Shinran-sama - His Wish and Light + 念仏物語 親鸞さま ねがい、そして ひかり。 + + + Storm Rider - Clash of Evils + 風雲決 + + + フレッシュプリキュア! + Fresh Precure! + Fresh Pretty Cure + Fresh Pretty Cure! + + + ねこひきのオルオラネ + Neko Hiki no Ororane + + + ストリートファイターIV 新たなる絆 + sf4 + Street Fighter IV: Arata naru Kizuna + Street Fighter IV: The Ties That Bind + Uliczny wojownik IV: Więzy + مقاتل الشوارع الرّابع: الروابط التي تجمع + + + Demonų Valdovai + Devil Kings + Sengoku Basara + حرب باسارا الاهلية + 战国BASARA + 戦国BASARA + + + OVA うたわれるもの + OVA 传颂之物 + Utawarerumono OVA + + + To Heart 2 ad Plus + ToHeart2 adplus + + + ABUNAI SISTERS -KOKO & MIKA- + Abunai Sisters: Koko & Mika + Dangerous Sisters - Koko & Mika + アブナイシスターズ KOKO&MIKA + + + パンドラハーツ + PandoraHearts + Pandora Hearts + Pandora Hearts + PH + قلوب باندورا + Сердца Пандоры + 潘多拉之心 + 潘朵拉之心 + + + Miyamoto Musashi: Souken ni Haseru Yume + Musashi – ostatni samuraj + Musashi: The Dream of the Last Samurai + 宮本武蔵 -双剣に馳せる夢- + + + Biohazard 4D Executer + Resident Evil 4D Executor + + + ヘル・ターゲット + Hell Target + + + Love Pistols + Sex Pistols + Sex Pistols + + + タユタマ -Kiss on my Deity- + tayutama + Tayutama ~Kiss on my Deity~ + Tayutama: Kiss on my Deity + Таютама – божественный поцелуй + Таютама – поцелуй мою богиню + 游魂 + + + The Olympic Adventures of Fuwa + 福娃奥运漫游记 + + + Hottarake no Shima: Haruka to Mahou no Kagami + Oblivion Island: Haruka and the Magic Mirror + جزيرة النسيانِ : هاروكا والمرآة السحرية + ホッタラケの島 -遥と魔法の鏡 + + + Manga Hajimete Monogatari + まんがはじめて物語 + + + CIPHER THE VIDEO + Cipher + + + Ai no Kusabi (2010) + 間の楔 (2010) + + + Isekai no Seikishi Monogatari + ism + Saint Knight Story in an Alternate World + 異世界の聖機師物語 + + + Kaede Newtown + 楓ニュータウン + + + Mitama + Mitama: Nin + Mitama Shinobi + 御魂 + 御魂~忍~ + + + Fuusen no Doratarou + フーセンのドラ太郎 + + + Kin`iro no Chord: Secondo Passo + La Corda D`Oro ~Secondo Passo~ + 金色のコルダ ~secondo passo~ + + + H・P・ラヴクラフトの ダニッチ・ホラー + H.P. Lovecraft no Dunwich Horror + H.P. Lovecraft`s Dunwich Horror and Other Stories + + + D.C.if ~ダ・カーポ イフ~ + D.C.if: Da Capo if + + + Baseballistki ery Taishō + Taisho Era Baseball Daughters + Taisho Era Baseball Girls + Taishou Yakyuu Musume + Бейзболистките от епохата Тайшьо + Бейсболистки эпохи Тайсё + 大正棒球娘 + 大正野球娘 + 大正野球娘。 + + + Arceus und das Juwel des Lebens + Gekijouban Pocket Monsters Diamond & Pearl: Arceus - Choukoku no Jikuu e + Pocket Monsters Diamond & Pearl the Movie: To the Conquering of Space-Time + Pokemon: Arceus and the Jewel of Life + Pokemon: Movie 12 + 劇場版 ポケットモンスター ダイヤモンド&パール アルセウス 超克の時空へ + + + Kanzen Shouri Daiteioh + Perfect Victory Daiteioh + 完全勝利ダイテイオー + + + Cougar Trap + Musuko no Tomodachi ni Okasarete + 息子の友達に犯されて + + + さぁイコー! たまごっち + Let`s Go! Tamagotchi + Saa Ikoo! Tamagotchi + + + Denpa + Denpa Teki na Kanojo + Electromagnetic Girlfriend + Elektromagnetinė Mergaitė + Prietena Electromagnetică + الصديقة الكهرومغناطيسية + Электромагнитная девушка + 電波的な彼女 + + + First Love Limited + Hatsukoi Gentei + Hatsukoi Limited + HatsuLimi + 初恋限定 + 初恋限定。 + + + Examurai Sengoku + Exile Generation + جيل المنفى + エグザムライ戦国 + + + Gekijouban Tengen Toppa Gurren Lagann: Lagann-hen + ttgl movie 2 + 劇場版 天元突破グレンラガン 螺巌篇 + + + 바케모노가타리 + Bakemonogatari + Ghostory + Monstrų Istorijos + Бакемоноґатарі + Истории о Чудовищах + Монстрасказы + Монстрассказы + Потвороповідь + 化物語 + 化物語 + 化物语 + + + Hanasakeru Seishounen + HanaSei + هاناساكيرو سيشونن + В расцвете юности + Цветущая молодость + 天国少女 + 天国的少女 + 花咲ける青少年 + + + グイン・サーガ + Guin Saga + Sakmė apie Guiną + قصّة جِين + Сага о Гуине + 豹头王传说 + + + Comprehensible Modern Magic + Manageable Modern Magic + Properly Learned Modern Magic + Yoku Wakaru Gendai Mahou + YWGM + Легко осваимая современная магия + Современная магия для чайников + よくわかる現代魔法 + 簡單易懂的現代魔法 + + + Chou Tokkyuu Hikarian + 超特急ヒカリアン + + + Manga Kodomo Bunko + まんがこども文庫 + + + エレメントハンター + Elementhunters + Element Hunters + صائدو العناصر + 元素獵人 + + + Samayou Midara na Lunatics + 彷徨う淫らなルナティクス + + + natsu no arashi + Natsu no Arashi! + nna + Summer Storm! + عاصفة الصيف + 夏のあらし! + 夏之岚 + + + Licca-chan Fushigi na Mahou no Ring + Licca: the Mysterious Magical Ring + リカちゃん ふしぎな魔法のリング + + + おしるこ + Oshiruko + The Summertime Mischief + + + Shinjuku Shin-chan Patrol: Warui Otona ni Ki o Tsukete + 新宿シンちゃんパトロール わるい大人に気をつけて + + + Kochira Tamago Outou Negaimasu + こちらたまご応答ねがいます + + + ゆるめいつ + Yurumates + Yurumeitsu + + + えっちゃんのせんそう + Ecchan no Sensou + The War of the Girl + + + せんぼんまつばら + A Lot of Pine Wood + Senbon Matsubara + + + Maya no Isshou + マヤの一生 + + + Eikou e no Spur: Igaya Chiharu Monogatari + 栄光へのシュプール 猪谷千春物語 + + + Asu o Tsukutta Otoko: Tanabe Sakurou to Biwako Sosui + 明日をつくった男 ~田辺朔郎と琵琶湖疏水~ + + + おーい! アダッチー + Ooi! Adatchie! + + + Onigara + 鬼がら + + + Inuki Kanako Zekkyou Collection: Gakkou ga Kowai! + My Dread is School! + School is Dreadful! Kanako Inuki Shout Collection + 犬木加奈子絶叫コレクション 学校がこわい! + + + Hanako of the Toilet + Toilet no Hanako-san + Toire no Hanako-san + トイレの花子さん + + + De Melancholie van Haruhi Suzumiya + Die Melancholie der Haruhi Suzumiya (2009) + haruhi2 + haruhiS2 + La malinconia di Haruhi Suzumiya (2009) + La mélancolie de Haruhi Suzumiya (2009) + Melancholia Haruhi Suzumiyi (2009) + Suzumiya Haruhi no Yuuutsu (2009) + The Melancholy of Haruhi Suzumiya 2 + The Melancholy of Haruhi Suzumiya (2009) + كآبة هاروهي سوزوميا 2 + Меланхолия Харухи Судзумии (2009) + 涼宮ハルヒの憂鬱 (2009) + + + 누들누드 + ヌードルヌード + Nudlnude + Nudl Nude + + + 누들누드2 + ヌードルヌード2 + Nudlnude 2 + + + アスラクライン + Asura + Asura Cryin` + Asura Cryin` 1 + بُكاء أشورا + Асура Краин + Плач Асуры + 机巧魔神 + + + Condor Hero III + Legend of the Condor Hero III + Shen Diao Xia Lu III + 神鵰俠侶 III:相約十六年 + + + にょろーんちゅるやさん + nyoron + Nyoro~n Churuya-san + Nyoron Churuya-san + Nyoroon Churuya-san + + + โดราเอมอน: โนบิตะ กับตำนานยักษ์พฤกษา + Doraemon: Nobita to Midori no Kyojin Den (2008) + ドラえもん のび太と緑の巨人伝 + + + Doraemon: Shin Nobita no Uchuu Kaitakushi (2009) + Doraemon: The New Record of Nobita - Spaceblazer + ドラえもん 新・のび太の宇宙開拓史 + + + リストランテ・パラディーゾ + Rispara + Ristorante Paradiso + 天堂餐馆 + + + Ryuuko, Girl with the White Flag + Shirahata no Shoujo Ryuuko + The Girl with the White Flag + 白旗の少女 琉子 + + + Zoo no Inai Doubutsuen + Zoo Without an Elephant + 象のいない動物園 + + + Hayate no Gotoku!! OVA + Hayate the Combat Butler!! OVA + ハヤテのごとく!! OVA + 旋风管家ova + + + Every Day Mom + Mainichi Kaa-san + 毎日かあさん + 每日妈妈 + + + Cobra TD + COBRA THE ANIMATION コブラ タイム・ドライブ + Cobra The Animation: Time Drive + + + Ranma 1/2: Hot Song Contest + Ranma 1/2: Nettou Uta Gassen + らんま1/2 熱闘歌合戦 + + + ソニック ナイト・オブ・ザ・ウェアホッグ + Sonic: Night of the WereHog - Sonic & Chip Kyoufu no Kan + SONIC NIGHT OF THE WEREHOG ~ソニック&チップ 恐怖の館~ + + + つみきのいえ + House of Blocks + La Maison en Petits Cubes + La Maison en petits cubes + The House of Small Cubes + Tsumiki no Ie + + + ブレーメン4 地獄の中の天使たち + Bremen 4: Jigoku no Naka no Tenshi-tachi + I 4 di Brema + + + Shin Mazinger + Shin Mazinger Shougeki! Z-Hen on television + True Mazinger + مازنجر الحقيقي + مازنجر الحقيقي (على التلفاز)مسلسل + 真マジンガー 衝撃!Z編 on television + 真魔神Z + + + At The Mercy of The Sky + Manimani + snmm + Sora no Manimani + 宙のまにまに + 浪漫追星社 + + + dbk + dbkai + Dragon Ball Kai + Dragonball Kai + Dragon Ball Z Kai + Drakonų Kova: Kai + دراجون بول كاي + ドラゴンボール改 + 龙珠改 + 龙珠·改 + + + Shin Koihime Musou + Несравненная принцесса любви [ТВ2] + 真.恋姫无双 + 真・恋姫†無双 + + + cdj + charady + Charady`nin Günlük Fıkraları + Charady no Joke na Mainichi + Charady`s Daily Joke + キャラディのジョークな毎日 + + + うみものがたり ~あなたがいてくれたコト~ + Deniz Hikayesi + Sea Story + umimono + Umi Monogatari: Anata ga Ite Kureta Koto + قصة البحر + 海之物語~您想要訴說的東西~ + 海物语 + + + Tan Fumi no Ohanashi Channel + 檀ふみのおはなしチャンネル + + + Aesop Douwa + イソップ童話 + + + ブレイクエイジ + Breakage + + + Stratta: The Animation + Stretta: The Animation + ストレッタ~THE ANIMATION~ + + + Beyond the Heavens + Souten Kouro + ما وراء السماء + За Небесами + 苍天航路 + 蒼天航路 + + + Gokujou!! Mecha Mote Iinchou + The Best!! Extremely Cool Student Council President + 极上!!超激人气委员长 + 極上!!めちゃモテ委員長 + + + hayate2 + Hayate no Gotoku!! + Hayate no Gotoku 2 + ハヤテのごとく!! Hayate the combat butler 2nd season + hng!! + hng2 + 旋风管家2 + 旋风管家 第二季 + + + Anata no Shiranai Kangofu: Seiteki Byoutou 24 Ji + あなたの知らない看護婦 ~性的病棟24時~ + + + 크로스 게임 + クロスゲーム + crossgame + Cross Game + Перекрестная игра + 幸运四叶草 + + + Naoko no Tropic Angel: Hyouryuu + 直子のトロピックエンジェル 〜漂流〜 + + + メタルファイト ベイブレード + Beyblade: Metal Fusion + Metal Fight Beyblade + بيبلاد المعركة المعدنية + + + Gekijouban Munto Tenjoubito to Akutobito Saigo no Tatakai + Last War of Heavenloids and Akutoloids + 劇場版ムント 天上人とアクト人 最後の戦い + + + にゃんこい! + Dragoste de pisică + Kedi Sevgisi + Mewwuv! + Nyankoi + Nyan Koi + Nyan Koi! + Nyankoi! + نيان كوي + 喵恋! + 猫愿三角恋 + + + Layton Kyouju to Eien no Utahime + Professor Layton - The Eternal Diva + レイトン教授と永遠の歌姫 + + + Lupin III vs. Detective Conan + Lupin Sansei vs Meitantei Conan + لوبان الثالث ضد المحقق كونان + ルパン三世 vs 名探偵コナン + + + Eiga Precure All Stars DX: Minna Tomodachi - Kiseki no Zenin Daishuugou + Precure All Stars Movie + Pretty Cure All Stars Movie + 映画 プリキュアオールスターズDX(デラックス) みんなともだちっ☆奇跡の全員大集合! + + + マリー&ガリー + Marie & Gali + + + オリジナルビデオロマンスアニメーション + Original Video Romance Animation + + + Dogs + Dogs: Bullets and Carnage + DOGS Stray dogs howling in the dark + Dogs: Stray Dogs Howling in the Dark + Köpekler: Sokak Köpekleri Karanlıkta Uluyor + Šunys: Benamiai Šunys Kaukiantys Tamsoje + الكِلاب : رصاصٌ و مجازر + كلاب:كلاب ضالة تعوي في الظلام + 暗夜迷途犬 + + + Aoi Taiken + 青い体験 + + + プリンセスラバー! + Princess Lover + Princess Lover! + Любимец Принцесс + 公主恋人 + 公主戀人 + + + Hello Kitty: Stump Village + Hello Kitty: Stump Village + + + magnitude 8 + tm8 + Tokijas: 8.0 Balų žemės drebėjimas + Tokyo Magnitude 8.0 + زلزال طوكيو 8.0 + Токийское восьмибалльное + Токио, 8-ма степен по Рихтер + Токійський землетрус 8,0 + 东京地震8.0 + 東京マグニチュード8.0 + 東京地震8.0 + + + Prince of Tennis Another Story - Messages from Past and Future + Tennis no Ouji-sama OVA Another Story: Kako to Mirai no Message + أمير التنس - قصة أخرى + テニスの王子様 OVA ANOTHER STORY ~過去と未来のメッセージ + + + Aoi Hana + Fleurs bleues + Sweet Blue Flowers + الزهور الزرقاء + Голубые Цветочки + Сини Цветчета + 青之花 + 青花 + 青い花 + + + ジュエルペット + Jewelpet + Jewel Pet + + + Hello Kitty and Friends + Hello Kitty @ Friends + + + Hello Kitty`s Animation Theater + Hello Kitty`s Animation Theater + + + Hello Kitty`s Furry Tale Theater + Hello Kitty`s Furry Tale Theater + + + Ranma 1/2 - DoCo Music Video + + + チーズスイートホーム あたらしいおうち + Chi2 + Chi`s New Address + Chi`s Sweet Home: Atarashii Ouchi + הכתובת החדשה של צ`י + Милый дом Чи (второй сезон) + + + Eiga Yes! Precure 5 Go Go! Okashi no Kuni no Happy Birthday + 映画 Yes!プリキュア5GoGo! お菓子の国のハッピーバースデイ♪ + + + Hitoriga: The Animation + 独蛾~THE ANIMATION~ + + + パンキー ファンキー ベイビー + Punky Funky Baby + + + Hello Kitty`s Paradise + Hello Kitty`s Paradise + + + A Certain Scientific Railgun + railgun + To Aru Kagaku no Railgun + Toaru Kagaku no Railgun + Некий научный рейлган + 某科学的超电磁炮 + とある科学の超電磁砲(レールガン) + 魔法禁书目录外传_科学的超电磁炮 + + + Milky Gal: Cats Ai + ミルキィギャル キャッツ愛 + + + ささめきこと + Sasameki + Sasameki Koto + Whispered Words + 轻声密语 + + + tlr ova + To LOVEる OVA + To Love-Ru OVA + + + ラブリー・シリーズ + Lovely Series + + + Aktar ve Kurt 2 OVA + Ookami to Kohaku-iro no Yuuutsu + Spice and Wolf II OAV - Il Lupo e la malinconia ambra + Spice and Wolf II OVA + s&w ova + The Wolf and the Amber Melancholy + Vilkė ir Gintarinė Melancholija + التابل و الذئب + Волчица и пряности 2 OVA + 狼と琥珀色の憂鬱 + 狼と香辛料II OVA + + + 너에게 닿기를 + Kimi ni Todoke + KimiTodo + knt + Pasiekti Tave + Reaching You + Reach You + Sana Ulaşmak + Todoke + لأصل إليك + Από μένα για σένα + Докосвам се до теб + Достучаться до тебя + Дотянуться до тебя + Чамруу тэмүүлэх нь + 君に届け + 好想告诉你 + + + ニードレス + Needless + 超能力大战/死刑判决 + + + Kaguya-hime: Taketori Monogatari + かぐや姫 竹取物語 + + + loscan + Saint Seiya: The Lost Canvas - Meiou Shinwa + 圣斗士星矢The Lost Canvas冥王神话 + 聖闘士星矢 THE LOST CANVAS 冥王神話 + + + Enshou Nihon Mukashibanashi + 艶笑日本昔ばなし + + + キャットシットワン + Apocalypse Meow + Cat Shit One + Cat Shit One + + + クッキンアイドル アイ!マイ!まいん! + Cooking Idol + cookin` idol + Cookin` Idol Ai! Mai! Main! + + + Kimochiii Koto Shite Kudasai + 気持ちいい事して下さい + + + ヒゲぴよ + Higepiyo + Higepiyo - Ūsuotas Viščiukas + Mustache-Peep + الكتكوت أبوشارب + Хигепио + 胡子小鸡 + + + Charger Girl Ju-den Chan + Fight Ippatsu! Juuden-Chan!! + juuden + ファイト一発!充電ちゃん!! + 魔力充电娘 + 魔力充電娘 + + + フルーツバージョン + Fruits Version + Traveling Fantasies + + + Cartagra: Disease of Moon Confusion + Cartagra: Tsuki Gurui no Yamai + Karutagura Tsuki Kyou Ino Byou + カルタグラ ツキ狂イノ病 + + + きみはぐ + Kimihagu + + + Chinetsu Karte: The Devilish Cherry + 恥熱カルテ The Devilish Cherry + + + Magical Teacher Negima! ~Another World~ + Mahou Sensei Negima!: Mou Hitotsu no Sekai + 魔法先生ネギま!~もうひとつの世界~ + + + Milky Passion: Dougenzaka - Ai no Shiro + ミルキィパッション 道玄坂 愛の城 + + + Kigurumikku V3 + きグルみっく☆V3 + + + アジール・セッション + Asylum Session + The Asylum Session + جلسة أسيل + Концерт в «Прибежище» + + + Cobra the Animation + COBRA THE ANIMATION + Cobra the Animation + Kosminis Piratas KOBRA + + + Tales of Vesperia ~The First Strike~ + Tales of Vesperia: The First Strike + テイルズ オブ ヴェスペリア ~The First Strike~ + حكايات فيسبيريا: الضربة الأولى + + + Manga Nihon Keizai Nyuumon + マンガ日本経済入門 + + + シュガーバニーズ フルール + Sugar Bunnies Fleur + + + Gekijouban Naruto Shippuuden: Hi no Ishi o Tsugu Mono + Naruto Shippuden: The Successor of the Fire`s Will + Naruto Shippuuden - Hi no Ishi o Tsugumono + Naruto Shippuuden Movie 3 + Naruto Shippuuden: The Inheritors of the Will of Fire + Naruto Shippuuden: The Will of Fire Still Burns + ناروتو شيبودين : وصية وريث النار + 劇場版 NARUTO-ナルト- 疾風伝 火の意志を継ぐ者 + + + Isshoni Training: Training with Hinako + いっしょにとれーにんぐ TRAINING WITH HINAKO + Training with Hinako + + + OH!MYコンブ + Oh! My Conbu + Oh! My Konbu + + + ユニバース + Universe + + + szs4 + Zan Sayonara Zetsubou Sensei + 忏·再见!绝望老师 + 懺·再見絕望先生 + 懺・さよなら絶望先生 + + + Bakunyuu Maid Gari + Bakunyuu Maid Kari + Huge Breasted Maid Hunt + 爆乳メイド狩り + + + シンデレラ エクスプレス + Cinderella Express + + + オバタリアン + Obatalian + Obatarian + + + Fushigina Daiko + ふしぎな太鼓 + + + Gundamas: Vienaragis + gundam unicorn + Kidou Senshi Gundam UC + Kidou Senshi Gundam Unicorn + Mobile Suit Gundam Unicorn + msg unicorn + unicorn + 机动战士高达独角兽 + 機動戦士ガンダムUC (ユニコーン) + + + RPG Densetsu Hepoi + RPG伝説ヘポイ + + + がんばれゴンベ + Ganbare Gonbe + + + ジャンケンマン + Jankenman + + + Tsurupika Hagemaru-kun + つるピカハゲ丸くん + + + Marude Dameo + 丸出だめ夫 + + + Edokko Boy: Gatten Tasuke + 江戸っ子ボーイ がってん太助 + + + Anne Frank Monogatari: Anne no Nikki to Douwa Yori + アンネ・フランク物語 アンネの日記と童話より + + + AIKa ZERO + AIKa Zero + aika zero ova + + + Kangoku Senkan + Prison Battleship + 監獄戦艦 + + + Redline + Red Line + Red Line + الخط الأحمر + + + かなめも + Kanamemo + 加奈日记 + 卡娜筆記 + + + Gekijouban Yatterman: Shin Yattermecha Osu gou! Omocha no Kuni de Dai Ketsudan da Koron + Yatterman (movie 2009) + 劇場版 ヤッターマン 新ヤッターメカ大集合! オモチャの国で大決断だコロン! + + + One Piece Movie 10 + One Piece: Strong World + ون بيس : العالم القوي + + + Hyakujitsu no Bara + Maiden Rose + 百日の薔薇 + + + Utsurun Desu. + 伝染るんです。 + + + Dragon Ball Z: Atsumare! Gokuu`s World + ドラゴンボールZ あつまれ!悟空ワールド + + + Shinshuu Sudama Hen + 神州魑魅変 + + + Yume o Kanaeru Zou + 夢をかなえるゾウ + + + Bokura no Saibanin Monogatari + Our Jury Story + ぼくらの裁判員物語 + + + 성검의 블랙스미스 + Blacksmith + blasmi + seiken + Seiken no Blacksmith + Šventasis Kalvis + The Sacred Blacksmith + سيف الحداد المقدس + Кузнец Святого Меча + 圣剑锻造师 + 聖剣の刀鍛冶(ブラックスミス) + + + Mesu Kyoushi: Injoku no Kyoushitsu + 牝教師 淫辱の教室 + + + Ranma 1994 Music Calendar + + + Crayon Shin-chan - Film 17 + Crayon Shin-chan Movie 17 + Crayon Shin-chan: Otakebe! Kasukabe Animal Kingdom + Crayon Shin-chan: Otakebe! Kasukabe Yasei Oukoku + Kureyon Shinchan: Otakebe! Kasukabe Yasei Oukoku + クレヨンしんちゃん オタケベ!カスカベ野生王国 + + + DreamNote + DreamNote + + + ヴァイス・サヴァイヴ + Weiss Survive + Weiß Survive + Игра на выживание + + + Hitozuma Koukan Nikki + Wife Diary Exchange + Wife-Swap Diaries + 人妻交姦日記 + + + Hell Knight Ingrid + Makai Kishi Ingrid + The Dark Knight Ingrid + 魔界騎士イングリッド + + + Eagle Talon The Movie: The Chancellor Only Lives Twice + Himitsukessha Taka no Tsume The Movie: Soutou wa Nido Shinu + 秘密結社 鷹の爪 THE MOVIE~総統は二度死ぬ~ + + + Seitokai + Seitokai no Ichizon + Seitokai no Ichizon: Hekiyou Gakuen Seitokai Gijiroku + SnI + Student Council Judgement + Подвиги Школьного совета + 学生会的一己之见 碧阳学园学生会议事录 + 生徒会の一存 + + + Elf no Futagohime: Willan to Arsura + エルフの双子姫 ウィランとアルスラ + + + Anata Dake Konbanwa + 貴方だけこんばんわ + + + Beat Blades Haruka + Choukou Sennin Haruka + 超昂閃忍ハルカ + + + Shunmao Monogatari TaoTao + シュンマオ物語 タオタオ + + + エンジェル ビーツ! + ab! + Angel Beats + Angel Beats! + Ангельские ритмы! + + + たまごっちホントのはなし + Tamagotchi Honto no Hanashi + Tamagotchi Movie + + + Umi no Mizu Hanaze Karai + Why Sea Water is Salty + 海の水はなぜからい + + + Issunboushi: Chibi Jo Monogatari + The Japanese Tom Thumb + 一寸法師ちび助物語 + + + Dekobou no Jidousha Ryokou + Dekobou`s Automobile Journey + 凸坊の自動車旅行 + + + おまひま + おまもりひまり + Omahima + Omamori Himari + Защитница Химари + Химари - живой талисман + 守护猫娘绯鞠 + + + Guskou Budori no Denki + グスコーブドリの伝記 + + + ゴリラーマン + Gorillaman + + + G.A. + GA: Geijutsuka Art Design Class + GA 芸術科アートデザインクラス + GA藝術科美術設計班 + + + ママぷりっ!? + Mama Puri!? + + + I Am a Cat + Wagahai wa Neko de Aru + 吾輩は猫である + + + Osaru no Sankichi: Totsugeki Tai no Kan + Sankichi the Monkey - Shock Troops + お猿の三吉 突撃隊の巻 + + + Ojamanga Yamada-kun + おじゃまんが山田くん + + + Kawa no Hikari + Rivers Light + 川の光 + + + Doraemon gladiador + Doraemon: Nobita`s Robot Kingdom + Doraemon: Nobita to Robot Kingdom + ドラえもん のび太とロボット王国 + + + Doraemon e o imperio Maya + Doraemon: Nobita no Taiyou Ou Densetsu + Nobita and the Legend of the Sun King + ドラえもん のび太の太陽王伝説 + + + Doraemon e a fábrica de xoguetes + Doraemon: Nobita no Nejimaki Shitei Boukenki + Doraemon: Nobita`s Adventure in Clockwork City + ドラえもん のび太のねじ巻き都市冒険記 + + + Doraemon: Nobita no Sousei Nikki + ドラえもん のび太の創世日記 + + + Doraemon: Nobita`s Fantastical Three Musketeers + Doraemon: Nobita to Mugen Sankenshi + ドラえもん のび太と夢幻三剣士 + + + Doraemon e o segredo do labirinto + Doraemon: Nobita to Buriki no Labyrinth + ドラえもん のび太とブリキの迷宮 + + + Doraemon e o misterio das nubes + Doraemon: Nobita and the Kingdom of Clouds + Doraemon: Nobita to Kumo no Oukoku + ドラえもん のび太と雲の王国 + + + Mai Mai Miracle + Mai Mai Shinko to Sennen no Mahou + マイマイ新子と千年の魔法 + + + Doraemon: Nobita no Uchuu Kaitakushi + ドラえもん のび太の宇宙開拓史 + + + Doraemon Movie 10 + Doraemon: Nobita and the Birth of Japan + Doraemon: Nobita no Nippon Tanjou + ドラえもん のび太の日本誕生 + + + Doraemon: Nobita no Parallel Saiyuuki + ドラえもん のび太のパラレル西遊記 + + + Doraemon: Nobita to Ryuu no Kishi + ドラえもん のび太と竜の騎士 + + + Doraemon: Nobita no Little Star Wars + ドラえもん のび太の宇宙小戦争 + + + Doraemon: Nobita no Makai Daibouken + ドラえもん のび太の魔界大冒険 + + + Doraemon: Nobita no Kaitei Kiganjou + ドラえもん のび太の海底鬼岩城 + + + Doraemon: Nobita no Daimakyou + ドラえもん のび太の大魔境 + + + Chikara to Onna no Yononaka + The World of Power and Women + 力と女の世の中 + + + Doraemon: Nobita Drifts in the Universe + Doraemon: Nobita Gets Lost in Space + Doraemon: Nobita no Uchuu Hyouryuuki + ドラえもん のび太の宇宙漂流記 + + + Bugってハニー + Bug tte Honey + + + Bug tte Honey: Megaromu Shoujo Ma 4622 + Bugってハニー メガロム少女舞4622 + + + ZIGGY それゆけ!R&R BAND + Ziggy Soreyuke! R&R Band + + + Sekai Meisaku Douwa Series + 世界名作童話シリーズ + + + Yukiwatari + 雪渡り + + + Geba Geba Shou Time! + ゲバゲバ笑タイム! + + + Go Go Toraemon + GoGo虎エ門 + + + Pro Yakyuu wo 10-bai Tanoshiku Miru Houhou + プロ野球を10倍楽しく見る方法 + プロ野球を10倍楽しく見る方法 + + + Pro Yakyuu o 10-bai Tanoshiku Miru Houhou Part 2 + Pro Yakyuu wo 10-bai Tanoshiku Miru Houhou Part 2 + プロ野球を10倍楽しく見る方法PART2 + プロ野球を10倍楽しく見る方法PART2 + + + Tengen Toppa Gurren Lagann Kirameki Youko Box: Pieces of Sweet Stars + 天元突破グレンラガン キラメキ☆ヨーコBOX~Pieces of sweet stars~ + + + Tsuki ga Noboru made ni + 月がのぼるまでに + + + Momotarou of the Sea + Umi no Momotarou + 海の桃太郎 + + + カタナガタリ + Katanagatari + Sword Stories + لغة السيف + Истории мечей + Катанасказы + 刀語 + 刀语 + + + くるねこ + Kuruneko + Кошачьи истории + + + 8-gatsu no Symphony: Shibuya 2002-2003 + 8月のシンフォニー ―渋谷 2002~2003 + Symphony in August + + + とらいあんぐるBLUE + Triangle Blue + + + Dr. Slump and Arale-chan: N-cha! Penguin Villiage is Swelling Then Fair + Dr. Slump: Arale-chan N-cha! Pengin-mura wa Hare nochi Hare + Dr Slump et Arale-chan Hoyoyo ! Il fait toujours beau au village Pingouin ! + Dr.スランプ アラレちゃん んちゃ!ペンギン村はハレのち晴れ + + + Dr. Slump: Arale-chan Ncha! Penguin Mura yori Ai o Komete + Dr.スランプ アラレちゃん んちゃ!ペンギン村より愛をこめて + + + Dr. Slump: Arale-chan Hoyoyo!! Tasuketa Same ni Tsurerarete... + Dr..スランプ アラレちゃん ほよよ!!助けたサメに連れられて・・・ + + + Dr. Slump & Arale-chan Ncha! Trembling Hot Summer Holiday + Dr. Slump: Arale-chan N-cha!! Wakuwaku Hot no Natsuyasumi + Dr.スランプ アラレちゃん んちゃ!!わくわくハートの夏休み + + + バーチャルスター2000 + Virtually Real - Virtual Stars + Virtually Real - Virtual Stars + Virtual Star 2000 + + + トレジャーガウスト + Treasure Gaust + + + Dreamy Urashima + Nonki na Tou-san Ryuuguu Mairi + ノンキナトウサン竜宮参り + + + Daichan, Daisuki. + 大ちゃん、だいすき。 + + + Happy Birthday Inochi Kagayaku Toki + ハッピーバースデー 命かがやく瞬間 + + + Dioxin Summer + Inochi No Chikyuu: Dioxin No Natsu + The Summer of Dioxin + いのちの地球 ダイオキシンの夏 + + + Grick no Bouken + グリックの冒険 + + + となりの801ちゃんR + Tonari no 801-chan R + Tonari no Yaoi-chan R + + + Eden Movie 1 + Eden Of The East: Movie 1 + Eden of the East Movie I: The King of Eden + Higashi no Eden: Gekijouban I The King of Eden + جنة الشرق الفيلم الأول : ملك عدن + 東のエデン 劇場版Ⅰ The King of Eden + + + Eden Movie 2 + Eden of the East Movie II: Paradise Lost + Higashi no Eden: Gekijouban II Paradise Lost + جنة الشرق الفيلم الثاني : الفردوس المفقود + 東のエデン 劇場版Ⅱ Paradise Lost + + + Eagle Talon The Movie II + Himitsukessha Taka no Tsume The Movie II: Watashi o Aishita Kuro Oolong-Cha + 秘密結社 鷹の爪 THE MOVIE II~私を愛した黒烏龍茶~ + + + Katsudou Shashin + 活動写真 + + + Chinyuuki: Tarou to Yukai na Nakama-tachi + 珍遊記 ~太郎とゆかいな仲間たち~ + + + ファイテンション☆デパート + Fight Tension Depart + + + Darker than BLACK -유성의 제미니- + Darker than Black 2 + Darker than Black: Gemini of the Meteor + Darker than Black: Ryuusei no Gemini + DARKER THAN BLACK -流星の双子(ジェミニ)- + dtb2 + dtbrng + Tamsiau už Juodą: Meteoro Dvyniai + Zifiri Karanlık 2 + أدكن مِنْ الأسودِ 2 + Темнее черного: Близнецы и падающая звезда + 黑之契约者-流星的双子- + + + BLACK LAGOON Roberta`s Blood Trail + Black Lagoon: Roberta`s Blood Trail + + + Hanamaro darželis + Hanamaru + Hanamaru Kindergarten + Hanamaru Youchien + Przedszkole Hanamaru + Детский садик Ханамару + はなまる幼稚園 + 花丸幼儿园 花丸托儿所 + 花丸幼稚园 + + + らんぽう + Ranpou + + + Detective Conan OVA 9 + Detective Conan: The Stranger of 10 Years + Meitantei Conan: 10 Nengo no Stranger + 名探偵コナン~10年後の異邦人[ストレンジャー]~ + + + バトン + Baton + + + Jungle Emperor Leo (2009) + Jungle Taitei: Yuuki ga Mirai o Kaeru + Kimba the White Lion + ジャングル大帝 勇気が未来をかえる + + + qb2 + queen`s blade 2 + Queen`s Blade: Gyokuza o Tsugu Mono + Queen`s Blade: The Successor to the Throne + 女王之刃 王座继承者 + クイーンズブレイド 玉座を継ぐ者 + + + みなみけ べつばら + Minami-ke Betsubara + mke4 + mkeb + + + マクロスF ~イツワリノウタヒメ~ + Macross F: Itsuwari no Utahime + Macross Frontier: Itsuwari no Utahime + Macross Frontier the MOVIE ~The False Diva~ + Macross Frontier: The Songstress of Lies + + + Oyako Club + 親子クラブ + + + そらのおとしもの + Heaven`s Lost Property + Lost Property of the Sky + Sora no Otoshimono + SoraOto + Потерянное небом + Утраченное небесами + 天降之物 + + + フェアリーテイル + Fairytail + Fairy Tail + FT + Pasaka + Peri Kuyruğu + ذيلُ الجنيّ + Приказна история + 妖精的尾巴 + + + Kaitei Daisensou: Ai no 20.000 Miles + The Great Navy Battle: 20,000 Miles of Love + Undersea Encounter + War Beneath the Sea: 20.000 Miles for Love + 海底大戦争 愛の20000マイル + + + Flag Director`s Edition Issenman no Kufura no Kiroku + FLAG Director`s Edition 一千万のクフラの記録 + Flag - The Movie (Director`s Cut) + + + ファイテンション☆スクール + Fight Tension School + + + ファイテンション☆テレビ + Fight Tension TV + + + Transformers: Scramble City Hatsudou Hen + 戦え!超ロボット生命体トランスフォーマー スクランブルシティ発動編 + + + Cherryのまんま + Cherry no Manma + Cherry Scandal + Pink Fruits Scandal + + + デュラララ!! + Dhurarara!! + Drrr!! + Dulalala!! + Dullalala + Dullalala!! + Durarara!! + Dyurarara!! + Дюрарара!!! + 无头骑士异闻录 + + + Natsu no Arashi! 2 + Natsu no Arashi! Akinai-chuu + nna2 + Summer Storm! 2 + Summer Storm! Open for Business + 夏之岚 ~春夏冬中~ + 夏のあらし!春夏冬中 + + + 15 Bishoujo Hyouryuuki + 15美少女漂流記 + The Story of 15 Beautiful Girls Adrift + + + 공중그네 + Kuuchuu Blanc + Kuuchuu Blank + Kuuchuu Buranko + Trapeze + 空中ブランコ + 空中秋千 + + + Armed Librarians + Armed Librarians: Book of Bantorra + bantorra + Tatakau Shisho: The Book of Bantorra + The Book of Bantorra + قتال المكتبات : كتاب بانتورا + Боевые Библиотекари: Книга Банторры + 战斗司书 The Book of Bantorra + 戦う司書 The Book of Bantorra + + + Space Battleship Yamato: Rebirth Chapter + Uchuu Senkan Yamato: Fukkatsu Hen + 宇宙戦艦ヤマト・復活篇 + + + Otoko wa Tsurai yo: Torajirou Wasurenagusa + 男はつらいよ 寅次郎忘れな草 + + + Yokorenbo: Immoral Mother + 横恋母~Immoral Mother~ + + + けんぷファー + Kaempfer + Kampfer + Kämpfer + Kenpufaa + Kenpufer + Kovotoja + Luptătoarele + Кемпфер + 肯普法 + + + Chikyuu Monogatari Telepath 2500 + Earth Story Telepath 2500 + 地球物語 テレパス2500 + + + Chou no Sainan + The Unlucky Butterfly + 蝶のさいなん + + + Home Alone Mice + Nezumi No Rusuban + 鼠の留守番 + + + Doubutsu Mura no Sports Day + Sports Day at Animal Village + 動物村のスポーツデー + + + Ooatari Sora no Entaku + The Plane Cabby`s Lucky Day + 大当り空の円タク + + + Sanko and the Octopus: A Fight Over a Fortune + Sankou to Tako: Hyakuman-ryou Chinsoudou + 三公と蛸~百万両珍騒動~ + + + カッくんカフェ + Kakkun Cafe + + + チロヌップのきつね + Chironup no Kitsune + Foxes of Chironup + + + パッチンして!おばあちゃん + Pacchin Shite! Obaachan + + + Hoshizora no Violin + Violin in the Starry Sky + 星空のバイオリン + + + Sexual Pursuit 2 + Soukan Yuugi 2 + 相関遊戯2 + + + Momotaro the Undefeated + Nihon-ichi Momotarou + 日本一桃太郎 + + + Mighty Taro`s Reckless Training + Tairiki Tarou no Mucha Shuugyou + 大力太郎の無茶修業 + + + Issunboushi no Shusse + The Tiny One Makes It Big + 一寸法師ノ出世 + + + Das Geschwür + His Snatched Off Lump + Kobu-tori + Kobutori (1929) + The Stolen Lump (1929) + 瘤取り (1929) + + + Taro`s Toy Train + Tarou-san no Kisha + 太郎さんの汽車 + + + かうもり + Komori + The Bat + + + Harvest Festival + Mura Matsuri + 村祭 + + + Saru Masamune + The Monkey Sword Masamune + 猿正宗 + + + Kokka Kimigayo + The National Anthem Kimigayo + 国歌  君か代 + + + Urashima Tarou (1931) + 浦島太郎 (1931) + + + Dankichi-jima no Olympic Taikai + Olympic Games on Dankichi Island + ダン吉島のオリムピック大会 + + + Hibari no Yadogae + The Larks` Moving Day + 雲雀の宿替 + + + Kinnikuman: Kessen! Shichinin no Seigi Choujin vs Uchuu Nobushi + キン肉マン 決戦!7人の正義超人vs宇宙野武士 + + + Oira no Yakyuu + Our Baseball Match + おい等の野球 + おいらの野球 + + + Inuyasha Kanketsu-hen + Inuyasha: The Final Act + iy2 + إينوياشا : الفصل الاخير + Инуяся: Последняя глава + Инуяша: Последняя глава + 犬夜叉 完結編 + 犬夜叉 完结篇 + + + おんたま! + Ontama! + + + Furudera no Obake-soudou + Taro`s Monster Hunt + 古寺のおばけ騒動 + + + Doraemon: Nobita no Ningyo Daikaisen + ドラえもん のび太の人魚大海戦 + + + Fresh Precure! Omocha no Kuni wa Himitsu ga Ippai!? + フレッシュプリキュア!おもちゃの国は秘密がいっぱい!? + + + nhnh2 + Nogizaka 2 + Nogizaka Haruka no Himitsu: Purezza + 乃木坂春香的秘密 purezza + 乃木坂春香の秘密 ぴゅあれっつぁ♪ + + + Armored Trooper Votoms: Pailsen Files - The Movie + Soukou Kihei Votoms: Pailsen Files - Gekijouban + Zırhlı Piyade Votoms: Pailsen Dosyaları - Film - + 装甲騎兵ボトムズ ペールゼン・ファイルズ 劇場版 + + + Hinomaru Tarou: Musha Shugyou no Maki + Taro`s Early Training Days + 日の丸太郎~武者修行の巻~ + + + Maabou no Daikyousou + Mabo`s Big Race + マー坊の大競争 + + + Maabou no Kinoshita Toukichirou + Mabo as Tokichiro Kinoshita + マー坊の木下藤吉郎 + + + Doubutsu Mura no Daisodou + The Animal Village in Trouble + 動物村の大騒動 + + + Oyoge ya Oyoge + Swim, Monkey, Swim! + 泳げや泳げ + + + Baby Kangaroo`s Birthday Surprise + Kangaroo no Tanjoubi + カンガルーの誕生日 + + + Osaru no Sankichi: Boukuusen + Sankichi the Monkey: The Air Combat + お猿の三吉~防空戦~ + + + Kuma ni Kuwarenu Otoko + The Bear Dodger + 熊に喰われぬ男 + + + Gulliver Funtouki + Gulliver`s Great Activities + ガリヴァー奮闘記 + + + Suzume no Oyado + The Sparrows` Lodge + 雀のお宿 + + + Ohisama to Kaeru + The Sun and the Frogs + お日様と蛙 + + + Osaru no Kantai + The Monkey Fleet + お猿の艦隊 + + + Izakaya no Ichiya + Over a Drink + 居酒屋の一夜 + + + Ban Danemon Bakemono Taiji no Maki + Danemon`s Monster Hunt at Shojoji + Shoujouji no Tanuki-bayashi Ban Danemon + 塙団右衛門化物退治の巻 + 證城寺の狸囃子 塙団右衛門 + + + Ninjutsu Hinotama Kozou: Edo no Maki + 忍術火の玉小僧~江戸の巻~ + + + Taa-chan no Kaitei Ryokou + Taa-chan`s Underwater Adventure + ターチャンの海底旅行 + + + Hyoei and Heibei`s Tengu Hunt + Tengu Taiji + 天狗退治 + + + Animal Sumo + Doubutsu Sumo Taikai + 動物相撲大会 + + + Haru no Uta + Spring Song + 春の唄 + + + Shoujouji no Tanuki-bayashi + 證城寺の狸囃子 + + + クプ~!!まめゴマ! + Kupuu!! Mamegoma! + + + BakaTest + Baka to Test to Shokanju + Baka to Test to Shoukanjuu + Idiots, Tests, and Summoned Creatures + The Idiot, the Test, and Summoned Creatures + Дурни, Тесты, Аватары + バカとテストと召喚獣 + 笨蛋,测验,召唤兽 + + + Halo Legendos + Halo Legends + Halo Legends + Halo Legends + Halo Legends + Halo: Legendy + 光环:传奇 + + + ウルトラマンUSA + Ultraman, comeza a aventura + Ultraman: The Adventure Begins + Ultraman USA + + + ウルトラマン カンパニー + Ultraman Company + + + イレブンアイズ + 11 akių + 11eyes + 11eyes + 11 Eyes + 11eyes: Tsumi to Batsu to Aganai no Shoujo + أحدَ عشرَ عين + 罪与罚与赎的少女 + + + Hu die meng Liang Shanbo yu Zhu Yingtai + 蝴蝶夢-梁山伯與祝英台 + + + Oni Chichi + 鬼父 + + + Birthday Boy + + + Shakugan no Shana S + Shana OVA + shana s + 灼眼のシャナS + + + ホワッツマイケル? (1988) + What`s Michael? (1988) + + + Aoi Hitomi no Onna no Ko no Ohanashi + The Story of the Blue-Eyed Girl + قصة الفتاة زرقاء العينين + 青い瞳の女の子のお話 + + + Yakeato no, Okashi no Ki + 焼跡の、お菓子の木 + + + Chiisai Sensuikan ni Koi wo Shita Dekasugiru Kujira no Hanashi + 小さい潜水艦に恋したでかすぎるクジラの話 + + + けものとチャット + Chatting with Creatures + Kemocha + Kemono to Chat + + + Eden of The East Compilation: Air Communication + Higashi no Eden: Soushuuhen Air Communication + جنة الشرق : تجميع الاتصالات الجوية + 東のエデン 総集編 Air Communication + + + Kansen: Inyoku no Rensa + 感染 淫欲の連鎖 + + + テイルエンダーズ + Tailenders + + + 별별 이야기 + 별별 이야기 -차별에 대한 유쾌한 풍자- + Byulbyul Iyagi + If You Were Me: Anima Vision + + + こねこのらくがき + Koneko no Rakugaki + + + アスラクライン2 + Asura2 + Asura Cryin` 2 + بُكاء أشورا 2 + Асура Краин 2 + 机巧魔神2 + + + Souya Monogatari + 宗谷物語 + + + ウチュレイ! + Uchurei! + + + テガミバチ + letter bee + Letter Bee TV + Mektup Arısı + Tegami Bachi + تيجامي باتشي + رسالةِ نحلة + Пчелиная почта + 信蜂 + + + ダンスインザヴァンパイアバンド + Bund + Dance in the Vampire Bund + DitVB + Танец на Вампирском берегу + 吸血鬼同盟 + + + Injuu Seisen XX + Twin Angels (2) + 淫獣聖戦XX + + + Astro Fighter Sunred 2 + sunred2 + Tentai Senshi Sunred 2 + 天体战士2 + 天体战士桑雷德 2 + 天体戦士サンレッド 2 + + + Nodame Cantabile OAD + Nodame Cantabile OVA + のだめカンタービレ OVA + Нодаме Кантабиле OVA + + + Muncind + working + Working!! + WORKING!! + Работаю!! + 迷糊餐厅 + + + Jiburiru the Devil Angel 3 + Jiburiru: The Devil Angel 3 + Makai Tenshi Djibril 3 + 魔界天使ジブリール3 + + + あきそら + Akisora + Aki Sora + Aki-Sora + Autumn Sky + + + ソラノヲト + ソ・ラ・ノ・ヲ・ト + Dangaus Garsai + Dźwięk Nieba + La mélodie du ciel + Odgłos Nieba + snw + Sora no Oto + Soranowoto + So-Ra-No-Wo-To + So・Ra・No・Wo・To + Sora no Woto + the sound of the sky + صوت السماء + Звуки небес + 天空之音 + 空之音 + + + Fate/stay night Unlimited Blade Works + fsn movie + f/sn ubw + fsn ubw + Gekijouban Fate/Stay Night: Unlimited Blade Works + ubw + مصير / ليلة البقاء : اعمال النصل الغير محدود + 劇場版 Fate/stay night: UNLIMITED BLADE WORKS + + + Kaidan Restaurant + Thriller Restaurant + 怪談レストラン + 怪谈餐馆 + + + Buddha Saitan + Happy Science Movie 5 + The Rebirth of Buddha + 仏陀再誕 + + + Kanokon: Manatsu no Daishanikusai + Kanokon OVA + Kanokon: The Big Midsummer Carnival + かのこん ~真夏の大謝肉祭~ + + + Animal Detectives Kiruminzoo + Anyamal Tantei Kiruminzoo + Anyamaru Tantei Kiruminzuu + kirumin + محققوا الحيوانات كيرومين زو + محققوا الحيوانات كيرومينزو + 动物侦探 + あにゃまる探偵 キルミンずぅ + + + キャットマン + Catman + CATMAN + + + Catman Series 2 + CATMAN series II + + + Hoshi ni Negai o + Wish upon a Star: Fantastic Cat + 星に願いを + + + ピカチュウたんけんクラブ + Pikachu Exploration Club + Pikachu Tanken Club + Pokemon: Movie 10 Short + + + セキレイ~Pure Engagement~ + Sekirei: Pure Engagement + + + Miracle Train: Ooedo-sen e Youkoso + Miracle Train: Welcome to Oedo Line + Miracle Train - Welcome to the Oedo Line + القطار المعجزة : مرحبا بكم في خط اوادوا + ミラクル☆トレイン~大江戸線へようこそ~ + 奇迹列车~欢迎来到大江户线~ + + + よなよなペンギン + Yona Yona Penguin + بطريق ، كل مساء + + + ピカチュウのなつやすみ + Las Vacaciones de Verano de Pikachu + Pikachu no Natsuyasumi + Pikachu`s Summer Vacation + Pokemon: Movie 1 Short + Wakacje Pikachu + + + ピカチュウたんけんたい + Pikachu Al Rescate + Pikachu mentő akciója + Pikachu`s Rescue Adventure + Pikachu Tankentai + Pikachu wybawca + Pokemon: Movie 2 Short + מבצע ההצלה של פיקאצ`ו + + + ピチューとピカチュウ + Pichu to Pikachu + Pikachu and Pichu + Pikachu és Pichu + Pikachu i Pichu + Pikachu y Pichu + Pokemon: Movie 3 Short + + + ピカチュウのドキドキかくれんぼ + Pikachu no Dokidoki Kakurenbo + Pikachu`s PikaBoo + Pokemon: Movie 4 Short + + + Camp Pikachu + Pika Pika Hoshizora Camp + Pikapika Starry Sky Camp + Pokemon: Movie 5 Short + ピカピカ星空キャンプ + + + Odoru Pokemon Himitsu Kichi + Pokemon Gotta Dance! + Pokemon: Movie 6 Short + Secret Base of the Dancing Pokemon + おどるポケモンひみつ基地 + + + ピカチュウのわんぱくアイランド + Pikachu no Wanpaku Island + Pikachu`s Island Adventure + Pokemon: Movie 9 Short + + + Pikachu Koori no Daibouken + Pikachu`s Great Ice Adventure + Pokemon: Movie 11 Short + ピカチュウ 氷の大冒険 + + + ピカチュウのキラキラだいそうさく! + Pikachu no Kirakira Daisousaku! + Pikachu`s Great Sparkling Search! + Pokemon: Movie 12 Short + + + One Piece: Mezase! Kaizoku yakyu o + One Piece: Take Aim! The Pirate Baseball King + + + Kyoufu Shinbun + 恐怖新聞 + + + スーキャット + Sue Cat + + + Tomoe ga Yuku! + 巴がゆく! + + + Chalk-Colored People + Chalk-iro no People + チョーク色のピープル + + + TWD EXPRESS ローリングテイクオフ + TWD Express Rolling Takeoff + + + ろくでなしBLUES + Rokudenashi Blues + + + ろくでなしBLUES 1993 + Rokudenashi Blues 1993 + + + Tales of Symphonia: Tethe`alla Chapter + Tales of Symphonia The Animation: Tethe`alla Episode + Tales of Symphonia The Animation: Tethe`alla Hen + テイルズ オブ シンフォニア THE ANIMATION テセアラ編 + + + Qwaser + Seikon no Qwaser + The Qwaser of Stigmata + 圣痕炼金士 + 聖痕のクェイサー + + + フォルト!! + Fault!! + + + Betrayal Knows My Name + Uraboku + Uraboku + Uragiri wa Boku no Namae o Shitteiru + الغدرُ يعرفُ إسمي + 无法逃离的背叛 + 裏切りは僕の名前を知っている + + + まほろまてぃっく ただいま◇おかえり + Mahoromatic: Back home once again + Mahoromatic: Tadaima Okaeri + Махороматик: С возвращением! + + + ブラック★ロックシューター + Black Rock Shooter + BLACK★ROCK SHOOTER + brs + طالقة النار بلاك روك + + + Kaguya-Hime + かぐや姫 + + + Spy Destruction + Spy Gekimetsu + スパイ撃滅 + + + Obasuteyama + The Mountain Where Old Women Are Abandoned + 姥捨山 + + + Akagaki Genzou: Tokuri no Wakare + Genzo Performs a Ceremony with a Parting Cup + 赤垣源蔵徳利の別れ + + + Shou-chan no Bouken + 正ちゃんの冒険 + + + Tako no Hone + The Octopus Bone + 蛸の骨 + + + Kujira + The Whale + + + + Bunbuku Chagama + Raccoon That Helped a Junk Man + 文福茶釜 + + + Otogi Banashi: Bumbuku Chagama + お伽囃 文福茶釜 + + + Animal Olympic Games + Doubutsu Olympic Taikai + 動物オリムピック大会 + + + Oira no Ski + おい等のスキー + + + Osekisho + The Inspection Station + お関所 + + + The Hare and The Tortoise + Usagi to Kame + 兎と亀 + + + Kemurigusa Monogatari + The Story of the Smoke Weed + 煙り草物語 + + + Journey to the West: Songoku`s Story + Saiyuuki: Son Gokuu Monogatari + 西遊記孫悟空物語 + + + Baghdad-jou no Touzoku + Baguda-jou no Touzoku + Burglars of Baghdad Castle + 馬具田城の盗賊 + + + Tanukichi no Ohanashi + タヌ吉のお話 + + + Osaru no Tairyou + The Monkey`s Big Catch + お猿の大漁 + + + Genroku Koi Moyou: Sankichi to Osayo + Love in the Genroku Era + 元禄恋模様 三吉とおさよ + + + Ponsuke no Haru + ポン助の春 + + + Mori no Yakyuudan + 森の野球団 + + + Princess of the Moon Palace + Tsuki no Miya no Oujo-sama + 月の宮の王女様 + + + Chagama Ondo + The Dance of the Chagamas + 茶釜音頭 + + + Chinkoro Heihei Tamatebako + Chinkoro`s Precious Box + ちんころ平々玉手箱 + + + Maabou no Shounen Koukuu Tsuwamono + マー坊の少年航空兵 + + + Sora no Arawashi + 空の荒鷲 + + + Maabou no Tairiku Hikyou Tanken + マー坊の大陸秘境探険 + + + Benkei tai Ushiwaka + Benkei vs Ushiwaka + べんけい対ウシワカ + + + Nyan no Urashima + ニャンの浦島 + + + Maabou no Muteki Kaigun + マー坊の無敵海軍 + + + Ougon no Kagi + Ougon no Tsuribari + 黄金の鈎 + + + Kintaro`s Physical Education Diary + Kintarou Taiiku Nikki + キンタロー体育日記 + + + Fire-Crackle Mountain (1940) + Kachikachi Yama (1940) + カチカチ山 (1940) + + + Karasu no Hoken Kanyuin + 烏の保険勧誘員 + + + Ochou Fujin no Gensou + お蝶夫人の幻想 + + + おんぶおばけ + Onbu Obake + Piggyback Ghost + + + Kousagi Monogatari + Story of the Little Rabbit + 子うさぎものがたり + + + Kappa Kawatarou + かっぱ川太郎 + + + Hana to Chou + The Flower and the Butterfly + 花と蝶 + + + ありとはと + Ari to Hato (1953) + The Ant and the Pigeon (1953) + + + Mori no Ongakukai + The Forest Concert + 森の音楽会 + + + くじら + Kujira (1952) + The Whale (1952) + + + Ponsuke no Udekurabe + ポン助の腕くらべ + + + Kobito to Aomushi + Kobito to Ao Mushi + The Dwarf and the Green Catterpillar + The Gnome and the Caterpillar + 小人と青虫 + + + Tora-chan no Kankan Mushi + トラちゃんのカンカン虫 + + + Doubutsu Dai Yakyuu Sen + 動物大野球戦 + + + Ousama no Shippo + The King`s Tail + 王様のしっぽ + + + Furuike Emaki: Kaeru to Kitsune + 古池繪巻 蛙と狐 + + + Poppaya-san Nonki Kikanshi + Poppoya-san the Carefree Railroad Man + ポッポやさん のんき機関士 + + + Poppaya-san no Nonki Ekichou + Poppaya-san, The Good-natured Station Master + ポッポやさんののんき駅長 + + + Baghdad-Hime + Princess of Baghdad + バグダッド姫 + + + Kachikachi Yama no Shouboutai + カチカチ山の消防隊 + + + Tora-chan and the Bride + Tora-chan to Hanayome + トラちゃんと花嫁 + + + まさかりかついで + Masakari Katsuide + + + Abandoned Cat Little Tora + Suteneko Tora-chan + すて猫トラちゃん + + + Muku no Ki no Hanashi + ムクの木の話 + + + Yashinomi + 椰子の実 + + + Dream of a Snowy Night + Yuki no Yoru no Yume + 雪の夜の夢 + + + Cherryblossom: Fantasy of Spring + Sakura: Haru no Gensou + 桜 - 春の幻想 + + + Mahou no Pen + The Magic Pen + 魔法のペン + + + Fuku-chan no Sensuikan + Fuku-chan`s Submarine + フクちゃんの潜水艦 + + + Momotaro`s Sea Eagles + Momotarou no Umiwashi + 桃太郎の海鷲 + + + ニッポンバンザイ + Nippon Banzai + + + Fuku-chan no Zousan Butai + フクちゃんの増産部隊 + + + Maabou no Rakkasan Butai + Mabo`s Paratrooping Unit + マー坊の落下傘部隊 + + + Osaru Sankichi: Tatakau Sensuikan + お猿三吉 戦う潜水艦 + + + Malay Oki Kaisen + Sea Battle at Malay + マレー沖海戦 + + + Osaru Sankichi: Funsenki + お猿三吉 奮戦記 + + + Maabou no Tekketsu Rikusentai + マー坊の鉄血陸戦隊 + + + Fuku-chan no Kishuu + フクちゃんの奇襲 + + + Maabou no Tairiku Senbutai Zenpen: Circus no Maki + マー坊の大陸宣撫隊 前篇 サーカスの巻 + + + Maabou no Tairiku Senbutai Kouhen: Hizoku Taiji no Maki + マー坊の大陸宣撫隊 後篇 匪賊退治の巻 + + + Maabou no Nankai Funsen-ki + マー坊の南海奮戦記 + + + Oyama no Soudouin + お山の総動員 + + + Kyouryoku Boukuusen + 協力防空戦 + + + Borrowed Hat + Karita Boushi + かりた帽子 + + + Osaru Sankichi: Bokura no Kaiheidan + お猿三吉 ぼくらの海兵団 + + + Yume no Majutsushi + 夢の魔術師 + + + Cat and Mouse + Neko to Nezumi + 猫と鼠 + + + いたずらポスト + Itazura Post + + + Shitakiri Suzume + 舌切雀 + + + Fire-Crackle Mountain + Kachikachi Yama + カチカチ山 + + + Chokin no Susume + 貯金の勤 + + + Yukidaruma + 雪達磨 + + + Kaeru no Yume + The Frog`s Dream + 蛙の夢 + + + Kintarou + 金太郎 + + + Kobutori + The Stolen Lump + 瘤取り + + + Issunboushi + 一寸法師 + + + Tarou no Banpei + 太郎の番兵 + + + Koshiore Tsubame + 腰折燕 + + + Tokechigai + 解けちがい + + + Ari to Hato + The Ant and the Pigeon + 蟻と鳩 + + + Mikanbun + みかん船 + + + Chinsetsu Yoshida Goten + 珍説吉田御殿 + + + Kaeru wa Kaeru + 蛙は蛙 + + + Kogane no Hana + こがねの花 + + + Chimney Sweep Pero + Entotsuya Peroo + 煙突屋ペロー + + + Chongire Hebi + ちょん切れ蛇 + + + Nansensu Monogatari Daiichi-hen: Sarugashima + 難船ス物語 第一篇 猿ケ島 + + + Kaeru San Yuushi + 蛙三勇士 + + + Adauchi Karasu + 仇討からす + + + Gang to Odoriko + ギャングと踊り子 + + + Fire-Crackle Mountain (1934) + Kachikachi Yama (1934) + かちかち山 (1934) + + + Ari to Kaeru + The Ant and the Frog + 蟻と蛙 + + + Taa-chan no Kaibutsu Taiji + ターチャンの怪物退治 + + + Beer Banzai + ビール万才 + + + Hinotama Kozou: Sanzoku Taiji + 火の玉小僧 山賊退治 + + + Shinsetsu Kachikachi Yama + 新説カチカチ山 + + + Shin Saru Kani Gassen + 新猿蟹合戦 + + + Tony`s Heroine Series: Kanojo wa Hanayome Kouhosei? Cinderella Collection + Tony`s ヒロインシリーズ 彼女は花嫁候補生? シンデレラ・コレクション + + + しゅごキャラ! パーティー! + しゅごキャラ!!!どっきどきっ + しゅごキャラパーティー! + SC3 + Shugo Chara ! Dokki Doki + Shugo Chara!!! Dokki Doki + Shugo Chara Party! + Shugo Chara! Party! + + + ちびくろさんぼのとらたいじ + Chibikuro Sambo no Tora Taiji + Little Black Sambo versus the Tiger + + + The Phantom Ship + Yuurei-sen + 幽霊船 + + + Issunboushi (1956) + 一寸法師 (1956) + + + ちびくろさんぼとふたごのおとうと + Chibikuro Sambo to Futago no Otouto + Little Black Sambo and his Twin Brother + + + ふくすけ + Fukusuke + + + Kappa no Paatarou + かっぱのぱあ太郎 + + + Galactic Boy Team + Galaxy Boy Troop + Ginga Shounen Tai + 銀河少年隊 + + + Otoko Ippiki Gaki Daishou + 男一匹ガキ大将 + + + そばかすプッチー + Sobakasu Pucchi + + + Himitsu Kessha Taka no Tsume The Movie 3 ~http://takanotsume.jp wa Eien ni~ + Himitsukessha Taka no Tsume The Movie 3: http://takanotsume.jp wa Eien ni + Secret Society Eagle Talon The Movie 3: http://TakanoTsume.jp is Forever + 秘密結社 鷹の爪 THE MOVIE3 http://鷹の爪.jp は永遠に + + + A Literary Girl + Bungaku Shoujo + Literature Girl + 劇場版 文学少女 + 文学少女 + + + Calendar Of Tomorrow`s University + Monoshiri Daigaku Ashita no Calendar + ものしり大学 明日のカレンダー + + + Maabou Kasei o Iku + マー坊火星を行く + + + Maabou no Shiken Hikou + マー坊の試験飛行 + + + Maabou no Tokyo Olympic Taikai + マー坊の東京オリンピック大会 + + + Chamebou Kuukijuu no Maki + 茶目坊空気銃の巻 + + + Hanawa Hekonai Kappa Matsuri + 塙凹内かっぱまつり + + + Dream-Colored Pastry Chef + Yume-iro Patissiere + Yumeiro Patissiere + Yumeiro Pâtissière + Yumepati + حلم شيف المعجنات الملون + 夢色パティシエール + 梦色蛋糕师 + + + Ichiban + Ichiban Ushiro no Daimaou + Князь тьмы с задней парты + いちばんうしろの大魔王 + 最後大魔王 + + + チェブラーシカ あれれ? + Cheburashka Arere? + Kūlverstukas + Чебурашка арэрэ? + + + white album 2 + White Album 2nd Season + WHITE ALBUM 後半 + WHITE ALBUM 後期 + الألبوم الأبيض 2 + 白色相簿第二季 + + + Tiger Mask Fuku Men League Sen + Tiger Mask: War to the League of Masked Wrestlers + タイガーマスク ふく面リーグ戦 + + + Otanoshimi Anime Gekijou + おたのしみアニメ劇場 + + + Chingou Muchabee + The Extravagant Muchabee + 珍豪ムチャ兵衛 + + + Shin Skyers 5 + 新スカイヤーズ5 + + + Nihon Manga Eiga Hattatsushi: Manga Eiga Tanjou + The Story and Development of Japanese Animated Cartoons + 日本漫画映画発達史・漫画映画誕生 + + + Panda Kopanda: Amefuri Circus no Maki + Panda, Panda Cub: Rainy Day Circus + Suur panda ja väike panda: tsirkus vihmas + パンダ・コパンダ 雨ふりサーカスの巻 + + + Nihon Manga Eiga Hattatsushi: Anime Shingajou + The Japanese Illustrated Story Agenda: History of Animation + 日本漫画映画発達史・アニメ新画帖 + + + Battle Spirits: Shounen Gekiha Dan + Battle Spirits 少年激霸弹 + バトルスピリッツ 少年激覇ダン + + + Hoshi no Ko Poron + Polon the Star Child + 星の子ポロン + + + Little Tamageta, the Neighbor + Tonari no Tamageta-kun + となりのたまげ太くん + + + Chiisana Jumbo + Little Jumbo + 小さなジャンボ + + + A Christmas Carol + Machi Ichiban no Kechinbou + The Number one Miser of the City + The Stingiest Man in Town + 町一番のけちんぼう + + + Kurumiwari Ningyou + Nutcracker Fantasy + くるみ割り人形 + + + Ashita no Eleven-tachi + Tomorrow`s Eleven + あしたの勇者たち + あしたの勇者(イレブン)たち + + + あしながおじさん + Ashinaga Oji-san + Daddy Long-Legs + + + House of Flame + Kataku: Nou "Motometsuka" yori + 火宅 能「求塚」より + + + Breaking of Branches is Forbidden + Hanaori + 花折り + + + Anthropo-Cynical Farce + Farce anthropo-cynique + Kenju Giga + 犬儒戯画 + + + Tabi + The Trip + Travel + + + + Rules of the night + Yoru no Okite + 夜の掟 + + + Mezamero + Wake Up + 覚めろ + + + A Travel to the Lost World + For Almost Forgotten Stories + Kiekaketa Monogatari-Tachi no Tame ni + 消えかけた物語たちの為に + + + Feathers gazing into the darkness + Yami o Mitsumeru Hane + 闇を見つめる羽根 + + + Briar-Rose or The Sleeping Beauty + Ibara-Hime Mata wa Nemuri-Hime + Sípková Ruzenka aneb Spici krasavice + いばら姫またはねむり姫 + + + Dojoji + Dojoji Temple + 道成寺 + + + Archer without a Bow + Fusha no Sha + To Shoot without Shooting + 不射之射 + + + うさるさん + Usaru-san + + + Breathing Clouds + Kokyuu Suru Kumo + 呼吸する雲 + + + Shiobara Tasuke + 塩原多助 + + + Nansensu Monogatari Daini-hen: Kaizokusen + 難船ス物語 第二篇 海賊船 + + + Shin Dousei Jidai: Hawaiian Breeze + 新・同棲時代 HAWAIIAN BREEZE + + + Class President is a Maid! + KaichouMaid + Kaichou wa Maid-sama + Kaichou wa Maid-sama! + KwMs + Maidsama + Şefa clasei e servitoare. + ! رئيسة الصف نادله + 会長はメイド様! + 会长是女仆大人 + + + れでぃ×ばと! + Doamne vs. Majordom + Ladies versus Butlers! + Ladies vs Butlers + LvB + LvsB + LxB + Redi x Bato! + Леди против Дворецких! + 管家后宫学园 + + + Himitsu Kessha Taka no Tsume Countdown + 秘密結社 鷹の爪 カウントダウン + + + Dorami-chan: Hello Kyouryuu Kids!! + ドラミちゃん ハロー恐竜キッズ!! + + + ですぺら + Despera + + + Birdy the Mighty Decode 0 + Birdy the Mighty Decode - The Cipher + Tetsuwan Birdy Decode: The Cipher + 鉄腕バーディー DECODE -THE CIPHER- + + + Doraemon: Boku no Umareta Hi + Doraemon: The Day When I Was Born + ドラえもん ぼくの生まれた日 + + + Hey, Class President! + Hey! Class President + Seito Kaicho ni Chukoku + Seito Kaichou ni Chuukoku + Seitokaichou ni Chuukoku + 生徒会長に忠告 + + + Gokyoudai Monogatari + Sibling Stories + ご姉弟物語 + + + Eiga! Tamagotchi Uchuu Ichi Happy na Monogatari!? + 映画!たまごっち うちゅーいちハッピーな物語!? + + + えいがでとーじょー!たまごっち ドキドキ!うちゅーのまいごっち!? + Eiga de Toujou! Tamagotchi Doki Doki! Uchuu no Maigotchi!? + + + のだめカンタービレ フィナーレ + NC3 + Ncf + Nodame Cantabile: Finale + نودامي بـطريقه غنائيه: الجزء الأخير + Нодамэ Кантабиле (третий сезон) + 交响情人梦Finale + 交响情人梦最终篇 + + + Action Series Puppets: New Three Musketeers + Renzoku Ningyou Katsugeki: Shin Sanjuushi + shin sanjuushi + 連続人形活劇 新・三銃士 + + + Chuumon no Ooi Ryouriten + 注文の多い料理店 + + + ポロンギター + Poron Guitar + + + ありとはと (1959) + Ari to Hato (1959) + + + いねむりぶうちゃん + Inemuri Buuchan + Sleeping Buu-chan + + + こざるのぶらんこ + Kozaru no Buranko + Little Monkey on a Swing + + + うっかりペネロペ + Absent Minded Penelope + Pénélope tête en l`air + Ukkari Penelope + + + Kotatsu Neko + Table Cat + 炬燵猫 + 被炉猫 + + + Match Uri no Shoujo + The Little Match Girl + マッチ売りの少女 + + + ピンクのカーテン + Pink no Curtain + + + Ibara no Ou + King of Thorn + Král trnů + ملك الشوك + Король Терний + いばらの王 -King of Thorn- + + + Ultraman Kids: M7.8 Sei no Yukai na Nakama + ウルトラマンキッズ M7.8星のゆかいな仲間 + + + The Gakuen Choujotai + ザ・学園超女隊 + + + びんかんアスリート + Binkan Athlete + + + うっかりペネロペ (2009) + Absent Minded Penelope (2009) + Pénélope tête en l`air (2009) + Ukkari Penelope (2009) + + + Gekijouban Yuu Gi Ou: Chou Yuugou! Toki o Koeta Kizuna + Yu-Gi-Oh! The Movie - Fusion Ultra! Bond over time and space + فيلم يو غي أوه :الانصهار الخارق ! تخطي حاجز الزمان والمكان + 劇場版 遊☆戯☆王 ~超融合! 時空を越えた絆~ + + + Girl of the Shell + Kara no Shoujo + 殻ノ少女 + + + 해피데이 + ハッピーデイ + Happy Day + Seoul Bijin Kisha: Aiyoku Insider + ソウル美人記者 愛欲インサイダー + + + Galaxy Express 999 - Beyond the Diamond Ring + Ginga Tetsudou 999: Diamond Ring no Kanata e + 銀河鉄道999 ダイヤモンドリングの彼方へ + + + ローズオニール キューピー + Rose O`Neill Kewpie + + + Misato-chan no Yume Nikki + みさとちゃんの夢日記 + + + 블루시걸 + ブルーシーガル + Blue Seagull + + + Rennyo and His Mother + Rennyo to Sono Haha + 蓮如とその母 + + + A Girl at Dojo Temple + Musume Dojoji + 娘道成寺 + + + セルフポートレート + セルフ・ポートレート + Self Portrait + Self-Portrait + + + 3tsu no Kumo + Trilogy About Clouds + 3つの雲 + + + Mellow + Merou + 女郎(めろう) + + + ザ☆ドラえもんズ ゴール!ゴール!ゴール!! + The Doraemons: Goal! Goal! Goal!! + + + (2) אגדות ילדים + Classic Tales Retold + My Favorite Fairy Tales (2) + Sekai Meisaku Douwa Manga Series + The World`s Greatest Fairy Tales + World Famous Fairy Tale Series + 世界名作童話まんがシリーズ + + + Seito Shokun! Kokoro ni Midori no Neckerchief o + 生徒諸君! 心に緑のネッカチーフを + + + Asuka: Nihon no Rekishi + ASUKA日本の歴史 + ASUKA -日本の歴史- + + + Kirin Monoshiri Kan + Kirin Monoshiri Yakata + The School of Knowledge + キリンものしり館 + + + Hello Kitty to Miyou: Aesop Monogatari + ハローキティと見よう イソップ物語 + + + Aoi Bungaku + Aoi Bungaku Series + BlueLit + Blue Literature Series + Evergreen Literature + Japonų literatūros klasika + No Longer Human + سلسلة الأدب الزرقاء + Классика японской литературы + 青之文学系列 人间失格篇 + 青い文学シリーズ + + + Peach Command Shin Momotarou Densetsu + PEACH COMMAND 新桃太郎伝説 + + + バツ&テリー + Bats and Terry + + + Gekijouban Perrine Monogatari + 劇場版・ペリーヌ物語 + + + T・Pぼん + タイム・パトロールぽん + Time-Patrol Bon + TP Bon + + + Beast Wars Metals: Convoy Great Transformation + Chou Seimeitai Transformers Beast Wars Metals: Convoy Daihenshin! + 超生命体トランスフォーマー ビーストウォーズ・メタルス コンボイ大変身! + + + ミユキちゃんSOS Hしちゃうゾ + Miyuki-chan SOS: H Shichauzo + + + Gokkun Doll: Choujigen Pico-chan Toujou!! + ごっくんドール 超次元ピッコちゃん登場!! + + + Minami no Watashi no Heart ni Tacchi Shite... + みなみの私のハートにタッチして… + + + Onmyouji Ayakashi no Megami: Inran Jubaku + Onmyouji Youkashi no Megami: Inran Jubaku + 陰陽師 妖かしの女神~淫乱呪縛~ + + + Manami no Michi Tono Sou Nyuu!? + まなみの未知との遭入!? + + + Kagirohi: Shaku Kei + かぎろひ~勺景~ + + + Ginga Tetsudou no Yoru: Fantasy Railroad in the Stars + Ginga Tetsudou no Yoru: The Celestial Railroad + 銀河鉄道の夜 -Fantasy Railroad in the Stars- + 銀河鉄道の夜 -The Celestial Railroad- + + + Diabolus: Kikoku + Diabolus~鬼哭~ + + + Natsumushi The Animation + なつむし THE ANIMATION + 夏蟲 THE ANIMATION + + + Fujiko F. Fujio no Sukoshi Fushigi Tanpen Theater + 藤子・F・不二雄のSF(すこしふしぎ)短編シアター + + + Mahou no Star Magical Emi Finale! Finale! Soushuuhen + 魔法のスター マジカルエミ フィナ-レ!フィナ-レ! 総集編 + 魔法のスターマジカルエミ フィナ-レ!フィナ-レ! 総集編 + + + バンブー・ベアーズ + Bamboo Bears + Bambukarhut + Bambus Bären Bande + + + Ancient Japanese Folktale: Ancient Boy + Nihon Mukashi Banashi Warashibe Chouja + 日本むかしばなし わらしべ長者 + + + Ie Naki Ko (1980) + 家なき子 (1980) + + + Itoshi no Betty Mamonogatari + 愛しのベティ 魔物語 + + + やさいのようせい N.Y.SALAD 2ndシリーズ + Yasai no Yousei - N.Y. Salad 2nd Series + + + たまごっち! + Tamagotchi! + + + Stitch! Itazura Alien no Daibouken + スティッチ!~いたずらエイリアンの大冒険~ + + + Youbi Masochist Animation + 妖美マゾアニメーション + + + バブーファクトリー + Baboo Factory + + + ベイビーフィリックス + Baby Felix + + + Czarnoksiężnik z krainy OZ + Óz, a nagy varázsló + Oz no Mahou Tsukai + Ozu no mahôtsukai + The Wizard of Oz (1982) + オズの魔法使い + + + キャプテン (1983) + Captain (1983) + + + Haruka - Beyond the Stream of Time 3: Endless Destiny + Haruka Naru Toki no Naka de 3: Owari Naki Unmei + Harukanaru Toki no Naka de 3: Owarinaki Unmei + In a Distant Time 3: Neverending Destiny + 遙かなる時空の中で3 終わりなき運命 + 遥远时空中3 永无止境的命运 + + + Pyu to Fuku! Jaguar: Ima, Fuki ni Yukimasu + ピューと吹く!ジャガー ~いま、吹きにゆきます~ + + + エリア88 (1985) + Area 88 (1985) + + + Sengoku Majin Goushougun (1982) + 戦国魔神ゴーショーグン (1982) + + + Gekijouban Penguin no Mondai: Shiawase no Aoi Tori de Go-Pen-nasai + 劇場版ペンギンの問題 幸せの青い鳥でごペンなさい + + + ルー=ガルー + Loups=Garous + + + Otokogi + 男樹 + + + Shin Otokogi + 新・男樹 + + + Don: Gokudou Suikoden + ドン 極道水滸伝 + + + Alive - Saishu Shinka teki Shonen + アライブ 最終進化的少年 + + + Valkyrie Choukyou Cum Dump no Ikusa Otome 10-nin Shimai + Valkyrie Choukyou Semen Tank no Ikusa Otome 10-nin Shimai + ワルキューレ調教・ザーメンタンクの戦乙女10人姉妹 + + + ブレイク ブレイド + Break Blade + Broken Blade + + + 꼬마여우 요랑 + Hey Yo Yorang + + + Dakaretai Onna + 抱かれたい女 + + + Shoujo Fight: Nora Inu-tachi no Odekake + 少女ファイト 野良犬たちのおでかけ + + + Mewtwo Special + Pocket Monsters: Mewtwo! Ware wa Koko ni Ari + Pokémon - Mewtu kehrt zurück + Pokemon: Mewtwo Returns + ポケットモンスター ミュウツー! 我ハココニ在リ + + + Kurutta Kyoutou: Danzai no Gakuen + 狂った教頭 断罪の学園 + + + Ninpuu Kamui Gaiden: Tsukihigai no Maki + 忍風カムイ外伝 月日貝の巻 + + + Nyuuin Bokki Monogatari: Odaijini! + 入院ボッキ物語 おだいじに! + + + ヒャッコ エクストラ + Hyakko Extra + Hyakko OVA + + + Chamebou Shin Gachou: Nomi Fuufu Shikaeshi no Maki + 茶目坊新画帳 蚤夫婦仕返しの巻 + + + Dekoboko Shin Gachou: Meian no Shippai + 凸凹新画帳 名案の失敗 + + + ドラミちゃん ミニドラSOS!!! + Dorami-chan: Mini-Dora SOS!!! + + + Pocket Monsters Crystal: Raikou Ikazuchi no Densetsu + Pocket Monsters Crystal: Raikou - Legend of Thunder + Raikou Special + The Legend of Thunder + ポケットモンスタークリスタル ライコウ雷の伝説 + + + Discipline Zero + DISCIPLINE零(ゼロ) + + + Sakura no Mori + 櫻の杜 + + + Kyou no Go no Ni (2009) + Kyou no Go no Ni OAD + Today in Class 5-2 (2009) + 今日の5の2 (2009) + + + Sango no Umi to Ouji + サンゴの海と王子 + + + Alexandros no Ketsudan + アレクサンドロスの決断 + + + Otsuki-sama to Oujo + お月さまと王女 + + + ちゅーぶら!! + Chu-Bra! + Chuu Bra!! + Tinere cu sutien + Чу-Бра!! + 青春CUP + + + The Secret Face of My Wife + Watashi no Shiranai Mesu no Kao + 私の知らない妻(メス)の貌 + + + Code Geass Hangyaku no Lelouch Special Edition: Black Rebellion + コードギアス 反逆のルルーシュ SPECIAL EDITION ‘BLACK REBELLION’ + + + Code Geass Hangyaku no Lelouch R2 Special Edition: Zero Requiem + コードギアス 反逆のルルーシュ R2 SPECIAL EDITION ‘ZERO REQUIEM’ + + + ひだまりスケッチ×☆☆☆(ほしみっつ) + Hidamari Sketch x Hoshimittsu + 向阳素描×☆☆☆ + + + Ninki no Shouten ni Tateru Gotou Shinpei + 人気の焦点に立てる後藤新平 + + + Houshu no Sasayaki + 宝珠のささやき + + + Akikan! OVA + アキカン! OVA + + + Baku Chichi Bomb + Bakunyuu Bomb + Exploding Tits BOMB + 爆乳BOMB + + + おおかみかくし + Gods` harboring + Hidden God + Ookami + Ookamikakushi + Ookami Kakushi + Spirited Away by the Wolf + الذئب الماكر + Скрывание Богов + Унесённые волками + 狼神隐 + 神隐之狼 + + + Girlfriend x3 ~Exciting Co-ed Life with Three Sisters~ + Kanojo x Kanojo x Kanojo: Sanshimai to no DokiDoki Kyoudou Seikatsu + 彼女×彼女×彼女~三姉妹とのドキドキ共同生活~ + + + Sekai Meisaku Gekijou Kanketsu Ban: Flanders no Inu + World Masterpiece Theater Complete Edition: A Dog of Flanders + 世界名作劇場・完結版 フランダースの犬 + + + Sekai Meisaku Gekijou Kanketsu Ban: Haha o Tazunete Sanzenri + World Masterpiece Theater Complete Edition: Marco - From the Apennines to the Andes + 世界名作劇場・完結版 母をたずねて三千里 + + + Reijoku no Yakata + 麗辱の館 + + + Sekai Meisaku Gekijou Kanketsu Ban: Araiguma Rascal + World Masterpiece Theater Complete Edition: Raccoon Rascal + 世界名作劇場・完結版 あらいぐまラスカル + + + Sekai Meisaku Gekijou Kanketsu Ban: Perrine Monogatari + World Masterpiece Theater Complete Edition: Perrine de "En Famille" + 世界名作劇場・完結版 ペリーヌ物語 + + + Sekai Meisaku Gekijou Kanketsu Ban: Akage no Anne + World Masterpiece Theater Complete Edition: Anne of Green Gables + 世界名作劇場・完結版 赤毛のアン + + + Sekai Meisaku Gekijou Kanketsu Ban: Tom Sawyer no Bouken + World Masterpiece Theater Complete Edition: The Adventures of Tom Sawyer + 世界名作劇場・完結版 トム・ソーヤーの冒険 + + + Sekai Meisaku Gekijou Kanketsu Ban: Kazoku Robinson Hyouryuuki - Fushigi na Shima no Flone + World Masterpiece Theater Complete Edition: Flone of the Marvelous Island + 世界名作劇場・完結版 家族ロビンソン漂流記 ふしぎな島のフローネ + + + Sekai Meisaku Gekijou Kanketsu Ban: Minami no Niji no Lucy + World Masterpiece Theater Complete Edition: Lucy-May of the Southern Rainbow + 世界名作劇場・完結版 南の虹のルーシー + + + Sekai Meisaku Gekijou Kanketsu Ban: Alps Monogatari Watashi no Annette + World Masterpiece Theater Complete Edition: The Alps Story - My Annette + 世界名作劇場・完結版 アルプス物語 わたしのアンネット + + + Sekai Meisaku Gekijou Kanketsu Ban: Makiba no Shoujo Katri + World Masterpiece Theater Complete Edition: Katri, the Cow Girl + 世界名作劇場・完結版 牧場の少女カトリ + + + Sekai Meisaku Gekijou Kanketsu Ban: Shoukoujo Sara + World Masterpiece Theater Complete Edition: A Little Princess Sara + 世界名作劇場・完結版 小公女(プリンセス)セーラ + + + Sekai Meisaku Gekijou Kanketsu Ban: Ai Shoujo Pollyanna Story + World Masterpiece Theater Complete Edition: Pollyanna + 世界名作劇場・完結版 愛少女ポリアンナ物語 + + + Sekai Meisaku Gekijou Kanketsu Ban: Ai no Wakakusa Monogatari + World Masterpiece Theater Complete Edition: Little Women + 世界名作劇場・完結版 愛の若草物語 + + + Sekai Meisaku Gekijou Kanketsu Ban: Shoukoushi Cedie + World Masterpiece Theater Complete Edition: Little Lord Fauntleroy + 世界名作劇場・完結版 小公子セディ + + + Sekai Meisaku Gekijou Kanketsu Ban: Peter Pan no Bouken + World Masterpiece Theater Complete Edition: Peter Pan & Wendy + 世界名作劇場・完結版 ピーターパンの冒険 + + + Sekai Meisaku Gekijou Kanketsu Ban: Watashi no Ashinaga Oji-san + World Masterpiece Theater Complete Edition: Daddy-Long-Legs + 世界名作劇場・完結版 私のあしながおじさん + + + Sekai Meisaku Gekijou Kanketsu Ban: Trapp Ikka Monogatari + World Masterpiece Theater Complete Edition: The Trapp Family Story + 世界名作劇場・完結版 トラップ一家物語 + + + Sekai Meisaku Gekijou Kanketsu Ban: Daisougen no Chiisana Tenshi Bush Baby + World Masterpiece Theater Complete Edition: The Bush Baby + 世界名作劇場・完結版 大草原の小さな天使 ブッシュベイビー + + + Sekai Meisaku Gekijou Kanketsu Ban: Wakakusa Monogatari: Nan to Jou Sensei + World Masterpiece Theater Complete Edition: Little Women II - Jo`s Boys + 世界名作劇場・完結版 若草物語 ナンとジョー先生 + + + Sekai Meisaku Gekijou Kanketsu Ban: Nanatsu no Umi no Tico + World Masterpiece Theater Complete Edition: Tico & Friends + 世界名作劇場・完結版 七つの海のティコ + + + Sekai Meisaku Gekijou Kanketsu Ban: Romeo no Aoi Sora + World Masterpiece Theater Complete Edition: Romeo and the Black Brothers + 世界名作劇場・完結版 ロミオの青い空 + + + Sekai Meisaku Gekijou Kanketsu Ban: Meiken Lassie + World Masterpiece Theater Complete Edition: Lassie + 世界名作劇場・完結版 名犬ラッシー + + + Sekai Meisaku Gekijou Kanketsu Ban: Ie Naki Ko Remi + World Masterpiece Theater Complete Edition: Sans Famille + 世界名作劇場・完結版 家なき子レミ + + + Gekijouban Gegege no Kitarou: Nippon Bakuretsu!! + 劇場版 ゲゲゲの鬼太郎 日本爆裂!! + + + Funky Fables + Video Anime Ehonkan Sekai Meisaku Douwa + Video Ehonkan Sekai Meisaku Douwa + Wundersame Geschichten + מעשיות עליזות + ビデオアニメ絵本館 世界名作童話 + ビデオえほん館 世界名作童話 + + + キャプテン + Captain + + + Captain Gekijouban + キャプテン 劇場版 + + + Gekijouban Duel Masters: Lunatic God Saga + 劇場版デュエル・マスターズ 黒月の神帝(ルナティック・ゴッド・サーガ) + + + ウルフガイ + Wolf Guy + + + Kokka o Suku e + 国家を救へ + + + Sameyo Yuukensha + 醒めよ有権者 + + + Yosan Seiji + 予算政治 + + + Shisei Sasshin + 市制刷新 + + + つぼ + Tsubo + + + Hello Kitty Ringo no Mori no Fantasy + ハローキティ りんごの森のファンタジー + + + Hello Kitty Ringo no Mori no Mystery + ハローキティ りんごの森のミステリー + + + Hello Kitty Ringo no Mori to Parallel Town + ハローキティ りんごの森とパラレルタウン + + + Gekijouban Gintama: Shinyaku Benizakura Hen + 劇場版 銀魂 新訳紅桜篇 + + + xxxHOLiC Rou + xxxHOLiC・籠 + + + きたかぜとたいよう + Kitakaze to Taiyou + + + Kidou Senshi Gundam 00 Special Edition I - Celestial Being + 機動戦士ガンダム00 スペシャルエディションⅠ ソレスタルビーイング + + + Kidou Senshi Gundam 00 Special Edition II - End of World + 機動戦士ガンダム00 スペシャルエディションII エンド・オブ・ワールド + + + TO(トゥー) + Nová vesmírná Odyssea + TO + TO - A Space Fantasy + + + Kaitou Reinya + Phantom Thief Reinya + Неуловимая воровка Рейня + Таинственный похититель Лена + 怪盗レーニャ + 怪盗丽娅 + + + Apo Apo World: Giant Baba 90-bun 1-hon Shoubu + APO APOワールド ジャイアント馬場 90分1本勝負 + + + Ningen Shikkaku: Director`s Cut Ban + 人間失格 ディレクターズカット版 + + + Fumičino vyznání + Fumiko no Kokuhaku + Fumiko Prisipažinimas + Fumiko`s Confession + フミコの告白 + + + Aoyama Goushou Tanpenshuu 2 + 青山剛昌短編集2 + 青山剛昌短編集II + + + ペレストロイカ + Perestroika + + + Kaitei no Boukun + The Underwater Tyrant + 海底の暴君 + + + Ahiru no Otegara + The Duckling Saves the Day + アヒルのお手柄 + + + 2nd Lieutenant Norakuro: Sunday Magic + Norakuro Shoui: Nichiyoubi no Kaijiken + のらくろ少尉~日曜日の怪事件~ + + + Bouken Dankichi: Hyouryuu no Maki + Dankichi on a Tropical Island + 冒険ダン吉~漂流の巻~ + + + Hatanosuke and the Haunted House + Hinomaru Hatanosuke: Bakemono Yashiki no Maki + 日の丸旗之助~化物屋敷の巻~ + + + Hatanosuke Takes Down the Inazuma Gang + Hinomaru Hatanosuke: Inazuma-gumi Toubatsu no Maki + 日の丸旗之助~稲妻組討伐の巻~ + + + Otome Chibaku Yuugi + 乙女恥曝遊戯 + + + Dennou Sentai Voogie`s Angel Gaiden: Susume! Super Angels! + 電脳戦隊ヴギィ’ズ・エンジェル外伝 進め!スーパー・エンジェルス! + + + Bakusou Kyoudai Let`s & Go!! WGP Bousou Mini Yonku Daitsuiseki + 爆走兄弟レッツ&ゴー!! WGP 暴走ミニ四駆大追跡! + + + Salad Juu Yuushi Tomatoman + طمطوم وأبطال الروضة الخضراء + サラダ十勇士トマトマン + + + Fate/Stay Night TV Reproduction + Fate/stay night TV reproduction + + + ヴァイス・サヴァイヴ R + Weiss Survive R + Weiß Survive R + + + Gekijouban Trigun: Badlands Rumble + 劇場版TRIGUN(トライガン) -Badlands Rumble- + + + The Dreaming Machine + Yume Miru Kikai + 夢みる機械 + + + アイドルA + Idol Ace + + + Maison Ikkoku - Utsuriyuku Kisetsu no Naka de + + + ことなかれヒーロー じんじゃーまん + Kotonakare Hero Gingerman + Peace-at-Any-Price Hero Gingerman + + + szs5 + Zan Sayonara Zetsubou Sensei Bangaichi + Zan Sayonara Zetsubou Sensei: No Man’s Land + 懺・さよなら絶望先生 番外地 + + + キス×シス (2010) + KissXSis (2010) + Kiss X Sis TV + KissXSis TV + kxstv + 亲吻姐姐 TV + + + The World of GOLDEN EGGS + The World of Golden Eggs + + + ikki4 + Ikkitousen 4 + Ikkitousen: Xtreme Xecutor + ixx + 一騎当千 XTREME XECUTOR + + + いっしょにエッチ + Isshoni Ecchi + + + Suzumiya Haruhi no Shoushitsu + The Disappearance of Haruhi Suzumiya + The Vanishment of Haruhi Suzumiya + Zniknięcie Haruhi Suzumiyi + 涼宮ハルヒの消失 + + + Haha Sange + 義母散華 + + + Kiss wa Hitomi ni Shite + キッスは瞳にして + + + みつどもえ + Mitsudomoe + + + Isshoni H Shiyo + Issyo ni H Shiyo + 一緒にHしよっ + + + トリコ + Toriko + + + ナルト サ・クロスローズ + Naruto: The Cross Roads + + + Invadat de pisici sălbatice! + Mayoi Neko Overrun! + Neko Overrun + Stray Cats Overrun! + Нашествие бродячих кошек! + 迷い猫オーバーラン! + 迷途猫Overrun! + + + Tono to Issho + 殿といっしょ + + + Uchuu Show e Youkoso + Welcome to the Space Show + Willkommen zur SPACE SHOW + 宇宙ショーへようこそ + + + Detective Conan Magic File 3: Shinichi and Ran - Memories of Mahjong Tiles and Tanabata + Meitantei Conan Magic File 3: Shin`ichi to Ran Mahjong Pai to Tanabata no Omoide + 名探偵コナン Magic File 3 新一と蘭 麻雀牌と七夕の思い出 + + + Psychic Detective Yakumo + Shinrei Tantei Yakumo + 心霊探偵 八雲 + + + GIANT KILLING + Giant Killing + 逆转监督 + + + Yami no Purple Eye + 闇のパープル・アイ + + + major6 + Major 6th Season + Major S6 + メジャー 第6シリーズ + + + Machi Gurumi no Wana: Hakudaku ni Mamireta Shitai + 町ぐるみの罠~白濁にまみれた肢体~ + + + Arakava Po Tiltu + arakawa + Arakawa Under the Bridge + Sub podul de pe râul Arakawa + 荒川アンダーザブリッジ + 荒川爆笑团 + + + Starry Sky + Starry☆Sky + + + やわらかめ + Yawarakame + + + Masuda Kousuke Gekijou Gag Manga Biyori + + 増田こうすけ劇場 ギャグマンガ日和+ + 搞笑漫画日和+ + + + The Tatami Galaxy + Yojou-Han Shinwa Taikei + Yojouhan Shinwa Taikei + 四叠半神话大系 + 四畳半神話大系 + + + プランゼット + Planzet + + + Chou Denei-ban SD Gundam Sangokuden Brave Battle Warriors + 超電影版SDガンダム三国伝 BraveBattleWarriors + + + Chou Gekijouban Keroro Gunsou Tanjou! Kyuukyoku Keroro Kiseki no Jikuujima de Arimasu! + 超劇場版ケロロ軍曹 誕生!究極ケロロ 奇跡の時空島であります!! + + + ヒピラくん + Hipira-kun + Hipira: The Little Vampire + + + 5leaves + goyou + House of Five Leaves + Penkių Lapų Namai + Sarai-ya Goyou + さらい屋 五葉 + 江户盗贼团五叶 + + + Eve no Jikan Gekijouban + イヴの時間 劇場版 + + + Detective Conan: Movie 14 + Detective Conan: The Lost Ship in the Sky + Meitantei Conan: Tenkuu no Lost Ship + 名探偵コナン 天空の難破船(ロスト・シップ) + + + バクマン。 + Bakuman. + + + Detective Conan Magic File 2: Kudou Shinichi - The Case of the Mysterious Wall and the Black Lab + Meitantei Conan Magic File 2: Kudou Shin`ichi Nazo no Kabe to Kuro Lab Jiken + 名探偵コナンMagic File 2 ~工藤新一 謎の壁と黒ラブ事件~ + + + Piece + piece + + + Crayon Shin-chan: Chou Jikuu! Arashi o Yobu Ora no Hanayome + Crayon Shin-chan: Super-Dimmension! The Storm Called My Bride + クレヨンしんちゃん 超時空!嵐を呼ぶオラの花嫁 + + + クイズマジックアカデミー ~オリジナルアニメーション2~ + Quiz Magic Academy: The Original Animation 2 + + + Meitantei Conan Magic File + 名探偵コナン MAGIC FILE + + + Gekijouban Pocket Monsters Diamond & Pearl: Genei no Hasha Zoroark + 劇場版ポケットモンスター ダイヤモンド&パール 幻影の覇者 ゾロアーク + + + Karigurashi no Arrietty + The Borrower Arrietty + 借りぐらしのアリエッティ + + + Kansen 2: Inzai Toshi + 姦染2 淫罪都市 + + + Jigazou + 自画像 + + + koizumi + Mudadzumo Naki Kaikaku + Mudazumo Naki Kaikaku: The Legend of Koizumi + Reform Without Wasted Draws - The Legend of Koizumi + ムダヅモ無き改革 -THE LEGEND OF KOIZUMI- + + + The Invisible Stud Returns + Toumei Ningen R + 透明人間R + + + Kuusou no Sora Tobu Kikai-tachi + 空想の空とぶ機械達 + + + ふしぎなくすり + Fushigi na Kusuri + + + Ojii-chan ga Kaizoku Datta Koro + おじいちゃんが海賊だった頃 + + + Shiki + 屍鬼 + + + Kitsutsuki Keikaku + キツツキ計画 + + + カリグラフィティー + Calligraffiti + + + Welcome to Lodoss Island! + Youkoso Lodoss Tou e! + ようこそロードス島へ! + + + Bara no Hana to Joe + バラの花とジョー + + + リングにかけろ1 影道編 + Ring ni Kakero 1: Shadow + 拳王创世纪1 影道编 + + + よんでますよ、アザゼルさん。 + Yondemasuyo, Azazel-san. + + + ゆとりちゃん + Yutori-chan + + + Shin Koihime Musou: Otome Tairan + 恋姬·无双~乙女大乱~ + 真・恋姫†無双 ~乙女大乱~ + + + Greitasis Naktinis Reidas + Nightraid + Night Raid + Raidul de noapte. + Senkou no Night Raid + 閃光のナイトレイド + 闪光的夜袭 + + + Armored Trooper Votoms: Phantom Arc + Soukou Kihei Votoms: Gen-ei Hen + Zırhlı Piyade Votoms: Hayali Kıvılcım + 装甲騎兵ボトムズ 幻影篇 + + + Shukufuku no Campanella + 祝福のカンパネラ + + + Doutei Kawaiya + Sweet Sweet Virgin + 童貞かわいや + + + おぼっちゃまくん + Obocchama-kun + + + ハートキャッチプリキュア! + heartcatch + Heartcatch Precure! + + + B-cup H-group + BGata + B Gata H Kei + B-Gata H-Kei + bghk + B-type H-persona + B-Type H-Style + B-группа H-персона + B型H系 + B型H系 + Второй размер, интим предлагать + + + Konchuu Monogatari Mitsubachi Hutch: Yuuki no Melody + 昆虫物語 みつばちハッチ~勇気のメロディ~ + + + Lupinas III: Paskutinis Darbas + Lupinas Trečiasis: Paskutinis Darbas + Lupin Sansei: The Last Job + ルパン三世 the Last Job + + + Eiga Precure All Stars DX2: Kibou no Hikari - Rainbow Jewel o Mamore! + Precure All Stars Movie 2 + Pretty Cure All Stars Movie 2 + 映画 プリキュアオールスターズDX2 希望の光☆レインボージュエルを守れ! + + + Big Windup! 2 + OF2 + Oofuri 2 + Ookiku Furikabutte 2 + Ookiku Furikabutte: Natsu no Taikai-hen + النهائيّ الكبير 2 + おおきく振りかぶって~夏の大会編~ + + + Bungaku Shoujo: Kyou no Oyatsu - Hatsukoi + Bungaku Shoujo OVA + Literature Girl: Today`s Snack - First Love + “文学少女”今日のおやつ 〜はつ恋〜 + + + Isshoni Sleeping: Sleeping with Hinako + いっしょにすりーぴんぐ SLEEPING WITH HINAKO + + + Gunparade Orchestra OVA 1 + Gunparade Orchestra: Shiro no Shou - Aomori Penguin Densetsu + ガンパレード・オーケストラ 白の章 青森ペンギン伝説 + + + Gunparade Orchestra: Midori no Shou - Ookami to Kare no Shounen + Gunparade Orchestra OVA 2 + ガンパレード・オーケストラ 緑の章 狼と彼の少年 + + + Gunparade Orchestra: Ao no Shou - Hikari no Umi Kara Tegami o Okurimasu + Gunparade Orchestra OVA 3 + ガンパレード・オーケストラ 青の章 光の海から手紙を送ります + + + Mutsu Gokudo: Mitsudango Kousou Hen + 蟲極道 蜜団子抗争編 + + + Chiccha na Yuki Tsukai Sugar Tokubetsuhen + Sugar: A Little Snow Fairy Special + ちっちゃな雪使いシュガー 特別編 + + + RIN×SEN~白濁女教師と野郎ども~ + Rin x Sen: Hakudaku Onna Kyoushi to Yaroudomo + + + ピーピング・ライフ + Peeping Life + Peeping Life + + + Ojou-sama wa H ga Osuki: The Animation + Принцесса любит извращенства + お嬢様はHがお好き~THE ANIMATION~ + + + Soukyuu no Fafner: Heaven and Earth + 蒼穹のファフナー HEAVEN AND EARTH + + + A Komaneko Christmas: The Lost Present + Komaneko no Christmas: Maigo ni Natta Present + こまねこ のクリスマス ―迷子になったプレゼント― + + + Komadori Eiga Komaneko + Komaneko: The Curious Cat + こま撮りえいが こまねこ + + + けいおん!! + keion 2 + K-On!! + k-on2 + k-on 2 + Легкая музыка!! + 轻音少女 第二季 + + + Shinshou Genmukan + 真章 幻夢館 + + + Seito Kaichou Hikaru + Student Council President Hikaru + 聖徒会長ヒカル + + + Goulart Knights + グラール騎士団 + + + Ikuze! Gen-san + いくぜっ!源さん + + + D.C. III: Da Capo III + D.C.III ~ダ・カーポIII~ + + + Densetsu no Yuusha no Densetsu + denyuden + The Legend of the Legendary Heroes + 伝説の勇者の伝説 + + + ニャルアニ + Haiyoru! Nyaru-Ani + Nyaru-Ani + 這いよる!ニャルアニ + + + リトルポーラベア しろくまくん、ふねにのる + Lars de Kleine ijsbeer + Little Polar Bear しろくまくん、ふねにのる + Little Polar Bear: Shiro Kuma-kun, Fune ni Noru + + + ぼく、オタリーマン。 + Boku, Otaryman. + + + King of Breasts 48: Don`t Think About Anything, Just Suck All the Breasts in Front of You! + Oppai no Ouja 48: Nanimo Kangaezu Me no Mae no Oppai Zenbu Shabure! + おっぱいの王者48~何も考えず目の前のおっぱい全部しゃぶれ! + + + スーパーストリートファイターIV + Super Street Fighter IV + + + Urusei Yatsura: The Obstacle Course Swim Meet + Urusei Yatsura: The Shougaibutsu Suieitaikai + うる星やつら ザ・障害物水泳大会 + + + Inuyasha: Black Tetsusaiga + Inuyasha: Kuroi Tetsusaiga + 犬夜叉 黒い鉄砕牙 + + + Inmu Gakuen: "Dame... Konna ni Nacchau no wa Yume no Naka Dake nano...!" + 淫夢学園 「だめ…こんなになっちゃうのは夢の中だけなの…!」 + + + コケッコーさん + Kokekko-san + + + ドラゴンフィスト + Dragon Fist + + + Chikyuu SOS Soreike Kororin + 地球SOSそれいけコロリン + + + どろろんぱっ! + Dororonpa! + + + がんばれスイミー + Ganbare Swimmy + + + Penguin`s Memory: Shiawase Monogatari + ペンギンズ・メモリー幸福物語 + + + のらくろクン + Norakuro-kun + + + Ore wa Chokkaku + おれは直角 + + + コボちゃん + Kobo-chan + + + Noel no Fushigi na Bouken + ノエルの不思議な冒険 + + + ペコラ + Pecola + Pecola + + + イーグルサム + Eagle Sam + + + まぼろしまぼちゃん + Maboroshi Mabo-chan + + + Boku no Son Gokuu + ぼくの孫悟空 + + + Akuma Shima no Prince: Mitsume ga Tooru + 悪魔島のプリンス 三つ目がとおる + + + ボ~イ フレンド + Boyfriend + + + Jankenman Kaijuu Dai Kessen + ジャンケンマン 怪獣大決戦 + + + Zoku Zoku Mura no Obake-tachi + ぞくぞく村のオバケたち + + + Kaitei Toshi no Dekiru Made + 海底都市のできるまで + 海底都市の出来るまで + + + はじめてのクリスマス + Hajimete no Christmas + + + Meguriau Sekai + Viskas Sukasi Ratu + World Comes Around + めぐり逢う世界 + + + Kobo-chan Special: Aki ga Ippai + コボちゃんスペシャル 秋がいっぱい + + + Kobo-chan Special: Yume Ippai!! + コボちゃんスペシャル 夢いっぱい!! + + + Kobo-chan Special: Matsuri ga Ippai! + コボちゃんスペシャル 祭りがいっぱい! + + + Kobo-chan Special: Yakusoku no Magic Day + コボちゃんスペシャル 約束のマジックディ + + + Rennyo Monogatari + 蓮如物語 + + + Bikkuriman: Moen Zone no Himitsu + ビックリマン 無縁ゾーンの秘宝 + + + おさわがせ! スーパーベビー + Osawaga! Super Baby + + + Gegege no Kitarou: Daikaijuu + ゲゲゲの鬼太郎 大海獣 + + + Gegege no Kitarou: Obake Nighter + ゲゲゲの鬼太郎 おばけナイター + + + Gegege no Kitarou: Youkai Tokkyuu! Maboroshi no Kisha + ゲゲゲの鬼太郎 妖怪特急!まぼろしの汽車 + + + Shounen Miyamoto Musashi: Wanpaku Nitouryuu + 少年宮本武蔵 わんぱく二刀流 + + + Kaba Enshou no Doubutsu Nikki + カバ園長の動物日記 + + + まことちゃん + Makoto-chan + + + Mr.ペンペンII + Mr. Pen Pen II + + + Mr.ペンペン + Mr. Pen Pen + + + Black Butler II + Kuroshitsuji II + Monoshitsuji + الخادم الأسود 2 + 黒執事II + + + Calligrapher + Shoka + 書家 + + + Bishoujo + 微少女 + + + Kurenai (2010) + 紅 (2010) + + + Last Waltz: Hakudaku Mamire no Natsu Gasshuku + Last Waltz~白濁まみれの夏合宿~ + + + Fukubiki! Triangle: Miharu After + ふくびき!トライアングル~美晴アフター~ + + + Suki Desu Suzuki-kun!! + 好きです鈴木くん!! + + + Bakumatsu no Spasibo + Трудная дружба + 幕末のスパシーボ + + + ツヨシしっかりしなさい ツヨシのタイムマシーンでしっかりしなさい + Tsuyoshi Shikkari Shinasai: Tsuyoshi no Time Machine de Shikkari Shinasai + + + Hana no Utame Gothicmade + ゴティックメード 花の詩女 + + + Ookami-san to Shichinin no Nakama-tachi + Господин Волк и семеро друзей + オオカミさんと七人の仲間たち + + + Gakuen Mokushiroku: High School of the Dead + 学園黙示録 HIGHSCHOOL OF THE DEAD + + + アイアンマン + Iron Man + + + ウルヴァリン + Wolverine + + + The Monkey King and the Fruit of Immortality + + + Black Jack: Sora kara Kita Kodomo + Black Jack: The Boy Who Came from the Sky + ブラック・ジャック 空からきた子ども + ブラック・ジャック 空からきた子供 + + + Mahou no Princess Minky Momo vs Mahou no Tenshi Creamy Mami + 魔法のプリンセスミンキーモモvs魔法の天使クリィーミーマミ + + + Rainbow + Rainbow: Nisha Rokubou no Shichinin + RAINBOW 二舎六房の七人 + 彩虹 二舍六房的七人 + + + やさいのようせい N.Y.SALAD The Movie + Vegetable Fairies: N.Y. Salad The Movie + Yasai no Yousei: N.Y. Salad The Movie + + + Soreike! Anpanman: Rubie no Negai + それいけ!アンパンマン ルビーの願い + + + A Kiss for the Petals + Sono Hanabira ni Kuchiduke wo + + + Ganbare Goemon: Jigen Jou no Akumu + がんばれゴエモン 次元城の悪夢 + + + Gakuen Saimin Reido + 学園催眠隷奴 + + + Soreike! Anpanman: Baikinman no Gyakushuu + それいけ!アンパンマン ばいきんまんの逆襲 + + + Soreike! Anpanman: Dadandan to Futago no Hoshi + それいけ!アンパンマン だだんだんとふたごの星 + + + Ashiaraiyashiki no Juunin-tachi. + 足洗邸の住人たち。 + + + SD Gundam Sangokuden Brave Battle Warriors + SDガンダム三国伝 Brave Battle Warriors + + + あそびにいくヨ! + Asobi ni Iku yo! + + + Bakugan Battle Brawlers: New Vestroia + Bakugan Battle Brawlers: New Vestroia + Bakugan Młodzi wojownicy: Nowa Vestroja + Bakugan Szörny Bunyósok: Új Vestroia + 爆丸バトルブローラーズ ニューヴェストロイア + + + Ganbare Goemon: Chikyuu Kyuushutsu Daisakusen + がんばれゴエモン 地球救出大作戦 + + + Kidou Senshi Gundam 00 Special Edition III - Return the World + 機動戦士ガンダム00 スペシャルエディションIII リターン・ザ・ワールド + + + NuraMago + Nurarihyon no Mago + ぬらりひょんの孫 + + + Hakuouki + Hakuouki: Shinsengumi Kitan + 薄桜鬼 + 薄樱鬼 + + + Kachou no Koi + 課長の恋 + + + Gekijouban Kidou Senshi Gundam 00: A Wakening of the Trailblazer + 劇場版 機動戦士ガンダム00 -A wakening of the Trailblazer- + + + カラフル(2010) + Colorful (2010) + Яркий + + + ときめきメもリアル4 ORIGINAL ANIMATION 始まりのファインダー + Tokimeki Memorial 4: Original Animation - Hajimari no Finder + + + HEROMAN + Heroman + الرجل البطل / هيرومان + Хиромен + + + ひめチェン!おとぎちっくアイドル リルぷりっ + Hime Chen! Otogi Chikku Idol Lilpri + 变身!公主偶像 + + + ジュエルペット てぃんくる☆ + Jewelpet Tinkle + + + はなかっぱ + Hanakappa + Hana Kappa + + + Wandaba Style STORY.0 + 妄想科学シリーズ ワンダバスタイル OVA + + + くだん + Kudan + + + Chibi Kero: Kero Ball no Himitsu!? + ちびケロ ケロボールの秘密!? + + + Metal Fight Beyblade: Baku + メタルファイト ベイブレード~爆~ + + + Marie & Gali Ver.2.0 + マリー&ガリー Ver.2.0 + + + Nils no Fushigi na Tabi Gekijouban + ニルスのふしぎな旅 劇場版 + + + Superflat First Love + + + Mahou no Star Magical Emi: Kumo Hikaru + 魔法のスター マジカルエミ 雲光る + 魔法のスターマジカルエミ 雲光る + + + Hen Zemi + 変ゼミ + + + Mirai Nikki + The Future Diary + 未来日記 + + + Armored Troopers J-Phoenix PF Lips Team + Kikou Heidan J-Phoenix PF Lips Shoutai + 機甲兵団 J-PHOENIX PFリップス小隊 + + + Romance of the Three Kingdoms (2010) + Saikyou Bushou-den Sangoku Engi + حكايات الممالك الثلاث الأدبيه + 最強武将伝 三国演義 + + + Occult Academy + Seikimatsu Occult Gakuin + 世紀末オカルト学院 + + + たまゆら + Tamayura + + + マルドゥック・スクランブル + Mardock Scramble + + + Hyakka Ryouran: Samurai Girls + 百花繚乱 サムライガールズ + + + Bungaku Shoujo Memoir + “文学少女” メモワール + + + Queen`s Blade: Utsukushiki Toushi-tachi + クイーンズブレイド 美しき闘士たち + + + Moretsu Uchuu Kaizoku + モーレツ宇宙海賊 + + + デジモンアドベンチャー3D デジモングランプリ! + Digimon Adventure 3D: Digimon Grand Prix! + + + デジモンセイバーズ3D デジタルワールド危機イッパツ! + Digimon Savers 3D: Digital World Kiki Ippatsu! + + + Chi-Sui Maru + ちーすい丸 + + + Doubutsu Kankyou Kaigi + The Animal Conference on the Environment + 動物かんきょう会議 + + + Hetalia World Series + ヘタリア World Series + Хеталия. Мир + + + Tensai? Dr. Hamax + 天才?Dr.ハマックス + + + Unko-san: Tsuiteru Hito ni Shika Mienai Yousei + うんこさん ツイてる人にしか見えない妖精 + + + Ketsuinu + ケツ犬 + + + Koutetsu no Vandetta + 鋼鉄のヴァンデッタ + + + All That Gundam + ALL THAT GUNDAM + + + Gegege no Kitarou: Kitarou no Yuurei Densha + ゲゲゲの鬼太郎 鬼太郎の幽霊電車 + + + きかんしゃやえもん + Kikansha Yaemon + + + Kan`in Tokkyuu: Michi Shio + 姦淫特急 満潮 + + + Letter Bee 2 + Tegami Bachi 2nd Season + テガミバチ 第2期 + + + Mahou Shoujo Isuka + 魔法少女イスカ + + + Yozakura Quartet: Hoshi no Umi + 夜桜四重奏 ~ホシノウミ~ + + + Ginmaku Hetalia: Axis Powers - Paint it, White (Shiroku Nure!) + Хеталия и страны Оси. В белом + 銀幕ヘタリア Axis Powers Paint it, White(白くぬれ!) + + + イズモ + Izumo + + + Ippon Bocho Mantarou + 一本包丁満太郎 + + + Midoriyama Koukou Koushien-hen + 緑山高校 甲子園編 + + + Midoriyama Koukou Koushien-hen (Gekijouban) + 緑山高校 甲子園編(劇場版) + + + ジ・インプレッション・オブ・ファーストガンダム + The Impression of First Gundam + The Impression of First GUNDAM + + + あい☆きゃん + I Can + + + Kid the Phantom Thief + Magic Kaito + まじっく快斗 + + + Shin Koihime Musou Live Revolution + SIN・KOIHIME†MUSOU LIVE Revolution + 真・恋姫†無双 Live Revolution + + + Toshishun + 杜子春 + + + Gegege no Kitarou (1968) + ゲゲゲの鬼太郎 (1968) + + + Yoshino no Hime + 吉野の姫 + + + Gegege no Kitarou: Chisougan + ゲゲゲの鬼太郎 地相眼 + + + High School! Kimen-gumi (1986) + ハイスクール!奇面組 (1986) + + + ちんか + Chinka + + + Togainu no Chi + 咎狗の血 + + + Toaru Hikuushi e no Tsuioku + とある飛空士への追憶 + + + Pokemon Ranger: Hikari no Kiseki + Pokemon Ranger: Paths of Light + Pokemon Ranger: Trail of Light + ポケモンレンジャー 光の軌跡 + + + Gekijouban Naruto Shippuuden: The Lost Tower + فيلم ناروتو شيبودن : القريه الضائعه + 劇場版NARUTO-ナルト-疾風伝 ザ・ロストタワー + + + Aki Sora: Yume no Naka + あきそら~夢の中~ + + + グレンラガン パラレルワークス 2 + Gurren Lagann Parallel Works 2 + ttgl pw 2 + + + Shinryaku! Ika Musume + 侵略!イカ娘 + + + Newmanoid Cam + Newmanoid CAM + + + Sengoku Basara Ni + 戦国BASARA弐 + + + High School Jingi + はいすくーる仁義 + + + Dohyou no Oni-tachi + 土俵の鬼たち + + + Detective Conan: Kid in Trap Island + Meitantei Conan: Kid in Trap Island + 名探偵コナン ~KID in TRAP ISLAND~ + + + まめうしくん + Mameushi-kun + + + Soreike! Anpanman: Black Nose to Mahou no Uta + それいけ!アンパンマン ブラックノーズと魔法(まほう)の歌(うた) + それいけ!アンパンマン ブラックノーズと魔法の歌 + + + Hokenshitsu de Aimashou + 保健室で逢いましょう + + + デュエル・マスターズ クロスショック + Duel Masters Cross Shock + + + バーバパパ (1977) + Barbapapa (1977) + + + Arbeit Shiyou!! Let`s Arbeit! + アルバイトしよっ!! Let`s Arbeit! + + + Bijukubo + 美熟母 + + + Amagami SS + アマガミSS + + + Tezuka Osamu no Buddha: Akai Sabaku yo! Utsukushiku + 手塚治虫のブッダ —赤い砂漠よ! 美しく— + + + Code Geass Gaiden Boukoku no Akito + + + Ice Gekijouban + ICE <劇場版> + + + ドタンバのマナー + Dotanba no Manners + + + ことわざハウス + Kotowaza House + + + Otome Youkai Zakuro + おとめ妖怪 ざくろ + + + Katta-kun Monogatari + カッタ君物語 + + + すてき!さくらママ + Suteki! Sakura Mama + + + デジモンクロスウォーズ + Digimon Cross Wars + Digimon Xros Wars + + + プリンセスナイト☆カチュア + Princess Knight Catue + + + Gekijouban Metal Fight Beyblade vs Taiyou: Shakunetsu no Shinryakusha Sol Blaze + 劇場版メタルファイト ベイブレードVS太陽 ~灼熱の侵略者ソルブレイズ~ + + + R20: Ginga Kuukou + R20 銀河空港 + Route 20: Galactic Airport Pilot Film + + + Koisuru Boukun + The Tyrant Who Fall In Love + Verliebter Tyrann + 恋する暴君 + + + ぼのぼの + Bono Bono + + + oreimo + Ore no Imouto ga Konnani Kawaii Wake ga Nai + 俺の妹がこんなに可愛いわけがない + + + Akage no Anne: Green Gables e no Michi + Anne of Green Gables: Road to Green Gables + 赤毛のアン グリーンゲーブルズへの道 + + + Kentauros no Densetsu + ケンタウロスの伝説 + + + Alexander Senki Gekijouban + アレクサンダー戦記 劇場版 + + + Panty & Stocking with Garterbelt + Panty & Stocking with Garterbelt + + + Kuragehime + 海月姫 + + + Seitokai Yakuindomo + 生徒会役員共 + + + Mikeneko Holmes no Yuurei Joushu + 三毛猫ホームズの幽霊城主 + + + Ningen Kakumei + 人間革命 + + + Bakugan Battle Brawlers: Gundalian Invaders + + + Kennel Tokorozawa + ケンネル所沢 + + + Meitantei Conan Magic File 4: Osaka Okonomiyaki Odyssey + 名探偵コナンMAGIC FILE 4 ~大阪お好み焼きオデッセイ~ + + + + diff --git a/tmp/animetitles.xml.gz b/tmp/animetitles.xml.gz new file mode 100644 index 0000000..32b3e53 Binary files /dev/null and b/tmp/animetitles.xml.gz differ diff --git a/tmp/cache_sitemap.xml b/tmp/cache_sitemap.xml new file mode 100644 index 0000000..e69de29 diff --git a/vendor/plugins/.gitkeep b/vendor/plugins/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vendor/plugins/delayed_job/MIT-LICENSE b/vendor/plugins/delayed_job/MIT-LICENSE new file mode 100644 index 0000000..926fda1 --- /dev/null +++ b/vendor/plugins/delayed_job/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2005 Tobias Luetke + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOa AND +NONINFRINGEMENT. IN NO EVENT SaALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/vendor/plugins/delayed_job/README.textile b/vendor/plugins/delayed_job/README.textile new file mode 100644 index 0000000..e56ef3e --- /dev/null +++ b/vendor/plugins/delayed_job/README.textile @@ -0,0 +1,121 @@ +h1. Delayed::Job + +Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. + +It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks. Amongst those tasks are: + +* sending massive newsletters +* image resizing +* http downloads +* updating smart collections +* updating solr, our search server, after product changes +* batch imports +* spam checks + +h2. Setup + +The library evolves around a delayed_jobs table which can be created by using: +

+  script/generate delayed_job_migration
+
+ +The created table looks as follows: + +

+  create_table :delayed_jobs, :force => true do |table|
+    table.integer  :priority, :default => 0      # Allows some jobs to jump to the front of the queue
+    table.integer  :attempts, :default => 0      # Provides for retries, but still fail eventually.
+    table.text     :handler                      # YAML-encoded string of the object that will do work
+    table.string   :last_error                   # reason for last failure (See Note below)
+    table.datetime :run_at                       # When to run. Could be Time.now for immediately, or sometime in the future.
+    table.datetime :locked_at                    # Set when a client is working on this object
+    table.datetime :failed_at                    # Set when all retries have failed (actually, by default, the record is deleted instead)
+    table.string   :locked_by                    # Who is working on this object (if locked)
+    table.timestamps
+  end
+
+ +On failure, the job is scheduled again in 5 seconds + N ** 4, where N is the number of retries. + +The default @MAX_ATTEMPTS@ is @25@. After this, the job either deleted (default), or left in the database with "failed_at" set. +With the default of 25 attempts, the last retry will be 20 days later, with the last interval being almost 100 hours. + +The default @MAX_RUN_TIME@ is @4.hours@. If your job takes longer than that, another computer could pick it up. It's up to you to +make sure your job doesn't exceed this time. You should set this to the longest time you think the job could take. + +By default, it will delete failed jobs (and it always deletes successful jobs). If you want to keep failed jobs, set +@Delayed::Job.destroy_failed_jobs = false@. The failed jobs will be marked with non-null failed_at. + +Here is an example of changing job parameters in Rails: + +

+  # config/initializers/delayed_job_config.rb
+  Delayed::Job.destroy_failed_jobs = false
+  silence_warnings do
+    Delayed::Job.const_set("MAX_ATTEMPTS", 3)
+    Delayed::Job.const_set("MAX_RUN_TIME", 5.minutes)
+  end
+
+ +Note: If your error messages are long, consider changing last_error field to a :text instead of a :string (255 character limit). + + +h2. Usage + +Jobs are simple ruby objects with a method called perform. Any object which responds to perform can be stuffed into the jobs table. +Job objects are serialized to yaml so that they can later be resurrected by the job runner. + +

+  class NewsletterJob < Struct.new(:text, :emails)
+    def perform
+      emails.each { |e| NewsletterMailer.deliver_text_to_email(text, e) }
+    end    
+  end  
+  
+  Delayed::Job.enqueue NewsletterJob.new('lorem ipsum...', Customers.find(:all).collect(&:email))
+
+ +There is also a second way to get jobs in the queue: send_later. + +

+  BatchImporter.new(Shop.find(1)).send_later(:import_massive_csv, massive_csv)
+
+ +This will simply create a @Delayed::PerformableMethod@ job in the jobs table which serializes all the parameters you pass to it. There are some special smarts for active record objects +which are stored as their text representation and loaded from the database fresh when the job is actually run later. + + +h2. Running the jobs + +You can invoke @rake jobs:work@ which will start working off jobs. You can cancel the rake task with @CTRL-C@. + +You can also run by writing a simple @script/job_runner@, and invoking it externally: + +

+  #!/usr/bin/env ruby
+  require File.dirname(__FILE__) + '/../config/environment'
+  
+  Delayed::Worker.new.start  
+
+ +Workers can be running on any computer, as long as they have access to the database and their clock is in sync. You can even +run multiple workers on per computer, but you must give each one a unique name. (TODO: put in an example) +Keep in mind that each worker will check the database at least every 5 seconds. + +Note: The rake task will exit if the database has any network connectivity problems. + +h3. Cleaning up + +You can invoke @rake jobs:clear@ to delete all jobs in the queue. + +h3. Changes + +* 1.7.0: Added failed_at column which can optionally be set after a certain amount of failed job attempts. By default failed job attempts are destroyed after about a month. + +* 1.6.0: Renamed locked_until to locked_at. We now store when we start a given job instead of how long it will be locked by the worker. This allows us to get a reading on how long a job took to execute. + +* 1.5.0: Job runners can now be run in parallel. Two new database columns are needed: locked_until and locked_by. This allows us to use pessimistic locking instead of relying on row level locks. This enables us to run as many worker processes as we need to speed up queue processing. + +* 1.2.0: Added #send_later to Object for simpler job creation + +* 1.0.0: Initial release diff --git a/vendor/plugins/delayed_job/delayed_job.gemspec b/vendor/plugins/delayed_job/delayed_job.gemspec new file mode 100644 index 0000000..fd2fddf --- /dev/null +++ b/vendor/plugins/delayed_job/delayed_job.gemspec @@ -0,0 +1,41 @@ +#version = File.read('README.textile').scan(/^\*\s+([\d\.]+)/).flatten + +Gem::Specification.new do |s| + s.name = "delayed_job" + s.version = "1.7.0" + s.date = "2008-11-28" + s.summary = "Database-backed asynchronous priority queue system -- Extracted from Shopify" + s.email = "tobi@leetsoft.com" + s.homepage = "http://github.com/tobi/delayed_job/tree/master" + s.description = "Delated_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks." + s.authors = ["Tobias Lütke"] + + # s.bindir = "bin" + # s.executables = ["delayed_job"] + # s.default_executable = "delayed_job" + + s.has_rdoc = false + s.rdoc_options = ["--main", "README.textile"] + s.extra_rdoc_files = ["README.textile"] + + # run git ls-files to get an updated list + s.files = %w[ + MIT-LICENSE + README.textile + delayed_job.gemspec + init.rb + lib/delayed/job.rb + lib/delayed/message_sending.rb + lib/delayed/performable_method.rb + lib/delayed/worker.rb + lib/delayed_job.rb + tasks/jobs.rake + tasks/tasks.rb + ] + s.test_files = %w[ + spec/database.rb + spec/delayed_method_spec.rb + spec/job_spec.rb + spec/story_spec.rb + ] +end diff --git a/vendor/plugins/delayed_job/generators/delayed_job_migration/delayed_job_migration_generator.rb b/vendor/plugins/delayed_job/generators/delayed_job_migration/delayed_job_migration_generator.rb new file mode 100644 index 0000000..5822350 --- /dev/null +++ b/vendor/plugins/delayed_job/generators/delayed_job_migration/delayed_job_migration_generator.rb @@ -0,0 +1,15 @@ +class DelayedJobMigrationGenerator < Rails::Generator::Base + def manifest + record do |m| + options = { + :migration_file_name => 'create_delayed_jobs' + } + + m.migration_template 'migration.rb', 'db/migrate', options + end + end + + def banner + "Usage: #{$0} #{spec.name}" + end +end diff --git a/vendor/plugins/delayed_job/generators/delayed_job_migration/templates/migration.rb b/vendor/plugins/delayed_job/generators/delayed_job_migration/templates/migration.rb new file mode 100644 index 0000000..c7e5bb4 --- /dev/null +++ b/vendor/plugins/delayed_job/generators/delayed_job_migration/templates/migration.rb @@ -0,0 +1,22 @@ +class CreateDelayedJobs < ActiveRecord::Migration + def self.up + create_table :delayed_jobs, :force => true do |t| + t.integer :priority, :default => 0 # Allows some jobs to jump to the front of the queue + t.integer :attempts, :default => 0 # Provides for retries, but still fail eventually. + t.text :handler # YAML-encoded string of the object that will do work + t.string :last_error # reason for last failure (See Note below) + t.datetime :run_at # When to run. Could be Time.now for immediately, or sometime in the future. + t.datetime :locked_at # Set when a client is working on this object + t.datetime :failed_at # Set when all retries have failed (actually, by default, the record is deleted instead) + t.string :locked_by # Who is working on this object (if locked) + + t.timestamps + end + + add_index :delayed_jobs, :locked_by + end + + def self.down + drop_table :delayed_jobs + end +end diff --git a/vendor/plugins/delayed_job/init.rb b/vendor/plugins/delayed_job/init.rb new file mode 100644 index 0000000..a816d7e --- /dev/null +++ b/vendor/plugins/delayed_job/init.rb @@ -0,0 +1 @@ +require File.dirname(__FILE__) + '/lib/delayed_job' diff --git a/vendor/plugins/delayed_job/lib/delayed/job.rb b/vendor/plugins/delayed_job/lib/delayed/job.rb new file mode 100644 index 0000000..2dfa0bb --- /dev/null +++ b/vendor/plugins/delayed_job/lib/delayed/job.rb @@ -0,0 +1,272 @@ +module Delayed + + class DeserializationError < StandardError + end + + # A job object that is persisted to the database. + # Contains the work object as a YAML field. + class Job < ActiveRecord::Base + MAX_ATTEMPTS = 25 + MAX_RUN_TIME = 4.hours + set_table_name :delayed_jobs + + # By default failed jobs are destroyed after too many attempts. + # If you want to keep them around (perhaps to inspect the reason + # for the failure), set this to false. + cattr_accessor :destroy_failed_jobs + self.destroy_failed_jobs = true + + # Every worker has a unique name which by default is the pid of the process. + # There are some advantages to overriding this with something which survives worker retarts: + # Workers can safely resume working on tasks which are locked by themselves. The worker will assume that it crashed before. + cattr_accessor :worker_name + self.worker_name = "host:#{Socket.gethostname} pid:#{Process.pid}" rescue "pid:#{Process.pid}" + + NextTaskSQL = '(run_at <= ? AND (locked_at IS NULL OR locked_at < ?) OR (locked_by = ?)) AND failed_at IS NULL' + NextTaskOrder = 'priority DESC, run_at ASC' + + ParseObjectFromYaml = /\!ruby\/\w+\:([^\s]+)/ + + cattr_accessor :min_priority, :max_priority + self.min_priority = nil + self.max_priority = nil + + # When a worker is exiting, make sure we don't have any locked jobs. + def self.clear_locks! + update_all("locked_by = null, locked_at = null", ["locked_by = ?", worker_name]) + end + + def failed? + failed_at + end + alias_method :failed, :failed? + + def payload_object + @payload_object ||= deserialize(self['handler']) + end + + def name + @name ||= begin + payload = payload_object + if payload.respond_to?(:display_name) + payload.display_name + else + payload.class.name + end + end + end + + def payload_object=(object) + self['handler'] = object.to_yaml + end + + # Reschedule the job in the future (when a job fails). + # Uses an exponential scale depending on the number of failed attempts. + def reschedule(message, backtrace = [], time = nil) + if self.attempts < MAX_ATTEMPTS + time ||= Job.db_time_now + (attempts ** 4) + 5 + + self.attempts += 1 + self.run_at = time + self.last_error = message + "\n" + backtrace.join("\n") + self.unlock + save! + else + logger.info "* [JOB] PERMANENTLY removing #{self.name} because of #{attempts} consequetive failures." + destroy_failed_jobs ? destroy : update_attribute(:failed_at, Delayed::Job.db_time_now) + end + end + + + # Try to run one job. Returns true/false (work done/work failed) or nil if job can't be locked. + def run_with_lock(max_run_time, worker_name) + logger.info "* [JOB] aquiring lock on #{name}" + unless lock_exclusively!(max_run_time, worker_name) + # We did not get the lock, some other worker process must have + logger.warn "* [JOB] failed to aquire exclusive lock for #{name}" + return nil # no work done + end + + begin + runtime = Benchmark.realtime do + invoke_job # TODO: raise error if takes longer than max_run_time + destroy + end + # TODO: warn if runtime > max_run_time ? + logger.info "* [JOB] #{name} completed after %.4f" % runtime + return true # did work + rescue Exception => e + reschedule e.message, e.backtrace + log_exception(e) + return false # work failed + end + end + + # Add a job to the queue + def self.enqueue(*args, &block) + object = block_given? ? EvaledJob.new(&block) : args.shift + + unless object.respond_to?(:perform) || block_given? + raise ArgumentError, 'Cannot enqueue items which do not respond to perform' + end + + priority = args.first || 0 + run_at = args[1] + + Job.create(:payload_object => object, :priority => priority.to_i, :run_at => run_at) + end + + # Find a few candidate jobs to run (in case some immediately get locked by others). + # Return in random order prevent everyone trying to do same head job at once. + def self.find_available(limit = 5, max_run_time = MAX_RUN_TIME) + + time_now = db_time_now + + sql = NextTaskSQL.dup + + conditions = [time_now, time_now - max_run_time, worker_name] + + if self.min_priority + sql << ' AND (priority >= ?)' + conditions << min_priority + end + + if self.max_priority + sql << ' AND (priority <= ?)' + conditions << max_priority + end + + conditions.unshift(sql) + + records = ActiveRecord::Base.silence do + find(:all, :conditions => conditions, :order => NextTaskOrder, :limit => limit) + end + + records.sort_by { rand() } + end + + # Run the next job we can get an exclusive lock on. + # If no jobs are left we return nil + def self.reserve_and_run_one_job(max_run_time = MAX_RUN_TIME) + + # We get up to 5 jobs from the db. In case we cannot get exclusive access to a job we try the next. + # this leads to a more even distribution of jobs across the worker processes + find_available(5, max_run_time).each do |job| + t = job.run_with_lock(max_run_time, worker_name) + return t unless t == nil # return if we did work (good or bad) + end + + nil # we didn't do any work, all 5 were not lockable + end + + # Lock this job for this worker. + # Returns true if we have the lock, false otherwise. + def lock_exclusively!(max_run_time, worker = worker_name) + now = self.class.db_time_now + affected_rows = if locked_by != worker + # We don't own this job so we will update the locked_by name and the locked_at + self.class.update_all(["locked_at = ?, locked_by = ?", now, worker], ["id = ? and (locked_at is null or locked_at < ?)", id, (now - max_run_time.to_i)]) + else + # We already own this job, this may happen if the job queue crashes. + # Simply resume and update the locked_at + self.class.update_all(["locked_at = ?", now], ["id = ? and locked_by = ?", id, worker]) + end + if affected_rows == 1 + self.locked_at = now + self.locked_by = worker + return true + else + return false + end + end + + # Unlock this job (note: not saved to DB) + def unlock + self.locked_at = nil + self.locked_by = nil + end + + # This is a good hook if you need to report job processing errors in additional or different ways + def log_exception(error) + logger.error "* [JOB] #{name} failed with #{error.class.name}: #{error.message} - #{attempts} failed attempts" + logger.error(error) + end + + # Do num jobs and return stats on success/failure. + # Exit early if interrupted. + def self.work_off(num = 100) + success, failure = 0, 0 + + num.times do + case self.reserve_and_run_one_job + when true + success += 1 + when false + failure += 1 + else + break # leave if no work could be done + end + break if $exit # leave if we're exiting + end + + return [success, failure] + end + + # Moved into its own method so that new_relic can trace it. + def invoke_job + payload_object.perform + end + + private + + def deserialize(source) + handler = YAML.load(source) rescue nil + + unless handler.respond_to?(:perform) + if handler.nil? && source =~ ParseObjectFromYaml + handler_class = $1 + end + attempt_to_load(handler_class || handler.class) + handler = YAML.load(source) + end + + return handler if handler.respond_to?(:perform) + + raise DeserializationError, + 'Job failed to load: Unknown handler. Try to manually require the appropiate file.' + rescue TypeError, LoadError, NameError => e + raise DeserializationError, + "Job failed to load: #{e.message}. Try to manually require the required file." + end + + # Constantize the object so that ActiveSupport can attempt + # its auto loading magic. Will raise LoadError if not successful. + def attempt_to_load(klass) + klass.constantize + end + + # Get the current time (GMT or local depending on DB) + # Note: This does not ping the DB to get the time, so all your clients + # must have syncronized clocks. + def self.db_time_now + (ActiveRecord::Base.default_timezone == :utc) ? Time.now.utc : Time.zone.now + end + + protected + + def before_save + self.run_at ||= self.class.db_time_now + end + + end + + class EvaledJob + def initialize + @job = yield + end + + def perform + eval(@job) + end + end +end diff --git a/vendor/plugins/delayed_job/lib/delayed/message_sending.rb b/vendor/plugins/delayed_job/lib/delayed/message_sending.rb new file mode 100644 index 0000000..ed75dda --- /dev/null +++ b/vendor/plugins/delayed_job/lib/delayed/message_sending.rb @@ -0,0 +1,17 @@ +module Delayed + module MessageSending + def send_later(method, *args) + Delayed::Job.enqueue Delayed::PerformableMethod.new(self, method.to_sym, args) + end + + module ClassMethods + def handle_asynchronously(method) + without_name = "#{method}_without_send_later" + define_method("#{method}_with_send_later") do |*args| + send_later(without_name, *args) + end + alias_method_chain method, :send_later + end + end + end +end \ No newline at end of file diff --git a/vendor/plugins/delayed_job/lib/delayed/performable_method.rb b/vendor/plugins/delayed_job/lib/delayed/performable_method.rb new file mode 100644 index 0000000..18bc77a --- /dev/null +++ b/vendor/plugins/delayed_job/lib/delayed/performable_method.rb @@ -0,0 +1,55 @@ +module Delayed + class PerformableMethod < Struct.new(:object, :method, :args) + CLASS_STRING_FORMAT = /^CLASS\:([A-Z][\w\:]+)$/ + AR_STRING_FORMAT = /^AR\:([A-Z][\w\:]+)\:(\d+)$/ + + def initialize(object, method, args) + raise NoMethodError, "undefined method `#{method}' for #{self.inspect}" unless object.respond_to?(method) + + self.object = dump(object) + self.args = args.map { |a| dump(a) } + self.method = method.to_sym + end + + def display_name + case self.object + when CLASS_STRING_FORMAT then "#{$1}.#{method}" + when AR_STRING_FORMAT then "#{$1}##{method}" + else "Unknown##{method}" + end + end + + def perform + load(object).send(method, *args.map{|a| load(a)}) + rescue ActiveRecord::RecordNotFound + # We cannot do anything about objects which were deleted in the meantime + true + end + + private + + def load(arg) + case arg + when CLASS_STRING_FORMAT then $1.constantize + when AR_STRING_FORMAT then $1.constantize.find($2) + else arg + end + end + + def dump(arg) + case arg + when Class then class_to_string(arg) + when ActiveRecord::Base then ar_to_string(arg) + else arg + end + end + + def ar_to_string(obj) + "AR:#{obj.class}:#{obj.id}" + end + + def class_to_string(obj) + "CLASS:#{obj.name}" + end + end +end \ No newline at end of file diff --git a/vendor/plugins/delayed_job/lib/delayed/worker.rb b/vendor/plugins/delayed_job/lib/delayed/worker.rb new file mode 100644 index 0000000..744e20a --- /dev/null +++ b/vendor/plugins/delayed_job/lib/delayed/worker.rb @@ -0,0 +1,54 @@ +module Delayed + class Worker + SLEEP = 5 + + cattr_accessor :logger + self.logger = if defined?(Merb::Logger) + Merb.logger + elsif defined?(RAILS_DEFAULT_LOGGER) + RAILS_DEFAULT_LOGGER + end + + def initialize(options={}) + @quiet = options[:quiet] + Delayed::Job.min_priority = options[:min_priority] if options.has_key?(:min_priority) + Delayed::Job.max_priority = options[:max_priority] if options.has_key?(:max_priority) + end + + def start + say "*** Starting job worker #{Delayed::Job.worker_name}" + + trap('TERM') { say 'Exiting...'; $exit = true } + trap('INT') { say 'Exiting...'; $exit = true } + + loop do + result = nil + + realtime = Benchmark.realtime do + result = Delayed::Job.work_off + end + + count = result.sum + + break if $exit + + if count.zero? + sleep(SLEEP) + else + say "#{count} jobs processed at %.4f j/s, %d failed ..." % [count / realtime, result.last] + end + + break if $exit + end + + ensure + Delayed::Job.clear_locks! + end + + def say(text) + puts text unless @quiet + logger.info text if logger + end + + end +end diff --git a/vendor/plugins/delayed_job/lib/delayed_job.rb b/vendor/plugins/delayed_job/lib/delayed_job.rb new file mode 100644 index 0000000..482cb2f --- /dev/null +++ b/vendor/plugins/delayed_job/lib/delayed_job.rb @@ -0,0 +1,13 @@ +autoload :ActiveRecord, 'activerecord' + +require File.dirname(__FILE__) + '/delayed/message_sending' +require File.dirname(__FILE__) + '/delayed/performable_method' +require File.dirname(__FILE__) + '/delayed/job' +require File.dirname(__FILE__) + '/delayed/worker' + +Object.send(:include, Delayed::MessageSending) +Module.send(:include, Delayed::MessageSending::ClassMethods) + +if defined?(Merb::Plugins) + Merb::Plugins.add_rakefiles File.dirname(__FILE__) / '..' / 'tasks' / 'tasks' +end diff --git a/vendor/plugins/delayed_job/spec/database.rb b/vendor/plugins/delayed_job/spec/database.rb new file mode 100644 index 0000000..d25578d --- /dev/null +++ b/vendor/plugins/delayed_job/spec/database.rb @@ -0,0 +1,43 @@ +$:.unshift(File.dirname(__FILE__) + '/../lib') +$:.unshift(File.dirname(__FILE__) + '/../../rspec/lib') + +require 'rubygems' +require 'active_record' +gem 'sqlite3-ruby' + +require File.dirname(__FILE__) + '/../init' +require 'spec' + +ActiveRecord::Base.logger = Logger.new('/tmp/dj.log') +ActiveRecord::Base.establish_connection(:adapter => 'sqlite3', :database => '/tmp/jobs.sqlite') +ActiveRecord::Migration.verbose = false +ActiveRecord::Base.default_timezone = :utc if Time.zone.nil? + +ActiveRecord::Schema.define do + + create_table :delayed_jobs, :force => true do |table| + table.integer :priority, :default => 0 + table.integer :attempts, :default => 0 + table.text :handler + table.string :last_error + table.datetime :run_at + table.datetime :locked_at + table.string :locked_by + table.datetime :failed_at + table.timestamps + end + + create_table :stories, :force => true do |table| + table.string :text + end + +end + + +# Purely useful for test cases... +class Story < ActiveRecord::Base + def tell; text; end + def whatever(n, _); tell*n; end + + handle_asynchronously :whatever +end diff --git a/vendor/plugins/delayed_job/spec/delayed_method_spec.rb b/vendor/plugins/delayed_job/spec/delayed_method_spec.rb new file mode 100644 index 0000000..e3911dc --- /dev/null +++ b/vendor/plugins/delayed_job/spec/delayed_method_spec.rb @@ -0,0 +1,128 @@ +require File.dirname(__FILE__) + '/database' + +class SimpleJob + cattr_accessor :runs; self.runs = 0 + def perform; @@runs += 1; end +end + +class RandomRubyObject + def say_hello + 'hello' + end +end + +class ErrorObject + + def throw + raise ActiveRecord::RecordNotFound, '...' + false + end + +end + +class StoryReader + + def read(story) + "Epilog: #{story.tell}" + end + +end + +class StoryReader + + def read(story) + "Epilog: #{story.tell}" + end + +end + +describe 'random ruby objects' do + before { Delayed::Job.delete_all } + + it "should respond_to :send_later method" do + + RandomRubyObject.new.respond_to?(:send_later) + + end + + it "should raise a ArgumentError if send_later is called but the target method doesn't exist" do + lambda { RandomRubyObject.new.send_later(:method_that_deos_not_exist) }.should raise_error(NoMethodError) + end + + it "should add a new entry to the job table when send_later is called on it" do + Delayed::Job.count.should == 0 + + RandomRubyObject.new.send_later(:to_s) + + Delayed::Job.count.should == 1 + end + + it "should add a new entry to the job table when send_later is called on the class" do + Delayed::Job.count.should == 0 + + RandomRubyObject.send_later(:to_s) + + Delayed::Job.count.should == 1 + end + + it "should run get the original method executed when the job is performed" do + + RandomRubyObject.new.send_later(:say_hello) + + Delayed::Job.count.should == 1 + end + + it "should ignore ActiveRecord::RecordNotFound errors because they are permanent" do + + ErrorObject.new.send_later(:throw) + + Delayed::Job.count.should == 1 + + Delayed::Job.reserve_and_run_one_job + + Delayed::Job.count.should == 0 + + end + + it "should store the object as string if its an active record" do + story = Story.create :text => 'Once upon...' + story.send_later(:tell) + + job = Delayed::Job.find(:first) + job.payload_object.class.should == Delayed::PerformableMethod + job.payload_object.object.should == "AR:Story:#{story.id}" + job.payload_object.method.should == :tell + job.payload_object.args.should == [] + job.payload_object.perform.should == 'Once upon...' + end + + it "should store arguments as string if they an active record" do + + story = Story.create :text => 'Once upon...' + + reader = StoryReader.new + reader.send_later(:read, story) + + job = Delayed::Job.find(:first) + job.payload_object.class.should == Delayed::PerformableMethod + job.payload_object.method.should == :read + job.payload_object.args.should == ["AR:Story:#{story.id}"] + job.payload_object.perform.should == 'Epilog: Once upon...' + end + + it "should call send later on methods which are wrapped with handle_asynchronously" do + story = Story.create :text => 'Once upon...' + + Delayed::Job.count.should == 0 + + story.whatever(1, 5) + + Delayed::Job.count.should == 1 + job = Delayed::Job.find(:first) + job.payload_object.class.should == Delayed::PerformableMethod + job.payload_object.method.should == :whatever_without_send_later + job.payload_object.args.should == [1, 5] + job.payload_object.perform.should == 'Once upon...' + end + +end diff --git a/vendor/plugins/delayed_job/spec/job_spec.rb b/vendor/plugins/delayed_job/spec/job_spec.rb new file mode 100644 index 0000000..9d3bc30 --- /dev/null +++ b/vendor/plugins/delayed_job/spec/job_spec.rb @@ -0,0 +1,345 @@ +require File.dirname(__FILE__) + '/database' + +class SimpleJob + cattr_accessor :runs; self.runs = 0 + def perform; @@runs += 1; end +end + +class ErrorJob + cattr_accessor :runs; self.runs = 0 + def perform; raise 'did not work'; end +end + +module M + class ModuleJob + cattr_accessor :runs; self.runs = 0 + def perform; @@runs += 1; end + end + +end + +describe Delayed::Job do + before do + Delayed::Job.max_priority = nil + Delayed::Job.min_priority = nil + + Delayed::Job.delete_all + end + + before(:each) do + SimpleJob.runs = 0 + end + + it "should set run_at automatically if not set" do + Delayed::Job.create(:payload_object => ErrorJob.new ).run_at.should_not == nil + end + + it "should not set run_at automatically if already set" do + later = 5.minutes.from_now + Delayed::Job.create(:payload_object => ErrorJob.new, :run_at => later).run_at.should == later + end + + it "should raise ArgumentError when handler doesn't respond_to :perform" do + lambda { Delayed::Job.enqueue(Object.new) }.should raise_error(ArgumentError) + end + + it "should increase count after enqueuing items" do + Delayed::Job.enqueue SimpleJob.new + Delayed::Job.count.should == 1 + end + + it "should be able to set priority when enqueuing items" do + Delayed::Job.enqueue SimpleJob.new, 5 + Delayed::Job.first.priority.should == 5 + end + + it "should be able to set run_at when enqueuing items" do + later = (Delayed::Job.db_time_now+5.minutes) + Delayed::Job.enqueue SimpleJob.new, 5, later + + # use be close rather than equal to because millisecond values cn be lost in DB round trip + Delayed::Job.first.run_at.should be_close(later, 1) + end + + it "should call perform on jobs when running work_off" do + SimpleJob.runs.should == 0 + + Delayed::Job.enqueue SimpleJob.new + Delayed::Job.work_off + + SimpleJob.runs.should == 1 + end + + + it "should work with eval jobs" do + $eval_job_ran = false + + Delayed::Job.enqueue do <<-JOB + $eval_job_ran = true + JOB + end + + Delayed::Job.work_off + + $eval_job_ran.should == true + end + + it "should work with jobs in modules" do + M::ModuleJob.runs.should == 0 + + Delayed::Job.enqueue M::ModuleJob.new + Delayed::Job.work_off + + M::ModuleJob.runs.should == 1 + end + + it "should re-schedule by about 1 second at first and increment this more and more minutes when it fails to execute properly" do + Delayed::Job.enqueue ErrorJob.new + Delayed::Job.work_off(1) + + job = Delayed::Job.find(:first) + + job.last_error.should =~ /did not work/ + job.last_error.should =~ /job_spec.rb:10:in `perform'/ + job.attempts.should == 1 + + job.run_at.should > Delayed::Job.db_time_now - 10.minutes + job.run_at.should < Delayed::Job.db_time_now + 10.minutes + end + + it "should raise an DeserializationError when the job class is totally unknown" do + + job = Delayed::Job.new + job['handler'] = "--- !ruby/object:JobThatDoesNotExist {}" + + lambda { job.payload_object.perform }.should raise_error(Delayed::DeserializationError) + end + + it "should try to load the class when it is unknown at the time of the deserialization" do + job = Delayed::Job.new + job['handler'] = "--- !ruby/object:JobThatDoesNotExist {}" + + job.should_receive(:attempt_to_load).with('JobThatDoesNotExist').and_return(true) + + lambda { job.payload_object.perform }.should raise_error(Delayed::DeserializationError) + end + + it "should try include the namespace when loading unknown objects" do + job = Delayed::Job.new + job['handler'] = "--- !ruby/object:Delayed::JobThatDoesNotExist {}" + job.should_receive(:attempt_to_load).with('Delayed::JobThatDoesNotExist').and_return(true) + lambda { job.payload_object.perform }.should raise_error(Delayed::DeserializationError) + end + + it "should also try to load structs when they are unknown (raises TypeError)" do + job = Delayed::Job.new + job['handler'] = "--- !ruby/struct:JobThatDoesNotExist {}" + + job.should_receive(:attempt_to_load).with('JobThatDoesNotExist').and_return(true) + + lambda { job.payload_object.perform }.should raise_error(Delayed::DeserializationError) + end + + it "should try include the namespace when loading unknown structs" do + job = Delayed::Job.new + job['handler'] = "--- !ruby/struct:Delayed::JobThatDoesNotExist {}" + + job.should_receive(:attempt_to_load).with('Delayed::JobThatDoesNotExist').and_return(true) + lambda { job.payload_object.perform }.should raise_error(Delayed::DeserializationError) + end + + it "should be failed if it failed more than MAX_ATTEMPTS times and we don't want to destroy jobs" do + default = Delayed::Job.destroy_failed_jobs + Delayed::Job.destroy_failed_jobs = false + + @job = Delayed::Job.create :payload_object => SimpleJob.new, :attempts => 50 + @job.reload.failed_at.should == nil + @job.reschedule 'FAIL' + @job.reload.failed_at.should_not == nil + + Delayed::Job.destroy_failed_jobs = default + end + + it "should be destroyed if it failed more than MAX_ATTEMPTS times and we want to destroy jobs" do + default = Delayed::Job.destroy_failed_jobs + Delayed::Job.destroy_failed_jobs = true + + @job = Delayed::Job.create :payload_object => SimpleJob.new, :attempts => 50 + @job.should_receive(:destroy) + @job.reschedule 'FAIL' + + Delayed::Job.destroy_failed_jobs = default + end + + it "should never find failed jobs" do + @job = Delayed::Job.create :payload_object => SimpleJob.new, :attempts => 50, :failed_at => Delayed::Job.db_time_now + Delayed::Job.find_available(1).length.should == 0 + end + + context "when another worker is already performing an task, it" do + + before :each do + Delayed::Job.worker_name = 'worker1' + @job = Delayed::Job.create :payload_object => SimpleJob.new, :locked_by => 'worker1', :locked_at => Delayed::Job.db_time_now - 5.minutes + end + + it "should not allow a second worker to get exclusive access" do + @job.lock_exclusively!(4.hours, 'worker2').should == false + end + + it "should allow a second worker to get exclusive access if the timeout has passed" do + @job.lock_exclusively!(1.minute, 'worker2').should == true + end + + it "should be able to get access to the task if it was started more then max_age ago" do + @job.locked_at = 5.hours.ago + @job.save + + @job.lock_exclusively! 4.hours, 'worker2' + @job.reload + @job.locked_by.should == 'worker2' + @job.locked_at.should > 1.minute.ago + end + + it "should not be found by another worker" do + Delayed::Job.worker_name = 'worker2' + + Delayed::Job.find_available(1, 6.minutes).length.should == 0 + end + + it "should be found by another worker if the time has expired" do + Delayed::Job.worker_name = 'worker2' + + Delayed::Job.find_available(1, 4.minutes).length.should == 1 + end + + it "should be able to get exclusive access again when the worker name is the same" do + @job.lock_exclusively! 5.minutes, 'worker1' + @job.lock_exclusively! 5.minutes, 'worker1' + @job.lock_exclusively! 5.minutes, 'worker1' + end + end + + context "#name" do + it "should be the class name of the job that was enqueued" do + Delayed::Job.create(:payload_object => ErrorJob.new ).name.should == 'ErrorJob' + end + + it "should be the method that will be called if its a performable method object" do + Delayed::Job.send_later(:clear_locks!) + Delayed::Job.last.name.should == 'Delayed::Job.clear_locks!' + + end + it "should be the instance method that will be called if its a performable method object" do + story = Story.create :text => "..." + + story.send_later(:save) + + Delayed::Job.last.name.should == 'Story#save' + end + end + + context "worker prioritization" do + + before(:each) do + Delayed::Job.max_priority = nil + Delayed::Job.min_priority = nil + end + + it "should only work_off jobs that are >= min_priority" do + Delayed::Job.min_priority = -5 + Delayed::Job.max_priority = 5 + SimpleJob.runs.should == 0 + + Delayed::Job.enqueue SimpleJob.new, -10 + Delayed::Job.enqueue SimpleJob.new, 0 + Delayed::Job.work_off + + SimpleJob.runs.should == 1 + end + + it "should only work_off jobs that are <= max_priority" do + Delayed::Job.min_priority = -5 + Delayed::Job.max_priority = 5 + SimpleJob.runs.should == 0 + + Delayed::Job.enqueue SimpleJob.new, 10 + Delayed::Job.enqueue SimpleJob.new, 0 + + Delayed::Job.work_off + + SimpleJob.runs.should == 1 + end + + end + + context "when pulling jobs off the queue for processing, it" do + before(:each) do + @job = Delayed::Job.create( + :payload_object => SimpleJob.new, + :locked_by => 'worker1', + :locked_at => Delayed::Job.db_time_now - 5.minutes) + end + + it "should leave the queue in a consistent state and not run the job if locking fails" do + SimpleJob.runs.should == 0 + @job.stub!(:lock_exclusively!).with(any_args).once.and_return(false) + Delayed::Job.should_receive(:find_available).once.and_return([@job]) + Delayed::Job.work_off(1) + SimpleJob.runs.should == 0 + end + + end + + context "while running alongside other workers that locked jobs, it" do + before(:each) do + Delayed::Job.worker_name = 'worker1' + Delayed::Job.create(:payload_object => SimpleJob.new, :locked_by => 'worker1', :locked_at => (Delayed::Job.db_time_now - 1.minutes)) + Delayed::Job.create(:payload_object => SimpleJob.new, :locked_by => 'worker2', :locked_at => (Delayed::Job.db_time_now - 1.minutes)) + Delayed::Job.create(:payload_object => SimpleJob.new) + Delayed::Job.create(:payload_object => SimpleJob.new, :locked_by => 'worker1', :locked_at => (Delayed::Job.db_time_now - 1.minutes)) + end + + it "should ingore locked jobs from other workers" do + Delayed::Job.worker_name = 'worker3' + SimpleJob.runs.should == 0 + Delayed::Job.work_off + SimpleJob.runs.should == 1 # runs the one open job + end + + it "should find our own jobs regardless of locks" do + Delayed::Job.worker_name = 'worker1' + SimpleJob.runs.should == 0 + Delayed::Job.work_off + SimpleJob.runs.should == 3 # runs open job plus worker1 jobs that were already locked + end + end + + context "while running with locked and expired jobs, it" do + before(:each) do + Delayed::Job.worker_name = 'worker1' + exp_time = Delayed::Job.db_time_now - (1.minutes + Delayed::Job::MAX_RUN_TIME) + Delayed::Job.create(:payload_object => SimpleJob.new, :locked_by => 'worker1', :locked_at => exp_time) + Delayed::Job.create(:payload_object => SimpleJob.new, :locked_by => 'worker2', :locked_at => (Delayed::Job.db_time_now - 1.minutes)) + Delayed::Job.create(:payload_object => SimpleJob.new) + Delayed::Job.create(:payload_object => SimpleJob.new, :locked_by => 'worker1', :locked_at => (Delayed::Job.db_time_now - 1.minutes)) + end + + it "should only find unlocked and expired jobs" do + Delayed::Job.worker_name = 'worker3' + SimpleJob.runs.should == 0 + Delayed::Job.work_off + SimpleJob.runs.should == 2 # runs the one open job and one expired job + end + + it "should ignore locks when finding our own jobs" do + Delayed::Job.worker_name = 'worker1' + SimpleJob.runs.should == 0 + Delayed::Job.work_off + SimpleJob.runs.should == 3 # runs open job plus worker1 jobs + # This is useful in the case of a crash/restart on worker1, but make sure multiple workers on the same host have unique names! + end + + end + +end diff --git a/vendor/plugins/delayed_job/spec/story_spec.rb b/vendor/plugins/delayed_job/spec/story_spec.rb new file mode 100644 index 0000000..0144b44 --- /dev/null +++ b/vendor/plugins/delayed_job/spec/story_spec.rb @@ -0,0 +1,17 @@ +require File.dirname(__FILE__) + '/database' + +describe "A story" do + + before(:all) do + @story = Story.create :text => "Once upon a time..." + end + + it "should be shared" do + @story.tell.should == 'Once upon a time...' + end + + it "should not return its result if it storytelling is delayed" do + @story.send_later(:tell).should_not == 'Once upon a time...' + end + +end \ No newline at end of file diff --git a/vendor/plugins/delayed_job/tasks/jobs.rake b/vendor/plugins/delayed_job/tasks/jobs.rake new file mode 100644 index 0000000..d044517 --- /dev/null +++ b/vendor/plugins/delayed_job/tasks/jobs.rake @@ -0,0 +1 @@ +require File.join(File.dirname(__FILE__), 'tasks') diff --git a/vendor/plugins/delayed_job/tasks/tasks.rb b/vendor/plugins/delayed_job/tasks/tasks.rb new file mode 100644 index 0000000..b62fbd8 --- /dev/null +++ b/vendor/plugins/delayed_job/tasks/tasks.rb @@ -0,0 +1,15 @@ +# Re-definitions are appended to existing tasks +task :environment +task :merb_env + +namespace :jobs do + desc "Clear the delayed_job queue." + task :clear => [:merb_env, :environment] do + Delayed::Job.delete_all + end + + desc "Start a delayed_job worker." + task :work => [:merb_env, :environment] do + Delayed::Worker.new(:min_priority => ENV['MIN_PRIORITY'], :max_priority => ENV['MAX_PRIORITY']).start + end +end diff --git a/vendor/plugins/permalink_fu/.autotest b/vendor/plugins/permalink_fu/.autotest new file mode 100644 index 0000000..2ac8192 --- /dev/null +++ b/vendor/plugins/permalink_fu/.autotest @@ -0,0 +1,36 @@ +class Autotest + ## + # Convert a path in a string, s, into a class name, changing + # underscores to CamelCase, etc. + + def path_to_classname(s) + sep = File::SEPARATOR + f = s.sub(/^test#{sep}/, '').sub(/\.rb$/, '').split(sep) + f = f.map { |path| path.split(/_|(\d+)/).map { |seg| seg.capitalize }.join } + f = f.map { |path| path =~ /Test$/ ? path : "#{path}Test" } + f.join('::') + end +end + +Autotest.add_hook :initialize do |at| + unless ARGV.empty? + if ARGV[0] == '-d' + at.find_directories = ARGV[1..-1].dup + else + at.find_directories = [] + at.extra_files = ARGV.dup + end + end + + # doesn't seem to work + # at.clear_mappings + + at.add_mapping(/^lib\/.*\.rb$/) do |filename, _| + possible = File.basename(filename, 'rb').gsub '_', '_?' + files_matching %r%^test/.*#{possible}_test\.rb$% + end + + at.add_mapping(/^test.*\/.*test\.rb$/) do |filename, _| + filename + end +end \ No newline at end of file diff --git a/vendor/plugins/permalink_fu/README b/vendor/plugins/permalink_fu/README new file mode 100644 index 0000000..e25acb3 --- /dev/null +++ b/vendor/plugins/permalink_fu/README @@ -0,0 +1,40 @@ +PermalinkFu + +This is a simple plugin extracted from Mephisto for creating permalinks from attributes. + + class Article < ActiveRecord::Base + has_permalink :title + end + +This will escape the title, making it fit to use in a URL in the after_validation callback. + +Use PermalinkFu.escape to escape a string manually if you like. + +If you're having issues with Iconv, you can manually tweak PermalinkFu.translation_to PermalinkFu.translation_from. +These are set to nil if Iconv is not loaded. You can also manually set them to nil if you don't want to use iconv. + +[Added 3.13.2008 by Pat Nakajima] You can now add conditions to #has_permalink like so: + + class Article < ActiveRecord::Base + has_permalink :title, :if => Proc.new { |article| article.needs_permalink? } + end + +Use the :if or :unless options to specify a Proc, method, or string to be called or evaluated. The permalink +will only be generated if the option evaluates to true. + + +[Added 3.11.2009 by Martin Emde] Make permalink_fu update your permalink everytime the dependent field(s) change. + + class Article < ActiveRecord::Base + has_permalink :title, :update => true + end + +This will update your permalink every time title changes. Rails versions with _changed? methods will reduce the checks for uniqueness to only when the permalink field is changed. + +Without :update set to true, your permalink will be set one time and subsequent changes to the field +(title in this example) will not affect the permalink field. To regenerate the permalink field, +set it to nil or a blank string within your model. + +Old versions of rails without _changed? attribute support will result in the permalink field being regenerated every save. + +[Bug Fixed 3.11.2009] Permalink was not being checked for uniqueness when set directly with permalink= on rails versions with _changed? diff --git a/vendor/plugins/permalink_fu/Rakefile b/vendor/plugins/permalink_fu/Rakefile new file mode 100644 index 0000000..d39b92d --- /dev/null +++ b/vendor/plugins/permalink_fu/Rakefile @@ -0,0 +1,9 @@ +require 'rake' +require 'rake/testtask' +Rake::TestTask.new do |t| + t.test_files = FileList['test/*_test.rb'] + t.verbose = true +end + +desc 'Default: run test examples' +task :default => 'test' \ No newline at end of file diff --git a/vendor/plugins/permalink_fu/init.rb b/vendor/plugins/permalink_fu/init.rb new file mode 100644 index 0000000..bdedd1f --- /dev/null +++ b/vendor/plugins/permalink_fu/init.rb @@ -0,0 +1 @@ +ActiveRecord::Base.extend PermalinkFu::PluginMethods \ No newline at end of file diff --git a/vendor/plugins/permalink_fu/lib/permalink_fu.rb b/vendor/plugins/permalink_fu/lib/permalink_fu.rb new file mode 100644 index 0000000..4d7d04f --- /dev/null +++ b/vendor/plugins/permalink_fu/lib/permalink_fu.rb @@ -0,0 +1,197 @@ +begin + require 'iconv' +rescue Object + puts "no iconv, you might want to look into it." +end + +require 'digest/sha1' +module PermalinkFu + class << self + attr_accessor :translation_to + attr_accessor :translation_from + + # This method does the actual permalink escaping. + def escape(string) + result = ((translation_to && translation_from) ? Iconv.iconv(translation_to, translation_from, string) : string).to_s + result.gsub!(/[^\x00-\x7F]+/, '') # Remove anything non-ASCII entirely (e.g. diacritics). + result.gsub!(/[^\w_ \-]+/i, '') # Remove unwanted chars. + result.gsub!(/[ \-]+/i, '-') # No more than one of the separator in a row. + result.gsub!(/^\-|\-$/i, '') # Remove leading/trailing separator. + result.downcase! + result.size.zero? ? random_permalink(string) : result + rescue + random_permalink(string) + end + + def random_permalink(seed = nil) + Digest::SHA1.hexdigest("#{seed}#{Time.now.to_s.split(//).sort_by {rand}}") + end + end + + # This is the plugin method available on all ActiveRecord models. + module PluginMethods + # Specifies the given field(s) as a permalink, meaning it is passed through PermalinkFu.escape and set to the permalink_field. This + # is done + # + # class Foo < ActiveRecord::Base + # # stores permalink form of #title to the #permalink attribute + # has_permalink :title + # + # # stores a permalink form of "#{category}-#{title}" to the #permalink attribute + # + # has_permalink [:category, :title] + # + # # stores permalink form of #title to the #category_permalink attribute + # has_permalink [:category, :title], :category_permalink + # + # # add a scope + # has_permalink :title, :scope => :blog_id + # + # # add a scope and specify the permalink field name + # has_permalink :title, :slug, :scope => :blog_id + # + # # do not bother checking for a unique scope + # has_permalink :title, :unique => false + # + # # update the permalink every time the attribute(s) change + # # without _changed? methods (old rails version) this will rewrite the permalink every time + # has_permalink :title, :update => true + # + # end + # + def has_permalink(attr_names = [], permalink_field = nil, options = {}) + if permalink_field.is_a?(Hash) + options = permalink_field + permalink_field = nil + end + ClassMethods.setup_permalink_fu_on self do + self.permalink_attributes = Array(attr_names) + self.permalink_field = (permalink_field || 'permalink').to_s + self.permalink_options = {:unique => true}.update(options) + end + end + end + + # Contains class methods for ActiveRecord models that have permalinks + module ClassMethods + def self.setup_permalink_fu_on(base) + base.extend self + class << base + attr_accessor :permalink_options + attr_accessor :permalink_attributes + attr_accessor :permalink_field + end + base.send :include, InstanceMethods + + yield + + if base.permalink_options[:unique] + base.before_validation :create_unique_permalink + else + base.before_validation :create_common_permalink + end + class << base + alias_method :define_attribute_methods_without_permalinks, :define_attribute_methods + alias_method :define_attribute_methods, :define_attribute_methods_with_permalinks + end unless base.respond_to?(:define_attribute_methods_without_permalinks) + end + + def define_attribute_methods_with_permalinks + if value = define_attribute_methods_without_permalinks + evaluate_attribute_method permalink_field, "def #{self.permalink_field}=(new_value);write_attribute(:#{self.permalink_field}, new_value.blank? ? '' : PermalinkFu.escape(new_value));end", "#{self.permalink_field}=" + end + value + end + end + + # This contains instance methods for ActiveRecord models that have permalinks. + module InstanceMethods + protected + def create_common_permalink + return unless should_create_permalink? + if read_attribute(self.class.permalink_field).blank? || permalink_fields_changed? + send("#{self.class.permalink_field}=", create_permalink_for(self.class.permalink_attributes)) + end + + # Quit now if we have the changed method available and nothing has changed + permalink_changed = "#{self.class.permalink_field}_changed?" + return if respond_to?(permalink_changed) && !send(permalink_changed) + + # Otherwise find the limit and crop the permalink + limit = self.class.columns_hash[self.class.permalink_field].limit + base = send("#{self.class.permalink_field}=", read_attribute(self.class.permalink_field)[0..limit - 1]) + [limit, base] + end + + def create_unique_permalink + limit, base = create_common_permalink + return if limit.nil? # nil if the permalink has not changed or :if/:unless fail + counter = 1 + # oh how i wish i could use a hash for conditions + conditions = ["#{self.class.permalink_field} = ?", base] + unless new_record? + conditions.first << " and id != ?" + conditions << id + end + if self.class.permalink_options[:scope] + [self.class.permalink_options[:scope]].flatten.each do |scope| + value = send(scope) + if value + conditions.first << " and #{scope} = ?" + conditions << send(scope) + else + conditions.first << " and #{scope} IS NULL" + end + end + end + while self.class.exists?(conditions) + suffix = "-#{counter += 1}" + conditions[1] = "#{base[0..limit-suffix.size-1]}#{suffix}" + send("#{self.class.permalink_field}=", conditions[1]) + end + end + + def create_permalink_for(attr_names) + str = attr_names.collect { |attr_name| send(attr_name).to_s } * " " + str.blank? ? PermalinkFu.random_permalink : str + end + + private + def should_create_permalink? + if self.class.permalink_field.blank? + false + elsif self.class.permalink_options[:if] + evaluate_method(self.class.permalink_options[:if]) + elsif self.class.permalink_options[:unless] + !evaluate_method(self.class.permalink_options[:unless]) + else + true + end + end + + # Don't even check _changed? methods unless :update is set + def permalink_fields_changed? + return false unless self.class.permalink_options[:update] + self.class.permalink_attributes.any? do |attribute| + changed_method = "#{attribute}_changed?" + respond_to?(changed_method) ? send(changed_method) : true + end + end + + def evaluate_method(method) + case method + when Symbol + send(method) + when String + eval(method, instance_eval { binding }) + when Proc, Method + method.call(self) + end + end + end +end + +if Object.const_defined?(:Iconv) + PermalinkFu.translation_to = 'ascii//translit//IGNORE' + PermalinkFu.translation_from = 'utf-8' +end diff --git a/vendor/plugins/permalink_fu/test/permalink_fu_test.rb b/vendor/plugins/permalink_fu/test/permalink_fu_test.rb new file mode 100644 index 0000000..4e1ea6b --- /dev/null +++ b/vendor/plugins/permalink_fu/test/permalink_fu_test.rb @@ -0,0 +1,323 @@ +# encoding: UTF-8 +require File.join(File.dirname(__FILE__), 'test_helper') + +class PermalinkFuTest < Test::Unit::TestCase + @@samples = { + 'This IS a Tripped out title!!.!1 (well/ not really)'.freeze => 'this-is-a-tripped-out-title1-well-not-really'.freeze, + '////// meph1sto r0x ! \\\\\\'.freeze => 'meph1sto-r0x'.freeze, + 'āčēģīķļņū'.freeze => 'acegiklnu'.freeze, + '中文測試 chinese text'.freeze => 'chinese-text'.freeze, + 'fööbär'.freeze => 'foobar'.freeze + } + + @@extra = { 'some-)()()-ExtRa!/// .data==?> to \/\/test'.freeze => 'some-extra-data-to-test'.freeze } + + def test_basemodel + @m = BaseModel.new + assert @m.valid? + assert_equal @m.id, nil + assert_equal @m.title, nil + assert_equal @m.permalink, nil + assert_equal @m.extra, nil + assert_equal @m.foo, nil + end + + def test_set_new_permalink_attributes_on_sub_class + @m = ClassModel.new + @m.title = 'foo' + @m.extra = 'bar' + assert @m.valid? + assert_equal @m.permalink, 'foo' + + @m = SubClassHasPermalinkModel.new + @m.title = 'foo' + @m.extra = 'bar' + assert @m.valid? + assert_equal @m.permalink, 'foo-bar' + end + + def test_should_not_inherit_permalink_attributes + @m = SubClassNoPermalinkModel.new + @m.title = 'foo' + assert @m.valid? + assert_equal @m.permalink, nil + end + + def test_should_escape_permalinks + @@samples.each do |from, to| + assert_equal to, PermalinkFu.escape(from) + end + end + + def test_should_escape_activerecord_model + @m = MockModel.new + @@samples.each do |from, to| + @m.title = from; @m.permalink = nil + assert @m.valid? + assert_equal to, @m.permalink + end + end + + def test_should_escape_activerecord_model_with_existing_permalink + @m = MockModel.new + @@samples.each do |from, to| + @m.title = 'whatever'; @m.permalink = from + assert @m.valid? + assert_equal to, @m.permalink + end + end + + def test_multiple_attribute_permalink + @m = MockModelExtra.new + @@samples.each do |from, to| + @@extra.each do |from_extra, to_extra| + @m.title = from; @m.extra = from_extra; @m.permalink = nil + assert @m.valid? + assert_equal "#{to}-#{to_extra}", @m.permalink + end + end + end + + def test_should_create_unique_permalink + @m = MockModel.new + @m.title = 'foo' + assert @m.valid? + assert_equal 'foo-2', @m.permalink + + @m.title = 'bar' + @m.permalink = nil + assert @m.valid? + assert_equal 'bar-3', @m.permalink + end + + def test_should_create_unique_permalink_when_assigned_directly + @m = MockModel.new + @m.permalink = 'foo' + assert @m.valid? + assert_equal 'foo-2', @m.permalink + + # should always check itself for uniqueness when not respond_to?(:permalink_changed?) + @m.permalink = 'bar' + assert @m.valid? + assert_equal 'bar-3', @m.permalink + end + + def test_should_common_permalink_if_unique_is_false + @m = CommonMockModel.new + @m.permalink = 'foo' + assert @m.valid? + assert_equal 'foo', @m.permalink + end + + def test_should_not_check_itself_for_unique_permalink_if_unchanged + @m = MockModel.new + @m.id = 2 + @m.permalink = 'bar-2' + @m.instance_eval do + @changed_attributes = {} + end + assert @m.valid? + assert_equal 'bar-2', @m.permalink + end + + def test_should_check_itself_for_unique_permalink_if_permalink_field_changed + @m = PermalinkChangeableMockModel.new + @m.permalink_will_change! + @m.permalink = 'foo' + assert @m.valid? + assert_equal 'foo-2', @m.permalink + end + + def test_should_not_check_itself_for_unique_permalink_if_permalink_field_not_changed + @m = PermalinkChangeableMockModel.new + @m.permalink = 'foo' + assert @m.valid? + assert_equal 'foo', @m.permalink + end + + def test_should_create_unique_scoped_permalink + @m = ScopedModel.new + @m.permalink = 'foo' + assert @m.valid? + assert_equal 'foo-2', @m.permalink + + @m.foo = 5 + @m.permalink = 'foo' + assert @m.valid? + assert_equal 'foo', @m.permalink + end + + def test_should_limit_permalink + @old = MockModel.columns_hash['permalink'].instance_variable_get(:@limit) + MockModel.columns_hash['permalink'].instance_variable_set(:@limit, 2) + @m = MockModel.new + @m.title = 'BOO' + assert @m.valid? + assert_equal 'bo', @m.permalink + ensure + MockModel.columns_hash['permalink'].instance_variable_set(:@limit, @old) + end + + def test_should_limit_unique_permalink + @old = MockModel.columns_hash['permalink'].instance_variable_get(:@limit) + MockModel.columns_hash['permalink'].instance_variable_set(:@limit, 3) + @m = MockModel.new + @m.title = 'foo' + assert @m.valid? + assert_equal 'f-2', @m.permalink + ensure + MockModel.columns_hash['permalink'].instance_variable_set(:@limit, @old) + end + + def test_should_abide_by_if_proc_condition + @m = IfProcConditionModel.new + @m.title = 'dont make me a permalink' + assert @m.valid? + assert_nil @m.permalink + end + + def test_should_abide_by_if_method_condition + @m = IfMethodConditionModel.new + @m.title = 'dont make me a permalink' + assert @m.valid? + assert_nil @m.permalink + end + + def test_should_abide_by_if_string_condition + @m = IfStringConditionModel.new + @m.title = 'dont make me a permalink' + assert @m.valid? + assert_nil @m.permalink + end + + def test_should_abide_by_unless_proc_condition + @m = UnlessProcConditionModel.new + @m.title = 'make me a permalink' + assert @m.valid? + assert_not_nil @m.permalink + end + + def test_should_abide_by_unless_method_condition + @m = UnlessMethodConditionModel.new + @m.title = 'make me a permalink' + assert @m.valid? + assert_not_nil @m.permalink + end + + def test_should_abide_by_unless_string_condition + @m = UnlessStringConditionModel.new + @m.title = 'make me a permalink' + assert @m.valid? + assert_not_nil @m.permalink + end + + def test_should_allow_override_of_permalink_method + @m = OverrideModel.new + @m.write_attribute(:permalink, 'the permalink') + assert_not_equal @m.permalink, @m.read_attribute(:permalink) + end + + def test_should_create_permalink_from_attribute_not_attribute_accessor + @m = OverrideModel.new + @m.title = 'the permalink' + assert @m.valid? + assert_equal 'the-permalink', @m.read_attribute(:permalink) + end + + def test_should_not_update_permalink_unless_field_changed + @m = NoChangeModel.new + @m.title = 'the permalink' + @m.permalink = 'unchanged' + assert @m.valid? + assert_equal 'unchanged', @m.read_attribute(:permalink) + end + + def test_should_not_update_permalink_without_update_set_even_if_field_changed + @m = ChangedWithoutUpdateModel.new + @m.title = 'the permalink' + @m.permalink = 'unchanged' + assert @m.valid? + assert_equal 'unchanged', @m.read_attribute(:permalink) + end + + def test_should_update_permalink_if_changed_method_does_not_exist + @m = OverrideModel.new + @m.title = 'the permalink' + assert @m.valid? + assert_equal 'the-permalink', @m.read_attribute(:permalink) + end + + def test_should_update_permalink_if_the_existing_permalink_is_nil + @m = NoChangeModel.new + @m.title = 'the permalink' + @m.permalink = nil + assert @m.valid? + assert_equal 'the-permalink', @m.read_attribute(:permalink) + end + + def test_should_update_permalink_if_the_existing_permalink_is_blank + @m = NoChangeModel.new + @m.title = 'the permalink' + @m.permalink = '' + assert @m.valid? + assert_equal 'the-permalink', @m.read_attribute(:permalink) + end + + def test_should_assign_a_random_permalink_if_the_title_is_nil + @m = NoChangeModel.new + @m.title = nil + assert @m.valid? + assert_not_nil @m.read_attribute(:permalink) + assert @m.read_attribute(:permalink).size > 0 + end + + def test_should_assign_a_random_permalink_if_the_title_has_no_permalinkable_characters + @m = NoChangeModel.new + @m.title = '////' + assert @m.valid? + assert_not_nil @m.read_attribute(:permalink) + assert @m.read_attribute(:permalink).size > 0 + end + + def test_should_update_permalink_the_first_time_the_title_is_set + @m = ChangedWithoutUpdateModel.new + @m.title = "old title" + assert @m.valid? + assert_equal "old-title", @m.read_attribute(:permalink) + @m.title = "new title" + assert @m.valid? + assert_equal "old-title", @m.read_attribute(:permalink) + end + + def test_should_not_update_permalink_if_already_set_even_if_title_changed + @m = ChangedWithoutUpdateModel.new + @m.permalink = "old permalink" + @m.title = "new title" + assert @m.valid? + assert_equal "old-permalink", @m.read_attribute(:permalink) + end + + def test_should_update_permalink_every_time_the_title_is_changed + @m = ChangedWithUpdateModel.new + @m.title = "old title" + assert @m.valid? + assert_equal "old-title", @m.read_attribute(:permalink) + @m.title = "new title" + assert @m.valid? + assert_equal "new-title", @m.read_attribute(:permalink) + end + + def test_should_work_correctly_for_scoped_fields_with_nil_value + s1 = ScopedModelForNilScope.new + s1.title = 'ack' + s1.foo = 3 + assert s1.valid? + assert_equal 'ack', s1.permalink + + s2 = ScopedModelForNilScope.new + s2.title = 'ack' + s2.foo = nil + assert s2.valid? + assert_equal 'ack-2', s2.permalink + end +end diff --git a/vendor/plugins/permalink_fu/test/test_helper.rb b/vendor/plugins/permalink_fu/test/test_helper.rb new file mode 100644 index 0000000..bd1f6e0 --- /dev/null +++ b/vendor/plugins/permalink_fu/test/test_helper.rb @@ -0,0 +1,162 @@ +require 'test/unit' +require File.join(File.dirname(__FILE__), '../lib/permalink_fu') + +begin + require 'rubygems' + require 'ruby-debug' + Debugger.start +rescue LoadError + # no ruby debugger +end + +gem 'activerecord' +require 'active_record' +require File.join(File.dirname(__FILE__), '../init') + +class BaseModel < ActiveRecord::Base + cattr_accessor :columns + @@columns ||= [] + + def self.column(name, sql_type = nil, default = nil, null = true) + columns << ActiveRecord::ConnectionAdapters::Column.new(name.to_s, default, sql_type, null) + end + + def self.exists?(*args) + false + end + + column :id, 'int(11)' + column :title, 'varchar(100)' + column :permalink, 'varchar(100)' + column :extra, 'varchar(100)' + column :foo, 'varchar(100)' + +end + +class ClassModel < BaseModel + has_permalink :title +end + +class SubClassHasPermalinkModel < ClassModel + has_permalink [:title, :extra] +end + +class SubClassNoPermalinkModel < ClassModel +end + +class MockModel < BaseModel + def self.exists?(conditions) + if conditions[1] == 'foo' || conditions[1] == 'bar' || + (conditions[1] == 'bar-2' && conditions[2] != 2) + true + else + false + end + end + + has_permalink :title +end + +class PermalinkChangeableMockModel < BaseModel + def self.exists?(conditions) + if conditions[1] == 'foo' + true + else + false + end + end + + has_permalink :title + + def permalink_changed? + @permalink_changed + end + + def permalink_will_change! + @permalink_changed = true + end +end + +class CommonMockModel < BaseModel + def self.exists?(conditions) + false # oh noes + end + + has_permalink :title, :unique => false +end + +class ScopedModel < BaseModel + def self.exists?(conditions) + if conditions[1] == 'foo' && conditions[2] != 5 + true + else + false + end + end + + has_permalink :title, :scope => :foo +end + +class ScopedModelForNilScope < BaseModel + def self.exists?(conditions) + (conditions[0] == 'permalink = ? and foo IS NULL') ? (conditions[1] == 'ack') : false + end + + has_permalink :title, :scope => :foo +end + +class OverrideModel < BaseModel + has_permalink :title + + def permalink + 'not the permalink' + end +end + +class ChangedWithoutUpdateModel < BaseModel + has_permalink :title + def title_changed?; true; end +end + +class ChangedWithUpdateModel < BaseModel + has_permalink :title, :update => true + def title_changed?; true; end +end + +class NoChangeModel < BaseModel + has_permalink :title, :update => true + def title_changed?; false; end +end + +class IfProcConditionModel < BaseModel + has_permalink :title, :if => Proc.new { |obj| false } +end + +class IfMethodConditionModel < BaseModel + has_permalink :title, :if => :false_method + + def false_method; false; end +end + +class IfStringConditionModel < BaseModel + has_permalink :title, :if => 'false' +end + +class UnlessProcConditionModel < BaseModel + has_permalink :title, :unless => Proc.new { |obj| false } +end + +class UnlessMethodConditionModel < BaseModel + has_permalink :title, :unless => :false_method + + def false_method; false; end +end + +class UnlessStringConditionModel < BaseModel + has_permalink :title, :unless => 'false' +end + +class MockModelExtra < BaseModel + has_permalink [:title, :extra] +end +