-
-
Notifications
You must be signed in to change notification settings - Fork 483
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
Implement support for Jellyscrub plug-in or otherwise support using BIF files and JSON manifests to implement timeline scrubbing #3316
Comments
Official Jellyfin clients do not support third-party plugins. |
Sure but the web client supports third party plugins. |
No it does not |
Must be my imagination that I can load plugins. And they work in the web page. |
Copied from the Jellyscrub README:
It is not supported by web without making modifications to the built files... and we definitely do not provide any official support for doing that. Let's remember to be respectful though. Arguing with maintainers won't get you anywhere. |
This particular plug-in will work with the Android version, but not the TV version. |
Fwiw official support for image previews has been merged in the server in unstable so that plugin will likely become obsolete in the 10.9.0 release. |
Thanks
|
Can this issue be reopened? 10.9.0 has been released with a native trickplay feature. Therefore, I think this issue has become relevant again, because it's no longer a third-party plugin. |
"Trickplay" thumbnails in timeline
There is a plugin called Jellyscrub which adds support to the Web client to generate thumbnails on the video timeline. It does this by generating BIF files and JSON manifest files:
https://github.com/nicknsy/jellyscrub
The thumbnails in the timeline are then supported in the Web client and the Android (non-TV) client.
My request is not to support the generation of the BIF and JSON manifests for timeline thumbnails, but to support the thumbnails generated via the Web client in the Android TV client. Probably this should be done independently of the Jellyscrub plugin itself, but can rely on such a plugin in the Web client to generate the BIFs and JSON manifests that the Android TV client can use to provide the scrubbing.
Thanks.
The text was updated successfully, but these errors were encountered: