How to enable trickplay for Jellyfin 10.10.1 for web interface? #12952
Answered
by
crobibero
lamyergeier
asked this question in
Q&A
|
I did the following but when I move my mouse over a video thumbnail in the web interface nothing happens! Does the following would generate it for all existing video files? If not, how to do it. Trickplay SettingsSetup - Docker dVideoP='/mnt/Media/Videos'
uid="$(id -u)"
gid="$(id -g)"
docker pull jellyfin/jellyfin
docker volume create jellyfin-config
docker volume create jellyfin-cache
docker run -d \
--name jellyfin \
--user "${uid}:${gid}" \
--net=host \
--volume jellyfin-config:/config \
--volume jellyfin-cache:/cache \
--mount type=bind,source="${dVideoP}/Library",target=/Library,readonly \
--mount type=bind,source="${dVideoP}/YouTube",target=/YouTube,readonly \
--restart=unless-stopped \
jellyfin/jellyfin |
Answered by
crobibero
Nov 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Did you enable TrickPlay in the library settings?