tedbarnett / VideoWatcher

An iOS app that allows users to review their video files and highlight favorite moments
2 stars 0 forks source link

Add progress bar when loading videos #14

Closed tedbarnett closed 1 year ago

tedbarnett commented 1 year ago

When loading all of the videos (4491 videos in my case), the loading process seems to take a long time. Can we show a progress bar while loading, then open the 6-panel screen when completed?

tedbarnett commented 1 year ago

I'm getting a lot of errors (missing videos) when I run it on my iPad and I think I know why: It only has 512GB of storage so it cannot load all the videos into the app directory! I guess we will need an error message for that at some point!

tedbarnett commented 1 year ago

To avoid the iPad (limited storage) problem, after downloading the videos to the device, can we reconfirm that they are indeed stored (and mark missing files as "not downloaded" so the system does not try to display them)?