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.
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.