An awesome way to display your photos as an digital photo frame
Explore immich »
Report Bug
·
Request Feature
This project is not affiliated with immich!
This project is a digital photo frame application that interfaces with your immich server. It is a cross-platform C# .NET 7 project that currently supports Android, Linux, macOS, and Windows.
ImmichFrame is easy to run on your desired plattform. Get the latest stable release from the release page and unzip to desired folder (Linux, macOS, Windows), or install APK (Android).
- A set up and functioning immich server that is accessible by the network of the ImmichFrame device.
- GUI - Double-click
Immich_Frame
. - CLI - CD into folder, and launch with
./Immich_Frame
. - SSH - CD into folder, and launch with
DISPLAY=:0.0 ./Immich_Frame
.
- Double-click
Immich_Frame.exe
. - Screensaver - Rename
Immich_Frame.exe
toImmich_Frame.scr
. Right-click → Install. Configure screensaver settings and apply.- You will still have to click middle/bottom in the app to exit screensaver.
- Double-click
Immich_Frame
. Note: If nothing happens, right-click → open with → Utilities → Terminal. Check Always Open With.
There are two options for configuring ImmichFrame; Settings.xml (Linux, macOS, Windows), or a GUI based settings screen (all platforms). If Settings.xml exists it will be used, and the GUI settings will be unavailable.
Important
Make sure to copy the Settings.example.xml and name it Settings.xml.
- Rename the
Settings.example.xml
file toSettings.xml
- Change
<ImmichServerUrl>
to your domain or local ip<ImmichServerUrl>http://yourdomain.com</ImmichServerUrl>
- Change
<ApiKey>
. Read more about how to obtain an immich API key<ApiKey>YourApiKey</ApiKey>
- Optional: Choose albums you would like to display
<Albums> <Album>First Album UID</Album> <Album>Second Album UID</Album> </Albums>
- Optional: Choose people you would like to display
<People> <Album>First person UID</Album> <Album>Second person UID</Album> </People>
- Optional: Weather is enabled by entering an API key. Get yours free from OpenWeatherMap
<WeatherApiKey>YourApiKey</WeatherApiKey>
- Adjust other settings to your needs
Only available if Settings.xml does not exist. The same information as in Settings.xml
will be enterred from this screen. Can be enterred at any time by clicking the upper middle quadrant of the screen (or Up arrow key), see Interactions
section.
The screen is configured in a 3x3 gird. You can touch or click:
- | Settings | - |
---|---|---|
Prev image |
Pause | Next image |
- | Quit | - |
Settings - Up arrow
Quit - Down arrow
Prev Image - Left arrow
Next Image - Right arrow
Pause - Enter/Return
- Display random assets
- Display Albums
- Display Memories
- Android build
- Add License
- Web app
- Add Additional Templates w/ Examples
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
GNU General Public License v3.0
TODO
- BIG thanks to the immich team for creating an awesome tool
- Img Shields
- GitHub Pages