mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
Quickstart: add detail to metadata fields
This commit is contained in:
parent
d191970dae
commit
c9272600aa
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue