2024-10-03, 03:57 PM
This sounds similar to an issue I’ve encountered before. I managed to remove the ghost library by editing the database. Here’s how:
- Download SQLite Browser.
- Shut down the server.
- Open library.db (always back up first!). Locations vary:
- /var/lib/jellyfin/data/library.db
- X:\ProgramData\Jellyfin\Server\data\library.db
- X:\Users\Username\AppData\Local\jellyfin\data\library.db
- /var/lib/jellyfin/data/library.db
- Choose the “Browse Data” tab, right under that is the option to choose table type, select “TypedBaseItems”
- Enter “MediaBrowser.Controller.Entities.CollectionFolder” in the Filter in any column field
- Find the entry you want to get rid of. Right-click on the number and select delete record.
- Click the “Write Changes” button, then close the database and restart the server.