Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 997 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 997 Bytes

A YouTube playlist player made with React and Tailwind

Player page of Yuu Player

Important features

  • True shuffle
    • YouTube and YouTube Music only shuffle playlists in a range of ±200 from the current video.
  • Unavailable video saving
    • The titles and channels of videos that become unavailable are saved so that the videos don't disappear without a trace.
  • No ads
  • Playlist progress saving
  • Background playing (when screen is off)
    • iOS: Chrome
    • Android: Firefox + desktop mode

Todo

  • Improve UI in general
  • See if it is necessary to patch using links with broken playlist ids
  • Fix weird jumping around playlist item glitch
  • Split code into multiple files for readability

Known bugs

  • If you manually end a video while it is loading, the player may begin repeatedly skipping videos
    • This has something to do with the feature that skips unavailable videos, but I'm not sure how to fix it.