2024-01-25, 07:05 AM
(This post was last modified: 2024-01-25, 12:47 PM by harrenkyym. Edited 1 time in total.)
I'm gonna use this thread for my question.
I'm starting to make some scripts for create collections automatically based on some internet lists. I discovered thanks to this and this other reddit post (https://www.reddit.com/r/jellyfin/commen...s_folders/) that I could have another Library for something like this, so "collections" are separated from "recommended lists, top 10 movies today, etc."
I'm using this (https://github.com/titooo7/Jellyfin-Tool...-trakt.ps1) as a template, but I have completely adapted it to my needs, mine now is in python, for example (I'll cronjob it).
That said, I see there is an URL: "$jellyfinServerURL/Collections?Name=$collectionName&Ids=$itemIDs&api_key=$jellyfinAPIKey" thats send the info the server to create a new collection.
My question is, how can I make the request to create the new collection in the new "collection" library? Can I change that Collections in the URL to point to the new library?
Thanks.
I'm starting to make some scripts for create collections automatically based on some internet lists. I discovered thanks to this and this other reddit post (https://www.reddit.com/r/jellyfin/commen...s_folders/) that I could have another Library for something like this, so "collections" are separated from "recommended lists, top 10 movies today, etc."
I'm using this (https://github.com/titooo7/Jellyfin-Tool...-trakt.ps1) as a template, but I have completely adapted it to my needs, mine now is in python, for example (I'll cronjob it).
That said, I see there is an URL: "$jellyfinServerURL/Collections?Name=$collectionName&Ids=$itemIDs&api_key=$jellyfinAPIKey" thats send the info the server to create a new collection.
My question is, how can I make the request to create the new collection in the new "collection" library? Can I change that Collections in the URL to point to the new library?
Thanks.