<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<categories>
<category title="TSC" description="The Shopping Channel" sd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc214x144Sd.png" hd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc290x218Hd.png">
<categoryLeaf title="TSC" description="The Shopping Channel" feed="http://ia601509.us.archive.org/27/items/RokuXML/themind.xml"/>
</category>
</categories>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed>
<!-- resultLength indicates the total number of results for this feed -->
<resultLength>2</resultLength>
<!-- endIndix indicates the number of results for this *paged* section of the feed -->
<endIndex>2</endIndex>
<item sdImg="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc214x144Sd.png" hd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc290x218Hd.png">
<title>The Shopping Channel</title>
<contentId>10001</contentId>
<contentType>Shopping</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://tscstreaming-lh.akamaihd.net/i/TSCLiveStreaming_1@91031/index_3_av-p.m3u8</streamUrl>
</media>
<synopsis>TSC is a Canadian English language cable television home shopping channel. The Shopping Channel is a division of Rogers Media. The channel is headquartered in Mississauga, Ontario. It showcases various products which viewers can purchase either by telephone or internet. TSC also distributes a catalogue twice per year and owns an off air outlet store located in Toronto.</synopsis>
<genres>Shopping</genres>
<runtime>0</runtime>
</item>
</feed>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<categories>
<feed title="HSC">
<item sdImg="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc214x144Sd.png" hd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc290x218Hd.png">
<title>The Shopping Channel</title>
<contentId>10001</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://tscstreaming-lh.akamaihd.net/i/TSCLiveStreaming_1@91031/index_3_av-p.m3u8</streamUrl>
</media>
<synopsis>TSC is a Canadian English language cable television home shopping channel. The Shopping Channel is a division of Rogers Media. The channel is headquartered in Mississauga, Ontario. It showcases various products which viewers can purchase either by telephone or internet. TSC also distributes a catalogue twice per year and owns an off air outlet store located in Toronto.</synopsis>
<genres>Shopping</genres>
<runtime>0</runtime>
</item>
</feed>
</categories>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<category feed="pkg://xml/feed.xml" title="TSC" description="The Shopping Channel" sd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc214x144Sd.png" hd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc290x218Hd.png"/>
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<feed title="TSC">
<item title="TSC" sdImg="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc214x144Sd.png" hd_img="http://ia801504.us.archive.org/1/items/TscGraphics/Tsc290x218Hd.png">
<title>The Shopping Channel</title>
<contentId>10001</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://tscstreaming-lh.akamaihd.net/i/TSCLiveStreaming_1@91031/index_3_av-p.m3u8</streamUrl>
</media>
<synopsis>TSC is a Canadian English language cable television home shopping channel. The Shopping Channel is a division of Rogers Media. The channel is headquartered in Mississauga, Ontario. It showcases various products which viewers can purchase either by telephone or internet. TSC also distributes a catalogue twice per year and owns an off air outlet store located in Toronto.</synopsis>
<genres>Shopping</genres>
<runtime>0</runtime>
</item>
</feed>
"matrixebiz" wrote:
Ok, thank you. Yes, I was using the old VideoPlayer SDK folder.
Can I keep all of the files local? instead of having to host some of the graphics at archive.org and others in the local images folder. I tried before linking the images in my xml to the local package folder like the manifest does for some of the graphics but did work. I'll try again with the new program
EDIT: So I have created a tsc.xml file in the XML folder as you have posted above and changed the line in main.brs to: (parseXmlDocument ("pkg:/xml/tsc.xml")).
Should this be all I need to do and now upload the new zip to my Roku once I fix the manifest file to point to my icons? That is a lot easier than having to use themind.xml and categories.xml files 🙂
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<categories>
<feed title="TSC">
<item sd_img=pkg:/images/Tsc214x144Sd.png hd_img=pkg:/images/Tsc290x218Hd.png>
<title>The Shopping Channel</title>
<contentId>10001</contentId>
<contentType>episode</contentType>
<contentQuality>SD</contentQuality>
<streamFormat>hls</streamFormat>
<live>True</live>
<media>
<streamQuality>SD</streamQuality>
<streamBitrate>1500</streamBitrate>
<streamUrl>http://tscstreaming-lh.akamaihd.net/i/TSCLiveStreaming_1@91031/index_3_av-p.m3u8</streamUrl>
</media>
<synopsis>TSC is a Canadian English language cable television home shopping channel. The Shopping Channel is a division of Rogers Media. The channel is headquartered in Mississauga, Ontario. It showcases various products which viewers can purchase either by telephone or internet. TSC also distributes a catalogue twice per year and owns an off air outlet store located in Toronto.</synopsis>
<genres>Shopping</genres>
<runtime>0</runtime>
</item>
</feed>
</categories>
#*******************************************************************
#
# NewVideoPlayer -- Example Multi-Level Roku Channel
#
# Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
#
#********************************************************************
#
title=TSC
subtitle=The Shopping Channel
#
major_version=1
minor_version=0
build_version=01
#
mm_icon_focus_hd=pkg:/images/MainMenu_Icon_CenterFocus_HD.png
mm_icon_focus_sd=pkg:/images/MainMenu_Icon_CenterFocus_SD.png
#
mm_icon_side_hd=pkg:/images/MainMenu_Icon_Side_HD.png
mm_icon_side_sd=pkg:/images/MainMenu_Icon_Side_SD.png
#
#splash_screen_fhd=pkg:/images/mm_icon_focus_hd-366x210.png
#splash_screen_hd=pkg:/images/mm_icon_focus_hd-366x210.png
#splash_screen_sd=pkg:/images/mm_icon_focus_hd-366x210.png
#
splash_color=#414a4c
splash_min_time=1500
#
<item sdImg="pkg:/images/Tsc214x144Sd.png" hdImg="pkg:/images/Tsc290x218Hd.png">
"matrixebiz" wrote:
Okay, it works great with the side load zip, now where is the guide again on creating the package file for uploading it to my Online Dev channel account for sharing private channels?