YouTube_Summary_with_ChatGPT icon indicating copy to clipboard operation
YouTube_Summary_with_ChatGPT copied to clipboard

Feature: Parallel Chat Video

Open 7flash opened this issue 1 year ago • 2 comments

I have ChatGPT opened in one browser window while listening to podcast in another window.

I want the extension to listen conversation, submit current chunk of transcription from my youtube window to ChatGPT, wait for comments from AI, and then submit next chunk, and continue until end.

I can see the technical challenge of passing the message and triggering action in between two different windows without switching from one to another. The solution might involve an external process to implement job queue, with script in youtube window passing chunks to it, and another script in chatgpt window polling on new chunks to be submitted. Does it make sense or perhaps there is more straightforward solution?

7flash avatar Apr 12 '23 11:04 7flash