3rob3/ImmichFrame

Feature: Display Location

xeonixo opened this issue · 11 comments

Hi! Really nice project!

Could you add the Possibility to show the City and Country above the Image-Date?

Maybe with a language option - so for Example:
English: Cologne, Germany
German: Köln, Deutschland

This idea is excellent, even essential.
I developed a plugin under Jeedom (home automation platform) which displayed a slideshow. Since then, I have switched to Home Assistant but this functionality does not exist. If your module can do it, that's great, I'll adopt it immediately.
exemple2
exemple

This would be fairly easy to add. My only concern is running out of screen real estate.

Crazy, I was just about to implement this again :D
I just looked at the immich api to see if the data would be available.

Is 'Phare du Cap Fréhel' the album's title?

Looks like album names to me.
City and Country are available under getAssetInfo-exifInfo. What I'm not sure of is what language it would be in.

image
Small WIP, sorry for the widescreen haha

Looks like album names to me. City and Country are available under getAssetInfo-exifInfo. What I'm not sure of is what language it would be in.

I looked that up, it takes the exif data that was stored in the database. This is completely handled by immich.

Btw. currently there is no language option. Immich just returns the English name.

Btw. currently there is no language option. Immich just returns the English name.

That's what I was afraid of....bummer. Maybe they will add system wide language support someday. Haven't looked but would assume that's on their roadmap.

Btw. currently there is no language option. Immich just returns the English name.

That's what I was afraid of....bummer. Maybe they will add system wide language support someday. Haven't looked but would assume that's on their roadmap.

https://discord.com/channels/979116623879368755/1071165397228855327/1237060732106051635

Daniel 'agreed' to this.

"Phare du Cap Fréhel"
It’s the location. The GPS coordinates are translated by the Google Maps API, all you need is a token.
Metadata Exif --> API Google Maps --> Lieu et localisation
For the time, day date, we also put a format, I just put Y to only have the year

image