DingDongSoLong4
DingDongSoLong4
All the 30fps limits are now gone, and the encoding time after a quick test is now virtually identical to `develop`. I also think I've figured out why the player...
I've changed things up a bit, so segments are now queued for transcode. Playback should be more reliable now. I see what skipping you're talking about, and it seems like...
For plain HTTP, I had checked but not thoroughly enough - it seems that Brotli is being requested by both Chrome and Firefox over HTTP but only on localhost and...
previous issue #3727 To echo https://github.com/stashapp/stash/issues/3727#issuecomment-1542324852, I'm also not sure whether this is a Stash bug - it sounds like a macOS bug to me. Do the filenames display correctly...
Also I'm not seeing the issue with a file named `が.mp4`. On Firefox, Chrome and Safari this is displayed correctly for both the composed form (`が`, UTF-8 `e3 81 8c`)...
Ah I think I understand what's going on now. Stash is correctly scanning your filenames, but searching doesn't work as you expect - https://github.com/stashapp/stash/issues/3727#issuecomment-1548782020. This is because SQLite does string...
Split into #3274 and #3275.
I have a fix for this locally, as part of a larger refactor. It's based off of #4152, so I'll send a PR through once that merges. It simply returns...
> I'm not saying that stash needs to consider everything and protect against every single scenario, but in my defence, stash returning `{"data":{"metadataScan":"1"}}` rather than say `{"error":{"message":"DB upgrade required"}}` did...
Well Part 1 is part of the fix I have already made locally - it will cause the scan to log a "database not initialized" error message instead of causing...