• 1 Post
  • 19 Comments
Joined 2 years ago
cake
Cake day: July 17th, 2023

help-circle

  • Thank you for testing Reitti. 🙏

    It depends on two key requirements for Reitti:

    1. First, it finds all photos from Immich taken on the day you selected.
    2. Then, it filters these photos based on the selected map bounds, using the embedded EXIF geolocation data (where the photo was shot).

    If the EXIF data does not contain geolocation information, we currently cannot display those photos because their placement on the map cannot be determined.

    Could you please verify in Immich if the expected photo has its location in the metadata? If it is available there, then the issue might lie in how Reitti is parsing that specific data.











  • Thanks :) As a German I really like the name Dawarich. First it sound really nice for me but also that “Da war ich” means “There have i been” in german makes, at least for me, an awesome project name.

    Take this with a grain of salt because I have no idea what the plans are for Dawarich or have ever been and this is solely based on my external view. For me the main differences are:

    • visits and trips are our main data, everything else is just the way to calculate them. For Dawarich it looks to me, that it is the other way around. It displays all the location data in good way with the heatmap and so on but visits or places seems so tacked on. This should not be an offense against it. I actually still have an instance running and it was the main pushing point to finally start working on Reitti.
    • the sleek UI but this depends on your taste

    In the end, they are not that far off. Maybe a matter of taste.


  • Thank you.

    At the moment i do not have any plans of providing a way of running it without docker. Mainly because of time to support that.

    Since it is a Spring-Boot-Application it would be possible to create a jar file which you can execute or deploy as a service with systemd. But then you have to make sure all prerequisites are also running. That is the one thing I like about docker and especially docker compose.

    But short answer: Yes, it is possible but you are on your own at the moment. I would help and maybe we can add a section to the readme how to do it.