How to migrate watch progress? - 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: How to migrate watch progress? (/t-how-to-migrate-watch-progress) Pages:
1
2
|
RE: How to migrate watch progress? - askejm - 2024-08-19 I tried that, but now the container stopped working. The "key" values are different, however the movie names are stored inside the library.db file along with user IDs. I'm hoping that I can match up the movie names instead of IDs to migrate the watch progress to the new database. However, right now I can't seem to find the usernames/user ids listed in the library.db inside the jellyfin.db. They appear incoherent RE: How to migrate watch progress? - theguymadmax - 2024-08-19 Here are a couple of repositories related to migration. They might not be up-to-date, but you might find some useful insights in the code that could help you. https://github.com/crobibero/Jellyfin.Migration https://github.com/MMMZZZZ/Jellyfin-Migrator RE: How to migrate watch progress? - askejm - 2024-08-21 Gave it a try, but it seems that it doesn't work either sadly. Upon swapping library.db file, I get errors about SQL and it won't start. |