• 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 Jellyfin Plugins and Folder Display in Docker Containe

     
    • 0 Vote(s) - 0 Average

    Issue with Jellyfin Plugins and Folder Display in Docker Containe

    Issue with Jellyfin Plugins and Folder Display in Docker Containe
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2024-04-29, 11:27 AM
    Definitely not normal. I have several test instances of Jellyfin in Docker and do not have to do this.

    Try giving your config and cache folders their own directory. I'm wondering if the cache cleanup job is clearing out the plugins.

    Here is my docker compose for reference.

    Code:
    version: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin:unstable
        container_name: jellyfin-unstable
        user: 105:104  # Jellyfin user for deb install
        group_add:
          - "993" # Intel render group
        network_mode: 'host'
        volumes:
          - ./jellyfin-data/config:/config
          - ./jellyfin-data/cache:/cache
          - /media:/media:ro
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        restart: 'unless-stopped'
        # Optional - alternative address used for autodiscovery
        #environment:
        #  - JELLYFIN_PublishedServerUrl=http://example.com
        # Optional - may be necessary for docker healthcheck to pass if running in host network mode
        extra_hosts:
          - "host.docker.internal:host-gateway"

    The way you currently have it setup the config sub folders and cache subfolders are mixed together.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Issue with Jellyfin Plugins and Folder Display in Docker Containe - by ElGustago - 2024-03-13, 12:12 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by TheDreadPirate - 2024-03-13, 05:39 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by ElGustago - 2024-04-01, 06:04 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by TheDreadPirate - 2024-04-01, 09:34 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by ElGustago - 2024-04-23, 04:02 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by bitmap - 2024-04-02, 12:35 AM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by TheDreadPirate - 2024-04-23, 04:27 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by ElGustago - 2024-04-23, 05:15 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by ElGustago - 2024-04-25, 09:51 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by TheDreadPirate - 2024-04-25, 10:23 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by ElGustago - 2024-04-29, 10:07 AM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by 3216 - 2024-04-25, 10:27 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by TheDreadPirate - 2024-04-25, 10:33 PM
    RE: Issue with Jellyfin Plugins and Folder Display in Docker Containe - by TheDreadPirate - 2024-04-29, 11:27 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