You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I copied over one folder to test and that appeared to work. I saw the folder in the playlist view. I moved over the remaining folders (53 in total) and the Playlist button does not show anything other than "all media" and the only media that plays are clips from the original folder.
Seems like there might be a size limit to the folder list?
There are roughly 25-30k clips across the 53 folders so maybe there's a limit there?
This is the error Chrome gives me: main.f73c13ef.js:2 Uncaught (in promise) QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'erin_videos' exceeded the quota. at main.f73c13ef.js:2:228554
This is the line of code in the main.js: localStorage.setItem("erin_videos", JSON.stringify(t)),
Thanks again!
The text was updated successfully, but these errors were encountered:
## [1.14.2](v1.14.1...v1.14.2) (2025-03-11)
### Bug Fixes
* **client:** added a guard to prevent the app from crashing when a lot of files were loaded ([4df6be5](4df6be5)), closes [#18](#18)
Hello! Love the app so far
I copied over one folder to test and that appeared to work. I saw the folder in the playlist view. I moved over the remaining folders (53 in total) and the Playlist button does not show anything other than "all media" and the only media that plays are clips from the original folder.
Seems like there might be a size limit to the folder list?
There are roughly 25-30k clips across the 53 folders so maybe there's a limit there?
This is the error Chrome gives me:
main.f73c13ef.js:2 Uncaught (in promise) QuotaExceededError: Failed to execute 'setItem' on 'Storage': Setting the value of 'erin_videos' exceeded the quota. at main.f73c13ef.js:2:228554
This is the line of code in the main.js:
localStorage.setItem("erin_videos", JSON.stringify(t)),
Thanks again!
The text was updated successfully, but these errors were encountered: