2024-10-03, 04:27 PM
(2024-10-03, 03:57 PM)theguymadmax Wrote: This sounds similar to an issue I’ve encountered before. I managed to remove the ghost library by editing the database. Here’s how:Thanks! That's a concise, detailed walkthrough. And it got rid of the ghost library. Found the problem in a third location, the two paths you gave didn't show all the libraries for some reason. Now I'm really curious what else I can do with that tool. I never would have figured that out on my own.
- 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
- 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.
Still have to go and put everything back in place to see if it fixed the problem with the client displaying the wrong names.