rndusr

Results 125 comments of rndusr

Sure thing. ``` self = def __next__(self): try: with self._limited_patchings_stack(): > return self.gen.send(None) E StopIteration venv/lib/python3.8/site-packages/asynctest/mock.py:1041: StopIteration During handling of the above exception, another exception occurred: venv/lib/python3.8/site-packages/asynctest/case.py:297: in run self._run_test_method(testMethod)...

Editing is indeed my use case. I've tried to keep creating subtitles from scratch in mind, but I couldn't come up with a good work flow. Even the editing work...

I think I've added options that let you define how much time before/after the subtitle the loop to include. But the issue is that the loop might overlap with the...

It looks like disabling point-to-player sync while looping fixes that issue I vaguely remember. I've pushed a simple fix and changed the default values of subed-loop-seconds-before/after to 1 second. That...

Aside from M-i (insert blank subtitle(s)), I have no idea how creating subtitles from scratch would work with Emacs. It looks like there are some other tools that can generate...

I just spent 20 minutes trying to disable this feature and I couldn't figure out how. Either my Emacs-fu is too rusty or the recentering is implemented somewhere else. If...

Thank you for the kind words. :) There is probably a better way, but I would use a macro (or multiple macros) to convert your simple format to srt. You...

[Don't believe anything I say. It's been a long time since I worked on subed or wrote any Elisp.] I don't think you can do that easily. subed communicates asynchronously...

https://github.com/kljohann/mpv.el/blob/master/mpv.el#L166= Nice find! That seems to do exactly what is needed. Looks like cl-block is what we should use.

Looks like that's a missing feature. You can copy the start and stop time from mpv to the current subtitle with C-c [ and C-c ], so M-i C-c [...