• 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 Trouble with TVHeadEnd plugin

     
    • 0 Vote(s) - 0 Average

    Trouble with TVHeadEnd plugin

    Jellyfin's TVHeadEnd plugin not connecting right
    whimbrel
    Offline

    Junior Member

    Posts: 7
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #3
    2025-01-26, 08:52 PM
    Thanks TheDreadPirate! Both containers are using host networking.

    The TVH compose file is:
    Code:
    ---
    services:
      tvheadend:
        image: lscr.io/linuxserver/tvheadend:latest
        # ghcr.io/tvheadend/tvheadend:latest
        container_name: tvheadend
        #user: 1003:100
        group_add:
          - "100"
          - "1003"
        # We need host network to access hdhomerun
        network_mode: 'host'
        environment:
          # This is the tvheadend user I created
          - PUID=1003
          - PGID=100
          #- TZ=Etc/UTC
          - TZ=America/Los_Angeles
          - RUN_OPTS= #optional
        volumes:
          - ${TVHEADEND_CONFIG_DIR}:/config
          - CHANGE_TO_COMPOSE_DATA_PATH/tvheadend_recordings:/recordings
        restart: unless-stopped

    And the Jellyfin one is:

    Code:
    ---
    # https://hub.docker.com/r/linuxserver/jellyfin
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        user: 1002:100
        network_mode: 'host'
        group_add:
          - "105"
        environment:
          - PUID=1002
          - PGID=100
          - TZ=America/Los_Angeles
        volumes:
          - ${JELLYFIN_CONFIG_DIR}/config/:/config
          - ${JELLYFIN_CONFIG_DIR}/cache/:/cache
          - CHANGE_TO_COMPOSE_DATA_PATH/Movies:/data/Movies
          - CHANGE_TO_COMPOSE_DATA_PATH/TV:/data/TV
          - CHANGE_TO_COMPOSE_DATA_PATH/jellyfin_library/:/data/library
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        devices:
          - /dev/dri:/dev/dri
        restart: unless-stopped

    The 1002 and 1003 user ids correspond to jellyfin and tvheadend, respectively.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-26, 12:03 AM
    RE: Trouble with TVHeadEnd plugin - by TheDreadPirate - 2025-01-26, 05:56 PM
    RE: Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-26, 08:52 PM
    RE: Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-26, 09:21 PM
    RE: Trouble with TVHeadEnd plugin - by TheDreadPirate - 2025-01-27, 01:57 AM
    RE: Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-27, 04:08 AM
    RE: Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-27, 04:17 AM
    RE: Trouble with TVHeadEnd plugin - by gnattu - 2025-01-27, 04:34 AM
    RE: Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-27, 05:11 AM
    RE: Trouble with TVHeadEnd plugin - by TheDreadPirate - 2025-01-27, 01:35 PM
    RE: Trouble with TVHeadEnd plugin - by goerdi - 2025-01-27, 02:35 PM
    RE: Trouble with TVHeadEnd plugin - by whimbrel - 2025-01-27, 05:46 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