Merge pull request #95 from androm3da/master

Quickstart: add detail to metadata fields
This commit is contained in:
Jeremy Kauffman 2017-03-23 15:39:57 -04:00 committed by GitHub
commit d0430776b5

View file

@ -19,7 +19,14 @@
"name": "electricsheep", "name": "electricsheep",
"file_path": "\\home\kauffj\\Desktop\\electric-sheep.mp4", "file_path": "\\home\kauffj\\Desktop\\electric-sheep.mp4",
"bid": 1, "bid": 1,
"metadata": { } <span class="code-bash__comment">//this should match the metadata returned by resolve_name </span> "metadata": {
"description": "Some interesting content",
"title": "My interesting content",
"author": "Video shot by me@example.com",
"language": "en",
"license": "LBRY Inc",
"nsfw": false,
} <span class="code-bash__comment">//this should match the metadata returned by resolve_name </span>
}}' }}'
<span class="code-bash__response">[ <span class="code-bash__response">[
{ {
@ -63,4 +70,4 @@
</p> </p>
<p> <p>
Visit our <a href="https://github.com/lbryio" class="link-primary">GitHub page</a> to view the source code or report issues. Visit our <a href="https://github.com/lbryio" class="link-primary">GitHub page</a> to view the source code or report issues.
</p> </p>