drinkrain
9 years agoVisitor
Json Api help!
Hi, I recently started building a Roku app. I noticed that there are a very limited amount of resources. This forum has been very helpful! I was wondering if you could give me some insight: I am...
"destruk" wrote:
Note that "Artist" is not currently included in the scenegraph content node, so you would need to use addfield to add it during runtime if you want to use that.
<?xml version="1.0" encoding="UTF-8"?>
<component name="ContentItem" extends="ContentNode">
<interface>
<field id="HLS_URL" type="string" />
<field id="MP3_URL" type="string" />
<field id="artist" type="string" />
</interface>
</component>