aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-06 14:07:42 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-06 14:07:42 -0400
commitc39c10c1dba4003bff9cc64efff98ba9314c35db (patch)
treea48eb2e3cfa586b92c80f2d2a60ed312fc95d99b
parentd09ef31c2a057f5a9540542a6211a1368042470d (diff)
parentdd5b408571d512bb9dc93c02273df4ced5aad634 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/design/metadata/comment_10_9bc2825b18ce29d2c9b2f085b95aa68c._comment18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/design/metadata/comment_10_9bc2825b18ce29d2c9b2f085b95aa68c._comment b/doc/design/metadata/comment_10_9bc2825b18ce29d2c9b2f085b95aa68c._comment
new file mode 100644
index 000000000..107673c7c
--- /dev/null
+++ b/doc/design/metadata/comment_10_9bc2825b18ce29d2c9b2f085b95aa68c._comment
@@ -0,0 +1,18 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawlZF5AC-FSxwkiay5ZgEYZwUzN69Wa6PTE"
+ nickname="Sunke"
+ subject="filename from metadata?"
+ date="2015-04-06T18:00:25Z"
+ content="""
+Hi everbody,
+is it possible to use a metadata field for the filename in a
+metadata driven view?
+
+I am thinking of the following use case:
+
+git annex metadata --set artist=Led\ Zeppelin --set album=Led\ Zeppelin\ IV --set title=04\ Stairway\ to\ heaven some/weird/filename.mp3
+git annex view --filename-from title artist=* album=*
+
+result:
+Led Zeppelin/Led Zeppelin IV/04 Stairway to heaven.mp3
+"""]]