2025-03-02, 05:53 PM
Hi everyone,
I was struck by an urge to develop a plugin that generates a "Top n episodes" playlist for a given show based on IMDb (or any other metadata provider, but for simplicity's sake, let's just say IMDb) user/critic ratings. I set up a dev environment by downloading the plugin template repo and mounting it to the Docker container with the newest version of Jellyfin, and also mounting some shows as read-only. I have also modified the
Now what? I guess I don't know what I'm supposed to do. The closest thing I've been able to find to API docs is this Emby documentation. I am sure you can tell that I'm totally new to .NET development but I'm open to learn. But not sure how to get started. Where can I find out how to interact with the various classes under-the-hood in Jellyfin?
Thank you.
I was struck by an urge to develop a plugin that generates a "Top n episodes" playlist for a given show based on IMDb (or any other metadata provider, but for simplicity's sake, let's just say IMDb) user/critic ratings. I set up a dev environment by downloading the plugin template repo and mounting it to the Docker container with the newest version of Jellyfin, and also mounting some shows as read-only. I have also modified the
launch.json
of the VSCode workspace to connect to Jellyfin process and catch exceptions. Now what? I guess I don't know what I'm supposed to do. The closest thing I've been able to find to API docs is this Emby documentation. I am sure you can tell that I'm totally new to .NET development but I'm open to learn. But not sure how to get started. Where can I find out how to interact with the various classes under-the-hood in Jellyfin?
Thank you.