Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlist not showing any folders #18

Open
anthonysciutto opened this issue Mar 11, 2025 · 1 comment
Open

Playlist not showing any folders #18

anthonysciutto opened this issue Mar 11, 2025 · 1 comment

Comments

@anthonysciutto
Copy link

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!

will-moss added a commit that referenced this issue Mar 11, 2025
will-moss pushed a commit that referenced this issue Mar 11, 2025
## [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)
@will-moss
Copy link
Owner

Hi !

Thanks a lot for the kind words, as well as for opening the issue and for providing me with all the details.

I have just published a new version that should prevent the app from crashing when so many files are loaded.

You can pull the latest image, and let me know if that works better on your end.

Looking forward to reading from you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants