LeoHsiao1 / pyexiv2

Read and write image metadata, including EXIF, IPTC, XMP, ICC Profile.
GNU General Public License v3.0
201 stars 39 forks source link

How can I set a list as dc.subject? #5

Closed marcelklehr closed 4 years ago

marcelklehr commented 4 years ago

I tried setting a list, but it wouldn't accept that saying it requires a string. A comma separated string will just render a string, though, which doesn't get picked up by other software as a list.

Appreciate your help :)

LeoHsiao1 commented 4 years ago

Thanks for your report. That's because I forgot to convert it to an array. I will correct it in the next few days.

marcelklehr commented 4 years ago

Awesome :tada:

LeoHsiao1 commented 4 years ago

Hi! This problem has been fixed in version v1.3.0.

marcelklehr commented 4 years ago

Thanks so much! :)

marcelklehr commented 4 years ago

This fabulous library allowed me to create marcelklehr/wutsdis :)

LeoHsiao1 commented 4 years ago

It's my pleasure.

github-actions[bot] commented 3 years ago

This issue has been automatically closed because there has been no activity for a month.