<?xml version="1.0" encoding="UTF-8"?>
<component name="GetContent" extends="Task" >
	<interface>
	    <field id="cat" type="string"/>
    	<field id="categoriesNode" type="node"/>
    	<field id="itemsNode" type="node"/>
    	<field id="categories" type="array"/>
    	<field id="contentSet" type="boolean"/>
    	<field id="tvguide" type="boolean"/>
		<field id="serie" type="boolean" />
    </interface>

    <script type="text/brightscript" uri="pkg:/components/Content/GetContent.brs"/>
    <script type="text/brightscript" uri="pkg:/components/generalUtils.brs"/>
</component>
