Tenma-Server / Tenma

Comic book server with in-browser reader
MIT License
252 stars 31 forks source link

Series with same names being merged on accident. #43

Closed ianc125 closed 7 years ago

ianc125 commented 7 years ago

Example

Take The Following Series:

Instead of having 2 separate series loaded in the DB it is merging everything under Planet of the Apes (1974) and showing duplicates for issues 1 through 16 because there is 16 issues in the 2011 series. Each duplicate issue below goes to each raw file from each separate series though. It just looks like its all form the 1974 series on the UI side.

duplicate issues

ianc125 commented 7 years ago

I cleaned this up by going through each issue that was incorrect and manually setting the Comicvine ID. More interested as to why it couldn't find the correct series in first place though.

hmhrex commented 7 years ago

This is due to the matching method. It's still a WIP and has been evolving quite a bit. I did a test with a little over 1000 files, and I was at about 71% correct matching. Still needs a lot of tuning. unfortunately Comic Vine doesn't make this easy with the way they organize some of their data. I'm going to close this as this feature is in heavy ongoing development.