mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-05-09 08:25:58 +02:00
[GH-ISSUE #70] JellySkin Manager 2.0.1 missing components and failing to load on JellyFin 10.9.6 #38
Labels
No labels
enhancement
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/jellyfin-plugin-skin-manager#38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TiredOldTechie on GitHub (Jun 23, 2024).
Original GitHub issue: https://github.com/danieladov/jellyfin-plugin-skin-manager/issues/70
It apepars that JellySkin Manager reverts to loading both 1.5 and 2.0.1 (with a failure to install message on 2.0.1) when loading on JellyFin 10.9.6 (Windows 10 Pro 22H2). Most of JellyFin is loaded to D drive. However, even when looking at the direct files to pull, it only contains the JellyFin.Plugin.SkinManager.dll file and is now missing the meta.json and thumb.png files. Is there a way to properly fix this, as it also attempts to correct itself by pulling from the repository that is again, missing these files?
@iamLazyCode commented on GitHub (Jul 26, 2024):
any fix you found ?
@TiredOldTechie commented on GitHub (Jul 26, 2024):
No, none that I'm aware of.
From further examination, it appears that between 1.5 and 2.0.1, a number of files and changes built into the dll were added and the new code appears to be coded to his machine specifically (perhaps by accident), but it appears that this has not been updated since June 14, 2022 (hopefully, it isn't abandoned).
On Fri, Jul 26, 2024, 3:21 PM Aditya @.***> wrote:
@markalex2209 commented on GitHub (Nov 5, 2024):
Versions >1.5.0.0 <=2.0.1 had this misalignment in version of plugin and version of dll inside it. It confused Jellyfin a lot.
In 2.0.2 it was fixed, did it help with your problem?