
TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2010
09:48 PM
Re: I am ready to first channel/code reviewed.
"ken2400" wrote:
https://owner.roku.com/Account/ChannelCode/?code=2010
Next question.
The feeds are listed in the code.
I was thinking of reading them from a web page so I could update/add links dynamically.
Is this a good idea?
Thanks
A very good idea. What I'd probably recommend is including a static feed with the channel as well, so your channel has something to fall back on if the web feed isn't available for some reason.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
vbathory
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010
09:16 AM
Re: I am ready to first channel/code reviewed.
nice channel when i load in to the channel it says Roku sdk in the top instead of your channel name.
jbrave
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010
08:18 PM
Re: I am ready to first channel/code reviewed.
Gardening radio...nice!
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!
ken2400
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010
10:02 PM
Re: I am ready to first channel/code reviewed.
I almost have the dynamic stuff going but it does not like this line
<enclosure picurl="http://www.planttalkradio.com/images/stories/hower-new%5Bsm%5D.jpg" url="http://www.planttalkradio.com/index.php?option=com_
sermonspeaker&task=podcast" host="Fred Hower" />
This is the code
for each c in m.xml.GetNamedElements("enclosure")
print "This is c@url "; c@url
return c@url
next
<enclosure picurl="http://www.planttalkradio.com/images/stories/hower-new%5Bsm%5D.jpg" url="http://www.planttalkradio.com/index.php?option=com_
sermonspeaker&task=podcast" host="Fred Hower" />
This is the code
for each c in m.xml.GetNamedElements("enclosure")
print "This is c@url "; c@url
return c@url
next

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010
10:04 PM
Re: I am ready to first channel/code reviewed.
I think the problem is probably the "&: in the URL. That should be XML encoded as "amp;".
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
ken2400
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2010
07:14 AM
Re: I am ready to first channel/code reviewed.
So & worked.
For some reason I can not send the update now.
Will try later.
Thanks
For some reason I can not send the update now.
Will try later.
Thanks
ken2400
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2010
07:20 AM
Re: I am ready to first channel/code reviewed.
Looks like the update uploaded.
Forgot to change the channel version.
Will the channel update on my box or do I need to remove it and add it again?
Thanks
Forgot to change the channel version.
Will the channel update on my box or do I need to remove it and add it again?
Thanks
hoffmcs
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2010
09:31 AM
Re: I am ready to first channel/code reviewed.
"ken2400" wrote:
Looks like the update uploaded.
Forgot to change the channel version.
Will the channel update on my box or do I need to remove it and add it again?
Thanks
Just visit the channel store and then exit. It will force refresh any updated channels.
ken2400
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2010
08:59 PM
Re: I am ready with my first channel.
I added some more feeds.
Does anyone else have some feeds they would like added?
Thansk
Does anyone else have some feeds they would like added?
Thansk
- « Previous
-
- 1
- 2
- Next »