2025-09-02, 04:43 PM
(2025-06-26, 11:58 AM)Jolaru21 Wrote: Thank you! I'll give it a try to see how it goes with my setup.
Not sure how far you got with this, but from someone new to and learning n8n here's how to get started and get some info out of your Jellyfin.
You'll need your jellyfin internal or external IP
You'll need your userID (which you can get from the Dashboard, Users, Edit user and observe the bit in the url at the top - something like - 'userId='
Your generated API key to allow access to your instance - Dashboard, Advanced, API keys I created an n8n one...
You'll need the ParentID of the movies listing, again goto your movies in the browser, look at the end of the url 'ParentId='xyz ' bit before &collectionType=movies
Once you have these setup a http node with the following settings... the key bit here is Authentification to 'NONE', but then you specify this in the header using the named parameter 'Authorization' (US spelling) with the value of MediaBrowser Token="YOUR GENERATED API KEY"
This should be enough for you to connect then mine whatever data you want...
I'm sure you've probably figured this out by now
