Hi, I'm trying to pad my channels with retro commercials to give that real simulation of channel surfing but I'm running into an issue with a limit of 49 video files and any videos beyond that are ignored. Is there anyway to bypass that limit?
Thanks!
Can I second this request - I have over 50 saturday morning cartoon intros and it would be shame not to have a complete nostalgia box for people to play with!
There's no way to add more than 50 videos at the moment. This may be something we look into in the future.
It is actually a very simple firmware (https://github.com/TinyCircuits/TinyCircuits-TinyTVs-Firmware) fix, you only need to change one line in TinyTV2.h:
#define MAX_VIDEO_FILES 100to
#define MAX_VIDEO_FILES 200
I compiled it and uploaded it to my Tiny TV 2. It works without any issues.