Latest Comments

Comment Types:
Comment in Feedback
05/11/2023 10:23 — admin
Should be fixed now, thanks.
Comment in Feedback
05/11/2023 09:37 — Anonymous
the site haven't updated the new releases from about 3 hours ++
Comment in Feedback
05/11/2023 09:26 — geha714
[SubsPlease] Shingeki no Kyojin - The Final Season Part 3 - 02 released in Nyaa a while ago and it has not appeared yet here
Comment in Feedback
05/11/2023 09:24 — geha714
seems like the site stopped updating
Comment in Feedback
04/11/2023 05:20 — Anonymous
[spam]
Comment in Feedback
04/11/2023 00:25 — admin
I haven't seen anything unusual in the logs in the 30 minutes prior to your post. Maybe a routing issue or similar; won't be able to tell with the info given.
Comment in Feedback
04/11/2023 00:24 — admin
You can hack around the removal with something like https://animetosho.org/?theme=201
Comment in Feedback
03/11/2023 21:44 — Aryma
did this website go down right now ?
Comment in Feedback
03/11/2023 14:57 — ninjacloud
Request to Admin: Please make a copy of 2020q1 Cinnamon theme to be available in the list as I think it's almost gone now.
It's the only color I use since AT started or so ^^
Comment in Feedback
03/11/2023 01:35 — Anonymous
[spam]
Comment in Feedback
02/11/2023 22:15 — Anonymous
Thanks, this episode has a different tag, so I didn't find it.
Comment in Feedback
02/11/2023 20:41 — Anonymous
Comment in Feedback
02/11/2023 18:53 — Anonymous
missing this file: https://nyaa.si/view/1737428
Comment in Feedback
01/11/2023 15:40 — Anonymous: "Moses"
To find about Zionist regime of Israel war crimes in Gaza, watch Al Jazeera.
Comment in Feedback
30/10/2023 06:09 — Anonymous
> because the list of attachments for each file is already known.
for each file or each subtitle file?

also about the in memory thing, yah i made a mistake, i remember telling myself to add "or streamed into memory" or something like that when writing the last part of the message but i forgot to.

but still you dont have to write your own (de)muxer, libavformat gets one packet of the file at a time and outputs one packet at a time, only problem is that i don't know c and looking at the docs and examples from ffmpeg.org hurts my head so i am looking into binding in other programming languages like python
Comment in Feedback
29/10/2023 09:40 — admin
find the fonts used by the subtitle
You won't need to worry about this, because the list of attachments for each file is already known.

in memory
Well, not exactly, rather it needs to be streamed.
Fully buffering the decompressed file in memory, and then creating an MKS in memory, would be undesirable due to RAM usage. For example, if the decompressed attachments total 100MB, then that's potentially 200MB of RAM used during the process.
XZ decompression can be streamed and there are libraries that do this. The only thing you'd have to worry about is the muxer, which needs to accept streams as input and produce an output stream, without needing to buffer the entire output in memory.
Comment in Feedback
29/10/2023 07:00 — Anonymous
hmm, so the mks script will need to
- find the fonts used by the subtitle
- decompress the `.xz` font files in memory
- take that and mux it whit the subtitles into a mks file in memory
- then stream that file to the client

ok, this is more of a pain then i first thought it would be, the more and more i look into doing this the harder it gets.
Comment in Feedback
28/10/2023 21:05 *admin
Fonts are often reused across files. Storing attachments individually enables deduplication, which saves a significant amount of disk space, and is why it's done this way.
Storing them in some sort of packaged form (like in a Matroska container) means you can't take advantage of this form of deduplication any more.

For reference, the "All Attachments" link runs a script which locates the LZMA2 stream in each .xz file, and sends them out as a stitched .7z stream. As the .7z files don't actually exist on disk, it doesn't cost space, and the assemble process is fully streamed, so is eficient.
An MKS link would need to work in a similar fashion.
Comment in Feedback
28/10/2023 17:40 — SoulSpark
ffmpeg -i input.mkv -map 0 -map -0:v -map -0:a -c copy out.mks

