Arianne Orpilla

Results 173 comments of Arianne Orpilla

Looks like this doesn't work out for some files. It won't import at all. The following works well, though. `((\d{2}):(\d{2}):(\d{2})\,(\d+)) +--> +((\d{2}):(\d{2}):(\d{2})\,(\d{3})).*[\r\n]+\s*(.*(?:\r?\n(?!\r?\n).*)*)`

Seems I can throw this regular expression at the problem to solve this for SRT: `((\d{2}):(\d{2}):(\d{2})\,(\d+)) +--> +((\d{2}):(\d{2}):(\d{2})\,(\d{3})).*[\r\n]+\s*(^[\s\S]*?(?=\n{2,}))` The SRT format always has a blank line at the end of...

I released 2.9.0 as in beta precisely because of issues like this -- thanks for reporting. I'll figure this out at some point.

This report doesn't have nearly enough for me to do anything with it. Subtitle Pause Mode looks to work fine for me. If anything, I'll need a recording to see...

This is expected. The latest preview has no structured content related changes compared to the first 2.9.0 preview. I'll note this down later but thanks for calling my attention to...

This was already posted in the other discussion. I want you to know I'm reading what people are posting, but I have nothing to share for now. To set some...

I've never seen this before, will have to see and play around and get some practical use time with TTU within the app to see if I cause this or...

Hi @JunkyardCat, I changed the cache mode of the WebView to always load if available even if expired. I actually have never been able to reproduce this issue, but I'd...

I'm very happy to hear that the new schema has made a huge difference, I might write a blog post at some point detailing the the tricks and tribulations taken...