From 030bc5d7c10a43ff870fcb678e02fd6473ceb336 Mon Sep 17 00:00:00 2001 From: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:35:55 +0300 Subject: [PATCH] More concise Auto Tagging documentation (#4007) --- ui/v2.5/src/docs/en/Manual/AutoTagging.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/v2.5/src/docs/en/Manual/AutoTagging.md b/ui/v2.5/src/docs/en/Manual/AutoTagging.md index ef9035e6c..57bc75083 100644 --- a/ui/v2.5/src/docs/en/Manual/AutoTagging.md +++ b/ui/v2.5/src/docs/en/Manual/AutoTagging.md @@ -1,10 +1,8 @@ # Auto Tagging -This task matches your Performers, Studios, and Tags against your media, based on names only. It finds Scenes, Images, and Galleries where the path or filename contains the Performer/Studio/Tag. +When media filepaths or filenames contain a Performer, Studio, or Tag name, it is assigned those Performers, Studios, and Tags. It will **only** tag based on Performer, Studio, and Tag names that exist in your database. -For each scene it finds that matches, it sets the applicable field. It will **only** tag based on performers, studios, and tags that already exist in your database. - -When the Performer/Studio/Tag name has multiple words, the search will include paths/filenames where the Performer/Studio/Tag name is separated with `.`, `-` or `_` characters, as well as whitespace. +When the Performer/Studio/Tag name has multiple words, the search will include paths/filenames where the Performer/Studio/Tag name is separated with `.`, `-`, `_`, and whitespace characters. For example, auto tagging for performer `Jane Doe` will match the following filenames: * `Jane.Doe.1.mp4` @@ -12,6 +10,6 @@ For example, auto tagging for performer `Jane Doe` will match the following file * `Jane-Doe.3.mp4` * `Jane Doe.4.mp4` -Matching is case insensitive, and should only match exact wording within word boundaries. For example, `Jane Doe` will not match `Maryjane-Doe`, but will match `Mary-Jane-Doe`. +Matching is case insensitive, and should only match exact wording within word boundaries. For example, the tag `Jane Doe` will not match `Maryjane-Doe` or `Jane-Doen`, but will match `Mary-Jane-Doe`, `Jane-Doe_n`, and `[OF]jane doe`. -Auto tagging for only specific Performers, Studios and Tags can be performed from the individual Performer/Studio/Tag page. +Auto tagging for specific Performers, Studios, and Tags can be performed from the individual Performer/Studio/Tag page. \ No newline at end of file