Skip to content

minils/easy-slideshow

Repository files navigation

logo EasySlideshow

build status Github All Releases Github All Releases license

This is a very easy slideshow based on Qt.

It uses the provided folder(s) to display random images.

Screenshot of main window Screenshot of settings

Installation

Grab the binaries here

Windows

No installation required. Just use the statically build .exe file.

Linux

Debian/Ubuntu
  • Install the dpkg
Fedora
  • Enable the copr from here
dnf copr enable minils/easy-slideshow
dnf install easy-slideshow

Or:

  • Compile from source and run make install. This will install the binary to /usr/bin/easyslideshow as well as a .desktop file and an icon.

Compile from source

Linux

To compile from source you need to have the following dependencies installed:

  • Qt5
  • libqt-svg
  • qmake
git clone https://github.com/minils/EasySlideshow.git
cd EasySlideshow
mkdir build
cd build
export CONFIG=release
qmake ../EasySlideshow.pro
make

Crosscompile for Windows

Required:

  • mxe
  • qt5
  • qtsvg
git clone https://github.com/mxe/mxe.git
cd mxe
make qt5 qtsvg
# add mxe/usr/bin to your PATH variable
cd ..
git clone https://github.com/minils/EasySlideshow.git
cd EasySlideshow
mkdir build
cd build
i686-w64-mingw32.static-qmake-qt5 ../EasySlideshow.pro
make

Todos

  • Fix bugs
  • Fav button?
  • Button to rotate images
  • Increase probability for images with older access time
  • Save size of window after exit and restore it before start
  • Build deb-package
  • Build rpm-package
  • Build for windows
  • Translate into more languages
  • Implement right-click menu
  • Add details view
  • Error when only one image is found
  • Settings dialog can be opened multiple times
  • Sometimes the slideshow is not paused correctly

v0.5

  • Rescan after x seconds when no images were found
  • Save rotation of images
  • Integrate details into main window
  • Update settings view
  • Translate
  • Build flatpak
  • Error when only one image is found

License

GNU General Public License 3.0

About

Slideshow that displays the images of multiple folders in a randomized order.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published