Transfer settings watched status added date etc from Windows Server to Linux?

Hi Everyone,

I am experimenting with using a Rasberry PI 4 as a plex server. Currently i have plex installed on a windows 10 machine. I have both the windows and Pi server running and they both point to media on my NAS drive.

Is there a way to transer any / all of the library information from my windows 10 plex server into the Pi server.

Mainly I am interested in watched status and added date.

Thanks

So i think i have figured this out.
these 3 links were the key

https://support.plex.tv/articles/201154527-move-viewstate-ratings-from-one-install-to-another/?_ga=2.100735105.1651857316.1569580779-354241260.1565600998

High Level
Extract data via sqlite into a file.
copy that file to a location on the linux box.
find the library DB in linux
/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Databases

Install sqlite on the pi
Execute the setting file created, i got a few errors based on stuff already in the DB but for the most part it looks like the bulk of it has worked.

if it helps i use winSCP to transfer files from windows to linux

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.