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,312 comment(s) posted: [view latest]
13/01/2022 19:56 — Anonymous
No doubt just me, but any link I click on mirror.animetosho.org gets me a blank page. View source shows as completely empty. For example: "https://mirror.animetosho.org/view/subsplease-atasha-kawajiri-kodama-da-yo-01-480p-2ce004de-mkv.1623526" is empty for me.
13/01/2022 20:17 — Anonymous
It's the same for me!
13/01/2022 23:55 — admin
Should be fixed now, thanks.
17/01/2022 13:46 *Anonymous: "Beatris Smiley"
[spam]
15/01/2022 17:17 *geha714
seems like Nyaa releases are uploading more slowly than usual
16/01/2022 02:46 — admin
As in, everything's normal except the download host links take a while to show up, or that the torrent entries themselves don't even show up?
15/01/2022 20:38 — Anonymous
guize, looks like all the new shows for winter 2022 are up, and I'm not seeing any idoru

15/01/2022 20:40 — Anonymous
LL Nijigasaki season 2 in spring '22, but yes, a whole season without a single idol show is unusual
15/01/2022 20:48 — Anonymous
That's fine by me since there are too many of them and IRL ones also.
16/01/2022 02:22 — Anonymous
There's something wrong with the way you're capturing screenshots. Lots of color blotching/banding. The screenshots in my Mushoku Tensei entry left me panicked that there was something terribly wrong with my encode.
16/01/2022 02:50 — admin
If you can give specific examples, I can look into them for you.
The process basically extracts I-frames and renders it via libav, if that info is of any use.
16/01/2022 03:06 — Anonymous
16/01/2022 03:12 — Anonymous
Seems like wrong colorspace for one thing, but that doesn't explain the faint red blotch on the right.

This is from Mushoku Tensei 05, 5:49
16/01/2022 04:24 *admin
Please provide a link to the exact file, as I otherwise don't know which one is yours.
If you can, also give relevant details on the video decoder and renderer used (such as version and relevant settings), as the more info provided, the easier it is to diagnose.

Thanks!

As for the AT side, I'm guessing the issue lies somewhere on the frame renderer, the code of which can be found here (though it may be a bit out of date). Rendering done via libavcodec 4.1.8 / PyAV 6.2.0. Let me know if there's a known issue with these libraries or you spot a bug in the code.
You can test if it's in the renderer by replacing the '.png' at the end of the image URL with '.mkv', to download the raw render source.
17/01/2022 13:10 — admin
Based on timing, I've made the assumption that you're referring to this file.

I found that the input color matrix is being ignored, which is the cause of the color difference. Though even forcing to interpret the source as 709, I still get a slight difference in brightness - I'll continue investigating.
I'm guessing the bad YUV -> RGB conversion is causing the color blotching/banding that you're referring to.
24/01/2022 01:49 — admin
I've updated the screenshot renderer to fix the colorspace issue. Thanks again for pointing out the problem.

Also figured out the slight brightness difference. Using ffmpeg as a baseline, it seems that it can be replicated by converting to RGB48, then RGB24. In other words:

ffmpeg -i source.mkv -pix_fmt rgb24 output.png

vs

ffmpeg -i source.mkv output48.png  # ffmpeg generates 48-bit PNG by default
ffmpeg -i output48.png -pix_fmt rgb24 output2.png

The second version seems to match the screenshot you posted, but differs slightly in brightness relative to the first (which is what the renderer now generates). I'm guessing there's some rounding issue somewhere when it goes through two stages, causing the difference.
19/01/2022 16:34 — Anonymous
Solidfiles says: "Solidfiles is currently unavailable. We will be back shortly. Apologies."
19/01/2022 23:58 — admin
Looks like they're back to normal at the moment, though new uploads aren't going to them any more, due to account requirements.

By the way, new upload host suggestions welcome.
20/01/2022 12:13 — Anonymous
You can request an unlimited account from the owner of solidfiles.
22/01/2022 03:59 *admin
Thanks for the suggestion!
Not sure they'd have any reason to give such, but if you can get such an account, I'm happy to use it if you're willing to pass on the details.
20/01/2022 15:30 — Anonymous
How about upload.mobi? This site is quite good. Download speed is also fast.
22/01/2022 04:00 — admin
Thanks for the suggestion!
They seem to require registration for uploads, and the general preference is to upload anonymously, but if there's no other suggestion, I might give it a try.
29/01/2022 04:10 — admin
Site has been added as UploadBox. Let's see how long it lasts.
01/02/2022 10:36 — admin
This host seems to error too frequently, so much it can't get through its backlog. I don't know if there's some limit in place (error message just says "An error occurred, try again (#4)"), but looks like I'll have to scale it down.
19/01/2022 20:22 — Anonymous: "Anon"
Today was a sad day :( I just found out that one of my favourite and go-to sites has been closed down. I visited that site at least three time per week for several years, though I haven't visited it in the past 4 months. I will miss it 😢 I downloaded many great (big) books (including DK's books) from there. (RlsLog.net/game-over)
RIP RlsLog!

I've been here for about 5 years now and I really hope AT continue to exist for many more years to come.
21/01/2022 20:37 — Anonymous
"I really hope AT continue to exist for many more years to come"

+1,000,000,000

21/01/2022 20:42 — Anonymous
and don't go making any unnecessary upgrades - The website totally wins in it's simplicity and ease of use
22/01/2022 17:45 — Anonymous
Where the color theme select disappeared to? Needs to be fixed.
22/01/2022 22:43 — Anonymous
^newfag^
22/01/2022 22:48 — Anonymous
Works for me --- "Rio" for the win
22/01/2022 22:50 — Anonymous
imo the scheme names need honorifics desu

Rio-chan!! Janngggg!
23/01/2022 00:42 — Anonymous
Turns out it was due to me having scripts loading accidentally disabled in noscript. :p
Fixed the issue.
24/01/2022 02:21 — Anonymous
If it happens again just go to C:\Windows and delete the system32 folder
23/01/2022 20:22 — Anonymous
admin, please add Komi-san to site's themes. You even can replace current theme (Mai) with Komi-san.
24/01/2022 12:20 — admin
If you're familiar with CSS, you can create your own image, edit the style code and apply it using a plugin like Stylist or Stylish.
There's two custom styles posted here, which may help in terms of an example.
27/01/2022 20:35 *geha714
(problem solved)
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: 25/04/2026 13:13



About/FAQs

Discord