Fonic
Fonic
This can be achieved by applying a simple patch: ``` --- a/content/modules/public.js 2021-04-09 10:56:18.577423576 +0200 +++ b/content/modules/public.js 2021-04-09 10:43:01.921486288 +0200 @@ -401,8 +401,11 @@ var FolderData = class { status...
@jobisoft: sure can, I didn't expect anyone would actually be interested ;) I'll create a pull request for this later today.
Seems to work quite well, haven't had any issues with it thus far.
How about simply exposing `struct node` and return a list of all nodes? Then, the application can decide which information it needs. This would also allow for better monitoring as...
I have a _Conner CP30254_ (252 MB, ca. 1992) that I'd really like to access. This project would be perfect for this. AFAICT, the Linux kernel is (still) fully aware...
The only thing I'm unsure of is how one would specify the drive geometry for `libata`. The legacy driver offers `ide_core.chs=[interface_number.device_number]:cyls,heads,sects`, but I was unable to find similar parameters for...
> Not sure if something still might be parsing the ide_core parameters… I‘d give it a try. I've studied the kernel sources for quite a bit - the `ide_core` parameters...
So it's basically a legacy version of TTML. Could you add support for that? That would be great since there seem to be a lot of TTMLs in this format...
It was downloaded from [here](https://www.bbc.co.uk/iplayer/episode/m000327c/louis-theroux-the-night-in-question) using `yt-dlp` with option `--write-subs`. I can't answer the other questions as I did not create the subtitles. What I can say is that TTMLs...
For testing, I replaced the namespace with `http://www.w3.org/ns/ttml` and conversion with `ttconv` now almost works, except for a duplication of all entries due to overlapping timestamps.