Latest Comments

Comment Types:
Comment in Feedback
01/06/2021 20:50 — Anonymous
I use bookmarks for that kind of stuff.
Comment in Feedback
01/06/2021 10:07 — ghostboy2547
Hi, not really hating this page, maybe a suggestion for improvement. I would like to be able to keep track of the Anime I want to download.

I frequently lose track of time, and forget to download the episodes for current Anime. If it was finished, you have a lovely archive or batches to get almost everything all at once. But if one is ongoing, and new episodes get released, I would like to see how far I have to download. Also if a sequel gets released down the line.

It would be really awesome if I could just pop in and check "My List"

Final Note - Thank you for this magnificent site.
Comment in Feedback
25/05/2021 13:05 — admin
That'd be nice - feels like I've been getting rid of those darn slimes gooping up my servers for centuries now.
Comment in Feedback
24/05/2021 13:18 — Anonymous: "Anony"
Thank you so much!

Even better than what I asked for!
Comment in Feedback
22/05/2021 11:47 *Anonymous: "Mia Grattan"
[spam]
Comment in Feedback
20/05/2021 14:54 — Anonymous
The Admin's Magic Power is Omnipotent.  Maybe all the slimes you killed maxed out your level.
Comment in Feedback
20/05/2021 13:05 — admin
Ah found it - fortunately someone else had the exact same issue.
This should be the end of it for now then.
Comment in Feedback
20/05/2021 00:46 — Anonymous
Thank you i think i can work out with what is given. i'll post an update once i have something.

Comment in Feedback
19/05/2021 17:49 — Anonymous
Probably a Netflix thing. For example, anidb has no ep 19 listing yet. Eps posted here before their anidb listing maybe don't get an ep.
Comment in Feedback
19/05/2021 09:54 — admin
mirror.animetosho.torrentbay.st
Comment in Feedback
19/05/2021 09:54 — admin
Sorry about that. Still not entirely sure what the problem is, but let's hope it holds up this time.
Comment in Feedback
19/05/2021 08:39 — Anonymous
For future reference whats the address of the backup site?
Comment in Feedback
18/05/2021 18:32 *Stultus
Main site is still not uploading new stuff plus works extreme slowly or shows: 502 Bad Gateway nginx/1.18.0.
Comment in Feedback
18/05/2021 18:28 — Anonymous
Main site still not loading. Getting 502 Bad Gateway and 504 Gateway Timeout. Thank you.
Comment in Feedback
18/05/2021 12:46 — Anonymous
Just wanted to say thank you. This site is awesome and I've been a long long long time user. Cheers to you guys!
Comment in Feedback
18/05/2021 12:32 — admin
Requests are rate limited and throttling is applied if too many are sent.
If the feed is queried frequently, most of the data returned would be identical, and mediainfo can take up a lot of space/bandwidth when aggregated across many files. Constraining info to specific requests avoids this bandwidth wastage (assuming the client is well behaved).

I've added a torrent request function - you need to give it the ID of the torrent you're querying (example).
Hopefully that gives you what you're looking for.
Comment in Feedback
18/05/2021 05:49 — Anonymous
This sounds good, i was just afraid that crawling the links might put stress on the your servers where is not needed. but if thats the way you approve of then i think all good.

taking few secs to generate the feed server side and caching the result seems to be much more ideal then doing ( feed.count x feed.object.files x files.mediainfo ) requests. Of course the requests would depend on how you plan to implement files within. as in one request or induvial for media info.

if it's just {feed.id: { files:[ {info.., mediainfo: {} }] } then yeah that would work if it's individual request for each file to get media info. that wouldn't scale as some torrents has hundreds of files each.

Thank you for your reply.
Comment in Feedback
18/05/2021 02:16 — admin
Thanks for the suggestion. If people want it to be added, it can be looked into.
Otherwise, if people are happy with the manually supplied links, I guess the current setup is fine.
Comment in Feedback
18/05/2021 02:13 — admin
Something has gone weird on the main webserver - hopefully it's all fixed now. Thanks for reporting.
Comment in Feedback
17/05/2021 15:46 — geha714
Seems like the main site stopped uploading (and not opening properly). Mirror doing fine tho.
Comment in Feedback
17/05/2021 13:48 — Anonymous
If you add uloz.to as one of your ddl hosts, you might be able to minimize someone adding comments to new releases.  It's requires a captcha, so it's not a great host.
Comment in Feedback
17/05/2021 11:17 — admin
None required. If your application demands one, just put 0 in there.
Comment in Feedback
17/05/2021 11:13 — admin
There's a JSON version of the feed available at https://animetosho.torrentbay.st/s__feed/json
I don't intend to return any files in that listing, but I could create the option to query a specific torrent, where it'll return info of the files within. Does that sound feasible to you?
Comment in Feedback
17/05/2021 10:19 — debjit
where's the api key ?
Comment in Feedback
17/05/2021 01:27 — Anonymous
Sorry about the late reply.

Indeed here is what i would like to do

1. https://animetosho.torrentbay.st/api/richfeed/
2. the url would return an object with something like { "feed": {"title",...more fields, "mediainfo": [{},{}] } }
3. a script i would make then parse feed titles for tags such as video audio subtitles etc., if found great pass it unaltered.
4. if no or missing tags. alter url to include them via the provided mediainfo object.
5. for mutli items releases you parse all included mediainfo objects and choose the most common. for example, if you have 10 files that are h264 and 1 h265 then the release is most likely is h264.
Comment in Feedback
16/05/2021 11:44 — admin
Thanks for the suggestion.
I didn't really want to provide too much info, as there's better sources for that, but I've added the year, which is hopefully all you need.

I'm not sure the hardware is exactly low end (have hosted on much lower specs in the past), but perhaps I pay more attention to efficiency (which can be limiting I suppose) than from what I've heard regarding how various other sites operate.
Comment in Feedback
13/05/2021 17:59 — Anonymous: "Anony"
Hi,

Long time user, infrequent commenter, and thank you for all you do.

Would it be easy to add the year started to the series pages?  Example:

https://animetosho.torrentbay.st/series/detroit-...-city.5587
Started: 2008

It would really help identifying those series that are really old or those that have lots of seasons.

Thanks!

PS:  Really kinda amazing how low end your hardware is for how well the site(s) function.
Comment in Feedback
12/05/2021 22:27 — admin
I don't believe Newznab provides much in the way of specifying mediainfo unfortunately.
If you're referring to a feed variant which modifies titles, I'm not quite confident in that either. For one, there's no reliable way to automatically parse titles, much less figure out how to modify them.
There's also the complication of having more than one file in a torrent - mediainfo happens on a per-file basis.

Would you be able to give a clearer explanation of what exactly you're trying to do? There may be another way.
Comment in Feedback
12/05/2021 15:42 — Anonymous
Thanks for your reply.

it's understandable that you dont want to alter them officially. is it possible to say have a an API that list Nzbs with their media info and then we can transform that data into usable form?

Thanks.
Comment in Feedback
11/05/2021 01:01 — Anonymous
Stylus
Comment in Feedback
11/05/2021 00:16 — Anonymous
Don't use Stylish. They're baked with privacy issues and have been known to use spyware.

Use Greasemonkey instead to modify the css.
Comment in Feedback
10/05/2021 18:40 *Gurphy_TC
Zippy was down for a while, missed links should be filled in on retries soon.
Comment in Feedback
10/05/2021 12:21 — admin
Thanks for the suggestion.
I'm rather unwilling to change names around, as the intention is to mirror with as few changes as possible (ideally none) - it might be best to suggest uploaders adopt your naming scheme if that's your goal.

Having said that, SubsPlease should be using mostly the same parameters for their releases, so it doesn't seem so useful for this particular example.
Comment in Feedback
10/05/2021 12:16 — admin
The search just tries to do word matches, so repeated words are ignored.
It turns out there's many files with "DAA" in the CRC, so matches too many things.

You can try forcing a phrase by enclosing it in quotes, like this: https://animetosho.torrentbay.st/search?q="Daa! Daa! Daa!"
Comment in Feedback
10/05/2021 12:13 — admin
Thanks!
Comment in Feedback
09/05/2021 12:35 — Anonymous: "Anon"
I love to see a dark theme with the girls of Kami Nomi zo Shiru Sekai or Ore no Imōto ga Konna ni Kawaii Wake ga Nai. Really great anime shows 👌
And the only anime I've watched starring admin!!! is Oreimo. I've seen him in Kirino's room 😠
Comment in Feedback
09/05/2021 06:50 *darkash
use stylish and modify the css (background url) from https://animetosho.torrentbay.st/inc/style_173.css
specify the domain where it's applied to animetosho.torrentbay.st

Anyway I think we will get another dark theme replacement, there's actually one dark theme in the past before hotaru, I think it's on 2011 or something
Comment in Feedback
08/05/2021 19:28 *sameer
It does appear in the sea of hits this simple name gets. Dig away lol. For such cases if animetosho has them categorized under series then using anidb id instead helps in zeroing in on what you want. Probably a special search syntax can be used for searching these simple names IDK.
Comment in Feedback
08/05/2021 18:31 — Anonymous
Any reason why
https://animetosho.torrentbay.st/series/351
doesn't show up on search by either romaji/eng names?
Comment in Feedback
07/05/2021 19:17 — Anonymous
Hotaru is my preferred theme.
Comment in Feedback
07/05/2021 16:23 — sameer
two months for her.
Comment in Feedback
07/05/2021 16:02 — Anonymous
Somewhere in feedback people have outlined how to save themes on your machine. There are browser add-ons for that too.
Comment in Feedback
07/05/2021 15:38 — Anonymous
I'm afraid we won't have Hotaru in the near future. If one another theme is added then Hotaru will be out of the list of themes to choose :(
admin, please bring down Hotaru's position in the list of themes so it wont be kicked out of the list.
Comment in Feedback
07/05/2021 01:58 — Anonymous
If you choose it, it should stick unless you delete your cookies.
Comment in Feedback
07/05/2021 01:40 — Anonymous
Can we have a default dark mode? (Hotaru would work perfectly.)
Comment in Feedback
05/05/2021 16:48 — Anonymous
Thanks indeed i didn't know about the sub page of the file for some reason i thought it linked for direct DL or something lol.

i was thinking for of this case right now if you search for example from sonarr this title will be shown.

[SubsPlease] Hetalia World Stars - 06 (1080p) [7C092E60].mkv

you cant really use filters except for hard release group to get this and other filters for codec, audio etc will not function as they are not available. instead since the info already exists on AT db could the title be appended to be for exmaple

[SubsPlease] Hetalia World Stars - 06 (1080p) [7C092E60] [JA] [H264 AAC].mkv
and for dual audo would be either
[SubsPlease] Hetalia World Stars - 06 (1080p) [7C092E60] [JA+EN] [H264 AAC].mkv

this ofc if the file doesn't have tags already.

standardizing the naming is extremely helpful right now sadly most of the anime community has different ideas about release names. making automation really hard.

right now i have custom RSS filter to fix subsplease releases to be like

[SubsPlease] Hetalia World Stars - 06 [WEBDL-1080p] [JA] [H264 AAC 8bit] [7C092E60].mkv to at least make some filters of sonarr work. and give some score to the release.
Comment in Feedback
05/05/2021 13:58 — Anonymous: "Anon"
Mediainfo is there for years now. It seems you just don't know how to access it!

Take this release (https://animetosho.torrentbay.st/view/commie-sk8-infinity-volume-1-bd-720p-aac.n1381744) as an example. If you click on any link (for example the first one: https://animetosho.torrentbay.st/file/commie-sk8...kv.855426) you can see all the info about video, audio and subtitle(s).

Keep up the good work, AT ;)
Comment in Feedback
05/05/2021 03:03 — Anonymous
Click on the file name and mediainfo is displayed. Did you mean something else?
Comment in Feedback
05/05/2021 01:38 — Anonymous
Hi, since you guys are already downloading and uploading the data, is possible for you to extract the media info and add it to titles?

some of those release really hard to gauge as they dont often have codec audio, dual/single etc.

It would really be helpful.

the dream to have correctly named episodes specially in season releases.

Show Title - ep - title [media info]
archive
Anime DDL+NZB mirror
Current Time: 20/06/2026 12:10



About/FAQs

Discord