mooseyboots

Results 57 comments of mooseyboots

Thanks for your detailed reply. It turned out that cooking up forward-/backward-sentence functions with my regex set wasn't too hard. My approach is slightly different in that I'm interested in...

@OrionRandD you can simply put `(setq ytel-invidious-api-url "https://your.url")` in yr init to override the initial setting in the package. @gRastello i wrote some code to prompt the user to choose...

i also had a heck of a time trying to get ox-odt from this repo to work alongside org-plus-contrib. when i updated the latter it would be later in the...

@lvm that can't be all there is tho, the script installs a lot of build dependencies, and there are the sc* binaries too. the latter i actually don't know how...

@alexjgriffith it's a wild long shot so long after the fact, but would you be willing to take a look at this again? i merged your work over at https://git.blast.noho.st/mouse/mastodon.el,...

another possibility would be to install and set up vosk https://github.com/alphacep/vosk-api, and then use https://github.com/boi4/subextractor/blob/master/extract_srt.py. (you have to download some ~1GB models for the speech-to-text extraction.) this means no upload...

what i had in mind was doing it as the one command, to not have to e.g. first navigate to subtitle B to shrink its start time, and to then...

@muello thanks for sharing your hacks, i modified them to work for the next sub instead of previous. it's probably sufficient for my use case. cd also perhaps be added...

hm, actually muello's functions need a little tweaking for me, they don't always work correctly with the CPS overlay, or with keeping the position of the player correctly, sometimes it...

looks like the trouble i was with the mpv position being moved was because `subed-subtitle-time-adjusted-hook` contains `(subed--replay-adjusted-subtitle)`, which in turn runs `(subed-mpv-jump msecs-start)`. let-binding that hook to nil in any...