damongolding / immich-kiosk

Immich Kiosk is a lightweight slideshow for running on kiosk devices and browsers that uses Immich as a data source.
GNU Affero General Public License v3.0
535 stars 19 forks source link

Archived photo's in album are not being showed. #71

Closed Twan-Hoogveld closed 2 months ago

Twan-Hoogveld commented 2 months ago

Describe the bug

Archived photo's in album are not being showed. Most of the time I put images in the album and archive them after. They stay visible in the immich frontend this way, but only in the folder.

The kiosk does not show archived files in the selected folder.

To Reproduce Steps to reproduce the behavior:

  1. Make album in immich
  2. Add single picture
  3. Archive picture
  4. Load kiosk

Expected behavior

To see al the pictures in the album.

Screenshots If applicable, add screenshots to help explain your problem.

Your Kiosk version This can be found on the startup banner in the terminal. Or in the browser via the <meta name="version" content={ KioskVersion } /> tag or browser console.

0.8.0

Your Kiosk installation

damongolding commented 2 months ago

Not showing archived images is by design. I can add a config option to allow them if you think it’s something you would like? On 6 Sep 2024 at 10:46 AM +0100, Twan Hoogveld @.***>, wrote:

Describe the bug Archived photo's in album are not being showed. Most of the time I put images in the album and archive them after. They stay visible in the immich frontend this way, but only in the folder. The kiosk does not show archived files in the selected folder. To Reproduce Steps to reproduce the behavior:

  1. Make album in immich
  2. Add single picture
  3. Archive picture
  4. Load kiosk

Expected behavior To see al the pictures in the album. Screenshots If applicable, add screenshots to help explain your problem. Your Kiosk version This can be found on the startup banner in the terminal. Or in the browser via the <meta name="version" content={ KioskVersion } /> tag or browser console. 0.8.0 Your Kiosk installation

• Docker (unRaid)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Twan-Hoogveld commented 2 months ago

That would be a wonderful solution!

damongolding commented 2 months ago

I’ll add it to v0.8.1 👍🏼 On 6 Sep 2024 at 12:43 PM +0100, Twan Hoogveld @.***>, wrote:

That would be a wonderful solution! — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

damongolding commented 2 months ago

@Twan-Hoogveld Would you be open to testing out a fix for this using the development docker image?

If so, you can use damongolding/immich-kiosk-development:0.8.1 as your image in your compose file.

If you are able could you report any issues or fixes to this issue please 🙏

Twan-Hoogveld commented 2 months ago

Of course mate.

Can confirm that the images are now being shown when the env var is set to true. Thanks for the update!