Replies: 1 comment 3 replies
-
You have to add the rules:
- locations: "~/Pictures/PhotoFiles/"
subfolders: true
filters:
- created
actions:
- move:
dest: "~/Pictures/Sortiert/{created.strftime('%Y-%m-%d')}/"
on_conflict: skip
You can achieve this by formatting the date with slashes: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to sort my photos and I was able to create this rule with the "documenation" but I'm getting the error message that "created" is not defined. How do I define it?
I actually want to have a folder structure like (year)/(month)/day/. But I'm currently just want to make it at least work.
Beta Was this translation helpful? Give feedback.
All reactions