rmusser01 / tldw

Too Long, Didn't Watch(TL/DW): Your Personal Research Multi-Tool - Open Source NotebookLM
Apache License 2.0
44 stars 2 forks source link

Improvement: Ability to track mentions of topics within a video, and have a list of times displayed, showing the time of mention of those topics/items #50

Open rmusser01 opened 1 month ago

rmusser01 commented 1 month ago

Regarding timelines of mentions of a topic in a video: Immediate naive thought is having segments summarized per X time, and then going back and collecting where the topic was discussed.

Second thought is maintaining a list of items discussed every X seconds, with a running list kept, annotated with the time the topic was brought up and a context to why it was brought up.

Third is having a running log of each item discussed and a timestamp to when it was introduced, and then for every time it was brought up again.

Either way, would require interaction from the user to specify what content and where they want to jump to.