I whipped this up just now, can modify according to need
Comment in Feedback
28/10/2023 17:18 — Anonymous
oh, i was not thinking of backwards compatibility whit already extracted attachments and subtitles (at least i think that's what you were talking about in the above post), i think you should just keep all entry's whit the normal `ass.xz` unchanged. just new one would be processed into `mks.xz` or something
Comment in Feedback
28/10/2023 09:28 — admin
cant you just use ffmpeg or mkvmarge for the muxing / demuxing
The attachments are stored here individually as compressed .xz files.
So you'd need a script that stitches the data together and streams the output to the client, when someone tries to download the MKS - writing temp files and invoking external processes would be far too slow.
Comment in Feedback
28/10/2023 05:33 — Anonymous
> but writing a Matroska muxer involves a certain degree of complexity.
cant you just use ffmpeg or mkvmarge for the muxing / demuxing

> I believe MKVMergeGUI picks up most of the stuff automatically
by MKVMergeGUI i think you mean MKVToolNix GUI. but yes, i can just drag and drop the "attachments" folder into it and it detects everything
Comment in Feedback
27/10/2023 23:40 — admin
Thanks for the suggestion.
The idea actually did cross my mind in the past, but writing a Matroska muxer involves a certain degree of complexity. But if you're willing to take on the challenge, it can be looked at.

for every file or make a script
If it helps, for single files, I believe MKVMergeGUI picks up most of the stuff automatically if you just drop them in the right place.
Comment in Feedback
27/10/2023 14:09 — Anonymous
you should give the subtitles of a release in a mks file, so it can have metadata and attachments (fonts), i know there is "all attachments" download but to use it to marge stuff you need to manually do `-attach font.ext -metadata:s:num mimetype="font/whatever"` for every file or make a script, granted it wont be ~that~ hard to make but i am lazy
Comment in Feedback
26/10/2023 23:23 — Anonymous
hhhhhhffigphofudtst
Comment in Feedback
25/10/2023 19:56 — Anonymous: "NiniGonde"
Did this actually happen....death threats?
No. It's admin being humorous :)
Comment in Feedback
25/10/2023 19:41 — Anonymous
Look at the admin's comment on top of the page. This page is made to "collect all your death threats" and some other stuff, lol.

And banning IP is useless since most people here use VPN.
Comment in Feedback
25/10/2023 18:49 — Anonymous
Did this actually happen....death threats?
Death threats and telling someone to kill themselves is childish, immature and people who say such things are obviously unstable themselves. Anyone who has lost someone to homicide suicide or accidents have more class than to wish death upon others

Arguing is one thing but if someone actually threatened to kill someone or commit suicide the admin should ban their ip.
Comment in Feedback
25/10/2023 15:05 — Anonymous
I think admin likes arguments, since he even welcomes death threats here.
Comment in Feedback
25/10/2023 03:25 — Anonymous
100% agree with this!
Comment in Feedback
25/10/2023 02:17 — Anonymous
You're the one being negative here with your post.
Comment in Feedback
25/10/2023 02:07 — Anonymous
What spam removal? This whole page is still full of spam.
Comment in Feedback
24/10/2023 14:31 — Anonymous
This was my first post.
Comment in Feedback
24/10/2023 14:30 — Anonymous
cheers for the spam removal!
Comment in Feedback
24/10/2023 03:12 — Anonymous
-1
Comment in Feedback
24/10/2023 03:10 — Anonymous
Thanks to AI, misinformation and disinformation campaigns will get more powerful and effective than ever :(
Comment in Feedback
24/10/2023 03:03 — Anonymous
Would be nice if Admin required login for posts. Would stop a lot of the arguments.
Comment in Feedback
24/10/2023 02:52 — Anonymous
You are the one that made it go to shit/. Everyone else was having mature discussions and all but all 23 of your posts are negative. No one else is running their mouth bitching like you. Dont try to act like its everyone. Your whining posts are so recycled its obvious.
Comment in Feedback
24/10/2023 02:40 — Anonymous: "Anon"
Man, we will be drowned in ChatGPT (and AI as a whole) very soon. At this rate majority of blogs' contents and social media posts will be created by AI. Also fake audio, images and videos will flood the internet and of course people's minds -_-
Comment in Feedback
24/10/2023 01:10 — Anonymous
If Feedback is going to be allowed to go to shit, keep a browser page open to Latest Comments with Feedback unchecked.
Comment in Feedback
24/10/2023 00:50 — Anonymous
I'm not reading whatever you're talking about because anything over two sentences is spam.  Try a suicide hot-line.
Comment in Feedback
24/10/2023 00:34 — Kill_Norton
Unfortunately it appears my IQ dropped to 174, after reading some of the posts here. However after studying and mastering advanced quantum physics, my IQ is now 179 again.
Comment in Feedback
24/10/2023 00:20 *Anonymous
[spam]
Comment in Feedback
23/10/2023 13:12 — Anonymous
The big book of spam, lol
Comment in Feedback
23/10/2023 01:00 — Anonymous
Yeah, I don't even know I'm replying to anymore.
Comment in Feedback
22/10/2023 19:32 — Anonymous
I wouldn't say always. Their remakes of Avengers, Star Wars and Rick and Morty sucked.
Comment in Feedback
22/10/2023 19:24 — Anonymous
No. Thats only the 2022 version of RWBY. All the prior seasons are American. Not the first time they have made a Japanese version of American animation like that. They made their own versions of Iron Man, Xmen, etc.
Comment in Feedback
22/10/2023 16:25 — Anonymous
True. Especially Witchblade. The original comic books look awful, but the Japanese anime was really good.
Comment in Feedback
22/10/2023 16:18 — Anonymous
I agree. Besides, it's hard to have a discussion with someone here when everyone's name is Anonymous.
Comment in Feedback
22/10/2023 15:28 — Anonymous
This section should probably be renamed "Feedback to Staff".  It serves a function for site operations.  There are other sites for opinion blogs.  Maybe MAL.
beta
Anime DDL+NZB mirror
Current Time: 18/04/2026 22:56



About/FAQs

Discord