Skip to content

Instantly share code, notes, and snippets.

@timatlee
Created August 21, 2021 23:22
Show Gist options
  • Save timatlee/5233a5bf66dec09e7958ceafebc2c56f to your computer and use it in GitHub Desktop.
Save timatlee/5233a5bf66dec09e7958ceafebc2c56f to your computer and use it in GitHub Desktop.
Output of sigal build -fd -n1
> sigal build -fd -n1
INFO - Reading settings ...
DEBUG - Settings file: sigal.conf.py
DEBUG - Rewrite source : ./test -> C:\Users\tima\Nextcloud\Photos\Gallery Photos\test
DEBUG - Rewrite destination : sigal test output -> C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output
DEBUG - Rewrite watermark : watermark.png -> C:\Users\tima\Nextcloud\Photos\Gallery Photos\watermark.png
DEBUG - Rewrite theme : bootstrap -> C:\Users\tima\Nextcloud\Photos\Gallery Photos\bootstrap
DEBUG - Settings:
{'albums_sort_attr': 'meta.capturedate',
'albums_sort_reverse': True,
'atom_feed': {'feed_url': 'http://gallery.timatlee.com/feed.atom'},
'author': 'Tim AtLee',
'autorotate_images': True,
'colorbox_column_size': 3,
'copy_exif_data': False,
'copyright': '(c) Tim AtLee',
'datetime_format': '%c',
'destination': 'C:\\Users\\tima\\Nextcloud\\Photos\\Gallery Photos\\sigal test output',
'files_to_copy': (),
'galleria_theme': 'classic',
'google_analytics': '',
'google_tag_manager': '',
'html_language': 'en',
'ignore_directories': [],
'ignore_files': [],
'img_extensions': ['.jpg', '.jpeg', '.png', '.gif', '.tif', '.tiff'],
'img_format': None,
'img_processor': 'ResizeToFit',
'img_size': (1920, 1080),
'index_in_url': False,
'jpg_options': {'optimize': True, 'progressive': True, 'quality': 85},
'keep_orig': False,
'leaflet_provider': 'OpenStreetMap.Mapnik',
'links': '',
'locale': '',
'make_thumbs': True,
'medias_sort_attr': 'date',
'medias_sort_reverse': False,
'mp4_options': ['-crf', '23', '-strict', '-2'],
'mp4_options_second_pass': None,
'orig_dir': 'original',
'orig_link': False,
'output_filename': 'index.html',
'piwik': {'site_id': 0, 'tracker_url': ''},
'plugin_paths': [],
'plugins': ['sigal.plugins.copyright', 'sigal.plugins.feeds', 'sigal.plugins.watermark'],
'rel_link': False,
'rss_feed': {'feed_url': 'http://gallery.timatlee.com/feed.rss'},
'show_map': True,
'site_logo': '',
'source': 'C:\\Users\\tima\\Nextcloud\\Photos\\Gallery Photos\\test',
'theme': 'C:\\Users\\tima\\Nextcloud\\Photos\\Gallery Photos\\bootstrap',
'thumb_dir': 'thumbnails',
'thumb_fit': True,
'thumb_fit_centering': (0.5, 0.5),
'thumb_prefix': '',
'thumb_size': (280, 210),
'thumb_suffix': '',
'thumb_video_delay': '0',
'title': "Tim AtLee's Gallery",
'use_orig': False,
'user_css': None,
'video_always_convert': False,
'video_converter': 'ffmpeg',
'video_extensions': ['.mov', '.avi', '.mp4', '.webm', '.ogv', '.3gp'],
'video_format': 'mp4',
'video_size': (720, 540),
'watermark': 'C:\\Users\\tima\\Nextcloud\\Photos\\Gallery Photos\\watermark.png',
'watermark_opacity': 0.5,
'watermark_position': (10, 10),
'webm_options': ['-crf', '10', '-b:v', '1.6M', '-qmin', '4', '-qmax', '63'],
'webm_options_second_pass': None,
'write_html': True,
'zip_gallery': False,
'zip_media_format': 'resized'}
INFO - Source : C:\Users\tima\Nextcloud\Photos\Gallery Photos\test
INFO - Destination : C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output
INFO - Theme : C:\Users\tima\Nextcloud\Photos\Gallery Photos\bootstrap
DEBUG - Plugin paths: []
DEBUG - Registered plugin sigal.plugins.copyright
DEBUG - Registered plugin sigal.plugins.feeds
DEBUG - Registered plugin sigal.plugins.watermark
INFO - Using 1 cores
DEBUG - Albums:
dict_values([<Album>(path='Atlas Coal Mine - Aug 2015', title='Atlas Coal Mine (near Drumheller)'), <Album>(path='.', title='test')])
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-1.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6888E0>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6888E0>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-1.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-1.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-2.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F68DD60>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F68DD60>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-2.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-2.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-3.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69A550>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69A550>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-3.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-3.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-4.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69A880>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69A880>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-4.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-4.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-5.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69C790>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69C790>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-5.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-5.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-6.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69DE50>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69DE50>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-6.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-6.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-7.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1080x1624 at 0x1F88F69D520>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1080x1624 at 0x1F88F69D520>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-7.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-7.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-8.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69F190>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F69F190>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-8.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-8.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-9.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A0790>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A0790>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-9.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-9.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-10.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A1F10>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A1F10>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-10.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-10.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-11.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1080x1624 at 0x1F88F6A1D00>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1080x1624 at 0x1F88F6A1D00>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-11.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-11.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-12.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A31F0>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A31F0>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-12.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-12.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-13.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A1220>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A1220>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-13.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-13.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-14.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A47C0>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A47C0>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-14.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-14.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-16.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A5190>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A5190>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-16.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-16.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-15.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A58B0>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A58B0>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-15.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-15.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-19.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A6670>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A6670>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-19.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-19.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-17.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A8550>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A8550>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-17.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-17.jpg (JPEG)
INFO - Processing C:\Users\tima\Nextcloud\Photos\Gallery Photos\test\Atlas Coal Mine - Aug 2015\Image-18.jpg
DEBUG - Processor: ResizeToFit
DEBUG - Adding copyright to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A5A90>
DEBUG - Adding watermark to <PIL.Image.Image image mode=RGBA size=1624x1080 at 0x1F88F6A5A90>
DEBUG - Save resized image to C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\Image-18.jpg (JPEG)
DEBUG - Save thumnail image: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\Atlas Coal Mine - Aug 2015\thumbnails\Image-18.jpg (JPEG)
INFO - Theme : C:\Users\tima\Nextcloud\Photos\Gallery Photos\bootstrap
INFO - Theme : C:\Users\tima\Nextcloud\Photos\Gallery Photos\bootstrap
INFO - Output album : <Album>(path='Atlas Coal Mine - Aug 2015', title='Atlas Coal Mine (near Drumheller)')
INFO - Output album : <Album>(path='.', title='test')
DEBUG - Use 1st landscape image as thumbnail for <Album>(path='Atlas Coal Mine - Aug 2015', title='Atlas Coal Mine (near Drumheller)') : Atlas%20Coal%20Mine%20-%20Aug%202015/thumbnails/Image-1.jpg
INFO - Generate RSS feeds: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\feed.rss
INFO - Generate ATOM feeds: C:\Users\tima\Nextcloud\Photos\Gallery Photos\sigal test output\feed.atom
Done, processed 19 images and 0 videos in 13.57 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment