Feedback Page

This is a somewhat temporary page made especially for the beta version of this website. It's to collect all your death threats, love messages, requests to the code monkeys or just suggestions/issues/questions/criticisms/idle talk or whatever feedback you think is worth our database space.


20,328 comment(s) posted: [view latest]
16/02/2022 14:35 — Anonymous
4 mins to go on my downloads, let's see, go check the dailymail headlines ior click on 'insert poll here'

The comments here are actually a comfy read, a small basic forum would be pretty cool, but maybe a bit extra work for the admins?
17/02/2022 17:25 *Anonymous: "Jacqueline Johnson"
[spam]
17/02/2022 20:10 — Anonymous
tits or gtfo
17/02/2022 23:06 — Anonymous
spam
16/02/2022 14:44 — Anonymous
- I propose han experiment - a basic one page animetosho image board, threads fall into oblivion after they reach the bottom of the page, no real need for moderation, A comfy 10 min browse / banter whilst waiting on DLs. banner ads along the top - could be a good earner

Needn't be on the animetosho.org address either, the page could be hosted on an seperate address, with a link to it from here. Meaning the experiment could be easily dropped if it was too much hassle or problematic
16/02/2022 14:45 — Anonymous
That's basically a one page chan? Toshochan!
16/02/2022 18:12 — Anonymous
never touch income like from banner ads unless you want to kill a project.
16/02/2022 20:30 — Anonymous
I agree, but one small banner ad along the top of a small chan would be an acceptable trade off if it helped make it happen
16/02/2022 18:20 — Anonymous
Have you tried the AT Discord?  Link under the login.
16/02/2022 20:27 — Anonymous
Discord is ok, but I think OP has spotted an opening for like a 5 or 10 minute browse, basically the length of time it takes the average visitor here to DL his shiows, assuming he has decent internet speeds.

I could open up 4chan or MAL something, but who is gonna watch my anime if I'm browsing shitposts all day? One pagefull of threads of anime autistisimo kinda seems like a fun idea that would still allow time for the actual anime to be watched.
17/02/2022 10:38 — admin
What about choosing to 'Open' the file instead of 'Saving' it (or choosing to open on completion), so that the video automatically starts playing once it finishes downloading?
Will definitely interrupt whatever browsing that you happen to be doing at the time.
17/02/2022 20:15 — Anonymous
I know what you mean but having video files just opening like that would just annoy me. I'm not a woman so basically I prefer to do one thing at a time and give that one thing my full concentration.



16/02/2022 20:19 — Anonymous
a little one page image board here would be so cool
18/02/2022 06:13 — Anonymous: "Fdgfgd5530"
Can you publish https://nyaa.si/view/935551
please? thanks!
18/02/2022 13:31 *MojoRisin
Beside the fact it is listed as RAW (AnimeTosho doesn't fetch RAWS) it is also over 4 years old and AT only fetches new releases.
It is also over 430 GB and the normal limit here is 16 GB.
18/02/2022 13:33 — Anonymous
and 431 GB
20/02/2022 01:38 — Anonymous
Since you already have every item categorised by anidbid/tvdbid/the other ids, season and episode have you considered letting us use those variables when searching?' It would be amazing for automation(specially if you made available in the torznab api the tvsearch with tvdbid, season and episode capabilities)
22/02/2022 08:34 *admin
Thanks for the suggestion.
Unfortunately the *znab APIs don't support AniDB, though you might be able to do something with the filters available here (e.g. visit a series page, copy the RSS2 URL and replace 'rss2' with 'api').

I don't know how reliable TVDB is; I'll have to see what can be done with filtering by it (needs to be integrated into the index for it to work).
Update: I can probably do the season part, but not episode mapping, as that's rather complex. Obviously batches will be very problematic as well.
26/02/2022 03:30 — Anonymous
Just seasons would be amazing I suggest to also be able to search them by using special words in the search, something like "$anidb=x $season=y text" to limit the text you wanna search(which will probably be the quality and the episode number) would be a great help.
23/02/2022 15:34 — Anonymous
seems like the site isn't updating new releases
23/02/2022 16:20 — Anonymous
Hello. What happened to this release ? Can it be downloaded somehow ? All links dead (seems removed by user) and torrent isn't working. I'm using deluge and I don't know does the last tracker work and I don't know how to add it manually. Thanks in advance for any advice!
https://animetosho.org/view/hr-sekai-s...p.n1253480
24/02/2022 12:14 — admin
It was deleted by the uploader.
26/02/2022 16:29 — Anonymous
The timestamps for torrents and "Current Time" does not match my current timezone, it would be nice if they did.
27/02/2022 15:13 — Anonymous
There is a timezone setting in Member Registration.
06/03/2022 08:42 — Anonymous
That's nice, it shouldn't be needed though.
06/03/2022 15:46 — Anonymous
then explain how you think it should be accomplished.
06/03/2022 21:48 — Anonymous
There was an anime ddl site that started publishing a real-time listing of the city and country of anyone who visited their site.  That site and its traffic died quickly, thankfully.  What were they trying to accomplish?  No idea, there are always a few crazy/stupid people around.
12/03/2022 15:59 — Anonymous
Websites like time.is and browserleaks.com can see what timezone the visitor is in. nyaa.si does the exact thing, shows the time a torrent is posted that matches the users time.

If the admin thinks this to much work and not worth it I can understand, it's not a huge deal but it's definitely something websites can do.
12/03/2022 16:20 — Anonymous
I wonder how many users are dumb enough nowadays to us a naked connection like that.  Knowing the timezone of my vpn isn't of much use.
13/03/2022 07:00 — Anonymous
It's not based on IP so VPN's aren't a factor, you gotta disable the time stuff for your browser.

https://browserleaks.com/javascript
12/03/2022 17:12 — Anonymous
I think admin here is too smart to do anything as dumb as what you are suggesting.
13/03/2022 07:03 — Anonymous
You think the way nyaa.si implemented it is dumb? Why?
13/03/2022 10:26 — admin
Thanks for the suggestion!

Currently the time rendering is performed server side. Unfortunately browsers don't send to the server their time, in a HTTP request. It may be possible to estimate by geolocation, but is potentially unreliable.

The only real way to get the user's time is via Javascript, which means that either the whole page be rendered in Javascript, or the page is rendered server side, then Javascript comes in and patches up the times.
I don't really like rendering the whole page in Javascript, as it means the site won't work without it.
The second idea is probably the best. It could have a slight issue in that times would be wrong whilst the page is loading, only to be fixed once it finishes and Javascript kicks in, but probably not so much of an issue with the fast internet connections available today. I believe Nyaa is using this technique.

The Javascript patching approach is what I'd like to do, but this requires shifting the time renderer partially to the client, which is a bit of work for a codebase I don't want to change too much.
The current workaround is to register an account and set the timezone there. If that offends you, perhaps I could add a timezone selector to the side - would require some manual intervention, but will stick as long as you don't clear cookies (or switch timezones frequently).
13/03/2022 19:49 — Anonymous
Gotcha, ty for the response! Again, it's not super important. If you wanna keep the website super light then I can respect that.

Thanks for the super useful site! You're doing great!
02/03/2022 01:05 — Anonymous
mouse-hover challenge: "have you seen our pile of dead links?"
02/03/2022 17:36 — Anonymous
weird message on page reload, assume it's nothing but just to mention it.  I've had other slow page reloads lately:

"Secure Connection Failed

An error occurred during a connection to animetosho.org. SSL received a record that exceeded the maximum permissible length.

Error code: SSL_ERROR_RX_RECORD_TOO_LONG"
03/03/2022 01:49 — admin
Thanks for reporting - can anyone else confirm the same?
I suspect that may happen if you're getting sent bad data, e.g. a modem/router/gateway page saying that the connection couldn't go through. I'm guessing it just randomly happens, so could be hard to diagnose.
Add new comment
Name:
Message:
Image Verification:

Our squiggly text game where the aim is to copy the image into the textbox. All characters are upper case, and there are no zeros (0) and ones (1) in the above image. Apparently bots aren't as good as humans at this game.
beta
Anime DDL+NZB mirror
Current Time: 27/04/2026 01:46



About/FAQs

Discord