aboutsummaryrefslogtreecommitdiff
path: root/doc/design/metadata.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-20 13:04:57 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-20 13:04:57 -0400
commite42ba38e5de8820c619c3d1c99f796078bac0208 (patch)
tree1205be560fe46eda1898af4fd22c637b7e304aab /doc/design/metadata.mdwn
parentb67d05a588217f04ec6711bf72fae10a2e8214a6 (diff)
better proposed syntax for filename derived metadata
Diffstat (limited to 'doc/design/metadata.mdwn')
-rw-r--r--doc/design/metadata.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/design/metadata.mdwn b/doc/design/metadata.mdwn
index 1ae62d31c..953effd4a 100644
--- a/doc/design/metadata.mdwn
+++ b/doc/design/metadata.mdwn
@@ -72,9 +72,9 @@ metadata is derived, at least year=yyyy and probably also month, etc.
TODO From the original filename used in the master branch, when
constructing a view, generate fields. For example foo/bar/baz.mp3
-would get under:foo=bar, under:foo/bar=baz, and ext=mp3.
+would get /=foo, /foo=bar, /foo/bar=baz, and .=mp3.
-Note that under:dir=subdir allows a view to use `under:dir=*` and only
+Note that /dir=subdir allows a view to use `/dir=*` and only
match one level of subdirs with the glob. So is better than dir=foo/bar
as the metadata. (Alternatively, could do special glob matching.)