Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better Transcript #390

Open
EnriqueTMT opened this issue Jul 5, 2024 · 0 comments
Open

Better Transcript #390

EnriqueTMT opened this issue Jul 5, 2024 · 0 comments

Comments

@EnriqueTMT
Copy link

Context

obsidian-yt-transcript was integrated with media-extend through a button in the three dot menu called "Open Transcript".
The issue mentioning this integration is #192 and the link to the code base where obsidian-yt-transcript is mentioned can be found here.

Details

However, the transcript that media-extend breaks up every section of the transcript like in YouTube while the obsidian-yt-transcript plugin makes the Time Stamp Intervals wider by default. Here is a comparison with the obsidian-yt-transcript on the left and the media-extend transcript on the right.

image

Users can also change the in the Time Stamp Interval in the obsidian-yt-transcript settings to make the transcript for each time stamp longer. I wasn't able to find this option in the settings for media-extend.

image

Problem(s)

The problem is that if users want to copy sections of the transcript, they have to manually remove every timestamp that gets copied over, remove the extra spacing, and connect the text.
This is a problem with the transcript media-extend generates, since one of the major uses of a transcript is copying sections of text in the transcript. At least, that's the main reason why I open any transcript.

Potential Solution(s)

  • Change the default Time Stamp Interval for the transcript generated by media-extend to an interval similar to obsidian-yt-transcript.
  • Add the option to change the interval in the s=plugin settings for media-extend like obsidian-yt-transcript.
  • Add a shortcut option to paste the previous 5, 10, and 30 seconds from the Transcript in a paragraph format into the current note.

Links

obsidian-yt-transcript and media-extend Integration Issue: #192
obsidian-yt-transcript in code base:

// derive from https://github.com/lstrzepek/obsidian-yt-transcript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant