• 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 Unable to get tone mapping working

     
    • 0 Vote(s) - 0 Average

    Unable to get tone mapping working

    theguymadmax
    Offline

    Community Moderator

    Posts: 1,149
    Threads: 0
    Joined: 2024 Jun
    Reputation: 60
    #2
    2025-01-18, 06:24 PM (This post was last modified: 2025-01-19, 01:13 AM by theguymadmax. Edited 1 time in total.)
    You need to pass the render group into the container. Here's my compose file.

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        user: 1000:1000  #[color=#c7c2ba]uid:gid[/color]
        group_add:
          - "992" #render
        network_mode: 'host' 
        volumes:
          - /home/max/Dockers/Jellyfin/Config:/config
          - /home/max/Dockers/Jellyfin/Cache:/cache
          - /media/Media1:/Movies
          - /media/Media2:/Show
        restart: 'unless-stopped'
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Unable to get tone mapping working - by kickingknowledge - 2025-01-18, 05:15 PM
    RE: Unable to get tone mapping working - by theguymadmax - 2025-01-18, 06:24 PM
    RE: Unable to get tone mapping working - by kickingknowledge - 2025-01-18, 06:55 PM
    RE: Unable to get tone mapping working - by theguymadmax - 2025-01-18, 07:09 PM
    RE: Unable to get tone mapping working - by kickingknowledge - 2025-01-18, 07:36 PM
    RE: Unable to get tone mapping working - by bitmap - 2025-01-18, 07:47 PM
    RE: Unable to get tone mapping working - by kickingknowledge - 2025-01-18, 08:15 PM
    RE: Unable to get tone mapping working - by TheDreadPirate - 2025-01-18, 09:39 PM

    • 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