From c9272600aaebb9f51a269b871bd96e9a302a0c1c Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Wed, 22 Mar 2017 11:14:27 -0500 Subject: [PATCH] Quickstart: add detail to metadata fields --- view/template/developer/_quickstartCredits.php | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/view/template/developer/_quickstartCredits.php b/view/template/developer/_quickstartCredits.php index 73d24d59..67744034 100644 --- a/view/template/developer/_quickstartCredits.php +++ b/view/template/developer/_quickstartCredits.php @@ -19,7 +19,14 @@ "name": "electricsheep", "file_path": "\\home\kauffj\\Desktop\\electric-sheep.mp4", "bid": 1, - "metadata": { } //this should match the metadata returned by resolve_name + "metadata": { + "description": "Some interesting content", + "title": "My interesting content", + "author": "Video shot by me@example.com", + "language": "en", + "license": "LBRY Inc", + "nsfw": false, + } //this should match the metadata returned by resolve_name }}' [ { @@ -63,4 +70,4 @@

Visit our GitHub page to view the source code or report issues. -

\ No newline at end of file +