From 395a76bc4193c0c7182f87778458a68d0079e836 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 14 Feb 2020 15:39:56 +0100 Subject: compiler: metadata sidecar for whole directories GitHub: closes #3 --- example/src/Glacier 3000/_DSC5475.jpg.yaml | 2 -- example/src/Glacier 3000/_DSC5542.jpg.yaml | 2 -- example/src/Glacier 3000/directory.yaml | 4 ++++ 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 example/src/Glacier 3000/directory.yaml (limited to 'example/src/Glacier 3000') diff --git a/example/src/Glacier 3000/_DSC5475.jpg.yaml b/example/src/Glacier 3000/_DSC5475.jpg.yaml index 3454a68..dfff6e8 100644 --- a/example/src/Glacier 3000/_DSC5475.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5475.jpg.yaml @@ -7,8 +7,6 @@ description: > tags: - photographer.nphilou - - location.switzerland.ormont-dessus - - glacier3000 - time.day - weather.foggy - forest diff --git a/example/src/Glacier 3000/_DSC5542.jpg.yaml b/example/src/Glacier 3000/_DSC5542.jpg.yaml index d174911..f2c6a94 100644 --- a/example/src/Glacier 3000/_DSC5542.jpg.yaml +++ b/example/src/Glacier 3000/_DSC5542.jpg.yaml @@ -7,8 +7,6 @@ description: > tags: - photographer.nphilou - - location.switzerland.ormont-dessus - - glacier3000 - time.day - weather.foggy - catwalk diff --git a/example/src/Glacier 3000/directory.yaml b/example/src/Glacier 3000/directory.yaml new file mode 100644 index 0000000..44674cf --- /dev/null +++ b/example/src/Glacier 3000/directory.yaml @@ -0,0 +1,4 @@ +# The following tags are applied to all items in the directory +tags: + - location.switzerland.ormont-dessus + - glacier3000 -- cgit v1.2.3