RePod
RePod
@salzrat to test: - Open the browser console on the Library page - Chrome: Ctrl+Shift+J - Firefox: Ctrl+Shift+K - In the console's input line: copy, paste, and run the contents...
Please [test again](https://raw.githubusercontent.com/RePod/psdle/recents_DL/_src/base/gotham/psdle.gotham.includes.js) and verify the `lastPlayed` property.
@Apogate might want to comment changes as you make them to eventually be added back here.
***TL;DR:*** - Use sane CSS classes to be combined in any way a developer/theme creator may want. - For example, separate `media` and `multi` classes selected as `.media.multi`/`.multi.media`. Also in...
- [_core/regist/process/video.php](https://github.com/spootTheLousy/saguaro/blob/master/_core/regist/process/video.php#L17-L18) (lines 17-18) There could be multiple issues, in increasing severity: - There is no video track (`has_video` is returning `false`) - Or the processed result doesn't explicitly state...
I wouldn't say it's a problem with the code, more like a lack of it since it works for me™:  Does your server: - Run `GNU+Linux` or Windows? -...
Try installing `libav`/`avconv` if possible.
They're the same thing, libav might be the package name. More specifically though, when libav is installed the commands 'avconv' and 'avprobe' are available.
Worth noting, for the time being, Saguaro only supports WebMs primarily with libav/avconv. There are two processors that do two things for the provided WebM file: - Obtain stats (resolution,...
Can you provide a sample file? I assume you're talking about the old trick about merging the binaries of two different (or multiple) files so the "start" of it appears...