• 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 General Questions Cannot add item to custom collection

     
    • 0 Vote(s) - 0 Average

    Cannot add item to custom collection

    Adding movies to custom collections
    fritzmg
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    #7
    2025-01-03, 01:59 PM
    Here is the Docker Compose YAML for the Docker container, in case it matters:

    Code:
    services:
      jellyfin:
        image: jellyfin/jellyfin
        container_name: jellyfin
        restart: unless-stopped
        user: 1026:100
        group_add:
          - '101'
          - '937'
        network_mode: 'host'
        volumes:
          - /volume1/docker/jellyfin/config:/config
          - /volume1/docker/jellyfin/cache:/cache
          - /volume1/movies:/media/movies
          - /volume1/shows:/media/shows
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
        environment:
          - JELLYFIN_PublishedServerUrl=https://jellyfin.example.com

    So should be pretty straight forward - expect the user and group ID and devices for hardware transcoding using Intel QuickSync.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Cannot add item to custom collection - by fritzmg - 2024-12-30, 11:07 AM
    RE: Cannot add item to custom collection - by TheDreadPirate - 2024-12-30, 04:31 PM
    RE: Cannot add item to custom collection - by fritzmg - 2024-12-30, 08:59 PM
    RE: Cannot add item to custom collection - by TheDreadPirate - 2024-12-31, 07:03 PM
    RE: Cannot add item to custom collection - by fritzmg - 2025-01-03, 01:52 PM
    RE: Cannot add item to custom collection - by TheDreadPirate - 2025-01-01, 07:05 PM
    RE: Cannot add item to custom collection - by fritzmg - 2025-01-03, 01:59 PM
    RE: Cannot add item to custom collection - by TheDreadPirate - 2025-01-03, 03:59 PM
    RE: Cannot add item to custom collection - by fritzmg - 2025-01-04, 11:05 AM
    RE: Cannot add item to custom collection - by fritzmg - 2025-01-04, 03:52 PM
    RE: Cannot add item to custom collection - by fritzmg - 2025-01-04, 04:25 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