Fuan

Results 119 comments of Fuan

commit 8280aff fixes #695.

@Hi-ImKyle I have enabled issues just now thanks for the heads up. Yes master branch includes all my changes. No idea what your issue is, does this happen with the...

Note: * This is based off of the base branch in #765, this is a continuation/extension of that work. * I don't see the point in keeping capture files on...

A few notes on these patches: * Basically we hook whenever items to be displayed are changed, which is why we reuse some code from the View module and make...

It's been a little while since I worked on this, but the other commit you mentioned simply removes the loading of items from the *parent* directories. The children directories are...

With my proposed patch in #765 you can achieve exactly that. There is a new option in the options.json `thumbnails.seek` where you can specify which percentage of the detected video...

Please provide more information, and write better english. I'm also running Debian 10 with all modules showing up green (ffmpeg). Some video files (webm, mp4) fail to load a thumbnail...

I found the reason why my thumbnails are not working: ffmpeg is called with the argument `-ss 0:00:10`, which fail to render an output file for any video file that...

I'm also interested in a pagination feature. I wonder how hard it would be to hack this in.

The `fllter_var()` function seems to be part of the PHP standard library now: see [reference](https://www.php.net/manual/en/function.filter-var.php). There is a [StackOverflow thread](https://stackoverflow.com/questions/11735538/call-to-undefined-function-filter-var) about a similar issue. You might want to check it...