cbenning / fussel

A static photo gallery generator
https://github.com/cbenning/fussel
MIT License
260 stars 17 forks source link

Prefix recursive folder names by parents #58

Closed darkdragon-001 closed 1 year ago

darkdragon-001 commented 3 years ago

Assume I have the following folder structure

When generating with recursive enabled, it outputs all images in a folder called foo. Maybe it would be better to prefix it (e.g. a_foo and b_foo).

cbenning commented 3 years ago

This seems reasonable.

cbenning commented 1 year ago

@darkdragon-001 I can't reproduce the problem you mentioned. Have you perhaps set the RECURSIVE_ALBUMS_NAME_PATTERN variable to something else?

Setting to something like: RECURSIVE_ALBUMS_NAME_PATTERN="{parent_album}_{album}" Should achieve what you're asking?