It'd be possible to have an invalid file in the Attract/ folder (I noticed in dev on my Mac because of course there's a hidden .DS_Store in there). That'd be fine, except it would be assigned the same type value as the previous item. e.g.:
first file is a video ✓
second file is something we can't handle X
but item type is still set to video, so it'd try and play
a hiccup while it errors and recovers (which is now solved)
images and text items in Attract/ would zoom in forever, because their position wouldn't reset when moving to the next item
Two little bugs:
It'd be possible to have an invalid file in the
Attract/
folder (I noticed in dev on my Mac because of course there's a hidden.DS_Store
in there). That'd be fine, except it would be assigned the same type value as the previous item. e.g.:images and text items in
Attract/
would zoom in forever, because their position wouldn't reset when moving to the next item