diff options
author | madduck <madduck@web> | 2015-05-06 14:24:03 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-05-06 14:24:03 +0000 |
commit | 4979dd3a2ad53f6f1a9a94a168b60e99a588641f (patch) | |
tree | 283f3532cff7334340898faffe6c1bef33074c16 | |
parent | f4acbaad31619df1fb44189c0aa97fb84aa59533 (diff) |
-rw-r--r-- | doc/todo/ability_to_set_metadata_from_json.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo/ability_to_set_metadata_from_json.mdwn b/doc/todo/ability_to_set_metadata_from_json.mdwn new file mode 100644 index 000000000..ee4d68823 --- /dev/null +++ b/doc/todo/ability_to_set_metadata_from_json.mdwn @@ -0,0 +1,6 @@ +I can export metadata to JSON format, which is nice as this can now be read into any other tool and manipulated. But I cannot find a way to set the metadata from JSON and so I am left to figure out what changes need to be made via the g-a interface to get to the desired state, and that is hard to get right. + +Maybe g-a metadata could grow an import-json function which would set (overwrite) the metadata for the given file(s) from JSON input. + +Thanks, +-m |