Adds a player button to enable/disable looping on the current video.
Repeat icons created by Uniconlabs - Flaticon.
- Clone Theos along with its submodules.
- Clone and copy iOS 18.6 SDK to
$THEOS/sdks. - Clone YouTubeHeader and PSHeader into
$THEOS/include. - Cd into your theos folder and cd back
cd .., then clone YTVideoOverlay there. - Clone YouLoop, cd into it and run
make clean package DEBUG=0 FINALPACKAGE=1For rootful jailbroken iOS (iOS >15 - checkra1n, Cydia)make clean package DEBUG=0 FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=rootlessFor rootless jailbroken iOS (iOS 15+ palera1n, Sileo, Zebra, Dolpamine, bakera1n, TrollStore)make clean package DEBUG=0 FINALPACKAGE=1 THEOS_PACKAGE_SCHEME=roothideFor roothide jailbroken iOS (iOS 15 -Dolpamine, Bootstrap)