Eva

Results 179 comments of Eva

Lua issue, but probably can find code capable of handling that. ``` > a = "CAFÉ" > a:lower() cafÉ ``` Easiest solution would be to replace accented characters with non-accented...

Use [--ytdl-format](https://mpv.io/manual/master/#options-ytdl-format). Default downloads the highest quality formats.

An issue with doing a full file write instead of appending is that it will end up overwriting history with a zero-byte file if we're out of disk space. Many...

If you're looking for a way to browse through your history, a script like [memo](https://github.com/po5/memo) would be a better solution. You can use it in conjunction with watch-later.

`PIPEWIRE_DEBUG=5 mpv [...] -v -v --no-config --log-file=issue14568.txt 2> issue14568-pipewiredebug5.txt` [issue14568.txt](https://github.com/user-attachments/files/16270722/issue14568.txt) [issue14568-pipewiredebug5.txt](https://github.com/user-attachments/files/16270723/issue14568-pipewiredebug5.txt)

If anyone wants to help, all that's left before merging is adding the ruffle exporter to the Docker install.

I'd love to, I'll definitely merge if such a PR ends up on my repo :^)

Getting the ruffle exporter to work in an Alpine docker was much less trivial than I thought, but it's done now. (: Also committed an important change I forgot to...