Latest Comments

Comment Types:
What are you talking about?
It's odd that no one on NYAA has complained about them.
Please ban! no data just advertising text
please ban!!
Comment in [SobsPlease] Girls Band Cry (WEB 1080p)
01/12/2024 12:45 — Anonymous
Shroud has now uploaded the lastest GBC bluray volume:
https://animetosho.torrentbay.st/view/shroud-gir...1.n1906433
Original translation. The Japanese subtitles (either from the TV braodcast or the catch-up service TVer) are used as part of that fansub (Serenae has said "Having the JP subs ASAP right after the episode airs helps subbers like me work on our fansubs more quickly"). The script is re-synced for viewing with the Crunchyroll video (which this release uses, other raws aren't always available at the time).
Comment in Feedback
01/12/2024 10:31 — kiko_ptr
Hi, is there a way to filter searches by the languages contained in a file? Many fansubs put ‘multi subs’ but with that you can't put a pattern to search in the title.
I've tried to see the options for using the API but I haven't found any documentation.
Thank you.
most likely an edit of prosubs
Comment in Feedback
01/12/2024 05:38 — Anonymous
I put a little more thought into it and came up with a hope/suggestion.

If possible it would be great if the option between group name and episode number could be user selectable via dropdown, like the "Show: Subtitles" and "Show: Downloads" dropdown toggle.

Just a thought, as I think having both options are equally useful in that spot. I realize I would definitely use both.
Comment in [Serenae] Wonderful Precure! - 43 (1080p).mkv
01/12/2024 05:07 — Anonymous: "ghough pteigh bteau tchoghs"
Is this an original translation or an edit of SubsPlease?
thanks. that worked.
https://animetosho.torrentbay.st/about
"How do I join multi-part (.001, .002 etc) files?
Just use 7-Zip and extract the .001 file."
i tried that and got the same error.

in the properties of each part, mkvtoolnix shows each part having different pixel formats, part1- 1920x1080, part2- 16x160, part3- 12x16, part4- 48x32, part5- 332x156, part6- 160x32, part7- 96x33312, part8- 528x32, part9- 64x32, part10- 14x22, part11- 334x156, part12- 16x16, part13- 28x24

i assume parts 2 through 13 are corrupt uploads
The first file/part should be mkv.001 and not mkv.mpv. Rename it and your problem will be fixed!
i downloaded all 13 parts from KrakenFiles, but they are not same format.
tried to merge using mkvtoolnix but fails

'..../Dragon.Ball.Super.Super.Hero.v2.JPBD.1080p-iKaos.mkv.mpv': Using the demultiplexer for the format 'Matroska'.
'..../Dragon.Ball.Super.Super.Hero.v2.JPBD.1080p-iKaos.mkv.002': Using the demultiplexer for the format 'AVC/H.264'.
'..../Dragon.Ball.Super.Super.Hero.v2.JPBD.1080p-iKaos.mkv.003': Using the demultiplexer for the format 'AVC/H.264'.

Error:
The track number 0 from the file '..../Dragon.Ball.Super.Super.Hero.v2.JPBD.1080p-iKaos.mkv.002' cannot be appended to the track number 0 from the file '..../Dragon.Ball.Super.Super.Hero.v2.JPBD.1080p-iKaos.mkv.mpv'. The formats do not match.
Comment in Feedback
01/12/2024 00:31 — admin
Thanks for the suggestions!

If the goal is to exclude certain groups in a search, would prepending group names with "-" or "!" while enabling Sphinx expressions not suffice?
Searches cannot contain only exclusion terms - there needs to be at least one inclusion term.

would there also be merit in automatically building queries with other filters such as resolution, codec, and/or source (Web, BD, DVD, etc.)?
It'd be awkward to try to break title links into all these components. It's a reason I didn't want to touch the title links - once you split the group name, it opens the door to splitting up the link elsewhere.
Some sites just have links to all keywords like a 'tag' system. I figured that people could easily just copy/paste relevant terms into search than add a bunch of links to do the same thing.
Comment in Feedback
01/12/2024 00:12 — admin
Sorry, that was a bit unclear on my part.
The text isn't modified, but the link will need to be broken into two (which may affect its appearance).
The search index is effectively a separate database, and is only periodically updated, which means that the search can miss stuff that is actually present. I'm trying to avoid directing users to search mostly for this reason.
Comment in Feedback
01/12/2024 00:08 — admin
Unfortunately the group filter isn't supported with search. A lot of the time you can just enter the group name as a search keyword, if that helps.
Comment in Feedback
01/12/2024 00:08 — admin
Thanks for your feedback.
I figured that episodes tend to bunch together if sorted by date posted, so a group link might be more useful.

I'll leave it there for now to see what other feedback people give. It's easy to revert should that be necessary.
Comment in Feedback
30/11/2024 22:14 — Sav1or
If the goal is to exclude certain groups in a search, would prepending group names with "-" or "!" while enabling Sphinx expressions not suffice? Although adding buttons and a list of all detected groups would be a significant UI change. Presumably those buttons would just build and add those terms to the search string before processing it. Putting aside the UI overhaul necessary to make that happen, would there also be merit in automatically building queries with other filters such as resolution, codec, and/or source (Web, BD, DVD, etc.)? Those are equally useful features to add should AT endeavor to implement a UI-driven filtering system but they each introduce their own challenges. Back to considering UI, adding all that functionality might be too cumbersome or too complicated for the average user making a simple query.

Regarding detection, a dedicated script won't be necessary if you're willing to ignore edge cases such as detecting titles with the group name at the end or in a different encapsulation. Here is a very simple regex101 example that captures group names in exactly as you described and some examples populated in the test string section. If you do want to support edge cases you could perhaps craft a more sophisticated regular expression or enter the rabbit hole that is BNF grammars and LR parsers (see https://en.wikipedia.org/wiki/LR_parser). The latter is quite niche but is very satisfying to develop - assuming you enjoy writing and using regular expressions.

Based on how the Series/Season page is currently parsing group names it seems AT has figured out a more sophisticated parser than we have since they're also able to parse groups such as VARYG (see https://animetosho.torrentbay.st/series/kimi-wa-...sama.18344 for examples).

Have fun,
- Sav1or
Comment in Feedback
30/11/2024 21:03 *ThisisLX
Not exactly what I suggested but it'll be useful, thank you! 😊🙏🏻
Comment in Feedback
30/11/2024 20:59 *ThisisLX
I wasn't asking for titles modifications though 😅

What I was thinking was a script that detects whether the title begins with the tag name within [...] or not. If it does, it'd get the value and add it as a hypertext on the corresponding release page (it'd launch a search on AT by the tag name, no need for a database it'd be a basic search).

If the filename doesn't start with a value within [...]  but instead, directly with a letter, then do nothing (group/tag name won't be indicated).

Example here :
BLEACH Thousand Year Blood War - S17E35 [1080p AMZN]-ToonsHub
==> It wouldn't detect the tag name.

[ToonsHub] BLEACH Thousand Year Blood War - S17E35 [1080p AMZN]
==> It would detect ToonsHub.

I don't know if it's better explained but that's what I had in mind 😅
gee, rent a vpn/seedbox then you can torrent all you want. AT is not only for you.
Comment in Feedback
30/11/2024 18:21 — Anonymous
Thanks for the implementation of the group links on the series page. But I was wondering if you could allow for search queries with gid as well. Something like this, for example, doesn't work: https://animetosho.torrentbay.st/search?q=1080p&...gid=16325.

Or maybe I'm not doing it right lol.
The thieves of washing machines...
he is the GOAT. it's strange the softsub is recorded in the screenshot, unless there is a permanent watermark.
The best and most powerful media players on earth are K-Lite Codec Pack (Full or Mega) (with MPC-HC as its embeded player) and mpv (which is based on MPlayer and mplayer2). KLCP (Full or Mega) and mpv can play ANY media file out of the box without the need to configure or download any extra codec. KLCP is Windows-only while mpv is cross platform. Having both of them on a system is a wise thing to do.

PotPlayer and SMPlayer are runner-ups.

VLC Media Player was once considered the Swiss army knife of media players, but those days are long gone! It's not recommended anymore due to its inability to play some codecs and inferiority as compared with KLCP and mpv.

The only issue with mpv is the fact that its configuration isn't as simple and straightforward as KLCP. However it can be done with little effort.
In my opinion only two things initially need to be configured in mpv: subtitle size and subtitle margin from bottom. (As mentioned it's a subjective matter.) It can be done by opening a new file in Notepad++ (or any other text editor) and adding the two lines below and saving the file with the name "mpv.conf" and placing it in the "mpv" folder:
--sub-font-size=40
--sub-margin-y=45

The best video players for Android are MX Player, XPlayer and mpv.
Comment in Feedback
30/11/2024 14:14 — Anonymous
Just noticed the change and it kind of feels like the group tag instead of the episode number is a little troublesome since a lot of the time now it seems like the group tag is there in duplicate.
I think it's really cool that you rolled this out, I'm just putting it out there that I liked having the episode number there. :)

Obviously, if this is something people like I'm good with that too.
Thanks for being open to feedback dude, have a great weekend!
Requesting as well for fetch subs have some improvements.
Ah we were mistaken about that then. The other MPC we knew about was MPC-BE but it doesn't seem to be as ubiquitous as the others - even including the old MPC. In that case it's very likely they would be using this fork from clsid2 which had an update just a few days ago and judging from the release notes it's included in K-Lite Standard. Very nice to see more options. Thanks for the info!

Have a nice day,
- Sav1or
Comment in Feedback
30/11/2024 11:26 — kennylauderdale
Tried this method, it works for TT.

Thanks.
Comment in Feedback
30/11/2024 06:39 — admin
I added group links to the series page listing: example.
It's not exactly what you asked for, but it's something I guess.
It's a hidden switch that isn't documented anywhere, so it'd be surprising if you knew about it.
Thanks for the suggestion; my concern is that it'd clutter the UI for something few would care about, so I've left it as a hidden switch for now.

I also appreciate the contributions you've made, both in terms of submissions and attempts to inform others.
Lots of big Egos here on the free comment section
MPC-HC is supported and constantly updated in the K-Lite release.
Comment in Kaifuku Jutsushi no Yarinaoshi - 12 END (Uncensored).mkv
30/11/2024 02:19 — Anonymous: "VidLover"
The way "Ronald ..." is rendered in screenshots makes it more than obvious that it's not hard-coded meaning it's from the subtitle.
You made a genuine mistake so we don't hold it against you. You also apologized for it which is admirable. We didn't and we don't mean to call you dishonest or anything - just that one statement was false. We haven't used MPC-HC in ages and the version you're using might very well be very outdated so that might explain the erroneous output you saw. A lot of users and encoders recommend MPV and VLC as the foremost modern and up-to-date media players. Both are supported on a wide range of hardware and software. Despite its shortcomings with accurately rendering ASS subtitles, VLC should be a far more potent and capable media player than the currently unsupported MPC-HC. If you're on Windows and want to use MPV, we recommend using mpv.NET; it can be found on Github and it's even available on the Microsoft Store. Hope that turns out to be helpful for you.

Enjoy,
- Sav1or
I downloaded this episode and had "Ronald リノアフェイト"  the entire time in the lower right hand corner of the screen while using Media Player Classic.
I download and watch Anime. I am not an uploader, encoder or someone who can break down a video file piece by piece and analyze it like others can.
I just posted what I saw and my opinion... nothing more. I am not attacking or criticizing anyone. I also didn't realize how people here are so "on the offensive" so I apologize.
Comment in Feedback
30/11/2024 00:40 — admin
I posted an explanation here.
You can take the Anidex torrent download link and submit it to TokyoTosho, if you want it to be mirrored here.
You could also just upload the torrent to a file host like https://files.catbox.moe/ and submit the download link to TokyoTosho.

Hope that helps.
Comment in Feedback
30/11/2024 00:38 — admin
Changing behavior depending on naming scheme doesn't quite sit nicely with me, and I do want to keep titles as unmodified as possible.
Search can also be a bit weird in how it works; this is probably more on me than of any practical issue.

I do like the idea in some respect, so will give it some thought.
Thanks for the suggestion.
Thank you very much for the info on the queryParam - we never realized that! And thanks for providing an official method of determining it. It's quite handy and appreciated. We doubt anyone would want to trust let alone look at our evidence so that's a much better solution.

The reasoning for using the first default subtitle is good and we agree. We just have one suggestion: Add a button to the image list that switches the images and their links to the raw image version. We recommend naming the button "Toggle Subtitles" or "Show/Hide Subtitles". While we have your attention, thanks for everything you do around here and maintaining the site - we appreciate accessibility to subtitles since that has saved us so much time and effort.

Have a good one,
- Sav1or
archive
Anime DDL+NZB mirror
Current Time: 03/07/2026 04:31



About/FAQs

Discord