Jellyfin TMDb Box Sets Plugin suggestion - 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: Jellyfin TMDb Box Sets Plugin suggestion (/t-jellyfin-tmdb-box-sets-plugin-suggestion) |
Jellyfin TMDb Box Sets Plugin suggestion - gizmomelb - 2025-02-13 Hi all, I've been looking at the Jellyfin TMDb Box Sets Plugin on github trying to make sense of it (dot net is not in my current knowledge) as I would hopefully like to change it so that it shows 'missing' content in box set collections. I think I understand how it works and currently it loads all of the boxset info then compares the movie library to see if the content is in the boxset list. If it is then it creates/adds it to the xml and progresses to the next box set data set. What I want to do is have it add the missing movie name at least to the XML but have the listing be to an image which says something like 'movie not in collection', 'missing' etc. and if we absolutely have to have a pointer to a video file then maybe to a small custom made mpg which is just a few frames saying the same thing 'movie not in collection' What do you think? RE: Jellyfin TMDb Box Sets Plugin suggestion - TheDreadPirate - 2025-02-13 The TVDB plugin has similar functionality. Check out the code in the TVDB plugin for the missing episode fetcher to see if you can adapt it for collections/box sets. |