1) When importing metadata with accents in a title, the title stops at the accent. Any way to fix this?
2) Is there any way to display file metadata like artist, album, description, comments also? I'm interested in a way to auto display that info below the mp3 image. Prob just a metadata extraction function I have to find on the web somewhere? Wouldn't have to be able to edit it except in the file I guess, though of course having access to that in the interface would be great. I could prob program in links for the displayed metadata also to search for that like you might a tag... or perhaps I would use the tag field for artist...
Thanks!
Comments
2) Yes, partly. We use this tool to get metadata from multimedia files and also MP3s. http://getid3.sourceforge.net/ (there is a demo what elements this can extract, we have setup it only for the formats Zenphoto supports).
That is displayed by the normal metadata function that also images use. Of course to import and display them the fields need to be enabled on the meta data option.
The answer is you will need to figure out what the character set of the data is and tell Zenphoto via the options/image `IPTC encoding` setting.
What is happening is that the database software is detecting an invalid character and truncating the string. The database is (typically) UTF-8, so if the characters of the IPTC data are not, Zenphoto must translate them. But to do that it needs to know what character set they are in to start with.
Thanks for your help.