TinyCircuits Forum

TinyCircuits Products => TinyTV & Tiny Video Player => Topic started by: natemcg on June 28, 2023, 06:59:54 PM

Title: Any way to load more than 49 videos on TinyTV 2?
Post by: natemcg on June 28, 2023, 06:59:54 PM
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!
Title: Re: Any way to load more than 49 videos on TinyTV 2?
Post by: Giganticube on July 02, 2023, 06:16:43 AM
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!
Title: Re: Any way to load more than 49 videos on TinyTV 2?
Post by: Jason on July 05, 2023, 10:34:08 AM
There's no way to add more than 50 videos at the moment. This may be something we look into in the future.
Title: Re: Any way to load more than 49 videos on TinyTV 2?
Post by: CocoJacksVille on December 05, 2025, 09:27:22 PM
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.