Is it possible to force downloading books/comics that exceed a certain file size on the server instead of allowing online reading? I have some fairly large comics with file sizes above 1GB which simply doesn't work for online reading and causes problems because the caches reach their quotas.
For people who don't know how to clear the cache it can be really irritating because they're unable to read anything else online.
On a side note, I've been struggling to display the file size in a human readable format. I tried using the
human-readable template function to display the file size for those files, but it always displays the same string.
Shouldn't it work by using?:
Code:
Size: {size:human_readable()}