zzag / plasma5-wallpapers-dynamic

Dynamic wallpaper plugin for KDE Plasma
328 stars 18 forks source link

Calculate sun position automatically #46

Closed l0drex closed 4 years ago

l0drex commented 4 years ago

It would be nice if the sun position could be automatically calculated using GPS coordinates and the time / date the photo was taken. This would also help to add support for wallpapers from https://dynamicwallpaper.club/ in the future (which would be awesome :smile:).

zzag commented 4 years ago

It would be nice if the sun position could be automatically calculated using GPS coordinates and the time / date the photo was taken.

This should be do-able in general. Just read EXIF metadata and then use KSunPosition to get the position of the Sun. I wonder if KDE has something for reading EXIF metadata.