Platon Efimov
Platon Efimov
I clear everything cause I don't need cache for files I already watched.
I can't regenerate thumbnails if I started mpv while the file is downloading. When downloading complete, I can't regenerate thumbs with just `Shift+T`.
I already have this for `Ctrl+Shift+T` but without `script-binding generate-thumbnails`. This can solve the problem for me, but not for other users of mpv thumbnail script.
mpv installed by `brew install mpv --cask` can't generate thumbnails if open from Finder (`Thumbnailing failed, check console details`). But if I open file from terminal, everything works fine. @nvcken...
After changing `prefer_mpv` to `false` I got the error that ffmpeg can't be found. After adding `/opt/homebrew/bin` to the `path` variable in server script I got the new error. Thumbnails...
Solution, a little dirty: Change `ffmpeg` and/or `mpv` in the `...server` file to `/opt/homebrew/bin/ffmpeg` and/or `/opt/homebrew/bin/mpv`.
I had a similar issue. It occurred after updating the redis image (now using bookworm instead of buster). The problem was resolved after updating the module's builder to bookworm. If...
I almost don't know but think something like this will be better. Not sure it works in mpv script environment. ```lua function find_existing_path(paths) for _, path in ipairs(paths) do if...
The same problem. My workaround here: https://github.com/TheAMM/mpv_thumbnail_script/issues/61
Traffic limit per user would be great! This will help to limit individual users when access to the server is given to a group of acquaintances, and then one of...