Latest Comments

Comment Types:
Comment in Feedback
15/08/2017 18:26 — Anonymous
Here's what the site tells me:

Could not decode torrent, hotlinking restrictions may be in effect
I got this:

<!DOCTYPE html>
<html lang="en">
<head>
	
<meta charset="utf-8">
	
<meta http-equiv="X-UA-Compatible" content="IE=edge">
	
<meta name="viewport" content="width=device-width, initial-scale=1">
	
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
	
<meta name="description" content="AniDex, Anime Index, Torrent Tracker">
	
<meta name="author" content="AniDex">
	
<link rel="icon" href="/favicon.ico">

	
<title>Torrent 68256 - AniDex

Comment in Feedback
15/08/2017 18:19 — Anonymous
If you want to do it for me, great. If you not, fine. I'll wait for Admin.
Comment in Feedback
15/08/2017 18:17 — Anonymous
I tried and didn't work. Hotlinking restrictions.
Comment in Feedback
15/08/2017 18:14 — Anonymous: "NOTadmin"
Can you submit them to https://www.tokyotosho.info/new.php? THX!
Comment in Feedback
15/08/2017 18:13 — Anonymous
Comment in Feedback
15/08/2017 17:59 — Anonymous
Can you post the latest releases by Bakedfish from Anidex? THX!

https://anidex.info/torrent/68245
https://anidex.info/torrent/68246

Comment in Feedback
15/08/2017 09:04 — kai2222
This Site has best simple user interface dont change it.
Comment in Feedback
15/08/2017 00:23 — Anonymous
?
Comment in Feedback
14/08/2017 22:05 — Anonymous
You didn't check your diary for the last few months?
Comment in Feedback
14/08/2017 21:08 — Anonymous
You didn't check Comments page for the last few months?
Comment in Feedback
14/08/2017 20:57 — Anonymous
Dying of laughter. :D
Comment in Feedback
14/08/2017 20:53 — Anonymous
Hospital?!  So 00sas was not so much leaving as dying?

...well, I don't know what to say.

Sorry.
Comment in Feedback
14/08/2017 20:37 — Anonymous: "Jim from the hospital"
Hi there! How are you? :D
Comment in Feedback
14/08/2017 20:34 — Anonymous: "Jim from the hospital"
Nice girl! I heard myself that MAL is full of lolis.. I even heard some moderator is gay.
Comment in Feedback
14/08/2017 20:20 — Anonymous: "SaS"
What troll? How did I miss it?
Comment in Feedback
14/08/2017 20:16 — Anonymous: "SaS"
Yeah, its me Jim. How are you?
Comment in Feedback
14/08/2017 19:26 — 00sas

Who are you?

