Closed nikolay-borzov closed 2 months ago
Nevermind. It seems extension remembers assigned tags' IDs, so new suggested tags has the same name as existing ones
That's very weird. The extension doesn't remember any id, it basically gives Playnite the list with the name of the tags to import and trimming is never performed. It just joins/concatenates the text you have configured with the name of the tag so in theory it should not be possible to have differences in the tags: https://github.com/darklinkpower/PlayniteExtensionsCollection/blob/6ed1af21528a4349c53e0495556ef85b3509615b/source/Metadata/VNDBNexus/VNDBNexusMetadataProvider.cs#L569
I also just checked and I can't reproduce the issue with the problematic tags in your screenshot:
What font are you using? I'm wondering if the issue is that the font you are using is not displaying the space properly despite being there, although that would be weird. If the issue remains please let me know.
Extension name
VNDB Nexus
Bug Description
Trailing spaces in tag prefixes (except for "Content") are sometimes trimmed.
Consider settings for tags (notice spaces in the end):
Content Prefix:
[Content]
Technical Prefix:[Techical]
Sexual Prefix:[Sexual]
But when metadata's fetched through "VNDB Nexus" I see:
Some tags are missing space between prefix and tag
To Reproduce
Add-ons... > Extensions settings > Metadata Sources > VNDB Nexus
Metadata fields to obtain > Tags
Import
forContent
,Technical
,Sexual
[Content]
,[Techical]
,[Sexual]
Download Metadata... > VNDB Nexus
Logs
playnite.zip extensions.zip
Screenshots