josdemmers / NewWorldCompanion

A companion app for New World, to keep track of all your learned recipes and current trading post prices.
MIT License
42 stars 5 forks source link

Long Names get Cut Off #17

Open James-Wilkinson-git opened 1 year ago

James-Wilkinson-git commented 1 year ago

image I am getting the wrong data for this music sheet because its only reading the first 2 lines, when there are 3 lines. I tried playing with the sizes but couldnt figure out how to fix it.

josdemmers commented 1 year ago

Thanks for the report. Long item names are indeed causing problems. Before the music sheets this only happened for a few house-items. But now with the music sheets there are a lot more items with long names.

The problem is that most item names are only 1 or 2 lines long. The third line is ignored because it contains the items rarity and items type. For example: image

Adding the third line will mess up the text read by OCR, making the app unable to find the correct item. There are few issues with the app I need to improve first, not sure yet when I can address this one. But I have some ideas already that I need to try out.

If you use multiple monitors you could use the Crafting tab to quickly check the correct pricing.

image