ServerWMC - 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: ServerWMC (/t-serverwmc) |
ServerWMC - Sharks - 2023-10-24 Hello Everyone, I'm interested in getting the ServerWMC plugin up in running you can find the archived version here: https://github.com/jellyfin-archive/jellyfin-plugin-serverwmc I noticed one of the big changes when it broke was Jellyfincore was updated to .net 6.0. I've managed to update its target framework to 6.0 however after this it now throw errors for: Code: Severity Code Description Project File Line Suppression State This namespace does appear to be missing in and or changed in the Jellyfin server code base, I'm curious if anyone could point me in the right direction of where it might have moved and/or what it was replace with? Please note: I am not a strong programmer so please bare with me as I try and debug this out with my limited time/knowledge and a big thank you to anyone who takes the time to provide insight. -Sharks RE: ServerWMC - Deleted User - 2023-10-24 if you are using - https://github.com/ServerWMC/serverwmc.github.io/releases/tag/1.0.1255 which hasn't been updated in 5 years with https://github.com/jellyfin-archive/jellyfin-plugin-serverwmc which hasn't been updated in (almost) 3 years then i think you are in for a bad experience, recommend locating alternative solutions RE: ServerWMC - Sharks - 2023-10-25 The server software is still fully functional and hasn't been updated because it hasn't needed to be because WMC hasn't been updated by Microsoft for years but keep on plugging. If you pair it Jellyfin 10.7, serverwmc 1.0.1255 and Jellyfin ServerWMC plugin Version 6 it works great. It appears what has broken is the plugin which didn't support some changes in the 10.8, the biggest being the change in the .net version. I've mostly got over that hill and was hopeful some others might have some insight I'm missing due to my lack of experience programming. The issue appears to be a missing/changed namespace/location from the error posted above. It is fine if you don't think this will be useful and or painful to figure out, but currently there are no alternatives nor will likely be any, hence me looking to fix the plugin. |