comictagger / metron_talker

Metron.cloud comictagger talker plugin
3 stars 1 forks source link

Problem Tagging Comics, if the Comic include a (:) in title #28

Open Zombanana opened 2 months ago

Zombanana commented 2 months ago

Hi,

I have just started using comictagger and using it with metron.cloud. So far I am happy with it. I use the cli variant, to tag my comics.

I just found out, I have problems tagging comics, which include a ":" inside series name. Example: Conan: Serpent War https://metron.cloud/series/conan-serpent-war-2020/

I think this is because the filename don't include any ":". The ":" is replaced with a minus "-" in my files.

Example: Conan: Serpent War (Series Name) -> Conan - Serpent War (File Name).

I am using this command for tagging my files: comictagger.exe --recursive --save --parse-filename --online --met-username xxx --metron-key xxx --type cix --overwrite --save-on-low-confidence --no-abort --interactive --verbose c:\temp

Is there an alternative command line parameter, which I can use, to find a match on this?

lordwelch commented 2 months ago

can you attach the logs from %LOCALAPPDATA%\ComicTagger\logs

mizaki commented 2 months ago

This may be address in https://github.com/comictagger/metron_talker/commit/817d3c0ed12a76931ca9cf7f846f8548676392b2 but is not in a release yet.

Zombanana commented 2 months ago

I am not home at the moment. I will provide a log file of another example when I am back home.