andriyor / youtube-timestamp-playlist-ext

YouTube playlist by time interval (works only with YouTube Premium)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube-playlist

YouTube playlist by time interval (works only with YouTube Premium)

Screenshots

Playlists

image

Sections

image

Popup

image

Related project

cytsunny/youtube-playlist

TODO

Features

  • POC
  • basic UI
  • set section time from video position
  • delete playlist
  • edit playlist name
  • change order of sections
  • delete section
  • edit section time
  • add validation of time (end time should be after start time)
  • import/export playlist
  • play selected section
  • support dark mode
  • show thumbnails
  • add scroll
  • handle youtube adds
  • edit time manually
  • validate file input

Tech debt

Develop

pnpm install
pnpm run build
# to run in Firefox
cd dist
web-ext run

Publish to Firefox

create .env file

WEB_EXT_API_KEY="*****"
WEB_EXT_API_SECRET="*****"

Obtain your personal access credentials here.

pnpm run publish

Create releae on GitHub

git tag -a v1.0.4 -m "my version 1.0.4"
git push origin master --tags

About

YouTube playlist by time interval (works only with YouTube Premium)


Languages

Language:TypeScript 96.9%Language:JavaScript 2.5%Language:HTML 0.7%