jobobby04 / Lanraragi-Fakku-Tagger

A quick and dirty program that connects to your LANraragi instance, and re-tags all galleries using different metadata grabbers.
Mozilla Public License 2.0
9 stars 1 forks source link

Request: Pause and prompt when getting multiple identical matches #7

Closed shinji257 closed 6 months ago

shinji257 commented 1 year ago

Currently it only pauses when it gets multiple results that are close but not an exact match. It lists up to the first 5 hits that match 95% or better of the query that it is using. However I've noticed if there are multiple identical matches that are 100% it will pick the first one and move on rather than stopping. FAKKU has entries that appear to be duplicates but are actually different doujins from different artists. Example below where the tagger picked the wrong match and probably should have asked the user.

[kotlinx.coroutines.DefaultExecutor] INFO Main - Using koromo plugin for '[Sekiya Asami] Borderline (COMIC Bavel 2018-06)'
[DefaultDispatcher-worker-6] INFO Main - No koromo metadata for '[Sekiya Asami] Borderline (COMIC Bavel 2018-06)'
[DefaultDispatcher-worker-6] INFO Main - Searching for 'Borderline'
[DefaultDispatcher-worker-4] INFO Main - FAKKU search results found for 'Borderline'
[DefaultDispatcher-worker-4] INFO Main - (string: Borderline, score: 100, index: 0)
[DefaultDispatcher-worker-4] INFO Main - (string: Borderline, score: 100, index: 2)
[DefaultDispatcher-worker-4] INFO Main - (string: Borderline, score: 100, index: 4)
[DefaultDispatcher-worker-4] INFO Main - Found FAKKU link for '[Sekiya Asami] Borderline (COMIC Bavel 2018-06)'
[DefaultDispatcher-worker-1] INFO Main - Found new tags for '[Sekiya Asami] Borderline (COMIC Bavel 2018-06)' (Artist:Okumoto Yuta, Parody:Original Work, Magazine:Comic Kairakuten BEAST 2017-07, Publisher:FAKKU, unlimited, blowjob, busty, condom, hentai, kuudere, lingerie, love hotel, uncensored, vanilla)
[DefaultDispatcher-worker-4] INFO Main - Finished metadata process for '[Sekiya Asami] Borderline (COMIC Bavel 2018-06)'[DefaultDispatcher-worker-4] INFO Main - Finished 3545/4965

We can tell it is wrong because Artist doesn't match as well as the Magazine.

jobobby04 commented 6 months ago

Fixed in the latest release 👍