Hi I am trying to follow this article on migrating server watch history from old to new server.
https://support.plex.tv/articles/201154527-move-viewstate-ratings-from-one-install-to-another/
The article gives some sql to be run from the './Pugin Support/Databases/ directory:
echo ".dump metadata_item_settings" | sqlite3 com.plexapp.plugins.library.db | grep -v TABLE | grep -v INDEX > settings.sql
Now if I am reading this right there should be a hidden file called .dump.metadata_item_settings that I am piping out to an sqlite3 command shell - I have check the directory and there is NO such hidden file.
if I run the command the results look minimal and I can’t see how they reflect the watched state of the contents of my media library.
What am I missing here?