Skip to content

Commit

Permalink
DO NOT MERGE: print get_exif
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Schulz <[email protected]>
  • Loading branch information
QSchulz committed Nov 19, 2024
1 parent 76c82e8 commit 3020ed0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recitale/autogen.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ def build_template(folder, force):
files_grabbed.extend(Path(folder).glob(files))
template = Template(DATA, trim_blocks=True)

files = sorted(files_grabbed, key=get_exif)
logger.error(files)
for file in files_grabbed:
logger.error('%s exif: %s' % (file, get_exif(file))
files = files_grabbed

cover = gallery_settings.get("cover", files[0].name)
date = gallery_settings.get("date")
Expand Down

0 comments on commit 3020ed0

Please sign in to comment.