Jim? Jim from the hospital?
Comment in Feedback
14/08/2017 15:47 — Anonymous
the troll's back
Comment in Feedback
14/08/2017 14:48 *codemon
Ah it's okay then. It's probably on the site anyway. I'll probably find a way to get it. I just like the hi10 realeases, 1080p at reasonable file sizes, even though I think Tatami might be 480p. Iirc JSU uses some hardcoded subtitles sometimes.
Comment in Feedback
14/08/2017 14:40 — Anonymous
>dies
>lifa >life
Comment in Feedback
14/08/2017 14:35 — Anonymous
A cat die everytime you fail to google
Comment in Feedback
14/08/2017 14:26 — Anonymous: "SaS"
What is a milinator?
Comment in Feedback
14/08/2017 14:24 — Anonymous
Sorry, my bad. Tatami Galaxy I have from jacobswaggedup actually. Do you want me to try and re-encode it for you?
Comment in Feedback
14/08/2017 14:02 — codemon
Wow, really? could you post Tatami Galaxy? I'll upload Boku Wa Tomodachi and Noragami if you want.
Comment in Feedback
14/08/2017 13:47 — Anonymous: "SaS"
I have all of those.
Comment in Feedback
14/08/2017 12:42 — codemon
If I were to pick it would be Hellsing, Spice and Wolf and Tatami Galaxy. Though it would be nice to have a backup or torrents of all of them. I have 2 shows I could contribute but can only seed 100 KB/up :(.
Or maybe hi10 will pull something out of their hats and publish the torrents themselves publicly.
Comment in Feedback
14/08/2017 12:40 — Anonymous
Woah! Guys look at this chick! How I wish she was my GF...
https://myanimelist.net/profile/AnchoR-Clockwork
Comment in Feedback
14/08/2017 11:53 — RamenSub
@_@
Comment in Feedback
14/08/2017 11:52 — Anonymous
^^
Comment in Feedback
14/08/2017 11:20 — Anonymous: "SaS"
Which ones do you need?
Comment in Feedback
14/08/2017 09:57 — codemon
A bit unrelated to AT but does anyone have some of the stuff that hi10anime recently took down due to DMCA?
I have some of the series ... we could at least trade.
Comment in Feedback
14/08/2017 07:40 — admin
I may be closer to you than you think I am...
Comment in Feedback
13/08/2017 19:41 — Anonymous
lolol
Comment in Feedback
13/08/2017 19:12 — RamenSub
Just realized I can use mailinator to make as many MEGA and MF account as I want xD
Comment in Feedback
13/08/2017 16:16 — djg
How'd you get a picture of my room?
Comment in Feedback
13/08/2017 14:09 — Anonymous
Bigger culprits are BD/DVDrips.
Comment in Feedback
13/08/2017 11:44 — Anonymous
@admin
Nice pic you got there https://storage.animetosho.org LOL
Comment in Feedback
13/08/2017 09:24 — Someone
Very insightful. Not familiar with nginx at all. I will try to learn it and be back!
Comment in Feedback
13/08/2017 09:04 — admin
We also store fonts, as well as image subtitles (VOBsub/PGS), which take up a fair amount of space. For simplicity, these all go through the same system as text subtitles.

I just checked the stats: attachments currently consume 34GB (compressed) of space. Uncompressed, this would be 192GB.
So the ratio is a bit higher than your estimate.
Note that the attachments system does de-duplicate files, e.g. only ever stores one copy of a font, so there's no efficiency to gain there.

On the server side, compression provides three main benefits: cost savings related to disk space, as well as savings in bandwidth usage, and just easier data handling.
For the former, it means 2*158GB less disk consumption (*2 due to the fact that I have a single data replica; I currently don't actually have enough backups of this data, so it may be more in the future), and this figure would increase over time. I don't see bandwidth usage being significant, so won't say much about it. As for the last point, smaller data sets make recovery and setting up a new server quicker.

For visitors, it means faster downloads which consume less bandwidth. It's probably not much for many ASS files, but can be useful for the All Attachments link.

Whilst there's a lot of benefits for me to have files stored compressed, I don't mind serving uncompressed copies of subtitles, but I don't have anything which can do this. If you (or someone else) can write up an nginx module similar to mod_gunzip, but for .xz files, I can install it for serving decompressed subtitles.
Comment in Feedback
13/08/2017 08:41 — admin
You can also try sorting by file type to get the files together.
Alternatively, if 7z.exe is available in your PATH environment, you could type something like cmd /k 7z x *.xz into the address bar to extract all .xz files.

As for single files, after downloading, if 7-Zip is associated with .xz files, you should just be able to click on the downloaded item, which opens it in 7-Zip, then double-click the file to open in Agesiub. This saves you from having to navigate to a folder and right-click -> extract.

I get that this does require an extra step somewhere, and thanks for raising that, but it is useful for those on slower and/or metered connections, as it reduces the amount needed to download.
I don't mind providing the option for an uncompressed download, however I don't have any code/program which can do this. If you can (or you can get someone else to) write an nginx module similar to mod_gunzip but decompresses .xz files, I can install it to provide uncompressed subtitles.
Comment in Feedback
13/08/2017 07:56 — Someone
Fansubs are minority of files these days though. Mostly stream rips which don't have the heavy TS. How about I pay for the extra data?
Comment in Feedback
13/08/2017 07:37 — 00sas
Yup. A cute kind of problem... or even a hot one.
Comment in Feedback
13/08/2017 07:24 — Yogicat
I mean, seriously, with the modern day frame-by-frame (fbf) typesetting, ASS script files may get upto ten of megs. Compression makes sense here.
Comment in Feedback
13/08/2017 07:19 — Yogicat
Maybe we can have a pay-wall for all the uncompressed subtitles. NYAHAHAHAHA!!
Comment in Feedback
13/08/2017 06:43 *Someone
Is it more accurate? Since it only concerns the the sub file and the rest all the same, its like storageOverTime = (x + w)t changed into storageOverTimeNew = (x + 4w)t, where w is sub file size, t is time, x is the rest like new files and stuff. But w is very small, like less than 100 kb. The extra storage being paid for is unlikely to be in the order of 100's of KBs, right?

Let's say there are 100 files a day and 365 days a year, that's 36500 files a year. So each year, only (25*4KB)*36500 files a year which is 3.65GB more a year.
Comment in Feedback
13/08/2017 06:40 — Anonymous
Some sort of mysterious inventory problems.
Comment in Feedback
13/08/2017 06:38 — 00sas
But I don't see the sales going up... 'cause she eats all the donaughts herself. Nothing left to sale...
Comment in Feedback
13/08/2017 06:21 — Anonymous
Shinobu becomes the manager of the local MisterDoughnuts shop.  Sales are up, but profits are down...
Comment in Feedback
13/08/2017 06:15 — Anonymous
It would be more accurate to say that someone would have to pay for 4x the storage on an ever increasing database over several years for no compelling reason.
Comment in Feedback
13/08/2017 05:51 — 00sas
Hmm. Not bad a storyline. But where is the best girl (Shinobu)? And scratch out Kaiki and add Meme.
archive
Anime DDL+NZB mirror
Current Time: 07/08/2026 14:44



About/FAQs

Discord