load_subtitles is too slow #707
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#707
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
loading subtitles is too slow, right now to load subtitles, each subtitle creates a annotation, that in turn a new clip, each clip extracts color/volume information from the timeline. this currently takes a lot of cpu and can make enabling/disabling a file time out and make the general site slow.
subs are loaded in task now. still slow but as fast as it gets