"Play Next In Queue" FINALLY WORKS
There's a tweak called YTLocalQueue by bpetrynski that adds a proper local video queue to YouTube. Long press any video, tap "Play Next In Queue", and it auto-advances through them with background playback and lock screen next button support.
The catch is there's no prebuilt release, so I figured out how to compile it automatically using GitHub Actions (and Claude).
Works on my iPhone 17 Pro Max running YouTube through LiveContainer.
Links:
- Original repo: github.com/bpetrynski/YTLocalQueue
- My fork (with build workflow): github.com/oceandrift7/YTLocalQueue
- Download dylib: https://github.com/oceandrift7/YTLocalQueue/actions/runs/26190396885/artifacts/7121734411
- Download dylib (Google Drive): https://drive.google.com/file/d/1Z-2n5KNNVyEHNr1ruhEoRxW6IfvKxOqF/view?usp=drive_link
- Download deb: https://github.com/oceandrift7/YTLocalQueue/actions/runs/26190396891/artifacts/7121736843
- Download deb (Google Drive): https://drive.google.com/file/d/1iH_3e-O-QHkt-2Tkefzq1ChWrsHdrbEq/view?usp=drive_link
- To use it on a version you already have installed, just make a new folder inside your tweaks folder in livecontainer, add the dylib file, go to yt settings in livecontainer, you'll find "tweak folder" next to none, tap none then choose the folder with the dylib in it.
- The deb is there If you want to directly inject the tweak inside the app or for developers to implement.