Fuan

Results 15 issues of Fuan

#### Your system information * System information from steam (`Steam` -> `Help` -> `System Information`): [gist](https://gist.github.com/glubsy/8930de18e83adb497905097091e9789c/5d7fec8ba4bd5bec920316c7ae5a67f062b9f5af) * Have you checked for system updates?: Yes #### Please describe your issue in...

Linux

* Generate thumbnails for the most common archive file formats (.zip, .rar, etc.) thanks to the PHP Zip and Rar modules. * Cache detected file types and errors in a...

* Adds pagination buttons at the bottom of the page when the number of items to be displayed is greater than the selected preference. * Add a selector to the...

* This avoids loading content of parent directories, only adding the requested directory. * This drastically reduces the amount of fstat system calls, and avoid superfluous items in the response...

* If a file failed to be detected via filename extension by the javascript frontend, try to detect its type to generate a thumbnail. * Use mime type detection to...

This fixes a denial-of-service exploit that would allow the client to generate an infinite number of thumbnails and fill up the hard disk storage completely very quickly. Since the client...

* Use ffprobe/avprobe to get the total duration of each video file first. * Compute a desired optimal timestamp of 50% of the total duration to seek for and get...

# Problem: * When a file has the wrong filename extension, the thumbnail is not generated properly. For example: a JPEG file has the .mp4 extension, and vice versa. *...

## Problem: Video files with a duration shorter than 10 seconds fail to have their thumbnails generated by ffmpeg/avconv, as these programs are called with the argument `-ss 0:00:10` (get...

From what I've gathered, the hostsblock script has been changed lately and now doesn't prompt the user for what to do after checking a URL against the block list. There...