diff --git a/API.md b/API.md index b62b91d9..95fae901 100644 --- a/API.md +++ b/API.md @@ -1429,11 +1429,12 @@ Returns: ``` -### import_plexwatch_database -Import a plexwatch database into PlexPy. +### import_database +Import a PlexWatch or Plexivity database into PlexPy. ``` Required parameters: + app (str): "plexwatch" or "plexivity" database_path (str): The full path to the plexwatch database file table_name (str): "processed" or "grouped" diff --git a/data/interfaces/default/plexwatch_import.html b/data/interfaces/default/app_import.html similarity index 77% rename from data/interfaces/default/plexwatch_import.html rename to data/interfaces/default/app_import.html index 1330b2b5..63e65c17 100644 --- a/data/interfaces/default/plexwatch_import.html +++ b/data/interfaces/default/app_import.html @@ -2,11 +2,18 @@
Click a button below to import an exisiting database from another app.
+Click here to Import an existing Plexwatch database.
@@ -1532,7 +1536,7 @@ - +If you have an existing PlexWatch database, you can import the data into PlexPy.
+If you have an existing PlexWatch/Plexivity database, you can import the data into PlexPy.
When you complete this wizard navigate to the settings menu and to the Extra Settings tab. You will find an import tool there - which will convert your plexWatch database into a format that PlexPy can read. + which will convert your PlexWatch/Plexivity database into a format that PlexPy can read.