Skip to content

Command-line controlled tool for running randomized picture slideshows

License

Notifications You must be signed in to change notification settings

Johennes/Slightshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slightshow

A command-line controlled tool for running randomized picture slideshows

This is a Python application that takes a bunch of images and displays them in a fullscreen slideshow. The image paths as well as various configuration options can be specified on the command line. Currently the frontend user interface relies on PyGTK but the application is written in a modular way so that other UI toolkits can easily be integrated.

Usage

To run the tool, execute src/slightshow. Available options are summarised below.

slightshow [OPTION...] FILE...

Options:
  -h, --help            Display this message and exit
  -r, --recursive       Recursively include directories (default: disabled)
  -d, --delay MSECS     Delay between subsequent pictures in milliseconds
                        (default: 2000)
  -s, --shuffle         Display pictures in random order (default: disabled)
  -l, --loop            Infinitely repeat the picture sequence
                        (default: disabled)
  -f, --frontend NAME   Use the specified graphical frontend (default: gtk)
                        Available frontends: gtk
  -q, --quality N       Image scaling quality level (N=0..3, default: 2)

About

Command-line controlled tool for running randomized picture slideshows

Topics

Resources

License

Stars

Watchers

Forks