Results 412 comments of Florian Klink

I rebased this, and moved the wrapping into our own wrapper package, linking to the upstream issue. also added socket activation to the `serve sftp` command (which only has a...

@ncw sorry for the noise, but can you kick off CI once again?

I added a test for the `mediaWithResources` function to test both the current behaviour, as well as the behaviour with the subtitles inside the `Subs` directory.

I also tried this with an example of .idx/.srt files, and noticed the code was swallowing either one of .idx/.sub, and did always send text/srt as a mime type, which...

Hmmh, curious, the test logs mention `application/x-subrip` rather than `text/srt`. @dwalters (https://github.com/rclone/rclone/commit/6337cc70d320868f47995fdf89290dd845f9b47d), do you recall where `text/srt` comes from?

I checked the mime database, and verified `application/x-subrip` again. The samsung TV here is apply with `application/x-subrip` or `text/srt`, so I don't think it matters, and I updated the test...

I dropped checking for specific mime types in the tests, it seems this is still too platform-specific. PTAL.

poke @ncw :-) any opinion on that? I've been flying with this patch for a while now, but noticed this PR is still open. Would be nice to see it...

@maralorn wild guess into the blue, do you use `kitty`? I didn't have this issue, until I started using kitty. Maybe it's doing something funny with windows.

It might be this only happens when still running with X.Org. I couldn't easily reproduce it on wayland, at least not after 4 attempts. I'll update this issue if I...