![]() |
Top User-Rated Episodes - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Development (https://forum.jellyfin.org/f-development) +--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development) +--- Thread: Top User-Rated Episodes (/t-top-user-rated-episodes) |
Top User-Rated Episodes - telepathicChimp - 2025-03-02 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 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. RE: Top User-Rated Episodes - telepathicChimp - 2025-03-02 Also I'd like to know how to enable the IntelliJ definition-clicking feature in VSCode |