Skip to content

Releases: bennettj12/slideshow-server

v0.0.4: Merge pull request #1 from bennettj12/translatePan

16 Sep 22:01
1f75ff1

Choose a tag to compare

Changes method for panning and scaling images.
No longer uses object-fit and object-position, instead manually handles image sizing and animates panning using translate.

slideshow server app v0.0.3

16 Sep 01:26

Choose a tag to compare

New features:

  • Image scaling mode cover to crop images to fullscreen
  • option to pan across the screen in cover mode, during slideshow playback.

slideshow server app v0.0.2

10 Sep 00:32

Choose a tag to compare

  • Electron app
    • Positioned around the tray
    • Transparent background
    • tooltip showing local server IP
    • close can shut down or hide-to-tray
  • Set up wake-lock on frontend to prevent screensaver or lockscreen while slideshow is playing.

slideshow server app v0.01

09 Sep 03:10

Choose a tag to compare

Electron app which allows you to select a folder on your pc. Once done, it hosts an express server which delivers a slideshow app randomly cycling through the images in that folder. The app can then be hidden to the tray.

The web client allows for some customization such as custom interval times and a toggle-able timers.
The client is also capable of pausing, viewing previous images, and skipping, and supports keyboard and common remote control/media codes.
(Arrow keys and space for general controls or play/pause).
The web client is built to be work on Smart TV web browsers to creating a simple large-scale digital picture frame.