Cannot add item to custom collection - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions) +--- Thread: Cannot add item to custom collection (/t-cannot-add-item-to-custom-collection) |
Cannot add item to custom collection - fritzmg - 2024-12-30 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 RE: Cannot add item to custom collection - TheDreadPirate - 2024-12-30 Can you open a browser console and look for any messages when you try to add the second item to an existing collection? RE: Cannot add item to custom collection - fritzmg - 2024-12-30 There are at least no errors. From the Logs, Info and Debug output I didn't see anything relevant, at least at first glance. RE: Cannot add item to custom collection - TheDreadPirate - 2024-12-31 Have you restarted your Jellyfin server recently? Some users with strange issues were able to resolve the issue by simply restarting Jellyfin. RE: Cannot add item to custom collection - TheDreadPirate - 2025-01-01 What OS? If Linux, which distro? Are you using docker? If so, which image? The official or linuxserver image? RE: Cannot add item to custom collection - fritzmg - 2025-01-03 (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). RE: Cannot add item to custom collection - fritzmg - 2025-01-03 Here is the Docker Compose YAML for the Docker container, in case it matters: Code: services: So should be pretty straight forward - expect the user and group ID and devices for hardware transcoding using Intel QuickSync. |