FreeTube icon indicating copy to clipboard operation
FreeTube copied to clipboard

[Feature Request]: Show chapter title on seek bar

Open R1Monkey opened this issue 3 years ago • 8 comments

Guidelines

  • [X] I have searched the issue tracker for open and closed issues that are similar to the feature request I want to file, without success.
  • [X] I have searched the documentation for information that matches the description of the feature request I want to file, without success.
  • [X] This issue contains only one feature request.

Problem Description

The chapters are not visible on the timeline they appear in a window below the video but not on the main timeline Screenshot 2022-11-04 at 11 45 13 PM Screenshot 2022-11-04 at 11 45 21 PM

Proposed Solution

It should show the chapter title when hovering over timeline

Issue Labels

ease of use improvement, improvement to existing feature

R1Monkey avatar Nov 05 '22 03:11 R1Monkey

For full clarity, this isn't a feature that stopped working. Chapters are a new feature as of v0.18.0 Beta (see FreeTubeApp#2224 for the exact changes). It is worth noting that they are visually different than they appear in YT currently, but AFAIK, the chapter title hasn't ever been displayed when scrubbing the progress bar in FreeTube.

MarmadileManteater avatar Nov 08 '22 10:11 MarmadileManteater

It might be a good idea to also display sponsorblock category when implementing this.

Ex: Video thumbnail Chapter Title (bold) Sponsorblock Category Timestamp

ChunkyProgrammer avatar Jan 03 '23 00:01 ChunkyProgrammer

It is an extremely useful feature that is available on android tv box from the official youtube API

It shows the chapter but ALSO allows to quickly skip to that segment of the video. It even (since recently) displays a tiny thumbnail of the segment if I recall right.

BarbzYHOOL avatar Jan 12 '23 22:01 BarbzYHOOL

I completely agree with this. I have no idea why they decided to place it at the bottom of the video, it just adds more clicks and effort for something that should be easy and quick.

ExtRIELICi avatar Dec 30 '24 15:12 ExtRIELICi

I don't know if there's that clean of a way to do this currently. Creating a custom FtSeekBar component that extends the Shaka seek bar one and tossing in our extra fields? Injecting it with the content CSS property? @absidue

kommunarr avatar Jan 03 '25 03:01 kommunarr

@kommunarr I feel like I've explained this before but shaka-player uses the google closure compiler which is the only javascript bundler that actually handles classes properly, which means that the class you see in the source code will not match the one in the bundle that FreeTube uses, you will only have access to the classes, properties and methods are explicitly exported (@protected, @export), anything tagged with private will definitely not be available from the FreeTube side.

You'll have to create a new seek bar from scratch or copy over the one from upstream as well as all of it's utilities that aren't exposed in the bundle.

absidue avatar Jan 03 '25 07:01 absidue

Recently I'm watching a lot of coding tutorials and it's really a need feature. Every time I have to press "S" then scroll down to find the chapter name.

QuakeString avatar Feb 13 '25 02:02 QuakeString

@efb4f5ff-1298-471a-8973-3d47447115dc Bro keeps calling everyone a duplicator, but he’s not adding any actual features. A lot of people really want this feature to be added😑

SupremeMuhit avatar Nov 10 '25 16:11 SupremeMuhit