2024-09-18, 03:51 PM
You could remove all tags from the database, if you don't care about them. You'd have to install sqlite3 and open the database file after stopping the jellyfin container. Since this is unRAID, I'm not sure if you'd be able to do this on the server. But you could copy the library.db file to another PC and run the commands there.
I strongly recommend backing up your install before attempting this.
I strongly recommend backing up your install before attempting this.
Code:
DELETE FROM TypedBaseItems
WHERE Tags IS NOT NULL