Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
/ plex-ttp Public archive

Adding Faces (PersonInImage XMP tag) into Plex

Notifications You must be signed in to change notification settings

devbab/plex-ttp

Repository files navigation

plex-ttp

Plex is an amazing software to organize, stream, and share your personal multimedia collections, including photos.

Tag That Photo, aka TTP, is an amazing software to recognise faces from your collection of photos.

Unfortunately, Plex does not recognise the XMP tags created by TTP. This script allows one to insert TTP faces recorded into the photos into Plex database.

Warning

The script interacts directly with Plex database. Make sure you have a backup of your database before using this script. In case of any issues, restore your database !

Installation

1/ assuming node.js and npm are already installed, install the package as follow:

npm install plex-ttp

Usage

usage node plex-ttp.js [-s] [-h] [-l tag] [-d tag] 
-s : scan images and put face tags into Plex
-l [tag] : list matching tags
-d tag: delete the tag
-h : show this help

node plex-ttp.js -s is the basic command to run to scan all photos from our Plex library, extract the tag faces and insert them into Plex. Face names are then available within the Tag list of Plex


© 2020 devbab