Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long Names get Cut Off #17

Open
James-Wilkinson-git opened this issue Jan 13, 2023 · 1 comment
Open

Long Names get Cut Off #17

James-Wilkinson-git opened this issue Jan 13, 2023 · 1 comment

Comments

@James-Wilkinson-git
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants