rndusr
rndusr
M-i inserts the subtitle between the current and the next subtitle. subed tries to be smart and seeks the mpv playback position to the timestamp of the subtitle on point....
Thank you for putting in the work. I only glanced at your code, but I don't see anything fundamentally wrong with it. I think it should fit in nicely with...
> i can have another play soon and if you like i can (try to!) submit a PR. I suggest writing tests. That helped me a lot with pinning down...
You're right, of course, sorry. I haven't really worked on this project for a long time, and seem to have successfully dispelled the nightmare of abstraction from my memory.
I don't know what "batch mode" means, but I don't think torf-cli has one. I would do it with a for loop. How to do it specifically depends on your...
Thanks for providing an error. (I don't get another email if you edit a comment, that's why I didn't see it.) I think I can fix this particular issue, but...
The ModuleNotFoundError should be fixed.
I think I have fixed the ModuleNotFoundError. Please install/clone the master branch on GitHub and report if it works or if you get a different error message.
You're not using master. The traceback you're posting complains about line 14 in _term.py, which is "import termios", but that's not what that line says in master: https://github.com/rndusr/torf-cli/blob/master/torfcli/_term.py#L14
I don't know why installing master with pipx didn't work for you. I would've used this command: pipx install 'git+git://github.com/plotski/upsies.git' The strange characters are control characters for cursor movement, clearing...