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

UTF8 support / error in metadata import #24

Open
stellardeveloper opened this issue Feb 13, 2021 · 1 comment
Open

UTF8 support / error in metadata import #24

stellardeveloper opened this issue Feb 13, 2021 · 1 comment

Comments

@stellardeveloper
Copy link

It is nice that commonist uses EXIF metadata for some fields like the description field.
However, it would be fine if UTF8 characters were accepted correctly.
In German there are some special characters, which are notimported properly from the images (my images and metadata were exported from Lightroom).

BTW: Is there the possibility to import the category as well? If so, from which EXIF-tag?

@ritschwumm
Copy link
Owner

ritschwumm commented Feb 13, 2021

i think the problem is here https://github.com/ritschwumm/commonist/blob/master/src/main/scala/commonist/util/EXIF.scala#L160 so the culprit might be sanselan. do you have a file for me where this is a problem so i can check?

about importing categories: if i knew which exif tag to read it from, i could probably make it work. may be worth opening another issue.

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