twidi / streamdeckfs

SteamDeckFS is a tool, written in Python (3.9+), to configure a StreamDeck (by Elgato), using the file system
MIT License
19 stars 5 forks source link

Copying page: not all keys are active #36

Closed twidi closed 3 years ago

twidi commented 3 years ago

When copying a new page with a lot of content, some keys are missing. This is because as soon as the directory page is copied, we read its directory, but not all content may already be in the new directory. And we start watching the directory once read, so some files can be missing because "added" in the directory between both actions.