sigal icon indicating copy to clipboard operation
sigal copied to clipboard

Feature request: Pages for tags

Open reagle opened this issue 10 years ago • 1 comments

Since you seem to take some inspiration from pelican, synthetic pages for tags would be cool.

import pyexiv2
metadata = pyexiv2.ImageMetadata(fn)
metadata.read()
tags = metadata.get('Iptc.Application2.Keywords', '')

reagle avatar Jan 07 '14 01:01 reagle

I'd still love to have a page for each of my tags (e.g., flowers).

reagle avatar Feb 27 '23 18:02 reagle