Latest Comments

Comment Types:
Comment in Feedback
11/02/2025 15:34 — Anonymous
Maybe they got cucked and wanted to confirm it?
Comment in Feedback
11/02/2025 14:50 — Anonymous
NTR is similiar to getting cucked, or swinging. Usually NTR involves blackmail, coercion or manipulation.

Uwkai means cheating on someone romantically, as opposed to just casual sex.
Comment in Feedback
11/02/2025 09:37 — admin
Why?
Comment in Feedback
11/02/2025 06:25 — Anonymous
Guys, Can you explain the difference between cheating (uwaki) and NTR?
Comment in Feedback
10/02/2025 18:50 — Anonymous: "Anonymous - File namer"
Thanks for the reply admin.

My issue is that the program I use for muxing (MKV Muxing Batch GUI) needs files and folders with unique file names (i.e. attachments1-12, subtitle1-12)  so I have to rename subs, chapters and attachments which is difficult for the attachments folder (win explorer search + copy-paste can't rename folders only files).

I am almost completely a GUI user and can only use the CL with detailed descriptions for specific cases (to be clear I'm not asking you for that information, just stating my knowledge level).

Thanks for your reply and for the script, I will try and do some research to figure out how to implement it.
Comment in Feedback
10/02/2025 07:00 *admin
I had a quick look at MkvCleaver - if you're looking to achieve something more consistent with its naming scheme, you can run the following batch script in the folder containing the extracted archive's contents.

@mkdir temp
@for /d %%d in (*) do @(
  @for %%f in ("%%d"\*) do move "%%f" ".\%%~nd_%%~nxf"
  @move "%%d\attachments" "temp\%%~nd_Attachments"
  @rmdir "%%d"
)
@for /d %%d in (temp\*) do move "%%d" "%%~nxd"
@rmdir temp
Comment in Feedback
10/02/2025 01:43 — admin
Thanks for the suggestion, though I don't understand it.

The structure for the 'All Attachments' download on batch torrents looks like this:

[torrent name]_attachments.7z
- [filename]
  - attachments
    - [font file]
  - chapters.xml
  - track#.lang.ext


The folder structure eliminates the need to duplicate the filename everywhere.
Comment in Feedback
10/02/2025 01:40 — admin
so how do u filter them , since the api has not info about the serie and ep
The info is supplied via the AniDB IDs (aid/eid/gid for anime/episode/group ID). You'll need to query AniDB for full details on the respective item.

Use the feed link (RSS icon in top-right) on torrent listings to determine the URL for API queries.
Comment in Feedback
09/02/2025 20:24 — Anonymous
Oh, I see. Sorry for my bad english.
Comment in Feedback
09/02/2025 19:58 — Anonymous
He probably means the same inconvenience as you - composing and maintaining over time a failproof regex for all possible formats. AT has enough trouble as it is with autofinding correct series from the torrent title.
Comment in Feedback
09/02/2025 19:24 — Anonymous
I didn't know there was mediainfo in the feed. That makes things easier for me. Thanks.
You mentioned that this is also an inconvenient for you, is it causing any problem to AT? Maybe my program can help in something.
Comment in Feedback
09/02/2025 18:59 — Anonymous: "Anonymous - File namer"
Admin,

I have long wondered if it is possible for batch attachments to be named differently?

Currently they are;

Batch full name
Episode full name
attachments
track #
chapter

What I hope for would look like;

Batch full name
Episode full name
Episode full name - attachments
Episode full name - track#
Episode full name - chapter

When I use MKVcleaver they are extracted with the full names so I was wondering if it's possible/feasible to do on your end.

Thanks for your consideration! and I really appreciate all that this site does!!!
Comment in Feedback
09/02/2025 13:59 — hex01e
The website is already doing that like 'https://animetosho.org/view/erai-raws-neet-kunoichi-nazeka-dousei-hajimemashita-06.1951094'
Series field:
	
NEET Kunoichi to Nazeka Dousei Hajimemashita - Episode 11: Somehow a Kunoichi Maid Burst Onto the Scene
so how do u filter them , since the api has not info about the serie and ep
Comment in Feedback
09/02/2025 02:43 — admin
that would be very inconvenient considering the many patterns used in release titles. So, I was wondering if there is something that could be done from your side. But I guess there isn't (?).
I don't have anything that you don't, so it isn't any more convient for me. All the info shown is all the info I have.

AT does make guesses regarding the series, group and episode, which you can make use of (for example, see the series and episodes displays).
Resolution and encoding are available in the mediainfo for files that are processed.

All this data is available in JSON format (see Is there an API available?).
Comment in Feedback
08/02/2025 17:32 — Anonymous
Basically, I want to create a program that chooses the download that I have to do accordingly to my needs automatically.

Take as an example these 2 titles:
[ToonsHub] UniteUp! S02E05 1080p iQ WEB-DL AAC2.0 H.264 (Multi-Subs)
[SubsPlease] UniteUp! S2 - 05 (1080p) [A967C448].mkv

They both are referring to the same episode. I think it would be nice to have the info organized in a way that resembles a json, something like:
Group: ToonsHub                        SubsPlease
Anime: UniteUp!                         UniteUp!
Season: 2                                    2
Episode: 5                                   5
Resolution: 1080p                       1080p
Source Type: WEB-DL                  ?
Audio Encoding: AAC2.0              ?
Video Encoding: H.264                ?

This is just an example. I know I could achieve that with regex, but that would be very inconvenient considering the many patterns used in release titles. So, I was wondering if there is something that could be done from your side. But I guess there isn't (?).
Comment in Feedback
08/02/2025 16:22 — Anonymous
nice site
Comment in Feedback
08/02/2025 04:23 — Anonymous
They basically want, the media info as part of the file name or the ability to see the details (release group, codecs, resolution etc) of the file somewhere on the site.

Comment in Feedback
08/02/2025 04:20 — Anonymous
There is no standard for anime and no one enforces one. A name is enough, specifically when 90% of releases are from the same websites.
Comment in Feedback
08/02/2025 02:07 — admin
Would you be able to explain what you're ultimately aiming for?
I'm a little confused, as the info is already displayed on this website, just in the title instead of some list form.

I noticed that each group has their own way of formating the title, which is quite inconvenient for me
It's also inconvenient for me, and likely everyone else for that matter unfortunately.
Comment in Feedback
08/02/2025 02:04 — admin
Done, thanks for the suggestion!
Comment in Feedback
08/02/2025 01:53 — Anonymous
do you want mediainfo to be more simplified?
Comment in Feedback
07/02/2025 22:50 — Anonymous
As far as I understand, mediainfo requires the file to be downloaded, and I'm not sure if it would be able to tell the group. What I want is this sort of info displayed in the website itself, not parsed from a file like mediainfo does, but from the title. I noticed that each group has their own way of formating the title, which is quite inconvenient for me.
Comment in Feedback
07/02/2025 20:51 — Anonymous
isn't that basically...mediainfo? or are you looking for something else?
Comment in Feedback
07/02/2025 18:44 — Anonymous
Is it possible to implement info fields parsed from the title of the uploads?
Something like:
- group: Erai-raws
- format: mkv
- resolution: 1080p
- encoding: HEVC
Comment in Feedback
07/02/2025 17:08 — Anonymous: "Alex"
Hi there! When you search something, the page title is always "Search Results". Is it possible to put search string here? Like "Search Results: Dragon ball"? That will make creating bookmarks easier. Thanks!
Comment in Feedback
07/02/2025 03:41 — admin
If it helps, you can try one of the several Nyaa proxies around.
Comment in Feedback
06/02/2025 18:26 — Anonymous
using this site cuz nyaa just flat out doesnt work properly for me anymore :<
Comment in Feedback
05/02/2025 02:57 — admin
The only thing automated is torrents under 16GB.
Anything over might get processed if there's spare capacity to do so. Requests aren't fulfilled by popularity, and friction in the process is intentional.
Comment in Feedback
05/02/2025 02:17 — Anonymous
I believe some people would make careless requests, if it were just pushing a button.  And we have jokers and trolls here too.
Comment in Feedback
05/02/2025 01:56 — Anonymous
How to not make it easy for a user to make multiple new accounts?
Comment in Feedback
05/02/2025 01:42 — Anonymous: "Fizzy"
I guess that's true yeah. Maybe a different idea:
Making the process of requesting a missed batch to be mirrored more streamlined?
Like a vote button that only works when signed in to an account (prevent bots), then after a vote threshold is met, automatically mirror?
Maybe still have different skip limits for the votes too so no ridiculous stuff is mirrored?

Thanks for reading and considering btw.
Comment in Feedback
05/02/2025 01:05 — admin
Thanks for the suggestion.

If what you say is true, the 2GB isn't so much the problem, but...
likely enough to mirror most the missed batches
That's the part that hurts.
Comment in Feedback
05/02/2025 01:03 — admin
The option doesn't exist. Nyaa should have that capability though.
Comment in Feedback
05/02/2025 00:53 — Anonymous
20GB that no one wants is 4GB more waste.  It makes more sense to make it requested by someone.
Comment in Feedback
05/02/2025 00:47 — Anonymous
Having to ask for a fetch doesn't seem like a big hurdle.
Comment in Feedback
05/02/2025 00:30 — Anonymous: "Fizzy"
Hello, I'd like to ask if it's feasible to increase the max size for the skipping policy to 20GB.
There are SO many 1080p 12 episode Web-DL batches that get skipped from the mirroring that I wish I could grab the nzb for, but they are usually like just barely above the 16GB skip limit.
Honestly even a 2 GB increase to 18GB is likely enough to mirror most the missed batches. For example Failure Frame which just released a 12 ep dub batch, is just barely over 16GB.
I could very well be wrong, but to me a 2GB difference doesn't really seem like it would majorly impact the server.

It would mean a lot to me if possible.
Thanks - Fizzy.
Comment in Feedback
04/02/2025 23:48 — Anonymous
Filehosting must be unlimited to be used animetosho. Not 1TB 10TB, Absolutely limitless. Mediafire doesn't offer that.
Comment in Feedback
04/02/2025 19:28 — Anonymous
check the FAQ section, "Will Anime Tosho support uploading to [some file host]?" if you're interested.
Comment in Feedback
04/02/2025 19:03 — Anonymous
Guys! Mediafire is Alive!!! Uploads in Mediafire, plz. Gofile is shi....


Comment in Feedback
04/02/2025 15:50 — Anonymous
Yes you will with MPC...
Comment in Feedback
04/02/2025 15:17 — Anonymous
Is it possible to sort by seeds somehow?
Comment in Feedback
04/02/2025 01:59 — Anonymous
monthly thanks to admin
Comment in Feedback
02/02/2025 21:16 — Anonymous
I was wandering if i set Japanese audio to default track as "NO" and English audio to default track as "NO" will this get the player prefernce option? If the player is set for english audio as primary language.
Comment in Feedback
02/02/2025 00:00 — admin
I can probably tweak the timings a little to shorten the typical delay, but yeah, being very up to date isn't really a goal.
If anything, Nyaa doesn't like being scraped, so all requests there have to be throttled.
Comment in Feedback
01/02/2025 23:57 — admin
Thanks! Text updated.
Comment in Feedback
01/02/2025 17:03 — Anonymous
Well, no one really checked the FAQs anyway. Anidex also has just been recently removed. But the point is still the same. AT never uploads torrents, it just mirrors them.
Comment in Feedback
01/02/2025 16:14 — qweastqwert
In the Faqs/About page in the Can you upload [some arbitrary file]? section, Anidex is still listed as a source but it has been removed
Comment in Feedback
01/02/2025 14:38 — Anonymous
thanks for the insight on how shit actually works, too bad it's... not as fast as it could be, but it's perfectly understandable, this is meant to be more of a database than real-time API, but thanks for investigating nontheless
Comment in Feedback
01/02/2025 14:01 — Nejmi
thank you!!!
beta
Anime DDL+NZB mirror
Current Time: 09/04/2026 22:19



About/FAQs

Discord