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/jell...-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:
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
I'm interested in getting the ServerWMC plugin up in running you can find the archived version here: https://github.com/jellyfin-archive/jell...-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
Error CS0246 The type or namespace name 'MyRecordingInfo' could not be found (are you missing a using directive or an assembly reference?) Jellyfin.Plugin.ServerWMC C:\Users\blank\Documents\Jellyfin_Plugins\jellyfin-plugin-serverwmc-6\jellyfin-plugin-serverwmc-6\Jellyfin.Plugin.ServerWMC\WMCService.cs 1218 Active
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