Comment by Leftium
I also made an alternate YouTube player with a different feature set (for sharing/reviewing segments of dance videos)
- https://github.com/Leftium/youloop
Your app gave me some ideas. Here are some ideas your app might use:
- Load video by detecting YouTube ID/URL in clipboard
- Hide YouTube "branding" in paused/thumbnail state. (Mostly to hide "More videos" UI)
- (A-B) looping
- Playback speed controls
- Mute
Most people won’t allow clipboard access, that’s why I never added the paste button.
I’m already planning to use a different player to remove YouTube branding, playback speed controls, and other features.
Thanks for the feedback.