Add rel_link setting to example config file.

This commit is contained in:
max (maauer)
2019-01-31 09:42:29 -05:00
parent 031f9768de
commit 997a9138cd

View File

@@ -115,6 +115,9 @@ thumb_size = (280, 210)
# Use symbolic links instead of copying the original images
# orig_link = False
# Use symbolic links that are relative to the source directory instead of absolute paths
# rel_link = False
# Attribute of Album objects which is used to sort medias (eg 'title'). To sort
# on a metadata key, use 'meta.key'.
# albums_sort_attr = 'name'