Import ${app} Database

% if app in ('PlexWatch', 'Plexivity'):

<% v = '' if app == 'PlexWatch': v = '0.3.2' elif app == 'Plexivity': v = '0.9.8' %> Please ensure your ${app} database is at version ${v} or higher.

% endif

Enter the full path to the ${app} database you wish to import.

% if app == 'Tautulli':

Select how you would like to import the Tautulli history.

  • Merge will only add missing history from the imported database into the current database.
  • Append will add all history from the imported database into the current database.
    Note: History will be duplicated if it is present in both databases.
  • Overwrite will replace all history in the current database with the imported database.

Note: Other settings such as notification and newsletter agents will also be imported.

Automatically create a backup of the current database before importing.

% else:

Select the table name from which you wish to import. Only import one of these, importing both will result in duplicated data.

Enter the minimum duration (in seconds) an item must have been active for. Set to 0 to import all.

% endif