• 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

    Pages (2): 1 2 Next »

     
    • 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
    #1
    2024-12-30, 11:07 AM
    I wanted to add to videos to a custom collection. So for the first item I chose "Add to collection" in the item's context menu in the web interface, there I left the default "New..." and entered the name of the collection.

    After having created that I went into "Add to collection" for the second video - however in the drop down I cannot choose the previously created collection. I also made sure to clear the browser cache and refresh the page, but still I am unable to select the created collection (or any collection for that matter).

    Is there something else I have to do in order to be able to add several items to a collection manually?

    Jellyfin Server version is 10.10.3
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-12-30, 04:31 PM
    Can you open a browser console and look for any messages when you try to add the second item to an existing collection?
    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]
    fritzmg
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    #3
    2024-12-30, 08:59 PM
    There are at least no errors.

       

    From the Logs, Info and Debug output I didn't see anything relevant, at least at first glance.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-12-31, 07:03 PM
    Have you restarted your Jellyfin server recently? Some users with strange issues were able to resolve the issue by simply restarting Jellyfin.
    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]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #5
    2025-01-01, 07:05 PM
    What OS? If Linux, which distro? Are you using docker? If so, which image? The official or linuxserver image?
    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]
    fritzmg
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    #6
    2025-01-03, 01:52 PM
    (2024-12-31, 07:03 PM)TheDreadPirate Wrote: Have you restarted your Jellyfin server recently?  Some users with strange issues were able to resolve the issue by simply restarting Jellyfin.

    I have just restarted the container, but the behavior has not changed.


    (2025-01-01, 07:05 PM)TheDreadPirate Wrote: What OS?  If Linux, which distro?  Are you using docker?  If so, which image?  The official or linuxserver image?

    The Jellyfin server runs as a docker Container on a Synology DS220+. It is the official jellyfin/jellyfin image (the latest, i.e. 10.10.3 at the moment).
    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.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2025-01-03, 03:59 PM
    Let's try recreating the container.

    Code:
    docker compose down jellyfin
    docker system prune -a
    docker compose up -d jellyfin
    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]
    fritzmg
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    #9
    2025-01-04, 11:05 AM (This post was last modified: 2025-01-04, 11:09 AM by fritzmg.)
    I have now executed what I think are the equivalent actions in Synology's Container Manager, i.e. Stop, Clean, Build, Start.

    But still the only option that is available in the <select> when I choose "Add to collection" is "New…".

    The GET request for the "Add to collection" popup, i.e. https://jellyfin.example.com/Users/…/Ite...ount=false returns the following JSON:

    Code:
    {"Items":[],"TotalRecordCount":0,"StartIndex":0}

    However, in /config/data/collections I can see that there are several [boxset] collections (one of which is the manually created one).
    fritzmg
    Offline

    Junior Member

    Posts: 9
    Threads: 2
    Joined: 2024 Apr
    Reputation: 0
    #10
    2025-01-04, 03:52 PM
    I created a local development setup for the Jellyfin Server (and Web component) and copied the data from my actual Jellyfin server, in the hope of being able to reproduce the issue locally and may be debug what's going on. Unfortunately, locally everything works as expected. When choosing "Add to collection", all the collections are listed in the <select> 🤔
    Pages (2): 1 2 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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