You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have nearly 22000 jpg photos in 800 folders/albums on my phone and on my tablet.
Many of them have meta data tags, title, description, geo, date in different exif/iptc/xmp fields.
Example:
Some Photos got their "tags" in the microsoft-windows-explorer that were stored in Exif.XPKEYWORDS, other use xmp.Tags or the standard Iptc.KEYWORDS.
It would be great if the aves-media scaner tries to harvest it-s properties from different sources (exif/iptc/xmp)
Example: If tags are not found in Iptc.KEYWORDS try to get them from xmp.Tags and if not found get them from Exif.XPKEYWORDS
Could you please provide a sample with that kind of tags? Also, if I support them, I would read/clear them but I wouldn't write them, I would write standard XMP tags instead.
I have nearly 22000 jpg photos in 800 folders/albums on my phone and on my tablet.
Many of them have meta data tags, title, description, geo, date in different exif/iptc/xmp fields.
Example:
Some Photos got their "tags" in the microsoft-windows-explorer that were stored in Exif.XPKEYWORDS, other use xmp.Tags or the standard Iptc.KEYWORDS.
It would be great if the aves-media scaner tries to harvest it-s properties from different sources (exif/iptc/xmp)
Example: If tags are not found in Iptc.KEYWORDS try to get them from xmp.Tags and if not found get them from Exif.XPKEYWORDS
In my not-maintained-anymore-app aPhotoManger i used these (taken from https://github.com/k3b/APhotoManager/wiki/Metadata#mapping under de.k3b.media.PhotoPropertiesImageReader)
de.k3b.media.PhotoPropertiesImageReader
Related tickets:
The text was updated successfully, but these errors were encountered: