nicknsy / jellyscrub

Smooth mouse-over video scrubbing previews for Jellyfin.
MIT License
670 stars 27 forks source link

BIF Creation Scheduled Task Freezes #26

Closed gottsman closed 2 years ago

gottsman commented 2 years ago

The scheduled task has been at 6.2% for about 8 hours on a large 16 core machine (new install). Restarting the task doesn't fix the issue. My logs are fairly long. Can I enable debugging within the plugin? My logs are fairly terse, but I don't see anything for this task.

nicknsy commented 2 years ago

You should see something like “starting trickplay generation for —— at width —-“ when it starts, then “finished generating…” when it finishes. Do you see any of those messages? You might be able to grep/search Jellyscrub in the logs

gottsman commented 2 years ago

I did some more reading and the jobs are completing successfully, just slowly. I think my specific slowness was related to multiple consecutive 4K movies. I think my slowness would be helped if HW acceleration could be implemented as requested in #12.

Update 1: Works fine. Opened another instance on another computer to help speed the process.