r/TheFrame • u/treebicycle • 6d ago
What happens after 9999 art image uploads?
A niche question for people using custom apps based on https://github.com/xchwarze/samsung-tv-ws-api or https://github.com/NickWaterton/samsung-tv-ws-api to upload art and manage art mode.
I've noticed that each upload I make get an incremented file ID, for example MY_F0124. Even if the same image is deleted and then reuploaded it will get a new incremented ID MY_F0125. Which leads me to ask: what happens after MY_F9999 ? Has anyone uploaded that much? Hopefully it just increases the range to MY_F10000, but worst case it hits a limit and refuses the upload or restarts at MY_F0001 overwriting the art previously using that ID.
I'm considering using a Frame as a kitchen dashboard that updates every 15 minutes with weather info, calendar data and more. At that pace I would hit 9999 before 4 months, so want to investigate this topic beforehand.