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
Most people don't know how to use command line, so frontend should make this more useful.
pre-process subtitles into searchables, compress them and upload them somewhere as static content for FE. If GitHub pages don't have a size limit, then just build/upload it there.
Build FE that fetches the static assets on demand depending on what needs to be searched. Cache in local storage in browser? It could be many GB, so it must not be all loaded in RAM at once.
Searching must be done fully in browser, because I don't want to maintain a server. Search while the data is still downloading.
The text was updated successfully, but these errors were encountered:
Most people don't know how to use command line, so frontend should make this more useful.
The text was updated successfully, but these errors were encountered: