Latest Comments

Comment Types:
subtitles cannot be downloaded
this isn't correctly labelled in Tosho's database, pls fix and put it in the correct entry @admin

https://animetosho.torrentbay.st/series/kidou-se...gundam.718
Comment in Feedback
28/10/2025 14:13 — Anonymous: "67"
I see the issue, its not labelled in the tosho database as Mobile Suit Gundam Zeta. please label the show correctly and we're good

https://animetosho.torrentbay.st/series/kidou-se...gundam.718
Comment in Feedback
28/10/2025 11:33 — Anonymous
It's older than the average user here.
Comment in Feedback
28/10/2025 11:08 — admin
At the time of writing, it's on page two of those results: https://animetosho.torrentbay.st/view/mobile-sui...c.n1366609

If it helps, you can try doing an ID lookup if you have a Nyaa link. That is, take nyaa.si/view/<ID> and visit animetosho.torrentbay.st/view/n<ID>
these are "Yuu Gi Ou: Go Rush!!"
Comment in Feedback
28/10/2025 10:00 — Anonymous
Why would people still be talking about that show?
Comment in Feedback
28/10/2025 06:49 — Anonymous: "Littlewolffemboy"
Whuuuuut
Comment in Feedback
28/10/2025 06:48 — Anonymous: "Littlewolffemboy"
Why do I not hear anyone talk about Omamori Himari?
Comment in Wu Dong Qiankun Season 5 (Martial Universe) 4K
Q 28/10/2025 01:12 — Anonymous
Any chance of a version that's not 4K ?
Can we have another Studio Toei movie: Girls Band Cry part 1 - Rhapsody of Youth? Even a camrip will do!
I hope this series can be finished
Comment in Feedback
27/10/2025 21:30 — Anonymous: "67"
I did try searching for the torrent here so cant say I didn't try

https://animetosho.torrentbay.st/search?q=sxales&page=3

but sxales' Zeta Gundam tortent missing from the search results
Comment in Feedback
27/10/2025 21:28 — Anonymous: "67"
unable to find sxales' torrent for zeta gundam on the site, despite it being uploaded to nyaa.si before. file is missing or not being mirrored correctly idk

Mobile Suit Zeta Gundam (BDRip 1492x1080p x265 HEVC FLACx2 2.0x2)(Dual Audio)[sxales]

Link: https://nyaa.si/view/1366609

please fix as soon as possible
What is that filename? Spanish?
Comment in [SubsPlease] Yami Shibai 15 - 08 (1080p) [DBA82D2D].mkv
27/10/2025 17:56 — Anonymous: "Anon"
SubsPlease isn't having issues, but CrunchyRoll keeps uploading shows with very crappy SRT styling, then sometimes, at random many days or hours later they replace it with properly typeset ASS versions. Most groups don't bother fixing this early version. SP has made some attempts to v2 when CR fixes, but there's no easy way to know when CR fixes something, so most groups don't rerip the fixed subs.
If you don't care about the fixes, you don't need the v2s, they are not "broken", they merely look like ass because that's what CR is pushing out and it's what everyone is ripping.
For that episode's Yami Shibai 720p, the reason SP didn't rip that resolution was because the particular resolution was missing on CR (at least the higher birate version was missing, lower one was present).
Comment in Feedback
27/10/2025 16:41 — Anonymous: "Hoid"
Below is a batch script I run for attachment renaming that I want to pass on.
It's intended for season batches so you need episode folders with .mkv as a suffix.
After running, user is prompted to select the track number of the sub file.
Makes new folders, "chap, font, old", sub files are copied and renamed to "episode folder name-original name", chapters are copied to "chap" and renamed same as subs, attachments are moved to font and renamed to "episode folder name" and everthing else is moved to old.
Script(copy everything below and save as a .bat file)
@echo off
setlocal enabledelayedexpansion

:: --- Track Number Validation Loop ---
:GET_TRACK_NUMBER
    set "found_track_in_any_dir=0"
    echo.
    echo Please enter the track number for the subtitles:
    set /p track_num="Track number: "
    
    :: Check all episode folders for the existence of the specified track
    for /d %%d in (*.mkv) do (
        if /i not "%%d"=="chap" if /i not "%%d"=="font" if /i not "%%d"=="old" (
            
            :: Check for a file matching the pattern "track[number].*" within the folder
            for %%f in ("%%d\track!track_num!.*") do (
                if exist "%%f" (
                    set "found_track_in_any_dir=1"
                    
                    :: Use GOTO to break out of the directory loop immediately upon finding one match
                    goto :CHECK_RESULT
                )
            )
        )
    )

:CHECK_RESULT
    :: If the flag is still 0, the track was not found in any folder
    if "!found_track_in_any_dir!"=="0" (
        echo.
        echo Error: Subtitle track "!track_num!" was not found in any episode folder.
        echo Please enter a different track number.
        echo.
        goto :GET_TRACK_NUMBER
    )
:: --- End Track Number Validation Loop ---

:: Make new folders if they don't already exist
if not exist "chap" mkdir "chap"
if not exist "font" mkdir "font"
if not exist "old" mkdir "old"

:: Main script, requires episode folders with suffix .mkv
:: Folder name = episode name - .mkv
for /d %%d in (*.mkv) do (
    if /i not "%%d"=="chap" if /i not "%%d"=="font" if /i not "%%d"=="old" (
        echo Processing folder: "%%d"

        set "episode_name=%%~nd"

        :: Move attacments to font\ and rename
        if exist "%%d\attachments" (
            ren "%%d\attachments" "!episode_name!"
            move "%%d\!episode_name!" "font\"
        ) else (
            echo Warning: Attachments folder not found in "%%d". Skipping.
        )

        :: Copy selected track and rename (we know this track exists from the validation loop)
        for %%f in ("%%d\track!track_num!.*") do (
            if exist "%%f" (
                copy "%%f" "!episode_name!-%%~nf%%~xf"
            )
        )
        
        :: Copy chapters to chap\ and rename
        if exist "%%d\chapters.xml" (
            copy "%%d\chapters.xml" "chap\!episode_name!-chapters.xml"
        ) else (
            echo Warning: chapters.xml not found in "%%d". Skipping.
        )
    )
)

:: Move original episode folders to old
for /d %%d in (*.mkv) do (
    if /i not "%%d"=="chap" if /i not "%%d"=="font" if /i not "%%d"=="old" (
        move "%%d" "old\"
    )
)

echo.
echo Script execution complete.
pause
Comment in Feedback
27/10/2025 12:21 — blackiris
Looking at his avatar, Takopii no Genzai must be one of his favorites.
A bit late to post, but they uploaded it soon after:
https://animetosho.torrentbay.st/view/subsplease...kv.2020528

SubsPlease has been having a lot of issues lately, lots of v2.
There are only 2 seeders so if none of them are online when I'm downloading... getting stuck at a certain percent of a download is what happens.
It's no one's fault if the series isn't too popular to be worth seeding. The links would probably be removed due to storage issues... maybe.  That is why I gave the comment section a try to see if anyone could help me.
Thank you Gecko!
do you have the ep 3 audio? i need the separate audio file please
Haha I'm sorry you are right. he was singing in Japanese and I didn't wait long enough to hear the English voices after haha
Acupressure points for energy (chi) management - finally clarified by episode 4 subtitles
^ Me when I spread misinformation. The audios are japanese and english.
Stuck on 0%

Thanks, you got it working
Both audio tracks are jpn. Also the episode number is in absolute form instead of season.
forward captions by 45 seconds.
Nevermind, it's the bigger file that has an audio issue.
Thanks admin!
To be more precise: this has the audio of episode 2.
Something is wrong my guys.
So just like in Teen Wolf and Angels in The Outfield...they can't win without cheating.
Ok buumer.
Comment in Bubblegum Crisis Tokyo 2040 [English-Spanish-Japanese 1080p]
26/10/2025 14:37 — Anonymous: " Anonymous"
Sorry future boy. I downloaded these files in the floppy disc era.
Comment in Bubblegum Crisis Tokyo 2040 [English-Spanish-Japanese 1080p]
26/10/2025 14:23 — Anonymous: "MurasakiAki"
>look & sound fine played thru a decent video card onto a modern 60in screen.
Yeah because somebody deinterlaced it when they ripped the dvd for you. The DVD's not going to look as good as that on a pixel-array screen unless it goes through deinterlacing, either in the player or during the encoding process.

In the case of anime, deinterlacing is (usually) pretty straightforward because the original source was progressive and all deinterlacing needs to do is to grab the two fields that came from each fram and reconstruct that frame (and then set the display to the correct, possibly-weird, framerate), but there are some sources that are just impossible to do this with, such as broadcast TV rips that have been interlaced one way and then the station has put banners over the top of the interlaced intermediate and the banners are interlaced a different way. Some DVDs do the same kind of thing with hardsubbed signs and so on. These kind of sources are quite rare, but they exist because in the CRT era there were only CRTs and even if someone had a high-end monitor it was still a CRT and could just be set to 480i like a TV, so why bother accommodating hypothetical flat panels that can't do variable resolution or interlaced video?

Anyways, your files look good because someone deinterlaced the DVD when they encoded them for you, a DVD image won't look good unless you deinterlace the image yourself when you play it.
It was uploaded over two years ago... what did you expect?
Dead links are never "revived" as the files are deleted automatically after AT processes them. FAQs : https://animetosho.torrentbay.st/about
hey, its not working anymore, please revive
Comment in Chainsaw Man The Movie Reze Arc 2025 1080p HDTS x264-RGB
26/10/2025 11:18 — Anonymous: "Xime-1"
♫there is a starman♫
Comment in Feedback
26/10/2025 05:44 — admin
I appreciate the attempt at flattery, but I'm perfectly capable of handling this already.
archive
Anime DDL+NZB mirror
Current Time: 18/06/2026 16:29



About/FAQs

Discord