Sauler / WallpaperSync

Now you can synchronize desktop wallpaper with lockscreen!
GNU General Public License v3.0
24 stars 3 forks source link

Image metadata #4

Open jleonard99 opened 6 years ago

jleonard99 commented 6 years ago

It'd be great to know how to programmatically obtain the image metadata (e.g., GPS location of image, URL used to link to Bing if image is clicked, etc.).

Some articles online suggest using an EXIF tool to review the JPG metadata. For most examples I've tried, the metadata fields are empty. Yet, when shown on the lockscreen metadata features are available.

Where are these metadata stored and how can they be accessed?

Sauler commented 6 years ago

I think it may be there, but i don't have time to check it: %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\ContentManagementSDK\Creatives

jleonard99 commented 6 years ago

Thanks! I dug around and found it. I’ll investigate writing some code to do something with it.

From: Rafał [mailto:notifications@github.com] Sent: Friday, February 02, 2018 7:36 AM To: Sauler/WallpaperSync WallpaperSync@noreply.github.com Cc: John Leonard john@zglog.com; Author author@noreply.github.com Subject: Re: [Sauler/WallpaperSync] Image metadata (enhancement) (#4)

I think it may be there, but i don't have time to check it: %localappdata%\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\ContentManagementSDK\Creatives — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Sauler/WallpaperSync/issues/4#issuecomment-362575144 , or mute the thread https://github.com/notifications/unsubscribe-auth/ABKm3O5uexHW69CnTMiZGIWDbwKaSgrWks5tQwE5gaJpZM4R3HB- . https://github.com/notifications/beacon/ABKm3Hz7_7y_Wbl2jDffKUhExw_y8v8mks5tQwE5gaJpZM4R3HB-.gif

Sauler commented 6 years ago

I will be grateful for sharing the results.