• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting Issue with trickplay

     
    • 0 Vote(s) - 0 Average

    Issue with trickplay

    Trickplay stops at 62%
    Efficient_Good_5784
    Offline

    Community Moderator

    Posts: 1,186
    Threads: 3
    Joined: 2023 Jun
    Reputation: 50
    #10
    2024-05-14, 03:19 PM (This post was last modified: 2024-05-14, 03:24 PM by Efficient_Good_5784. Edited 2 times in total.)
    (2024-05-14, 02:58 PM)playserver Wrote: Edit: Permissions for the folder are set to root. I am however using the following composefrom linuxserver

    Code:
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin-ls
        environment:
          - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel
          - PUID=1000
          - PGID=1000
          - TZ=Europe/Berlin
          - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
        volumes:
          - /home/nas/jellyfin-ls/config:/config
          - /media/ntfs2/jellyfin/Serien:/data/tvshows
          - /media/ntfs3/jellyfin/Serien:/data/tvshows1
          - /media/ntfs2/jellyfin/Anime/Serien:/data/tvshowsa
          - /media/ntfs3/jellyfin/Anime/Serien:/data/tvshowsa1
          - /media/ntfs2/jellyfin/Filme:/data/movies
          - /media/ntfs3/jellyfin/Filme:/data/movies1
          - /media/ntfs2/jellyfin/Anime/Filme:/data/moviesa
          - /media/ntfs3/jellyfin/Anime/Filme:/data/moviesa1
          - /media/ntfs2/jellyfin/Musik:/data/music
          - /media/ntfs3/jellyfin/Musik:/data/music1
        network_mode: 'host'
        restart: unless-stopped
        devices:
          - /dev/dri:/dev/dri
    That's your problem. The folder is owned by root, but you set your Jellyfin instance to be under user 1000 and group 1000, which doesn't have access to the folder.

    Either add user & group 1000 to own/have access to the folder, or run your Jellyfin as the root user.

    Root is always set as 0. Change PUID & PGID to 0, or just delete both to have Jellyfin run as root.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Issue with trickplay - by playserver - 2024-05-13, 11:04 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-13, 11:17 PM
    RE: Issue with trickplay - by playserver - 2024-05-13, 11:20 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-13, 11:42 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 07:49 AM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-14, 01:25 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 01:45 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-14, 02:54 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 02:58 PM
    RE: Issue with trickplay - by Efficient_Good_5784 - 2024-05-14, 03:19 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 03:21 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-14, 03:25 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 03:44 PM
    RE: Issue with trickplay - by Efficient_Good_5784 - 2024-05-14, 04:12 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 05:06 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-14, 05:14 PM
    RE: Issue with trickplay - by playserver - 2024-05-14, 06:01 PM
    RE: Issue with trickplay - by bitmap - 2024-05-14, 06:15 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-14, 06:25 PM
    RE: Issue with trickplay - by Efficient_Good_5784 - 2024-05-14, 06:57 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-14, 07:07 PM
    RE: Issue with trickplay - by lionking102 - 2024-05-15, 01:30 AM
    RE: Issue with trickplay - by Efficient_Good_5784 - 2024-05-15, 01:36 AM
    RE: Issue with trickplay - by lionking102 - 2024-05-15, 01:50 AM
    RE: Issue with trickplay - by bitmap - 2024-05-15, 07:28 PM
    RE: Issue with trickplay - by TheDreadPirate - 2024-05-15, 07:42 PM
    RE: Issue with trickplay - by Iskelderon - 2024-05-16, 12:42 PM
    RE: Issue with trickplay - by Dzvon2 - 2024-05-16, 01:46 PM
    RE: Issue with trickplay - by gnattu - 2024-05-16, 02:43 PM
    RE: Issue with trickplay - by Efficient_Good_5784 - 2024-05-17, 03:50 AM
    RE: Issue with trickplay - by bitmap - 2024-05-17, 07:00 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode