![Technologx Technologx](http://upicme.technologx.com/images/nVzM7ucp.jpg.e432c0b7af1cf75faf3d8e66c07c18566fe1b.jpg)
Technologx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2016
09:21 PM
MRSS and my forum
Can anyone help me with creating a channel for news feeds for the links below? I want the links to all be apart of 1 channel instead of 7.
https://technologx.com/forum/14-apple.xml
https://technologx.com/forum/16-microsoft.xml
https://technologx.com/forum/18-coding.xml
https://technologx.com/forum/19-miscellaneous.xml
https://technologx.com/forum/14-apple.xml
https://technologx.com/forum/16-microsoft.xml
https://technologx.com/forum/18-coding.xml
https://technologx.com/forum/19-miscellaneous.xml
Technologx - Where we make things happen!
https://technologx.com
https://technologx.com
9 REPLIES 9
Gaurav_Malhotra
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016
11:07 PM
Re: MRSS and my forum
Hi, please could you elaborate how, if all the links are integrated into one channel, than how ll be changing the content of different links, as there are 7 links, i would be able to reply you more clearly.
![Technologx Technologx](http://upicme.technologx.com/images/nVzM7ucp.jpg.e432c0b7af1cf75faf3d8e66c07c18566fe1b.jpg)
Technologx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2016
01:01 AM
Re: MRSS and my forum
I want the channel to have different categories each having it's own link. When the category is selected it will display the RSS news coming from my forum.
Technologx - Where we make things happen!
https://technologx.com
https://technologx.com
![Technologx Technologx](http://upicme.technologx.com/images/nVzM7ucp.jpg.e432c0b7af1cf75faf3d8e66c07c18566fe1b.jpg)
Technologx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2016
05:59 PM
Re: MRSS and my forum
@RokuShawnS Could you help me out?
Technologx - Where we make things happen!
https://technologx.com
https://technologx.com
biztale
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2016
07:26 PM
Re: MRSS and my forum
Hi, I know exactly what you are referring to your wanting a breakdown between the category and sub-menus for each area of content. I had to adopt the older scene graph technology vs. the new methods. Now there are some major benefits that I enjoy the most, DIRECT feed for images built into to the channel as pkg directory vs. server feed.
How that works is really simple. One of the feeds is written in the package as the category and when clicking the sub-menu it activates the XML internal again ON the users BOX and not waiting on server response. This will reduce server load times and costs in bandwidth. Download and modify for your needs.
See for yourself I have included the example and for those of you wanting the file to use for own abilities I'll include the download link from Onedrive.
John H. Biztale Channel learn more about Biztale
How that works is really simple. One of the feeds is written in the package as the category and when clicking the sub-menu it activates the XML internal again ON the users BOX and not waiting on server response. This will reduce server load times and costs in bandwidth. Download and modify for your needs.
See for yourself I have included the example and for those of you wanting the file to use for own abilities I'll include the download link from Onedrive.
John H. Biztale Channel learn more about Biztale
<?xml version="1.0" encoding="UTF-8"?>
<!--
'********************************************************************
'
' NewVideoPlayer - Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
-->
<categories>
<!--
A category can have nested category elements - and may terminate in categoryLeaf elements referring to local or remote Roku or RSS feeds
-->
<category title="B I Z T A L E" description="A Business Story" hd_img="pkg:/tales/gamestop_hd.png" sd_img="pkg:/tales/gamestop_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/biztale.xml"></categoryLeaf>
</category>
<category title="M E M O R Y T A L E" description="Preserving Past and Future" hd_img="pkg:/tales/MemoryTale - Robin Williams_hd.png" sd_img="pkg:/tales/MemoryTale - Robin Williams_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/memorytale.xml"></categoryLeaf>
</category>
<category title="W O R D T A L E" description="Meaning behind the word" hd_img="pkg:/tales/A is for Apple_hd.png" sd_img="pkg:/tales/A is for Apple_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/wordtale.xml"></categoryLeaf>
</category>
<category title="Y O U T A L E" description="Promoting you" hd_img="pkg:/tales/Youtale - dumpsterman_hd.png" sd_img="pkg:/tales/Youtale - dumpsterman_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/youtale.xml"></categoryLeaf>
</category>
</categories>
![Technologx Technologx](http://upicme.technologx.com/images/nVzM7ucp.jpg.e432c0b7af1cf75faf3d8e66c07c18566fe1b.jpg)
Technologx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2016
08:13 PM
Re: MRSS and my forum
"biztale" wrote:
Hi, I know exactly what you are referring to your wanting a breakdown between the category and sub-menus for each area of content. I had to adopt the older scene graph technology vs. the new methods. Now there are some major benefits that I enjoy the most, DIRECT feed for images built into to the channel as pkg directory vs. server feed.
How that works is really simple. One of the feeds is written in the package as the category and when clicking the sub-menu it activates the XML internal again ON the users BOX and not waiting on server response. This will reduce server load times and costs in bandwidth. Download and modify for your needs.
See for yourself I have included the example and for those of you wanting the file to use for own abilities I'll include the download link from Onedrive.
John H. Biztale Channel learn more about Biztale<?xml version="1.0" encoding="UTF-8"?>
<!--
'********************************************************************
'
' NewVideoPlayer - Example Multi-Level Roku Channel
'
' Copyright (c) 2015, belltown. All rights reserved. See LICENSE.txt
'
'*********************************************************************
-->
<categories>
<!--
A category can have nested category elements - and may terminate in categoryLeaf elements referring to local or remote Roku or RSS feeds
-->
<category title="B I Z T A L E" description="A Business Story" hd_img="pkg:/tales/gamestop_hd.png" sd_img="pkg:/tales/gamestop_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/biztale.xml"></categoryLeaf>
</category>
<category title="M E M O R Y T A L E" description="Preserving Past and Future" hd_img="pkg:/tales/MemoryTale - Robin Williams_hd.png" sd_img="pkg:/tales/MemoryTale - Robin Williams_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/memorytale.xml"></categoryLeaf>
</category>
<category title="W O R D T A L E" description="Meaning behind the word" hd_img="pkg:/tales/A is for Apple_hd.png" sd_img="pkg:/tales/A is for Apple_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/wordtale.xml"></categoryLeaf>
</category>
<category title="Y O U T A L E" description="Promoting you" hd_img="pkg:/tales/Youtale - dumpsterman_hd.png" sd_img="pkg:/tales/Youtale - dumpsterman_sd.png">
<categoryLeaf title="Biztale.x10host.com" description="Biztale@zoho.com" feed="pkg:/xml/youtale.xml"></categoryLeaf>
</category>
</categories>
But would that work for feeds that sometimes has video's and sometimes they don't?
Technologx - Where we make things happen!
https://technologx.com
https://technologx.com
biztale
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2016
05:18 AM
Re: MRSS and my forum
Yes, because I created my own feeds in the XML. When you download and unzip the download you will see in the XML directory each PKG as it's own individual feed. Each video is a direct link to the host but in the position of the category. This is my Fourth revision. I'm granting full access to my channel code including the source of the host. This way you can see the benefit.
So am I to assume some of the content is not video? Such as Questions and Answers? There are a few ways to get around that. Part of what I do with Biztale is take content and create into a video as a PowerPoint conversion.
So am I to assume some of the content is not video? Such as Questions and Answers? There are a few ways to get around that. Part of what I do with Biztale is take content and create into a video as a PowerPoint conversion.
![Technologx Technologx](http://upicme.technologx.com/images/nVzM7ucp.jpg.e432c0b7af1cf75faf3d8e66c07c18566fe1b.jpg)
Technologx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2016
10:57 AM
Re: MRSS and my forum
Alright thank you so where do I find the code?
Technologx - Where we make things happen!
https://technologx.com
https://technologx.com
biztale
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2016
07:47 PM
Re: MRSS and my forum
https://1drv.ms/u/s!Aq_6QqHVZYj8m9g3y17qK2Y7J4CSTw
link above is download link.
Extract with 7zip. Open directory XML and use editor of choice Notepad++ or Atom.
The primary file is category, each individual file is part of the pkg loading tree. To see the file in action connect to Roku and upload. Good luck.
link above is download link.
Extract with 7zip. Open directory XML and use editor of choice Notepad++ or Atom.
The primary file is category, each individual file is part of the pkg loading tree. To see the file in action connect to Roku and upload. Good luck.
![Technologx Technologx](http://upicme.technologx.com/images/nVzM7ucp.jpg.e432c0b7af1cf75faf3d8e66c07c18566fe1b.jpg)
Technologx
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2016
08:11 PM
Re: MRSS and my forum
Thank you man I was about to give up on Roku completely.
Technologx - Where we make things happen!
https://technologx.com
https://technologx.com