Patra3 / AzurViewer

Web app for Azur Lane
5 stars 0 forks source link

Wrong skins being displayed in skin selector #3

Closed Patra3 closed 5 years ago

Patra3 commented 5 years ago

This is a large known issue with the app that exists because of the fundamental algorithm I use to search skins to begin with.

Skins are searched based on ship name and an image extension filter to prevent other file assets (such as voice samples) from appearing. Unfortunately this is not a good filter as some event or dorm assets appear in the skin selector (their file names have the ship name).

Right now the only solution I have to this is to create a 'filter' of exception cases and filter those bad images out. This is, in a fashion, hand-picking and therefore will be a tedious process to get through 300+ ships.

Chances are, you will encounter this bug if you use the app. If you notice this, please comment the ship name and the name of the bugged 'skin' in this issue.