2023-08-17, 01:30 PM
With some more help from someone on Discord I edited library.db
running the following command:
DELETE
FROM TypedBaseItems
WHERE Path like '%C:\\%' ESCAPE '\' AND Path NOT LIKE '%C:\\ProgramData\\Jellyfin%' ESCAPE '\'
This has removed all erroneous entries. I also checked in jellyfin.db but that did seemingly not contain any paths.
Jellyfin is responsive again and all issues appear to be resolved ^^
running the following command:
DELETE
FROM TypedBaseItems
WHERE Path like '%C:\\%' ESCAPE '\' AND Path NOT LIKE '%C:\\ProgramData\\Jellyfin%' ESCAPE '\'
This has removed all erroneous entries. I also checked in jellyfin.db but that did seemingly not contain any paths.
Jellyfin is responsive again and all issues appear to be resolved ^^