SOLVED: Resetting stats, deleting users and/or their data - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Resetting stats, deleting users and/or their data (/t-solved-resetting-stats-deleting-users-and-or-their-data) Pages:
1
2
|
RE: Resetting stats, deleting users and/or their data - cptn - 2025-01-10 To delete all stats for all users, you can use direct sqlite commands: - turn off jellyfin (so that you dont corrupt the data) - go to the "data" folder (where library.db is) - run the command sqlite3 library.db "DELETE FROM UserDatas;" - this deletes all userdata (watch history, favorites) Hope that helps |