Releases: bennettj12/slideshow-server
v0.0.4: Merge pull request #1 from bennettj12/translatePan
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
New features:
- Image scaling mode
coverto crop images to fullscreen - option to pan across the screen in
covermode, during slideshow playback.
slideshow server app v0.0.2
- 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
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.