Daniel Doblado

Results 22 comments of Daniel Doblado

I see what you mean now, I guess they did it to avoid a long list for transcript. Your proposal makes a lot of sense, I check how to implement...

I managed to get the data into the extension, the refactor for handling the data will take me a while, but it seems to be very worth it because it...

> Are you going to give the user the ability to select which CC language they want to use within the extension? Yes I got all the caption links, the...

@tube-CC I was able to make a beta with the functionality you ask, It takes the captions you mentioned from the script with the `ytInitialData`, but there's a big problem,...

3. is the issue I have, when you select another episode, the initial data from where I take the captions is no longer valid so I fallback to the previous...

> Can all of the pulling and parsing be done at the time the extension button is clicked rather than when the page/extension is loaded? I suppose it would seem...

I was able to make it run on Mac using `virtualenv` in case it helps someone else. ```sh git clone https://github.com/suno-ai/bark cd bark virtualenv venv source venv/bin/activate pip install ....

I was unsure if `node20` was supported, I will downgrade to `node16` https://github.com/actions/runner/issues/2619

@ragmondo I would still prefer if @Sibz continues being the maintainer, I'm not as knowledgable about the action internals, I only did some maintenance work for this PR. I published...

@guibranco thanks for approving, I still need someone to approve the check before merging.