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

Why aren't trickplay images showing? #14

Closed
1hitsong opened this issue Sep 2, 2024 · 0 comments
Closed

Why aren't trickplay images showing? #14

1hitsong opened this issue Sep 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@1hitsong
Copy link
Owner

1hitsong commented Sep 2, 2024

First thing to do, a quick test

Play your media in the web client. Do you see trickplay images when you hover over the seekbar?

If no, then you need to regen the trickplay images for your video.

If so, your trickplay tiles may be too large for your Roku device to handle.

What are trickplay tiles?

Trickplay images are saved as a large image made up of a grid of trickplay images. We call these tiles. By default, these tiles are are 10 images wide by 10 images tall.
image

Why does this impact Roku?

These default settings can result in trickplay tile images that are too big for some Roku models to handle.

Can't you program it to work with the larger images?

No. There is no amount of code we can do to "just make it work." The Roku device itself literally cannot process images that size.

So what can I do?

The only option is to reduce the tile size in the admin panel and regenerate your trickplay images. This way the tile images are smaller and older devices can use them.

How do I do that?

On the server, in Jellyfin, navigate to the Admin Panel / Playback / Trickplay and adjust the Tile Width and Tile Height settings.

I personally confirmed on my 3600X device that setting the Tile Width and Tile Height to 5 worked and trickplay images showed when the 10x10 images did not.
image

Navigate to your Server\metadata\library folder. Search and delete all trickplay folders. This will delete all existing trickplay images! You may want to do this with just 1 video first to confirm it works before doing it for all!!!

Back on the server, in Jellyfin, navigate to the Admin Panel / Scheduled Tasks and click Play beside the Generate Trickplay Images job.

Remember how long it too to generate them the 1st time? It'll be just like that again.

@1hitsong 1hitsong added the bug Something isn't working label Sep 2, 2024
@1hitsong 1hitsong pinned this issue Sep 2, 2024
@1hitsong 1hitsong closed this as completed Sep 2, 2024
@1hitsong 1hitsong changed the title Trickplay Images Aren't Showing Why aren't trickplay images showing? Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant