TylerJDev / YouTube-Timestamps

A plugin which tracks YouTube timestamps. Never lose track of what timestamp you're on again! ⏱️
6 stars 1 forks source link

Further improve parsing #9

Open TylerJDev opened 5 years ago

TylerJDev commented 5 years ago

As of now, parsing of the track title properly grabs texts in most cases, but this can further be improved.

For example;

  1. '03. Track Title', should rather be 'Track Title'
  2. '[0:00 - 3:15] Track Title' should rather be 'Track Title'

Now these aren't exactly issues, but could be improved as to remove any unnecessary visual noise. There's also the consideration for AT users, the announcement of the current track title should be clear and understandable for any user using AT.

Below, I'll list various timestamp examples which could be improved on. This list is ongoing, so if there's any issues regarding the parsing of the track title, it should be mentioned here, with either the link to the timestamps, or the timestamp text itself.

Links:

TylerJDev commented 4 years ago

Improvements can still be made;