-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
It only matches using the Series, Volume, Number. It can match via a filename or a GUID (that is only good for your own database). It doesn't use any extra information not part of an original CBL file like that Database entry, not sure why these are even present in CBL files. Maybe other programs supports them? But the comicvine_issue & comicvine_volume are custom values from a plugin and aren't part of the base program, so it wouldn't even try to match them. It does try to match using various arrangement of Series & Volume. But if the original Series don't match then it won't help ( You can see the code here if interested. ComicRackCE/ComicRack.Engine/Database/ComicIdListItem.cs Lines 165 to 217 in 13b2246 |
Beta Was this translation helpful? Give feedback.


It only matches using the Series, Volume, Number. It can match via a filename or a GUID (that is only good for your own database). It doesn't use any extra information not part of an original CBL file like that Database entry, not sure why these are even present in CBL files. Maybe other programs supports them? But the comicvine_issue & comicvine_volume are custom values from a plugin and aren't part of the base program, so it wouldn't even try to match them.
It does try to match using various arrangement of Series & Volume. But if the original Series don't match then it won't help (
Wonder Girl 2022 Annual!=Wonder Girl 2022).You can see the code here if interested.
ComicRackCE/Comic…