Skip to content

Scripts to generate a simple web slideshow from folders of pictures.

License

Notifications You must be signed in to change notification settings

sekainogenkai/brinks-photo-slideshow-generator

Repository files navigation

Usage

  1. Organize or photos into multiple directories within a folder.
    • There should be a single file title in the root folder which has an XML fragment which is used as the title.
    • There should be a single subfolder for each named group.
      • No nested subdirectories.
    • The image and video files should be named so that they are ordered when sorted by the active collation.
      • To provide a caption for an image, create a file with plain text named «fullImageFilename».caption. For example, the caption for an image named IMG_1104.jpg, create a file named IMG_1104.jpg.caption.
    • Each subfolder should have a file named id with an XML ID which will be the programatic identifier for that group.
    • Each subfolder should have a file named name with an XML fragment which shown as the heading for that group.
  2. In bash,
    1. Navigate to the folder.
    2. Run ~/path/to/repository/generate.sh.
  3. The results will be written to pictures.xhtml.

About

Scripts to generate a simple web slideshow from folders of pictures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages