2023-12-23, 07:49 PM
Hello, I could use some help with some automated scripting I'm doing. I don't really know how to use APIs, but I have written lots of other scripts. I think there's a way to refresh a playlist that I made on jellyfin (an .m3u file), but I'm a bit stuck. I know that I need to run a post: http://localhost/Items/{itemId}/Refresh but I don't know how to find the itemId for the playlist I want to target. Then it's just a curl command? Where does the API key go? Worringly, when I see API calls for playlists they reference playlistIds instead of itemIds. Any help would be appreciated!