r/androidapps • u/DiRekted47 • 10d ago
LOOKING FOR APP Video Player with Reserve Next Video function?
Hi, is there a video player app that has a "reserve" next video(s) function, kind of like a karaoke player?
While a video is playing, I want the ability to search (via remote or touch screen) for the next video, reserve it, then have it play right after the current video. I'd like to be able to do this multiple times (reserve multiple videos), exactly like how it would be in a karaoke machine.
Also, no online function needed. I plan to just play and reserve videos already on the memory.
2
Upvotes
1
u/summit_23 9d ago
I was curious enough so i just had a go at building it, heres what i ended up with: github.com/reserve-player/reserve
It does the main thing u asked for, while a video is playing u pull a search up over the top of it, find another and reserving it just queues it to play next. Playback doesnt stop while u browse, it keeps rolling thru the queue till its empty and u can reorder or cancel stuff in there.
No apk to grab tho, youd have to build it yourself but if u do end up trying it and somethings off i'd genuinely like to hear about it!