Copy watchstate from UserA to UserB in the same Jellyfin server #562
-
Is that possible? If yes, how please? This is me first time using the tool. I tried to do an import but it doesn't seem to work, and I don't know how to debug the issue:
Update I learned to add the Update 2 I'm considering updating the database directly using SQLite. I found a table named Example for a single movie, (keys) column:
The first seems to be the TMDB ID, the second the IMDB ID, but I’m not sure what the third is. In the My plan is to export all records for the user I need from the |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
Hi, from the debug log your libraries don't have For your 2nd question sadly i am not sure it will work directly by modifying the data directly as the ids differ between users afaik. If you fix the library content type everything should work. |
Beta Was this translation helpful? Give feedback.
-
It seems there is a bug in my database for some reason. The libraries were created originally correctly as Movies and Shows, but seems Jellyfin updates messed up the database or something. Though, they are showing correctly with their type in Jellyfin dashboard: So that's really strange, right? I can actually just run this query without the need to export/import:
What do you mean ids differ between users? I'm 99% sure this will work. I will try and let you know. Anyway, is it possible to copy watchstate from UserA to UserB in the same Jellyfin server using your tool? |
Beta Was this translation helpful? Give feedback.
-
There is no option to edit the library, I guess you cannot change the type after it's created. But as you saw it's showing correctly in the dashboard. The query worked! I can see all the watch states now in the new user. I guess I need to create an issue with Jellyfin to see why I have the issue in my setup. |
Beta Was this translation helpful? Give feedback.
-
Check this: jellyfin/jellyfin#12958 |
Beta Was this translation helpful? Give feedback.
-
OMG, I misread that. Thanks for clarification. I will follow up with the Jellyfin issue with the correction. Will update you once I know what is the issue. |
Beta Was this translation helpful? Give feedback.
Hi, from the debug log your libraries don't have
CollectionType
i am not sure why. we only support movies and series collection type.For your 2nd question sadly i am not sure it will work directly by modifying the data directly as the ids differ between users afaik.
If you fix the library content type everything should work.